diff --git a/package.json b/package.json index ee9616b..601ef2c 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "nan": "^2.10.0" }, "devDependencies": { - "tree-sitter-cli": "0.11.0" + "tree-sitter-cli": "^0.12.6" }, "scripts": { "build": "tree-sitter generate && node-gyp build", diff --git a/src/parser.c b/src/parser.c index e20b52d..05cb350 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 8 -#define STATE_COUNT 1787 +#define STATE_COUNT 1410 #define SYMBOL_COUNT 208 #define ALIAS_COUNT 18 #define TOKEN_COUNT 98 @@ -2543,6 +2543,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(131); if (lookahead == '[') ADVANCE(93); + if (lookahead == ']') + ADVANCE(94); if (lookahead == '{') ADVANCE(97); if (lookahead == '~') @@ -2596,12 +2598,14 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { SKIP(132); END_STATE(); case 133: + if (lookahead == 0) + ADVANCE(1); if (lookahead == '!') ADVANCE(125); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') - ADVANCE(7); + ADVANCE(105); if (lookahead == '&') ADVANCE(126); if (lookahead == '\'') @@ -2622,6 +2626,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(81); if (lookahead == '{') ADVANCE(97); + if (lookahead == '}') + ADVANCE(101); if (lookahead == '~') ADVANCE(102); if (lookahead == '\t' || @@ -2637,19 +2643,41 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(103); END_STATE(); case 134: - if (lookahead == 0) - ADVANCE(1); + if (lookahead == '!') + ADVANCE(125); + if (lookahead == '\"') + ADVANCE(4); if (lookahead == '#') - ADVANCE(105); + ADVANCE(7); + if (lookahead == '&') + ADVANCE(126); + if (lookahead == '\'') + ADVANCE(45); + if (lookahead == '(') + ADVANCE(50); + if (lookahead == '*') + ADVANCE(127); + if (lookahead == '+') + ADVANCE(128); + if (lookahead == '-') + ADVANCE(129); if (lookahead == '/') ADVANCE(106); - if (lookahead == '}') - ADVANCE(101); + if (lookahead == '0') + ADVANCE(71); + if (lookahead == ';') + ADVANCE(81); + if (lookahead == '{') + ADVANCE(97); + if (lookahead == '~') + ADVANCE(102); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') SKIP(134); + if (('1' <= lookahead && lookahead <= '9')) + ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) @@ -2834,12 +2862,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(119); END_STATE(); case 151: + if (lookahead == 0) + ADVANCE(1); + if (lookahead == '#') + ADVANCE(105); + if (lookahead == '/') + ADVANCE(106); + if (lookahead == '}') + ADVANCE(101); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(151); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) + ADVANCE(103); + END_STATE(); + case 152: if (lookahead == '!') ADVANCE(125); if (lookahead == '\"') ADVANCE(4); if (lookahead == '#') - ADVANCE(152); + ADVANCE(153); if (lookahead == '&') ADVANCE(126); if (lookahead == '\'') @@ -2866,7 +2913,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(151); + SKIP(152); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -2874,21 +2921,21 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(103); END_STATE(); - case 152: + case 153: if (lookahead == 'd') ADVANCE(8); if (lookahead == 'e') - ADVANCE(153); + ADVANCE(154); if (lookahead == 'i') ADVANCE(25); if (lookahead == '\t' || lookahead == ' ') - ADVANCE(152); + ADVANCE(153); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(14); END_STATE(); - case 153: + case 154: ACCEPT_TOKEN(sym_preproc_directive); if (lookahead == 'n') ADVANCE(21); @@ -2898,72 +2945,72 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(14); END_STATE(); - case 154: + case 155: if (lookahead == '#') - ADVANCE(155); + ADVANCE(156); if (lookahead == '/') ADVANCE(106); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(154); + SKIP(155); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(103); END_STATE(); - case 155: + case 156: if (lookahead == 'e') - ADVANCE(156); + ADVANCE(157); if (lookahead == 'i') ADVANCE(138); if (lookahead == '\t' || lookahead == ' ') - ADVANCE(155); - END_STATE(); - case 156: - if (lookahead == 'l') - ADVANCE(157); - if (lookahead == 'n') - ADVANCE(162); + ADVANCE(156); END_STATE(); case 157: - if (lookahead == 'i') + if (lookahead == 'l') ADVANCE(158); - if (lookahead == 's') - ADVANCE(160); + if (lookahead == 'n') + ADVANCE(163); END_STATE(); case 158: - if (lookahead == 'f') + if (lookahead == 'i') ADVANCE(159); + if (lookahead == 's') + ADVANCE(161); END_STATE(); case 159: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH); + if (lookahead == 'f') + ADVANCE(160); END_STATE(); case 160: - if (lookahead == 'e') - ADVANCE(161); + ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH); END_STATE(); case 161: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH); + if (lookahead == 'e') + ADVANCE(162); END_STATE(); case 162: - if (lookahead == 'd') - ADVANCE(163); + ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH); END_STATE(); case 163: - if (lookahead == 'i') + if (lookahead == 'd') ADVANCE(164); END_STATE(); case 164: - if (lookahead == 'f') + if (lookahead == 'i') ADVANCE(165); END_STATE(); case 165: - ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH); + if (lookahead == 'f') + ADVANCE(166); END_STATE(); case 166: + ACCEPT_TOKEN(aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH); + END_STATE(); + case 167: if (lookahead == '\n') ADVANCE(122); if (lookahead == '/') @@ -2971,9 +3018,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\t' || lookahead == '\r' || lookahead == ' ') - SKIP(166); + SKIP(167); END_STATE(); - case 167: + case 168: if (lookahead == '(') ADVANCE(50); if (lookahead == ')') @@ -2994,11 +3041,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(167); + SKIP(168); END_STATE(); - case 168: + case 169: if (lookahead == '#') - ADVANCE(155); + ADVANCE(156); if (lookahead == '/') ADVANCE(106); if (lookahead == '}') @@ -3007,13 +3054,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(168); + SKIP(169); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(103); END_STATE(); - case 169: + case 170: if (lookahead == '!') ADVANCE(2); if (lookahead == '\"') @@ -3062,49 +3109,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(98); if (lookahead == '~') ADVANCE(102); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') - SKIP(169); - if (('1' <= lookahead && lookahead <= '9')) - ADVANCE(79); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) - ADVANCE(103); - END_STATE(); - case 170: - if (lookahead == '!') - ADVANCE(125); - if (lookahead == '\"') - ADVANCE(4); - if (lookahead == '#') - ADVANCE(105); - if (lookahead == '&') - ADVANCE(126); - if (lookahead == '\'') - ADVANCE(45); - if (lookahead == '(') - ADVANCE(50); - if (lookahead == '*') - ADVANCE(127); - if (lookahead == '+') - ADVANCE(128); - if (lookahead == '-') - ADVANCE(129); - if (lookahead == '/') - ADVANCE(106); - if (lookahead == '0') - ADVANCE(71); - if (lookahead == ';') - ADVANCE(81); - if (lookahead == '{') - ADVANCE(97); - if (lookahead == '}') - ADVANCE(101); - if (lookahead == '~') - ADVANCE(102); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || @@ -3140,8 +3144,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(71); if (lookahead == ']') ADVANCE(94); - if (lookahead == '{') - ADVANCE(97); if (lookahead == '~') ADVANCE(102); if (lookahead == '\t' || @@ -3216,6 +3218,31 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ADVANCE(103); END_STATE(); case 173: + if (lookahead == '(') + ADVANCE(50); + if (lookahead == ')') + ADVANCE(51); + if (lookahead == ',') + ADVANCE(57); + if (lookahead == '/') + ADVANCE(106); + if (lookahead == ':') + ADVANCE(80); + if (lookahead == ';') + ADVANCE(81); + if (lookahead == '=') + ADVANCE(131); + if (lookahead == '[') + ADVANCE(93); + if (lookahead == '{') + ADVANCE(97); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') + SKIP(173); + END_STATE(); + case 174: if (lookahead == '!') ADVANCE(2); if (lookahead == '\"') @@ -3264,7 +3291,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(173); + SKIP(174); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -3272,7 +3299,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(103); END_STATE(); - case 174: + case 175: if (lookahead == '!') ADVANCE(125); if (lookahead == '\"') @@ -3309,7 +3336,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(174); + SKIP(175); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -3317,9 +3344,9 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('a' <= lookahead && lookahead <= 'z')) ADVANCE(103); END_STATE(); - case 175: + case 176: if (lookahead == '!') - ADVANCE(176); + ADVANCE(177); if (lookahead == '%') ADVANCE(40); if (lookahead == '&') @@ -3366,13 +3393,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(175); + SKIP(176); END_STATE(); - case 176: + case 177: if (lookahead == '=') ADVANCE(3); END_STATE(); - case 177: + case 178: if (lookahead == '!') ADVANCE(125); if (lookahead == '\"') @@ -3401,7 +3428,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '\n' || lookahead == '\r' || lookahead == ' ') - SKIP(177); + SKIP(178); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(79); if (('A' <= lookahead && lookahead <= 'Z') || @@ -4237,8 +4264,8 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [7] = {.lex_state = 121}, [8] = {.lex_state = 0}, [9] = {.lex_state = 124}, - [10] = {.lex_state = 0}, - [11] = {.lex_state = 0}, + [10] = {.lex_state = 124}, + [11] = {.lex_state = 124}, [12] = {.lex_state = 124}, [13] = {.lex_state = 124}, [14] = {.lex_state = 124}, @@ -4249,1771 +4276,1394 @@ static TSLexMode ts_lex_modes[STATE_COUNT] = { [19] = {.lex_state = 104}, [20] = {.lex_state = 0}, [21] = {.lex_state = 133}, - [22] = {.lex_state = 134}, + [22] = {.lex_state = 133}, [23] = {.lex_state = 121}, - [24] = {.lex_state = 133}, - [25] = {.lex_state = 133}, - [26] = {.lex_state = 133}, + [24] = {.lex_state = 134}, + [25] = {.lex_state = 134}, + [26] = {.lex_state = 134}, [27] = {.lex_state = 112}, - [28] = {.lex_state = 134}, + [28] = {.lex_state = 133}, [29] = {.lex_state = 0}, - [30] = {.lex_state = 124}, - [31] = {.lex_state = 124}, + [30] = {.lex_state = 0}, + [31] = {.lex_state = 0}, [32] = {.lex_state = 124}, - [33] = {.lex_state = 0}, - [34] = {.lex_state = 0}, - [35] = {.lex_state = 0}, - [36] = {.lex_state = 0}, + [33] = {.lex_state = 135}, + [34] = {.lex_state = 124}, + [35] = {.lex_state = 124}, + [36] = {.lex_state = 136}, [37] = {.lex_state = 124}, - [38] = {.lex_state = 135}, + [38] = {.lex_state = 124}, [39] = {.lex_state = 124}, [40] = {.lex_state = 124}, - [41] = {.lex_state = 136}, - [42] = {.lex_state = 124}, - [43] = {.lex_state = 124}, - [44] = {.lex_state = 124}, - [45] = {.lex_state = 124}, - [46] = {.lex_state = 0}, - [47] = {.lex_state = 0}, - [48] = {.lex_state = 134}, - [49] = {.lex_state = 0}, - [50] = {.lex_state = 135}, - [51] = {.lex_state = 135}, + [41] = {.lex_state = 0}, + [42] = {.lex_state = 0}, + [43] = {.lex_state = 133}, + [44] = {.lex_state = 0}, + [45] = {.lex_state = 135}, + [46] = {.lex_state = 135}, + [47] = {.lex_state = 133}, + [48] = {.lex_state = 104}, + [49] = {.lex_state = 133}, + [50] = {.lex_state = 0}, + [51] = {.lex_state = 124}, [52] = {.lex_state = 124}, - [53] = {.lex_state = 124}, - [54] = {.lex_state = 133}, - [55] = {.lex_state = 104}, - [56] = {.lex_state = 133}, - [57] = {.lex_state = 0}, - [58] = {.lex_state = 124}, - [59] = {.lex_state = 124}, - [60] = {.lex_state = 133}, - [61] = {.lex_state = 112}, - [62] = {.lex_state = 134}, - [63] = {.lex_state = 147}, - [64] = {.lex_state = 149}, - [65] = {.lex_state = 107}, - [66] = {.lex_state = 0}, - [67] = {.lex_state = 112}, - [68] = {.lex_state = 134}, - [69] = {.lex_state = 0}, - [70] = {.lex_state = 0}, - [71] = {.lex_state = 151}, - [72] = {.lex_state = 112}, - [73] = {.lex_state = 121}, - [74] = {.lex_state = 0}, - [75] = {.lex_state = 124}, - [76] = {.lex_state = 154}, - [77] = {.lex_state = 133}, - [78] = {.lex_state = 133}, - [79] = {.lex_state = 134}, - [80] = {.lex_state = 154}, - [81] = {.lex_state = 133}, - [82] = {.lex_state = 134}, - [83] = {.lex_state = 154}, - [84] = {.lex_state = 133}, - [85] = {.lex_state = 166}, - [86] = {.lex_state = 135}, - [87] = {.lex_state = 124}, + [53] = {.lex_state = 133}, + [54] = {.lex_state = 112}, + [55] = {.lex_state = 133}, + [56] = {.lex_state = 147}, + [57] = {.lex_state = 149}, + [58] = {.lex_state = 107}, + [59] = {.lex_state = 0}, + [60] = {.lex_state = 112}, + [61] = {.lex_state = 151}, + [62] = {.lex_state = 0}, + [63] = {.lex_state = 0}, + [64] = {.lex_state = 152}, + [65] = {.lex_state = 112}, + [66] = {.lex_state = 121}, + [67] = {.lex_state = 0}, + [68] = {.lex_state = 124}, + [69] = {.lex_state = 155}, + [70] = {.lex_state = 133}, + [71] = {.lex_state = 134}, + [72] = {.lex_state = 151}, + [73] = {.lex_state = 155}, + [74] = {.lex_state = 134}, + [75] = {.lex_state = 151}, + [76] = {.lex_state = 155}, + [77] = {.lex_state = 134}, + [78] = {.lex_state = 167}, + [79] = {.lex_state = 0}, + [80] = {.lex_state = 0}, + [81] = {.lex_state = 168}, + [82] = {.lex_state = 135}, + [83] = {.lex_state = 168}, + [84] = {.lex_state = 168}, + [85] = {.lex_state = 168}, + [86] = {.lex_state = 0}, + [87] = {.lex_state = 0}, [88] = {.lex_state = 0}, - [89] = {.lex_state = 136}, - [90] = {.lex_state = 124}, + [89] = {.lex_state = 133}, + [90] = {.lex_state = 151}, [91] = {.lex_state = 0}, - [92] = {.lex_state = 124}, + [92] = {.lex_state = 0}, [93] = {.lex_state = 0}, [94] = {.lex_state = 0}, - [95] = {.lex_state = 0}, - [96] = {.lex_state = 0}, - [97] = {.lex_state = 167}, + [95] = {.lex_state = 133}, + [96] = {.lex_state = 124}, + [97] = {.lex_state = 135}, [98] = {.lex_state = 135}, - [99] = {.lex_state = 167}, - [100] = {.lex_state = 167}, - [101] = {.lex_state = 167}, + [99] = {.lex_state = 124}, + [100] = {.lex_state = 112}, + [101] = {.lex_state = 0}, [102] = {.lex_state = 0}, - [103] = {.lex_state = 0}, - [104] = {.lex_state = 0}, - [105] = {.lex_state = 0}, - [106] = {.lex_state = 0}, - [107] = {.lex_state = 134}, - [108] = {.lex_state = 134}, + [103] = {.lex_state = 124}, + [104] = {.lex_state = 169}, + [105] = {.lex_state = 169}, + [106] = {.lex_state = 170}, + [107] = {.lex_state = 170}, + [108] = {.lex_state = 136}, [109] = {.lex_state = 0}, - [110] = {.lex_state = 0}, - [111] = {.lex_state = 0}, - [112] = {.lex_state = 0}, - [113] = {.lex_state = 134}, - [114] = {.lex_state = 124}, - [115] = {.lex_state = 135}, - [116] = {.lex_state = 135}, - [117] = {.lex_state = 124}, - [118] = {.lex_state = 112}, - [119] = {.lex_state = 0}, - [120] = {.lex_state = 0}, - [121] = {.lex_state = 124}, - [122] = {.lex_state = 168}, - [123] = {.lex_state = 168}, - [124] = {.lex_state = 169}, - [125] = {.lex_state = 169}, - [126] = {.lex_state = 136}, - [127] = {.lex_state = 0}, - [128] = {.lex_state = 169}, - [129] = {.lex_state = 124}, - [130] = {.lex_state = 124}, - [131] = {.lex_state = 147}, - [132] = {.lex_state = 147}, - [133] = {.lex_state = 0}, - [134] = {.lex_state = 147}, - [135] = {.lex_state = 0}, - [136] = {.lex_state = 147}, - [137] = {.lex_state = 167}, - [138] = {.lex_state = 147}, - [139] = {.lex_state = 0}, + [110] = {.lex_state = 170}, + [111] = {.lex_state = 124}, + [112] = {.lex_state = 124}, + [113] = {.lex_state = 147}, + [114] = {.lex_state = 147}, + [115] = {.lex_state = 0}, + [116] = {.lex_state = 147}, + [117] = {.lex_state = 0}, + [118] = {.lex_state = 147}, + [119] = {.lex_state = 168}, + [120] = {.lex_state = 147}, + [121] = {.lex_state = 0}, + [122] = {.lex_state = 133}, + [123] = {.lex_state = 133}, + [124] = {.lex_state = 171}, + [125] = {.lex_state = 124}, + [126] = {.lex_state = 151}, + [127] = {.lex_state = 168}, + [128] = {.lex_state = 135}, + [129] = {.lex_state = 133}, + [130] = {.lex_state = 133}, + [131] = {.lex_state = 167}, + [132] = {.lex_state = 172}, + [133] = {.lex_state = 149}, + [134] = {.lex_state = 133}, + [135] = {.lex_state = 167}, + [136] = {.lex_state = 134}, + [137] = {.lex_state = 121}, + [138] = {.lex_state = 134}, + [139] = {.lex_state = 134}, [140] = {.lex_state = 134}, - [141] = {.lex_state = 170}, - [142] = {.lex_state = 171}, - [143] = {.lex_state = 124}, - [144] = {.lex_state = 134}, - [145] = {.lex_state = 167}, - [146] = {.lex_state = 135}, - [147] = {.lex_state = 133}, - [148] = {.lex_state = 133}, - [149] = {.lex_state = 166}, - [150] = {.lex_state = 172}, - [151] = {.lex_state = 149}, - [152] = {.lex_state = 134}, - [153] = {.lex_state = 166}, - [154] = {.lex_state = 133}, - [155] = {.lex_state = 121}, - [156] = {.lex_state = 133}, - [157] = {.lex_state = 133}, - [158] = {.lex_state = 133}, - [159] = {.lex_state = 107}, - [160] = {.lex_state = 0}, - [161] = {.lex_state = 112}, - [162] = {.lex_state = 0}, - [163] = {.lex_state = 0}, - [164] = {.lex_state = 121}, - [165] = {.lex_state = 0}, - [166] = {.lex_state = 124}, + [141] = {.lex_state = 107}, + [142] = {.lex_state = 0}, + [143] = {.lex_state = 112}, + [144] = {.lex_state = 0}, + [145] = {.lex_state = 0}, + [146] = {.lex_state = 121}, + [147] = {.lex_state = 0}, + [148] = {.lex_state = 124}, + [149] = {.lex_state = 133}, + [150] = {.lex_state = 152}, + [151] = {.lex_state = 134}, + [152] = {.lex_state = 112}, + [153] = {.lex_state = 134}, + [154] = {.lex_state = 0}, + [155] = {.lex_state = 0}, + [156] = {.lex_state = 124}, + [157] = {.lex_state = 151}, + [158] = {.lex_state = 134}, + [159] = {.lex_state = 135}, + [160] = {.lex_state = 135}, + [161] = {.lex_state = 155}, + [162] = {.lex_state = 134}, + [163] = {.lex_state = 151}, + [164] = {.lex_state = 155}, + [165] = {.lex_state = 151}, + [166] = {.lex_state = 155}, [167] = {.lex_state = 133}, - [168] = {.lex_state = 151}, - [169] = {.lex_state = 133}, - [170] = {.lex_state = 112}, + [168] = {.lex_state = 0}, + [169] = {.lex_state = 147}, + [170] = {.lex_state = 168}, [171] = {.lex_state = 133}, - [172] = {.lex_state = 0}, - [173] = {.lex_state = 0}, - [174] = {.lex_state = 124}, - [175] = {.lex_state = 134}, + [172] = {.lex_state = 171}, + [173] = {.lex_state = 168}, + [174] = {.lex_state = 135}, + [175] = {.lex_state = 151}, [176] = {.lex_state = 133}, - [177] = {.lex_state = 135}, - [178] = {.lex_state = 135}, - [179] = {.lex_state = 154}, - [180] = {.lex_state = 133}, - [181] = {.lex_state = 134}, - [182] = {.lex_state = 154}, - [183] = {.lex_state = 134}, - [184] = {.lex_state = 154}, - [185] = {.lex_state = 134}, - [186] = {.lex_state = 134}, + [177] = {.lex_state = 0}, + [178] = {.lex_state = 0}, + [179] = {.lex_state = 0}, + [180] = {.lex_state = 124}, + [181] = {.lex_state = 124}, + [182] = {.lex_state = 133}, + [183] = {.lex_state = 135}, + [184] = {.lex_state = 155}, + [185] = {.lex_state = 155}, + [186] = {.lex_state = 155}, [187] = {.lex_state = 0}, - [188] = {.lex_state = 135}, + [188] = {.lex_state = 169}, [189] = {.lex_state = 0}, - [190] = {.lex_state = 0}, - [191] = {.lex_state = 136}, - [192] = {.lex_state = 0}, - [193] = {.lex_state = 0}, - [194] = {.lex_state = 147}, - [195] = {.lex_state = 0}, - [196] = {.lex_state = 147}, - [197] = {.lex_state = 167}, - [198] = {.lex_state = 134}, - [199] = {.lex_state = 171}, - [200] = {.lex_state = 167}, - [201] = {.lex_state = 135}, - [202] = {.lex_state = 134}, - [203] = {.lex_state = 134}, - [204] = {.lex_state = 0}, - [205] = {.lex_state = 0}, - [206] = {.lex_state = 0}, - [207] = {.lex_state = 124}, - [208] = {.lex_state = 124}, - [209] = {.lex_state = 134}, - [210] = {.lex_state = 135}, - [211] = {.lex_state = 154}, - [212] = {.lex_state = 154}, - [213] = {.lex_state = 154}, + [190] = {.lex_state = 124}, + [191] = {.lex_state = 173}, + [192] = {.lex_state = 170}, + [193] = {.lex_state = 173}, + [194] = {.lex_state = 173}, + [195] = {.lex_state = 173}, + [196] = {.lex_state = 170}, + [197] = {.lex_state = 124}, + [198] = {.lex_state = 136}, + [199] = {.lex_state = 170}, + [200] = {.lex_state = 170}, + [201] = {.lex_state = 147}, + [202] = {.lex_state = 147}, + [203] = {.lex_state = 171}, + [204] = {.lex_state = 147}, + [205] = {.lex_state = 172}, + [206] = {.lex_state = 124}, + [207] = {.lex_state = 147}, + [208] = {.lex_state = 147}, + [209] = {.lex_state = 168}, + [210] = {.lex_state = 172}, + [211] = {.lex_state = 173}, + [212] = {.lex_state = 172}, + [213] = {.lex_state = 172}, [214] = {.lex_state = 0}, - [215] = {.lex_state = 168}, + [215] = {.lex_state = 172}, [216] = {.lex_state = 0}, - [217] = {.lex_state = 124}, - [218] = {.lex_state = 124}, - [219] = {.lex_state = 169}, - [220] = {.lex_state = 124}, - [221] = {.lex_state = 124}, - [222] = {.lex_state = 124}, - [223] = {.lex_state = 169}, - [224] = {.lex_state = 124}, - [225] = {.lex_state = 136}, - [226] = {.lex_state = 169}, - [227] = {.lex_state = 169}, - [228] = {.lex_state = 147}, - [229] = {.lex_state = 147}, - [230] = {.lex_state = 171}, - [231] = {.lex_state = 147}, - [232] = {.lex_state = 172}, - [233] = {.lex_state = 124}, - [234] = {.lex_state = 147}, - [235] = {.lex_state = 147}, - [236] = {.lex_state = 167}, - [237] = {.lex_state = 172}, + [217] = {.lex_state = 135}, + [218] = {.lex_state = 135}, + [219] = {.lex_state = 124}, + [220] = {.lex_state = 112}, + [221] = {.lex_state = 0}, + [222] = {.lex_state = 0}, + [223] = {.lex_state = 133}, + [224] = {.lex_state = 133}, + [225] = {.lex_state = 124}, + [226] = {.lex_state = 0}, + [227] = {.lex_state = 0}, + [228] = {.lex_state = 124}, + [229] = {.lex_state = 170}, + [230] = {.lex_state = 0}, + [231] = {.lex_state = 133}, + [232] = {.lex_state = 0}, + [233] = {.lex_state = 133}, + [234] = {.lex_state = 133}, + [235] = {.lex_state = 133}, + [236] = {.lex_state = 0}, + [237] = {.lex_state = 124}, [238] = {.lex_state = 124}, - [239] = {.lex_state = 172}, - [240] = {.lex_state = 172}, - [241] = {.lex_state = 0}, - [242] = {.lex_state = 172}, - [243] = {.lex_state = 0}, - [244] = {.lex_state = 135}, - [245] = {.lex_state = 135}, - [246] = {.lex_state = 107}, - [247] = {.lex_state = 0}, - [248] = {.lex_state = 124}, - [249] = {.lex_state = 112}, - [250] = {.lex_state = 0}, - [251] = {.lex_state = 0}, - [252] = {.lex_state = 121}, - [253] = {.lex_state = 170}, - [254] = {.lex_state = 0}, - [255] = {.lex_state = 170}, - [256] = {.lex_state = 134}, - [257] = {.lex_state = 124}, - [258] = {.lex_state = 0}, - [259] = {.lex_state = 0}, - [260] = {.lex_state = 124}, - [261] = {.lex_state = 169}, - [262] = {.lex_state = 0}, - [263] = {.lex_state = 133}, - [264] = {.lex_state = 0}, - [265] = {.lex_state = 133}, + [239] = {.lex_state = 124}, + [240] = {.lex_state = 124}, + [241] = {.lex_state = 135}, + [242] = {.lex_state = 170}, + [243] = {.lex_state = 133}, + [244] = {.lex_state = 133}, + [245] = {.lex_state = 133}, + [246] = {.lex_state = 135}, + [247] = {.lex_state = 133}, + [248] = {.lex_state = 133}, + [249] = {.lex_state = 124}, + [250] = {.lex_state = 124}, + [251] = {.lex_state = 168}, + [252] = {.lex_state = 124}, + [253] = {.lex_state = 124}, + [254] = {.lex_state = 124}, + [255] = {.lex_state = 124}, + [256] = {.lex_state = 174}, + [257] = {.lex_state = 174}, + [258] = {.lex_state = 171}, + [259] = {.lex_state = 171}, + [260] = {.lex_state = 174}, + [261] = {.lex_state = 0}, + [262] = {.lex_state = 171}, + [263] = {.lex_state = 175}, + [264] = {.lex_state = 135}, + [265] = {.lex_state = 135}, [266] = {.lex_state = 133}, - [267] = {.lex_state = 133}, - [268] = {.lex_state = 0}, - [269] = {.lex_state = 124}, - [270] = {.lex_state = 124}, - [271] = {.lex_state = 124}, - [272] = {.lex_state = 124}, - [273] = {.lex_state = 135}, - [274] = {.lex_state = 169}, - [275] = {.lex_state = 170}, - [276] = {.lex_state = 170}, - [277] = {.lex_state = 133}, - [278] = {.lex_state = 135}, - [279] = {.lex_state = 133}, - [280] = {.lex_state = 170}, - [281] = {.lex_state = 124}, - [282] = {.lex_state = 124}, - [283] = {.lex_state = 167}, - [284] = {.lex_state = 124}, - [285] = {.lex_state = 124}, - [286] = {.lex_state = 124}, - [287] = {.lex_state = 124}, - [288] = {.lex_state = 124}, - [289] = {.lex_state = 124}, - [290] = {.lex_state = 124}, - [291] = {.lex_state = 173}, - [292] = {.lex_state = 173}, - [293] = {.lex_state = 171}, - [294] = {.lex_state = 171}, - [295] = {.lex_state = 173}, - [296] = {.lex_state = 0}, - [297] = {.lex_state = 171}, - [298] = {.lex_state = 174}, - [299] = {.lex_state = 135}, - [300] = {.lex_state = 135}, - [301] = {.lex_state = 134}, + [267] = {.lex_state = 135}, + [268] = {.lex_state = 133}, + [269] = {.lex_state = 147}, + [270] = {.lex_state = 149}, + [271] = {.lex_state = 172}, + [272] = {.lex_state = 133}, + [273] = {.lex_state = 112}, + [274] = {.lex_state = 134}, + [275] = {.lex_state = 149}, + [276] = {.lex_state = 134}, + [277] = {.lex_state = 155}, + [278] = {.lex_state = 134}, + [279] = {.lex_state = 134}, + [280] = {.lex_state = 155}, + [281] = {.lex_state = 134}, + [282] = {.lex_state = 134}, + [283] = {.lex_state = 155}, + [284] = {.lex_state = 134}, + [285] = {.lex_state = 152}, + [286] = {.lex_state = 121}, + [287] = {.lex_state = 134}, + [288] = {.lex_state = 134}, + [289] = {.lex_state = 134}, + [290] = {.lex_state = 112}, + [291] = {.lex_state = 152}, + [292] = {.lex_state = 0}, + [293] = {.lex_state = 0}, + [294] = {.lex_state = 124}, + [295] = {.lex_state = 152}, + [296] = {.lex_state = 135}, + [297] = {.lex_state = 135}, + [298] = {.lex_state = 152}, + [299] = {.lex_state = 155}, + [300] = {.lex_state = 134}, + [301] = {.lex_state = 167}, [302] = {.lex_state = 135}, - [303] = {.lex_state = 134}, - [304] = {.lex_state = 147}, - [305] = {.lex_state = 149}, - [306] = {.lex_state = 172}, + [303] = {.lex_state = 0}, + [304] = {.lex_state = 133}, + [305] = {.lex_state = 134}, + [306] = {.lex_state = 0}, [307] = {.lex_state = 134}, - [308] = {.lex_state = 112}, - [309] = {.lex_state = 133}, - [310] = {.lex_state = 149}, - [311] = {.lex_state = 133}, - [312] = {.lex_state = 154}, - [313] = {.lex_state = 133}, - [314] = {.lex_state = 133}, - [315] = {.lex_state = 154}, - [316] = {.lex_state = 133}, - [317] = {.lex_state = 133}, - [318] = {.lex_state = 154}, - [319] = {.lex_state = 133}, - [320] = {.lex_state = 151}, - [321] = {.lex_state = 121}, - [322] = {.lex_state = 133}, - [323] = {.lex_state = 133}, - [324] = {.lex_state = 133}, - [325] = {.lex_state = 112}, - [326] = {.lex_state = 151}, - [327] = {.lex_state = 0}, - [328] = {.lex_state = 0}, - [329] = {.lex_state = 124}, - [330] = {.lex_state = 151}, - [331] = {.lex_state = 135}, + [308] = {.lex_state = 133}, + [309] = {.lex_state = 134}, + [310] = {.lex_state = 135}, + [311] = {.lex_state = 151}, + [312] = {.lex_state = 151}, + [313] = {.lex_state = 151}, + [314] = {.lex_state = 168}, + [315] = {.lex_state = 168}, + [316] = {.lex_state = 171}, + [317] = {.lex_state = 174}, + [318] = {.lex_state = 133}, + [319] = {.lex_state = 151}, + [320] = {.lex_state = 133}, + [321] = {.lex_state = 0}, + [322] = {.lex_state = 0}, + [323] = {.lex_state = 124}, + [324] = {.lex_state = 124}, + [325] = {.lex_state = 124}, + [326] = {.lex_state = 124}, + [327] = {.lex_state = 124}, + [328] = {.lex_state = 124}, + [329] = {.lex_state = 135}, + [330] = {.lex_state = 135}, + [331] = {.lex_state = 124}, [332] = {.lex_state = 135}, - [333] = {.lex_state = 151}, - [334] = {.lex_state = 154}, - [335] = {.lex_state = 133}, - [336] = {.lex_state = 166}, - [337] = {.lex_state = 135}, - [338] = {.lex_state = 0}, - [339] = {.lex_state = 134}, - [340] = {.lex_state = 133}, - [341] = {.lex_state = 0}, - [342] = {.lex_state = 133}, - [343] = {.lex_state = 170}, - [344] = {.lex_state = 133}, - [345] = {.lex_state = 135}, - [346] = {.lex_state = 134}, - [347] = {.lex_state = 134}, - [348] = {.lex_state = 134}, + [333] = {.lex_state = 133}, + [334] = {.lex_state = 135}, + [335] = {.lex_state = 169}, + [336] = {.lex_state = 155}, + [337] = {.lex_state = 112}, + [338] = {.lex_state = 155}, + [339] = {.lex_state = 155}, + [340] = {.lex_state = 155}, + [341] = {.lex_state = 169}, + [342] = {.lex_state = 155}, + [343] = {.lex_state = 155}, + [344] = {.lex_state = 155}, + [345] = {.lex_state = 169}, + [346] = {.lex_state = 155}, + [347] = {.lex_state = 155}, + [348] = {.lex_state = 155}, [349] = {.lex_state = 0}, - [350] = {.lex_state = 134}, - [351] = {.lex_state = 135}, - [352] = {.lex_state = 0}, - [353] = {.lex_state = 0}, - [354] = {.lex_state = 167}, - [355] = {.lex_state = 167}, - [356] = {.lex_state = 171}, - [357] = {.lex_state = 173}, - [358] = {.lex_state = 134}, - [359] = {.lex_state = 134}, - [360] = {.lex_state = 134}, - [361] = {.lex_state = 0}, - [362] = {.lex_state = 0}, + [350] = {.lex_state = 147}, + [351] = {.lex_state = 173}, + [352] = {.lex_state = 124}, + [353] = {.lex_state = 124}, + [354] = {.lex_state = 124}, + [355] = {.lex_state = 124}, + [356] = {.lex_state = 124}, + [357] = {.lex_state = 124}, + [358] = {.lex_state = 135}, + [359] = {.lex_state = 135}, + [360] = {.lex_state = 0}, + [361] = {.lex_state = 169}, + [362] = {.lex_state = 171}, [363] = {.lex_state = 124}, - [364] = {.lex_state = 124}, - [365] = {.lex_state = 124}, - [366] = {.lex_state = 124}, - [367] = {.lex_state = 124}, - [368] = {.lex_state = 124}, - [369] = {.lex_state = 135}, - [370] = {.lex_state = 135}, - [371] = {.lex_state = 124}, - [372] = {.lex_state = 135}, - [373] = {.lex_state = 134}, - [374] = {.lex_state = 135}, - [375] = {.lex_state = 168}, - [376] = {.lex_state = 154}, - [377] = {.lex_state = 112}, - [378] = {.lex_state = 154}, - [379] = {.lex_state = 154}, - [380] = {.lex_state = 154}, - [381] = {.lex_state = 168}, - [382] = {.lex_state = 154}, - [383] = {.lex_state = 154}, - [384] = {.lex_state = 154}, - [385] = {.lex_state = 168}, - [386] = {.lex_state = 154}, - [387] = {.lex_state = 154}, - [388] = {.lex_state = 154}, - [389] = {.lex_state = 0}, - [390] = {.lex_state = 147}, + [364] = {.lex_state = 173}, + [365] = {.lex_state = 170}, + [366] = {.lex_state = 170}, + [367] = {.lex_state = 170}, + [368] = {.lex_state = 147}, + [369] = {.lex_state = 172}, + [370] = {.lex_state = 172}, + [371] = {.lex_state = 171}, + [372] = {.lex_state = 174}, + [373] = {.lex_state = 171}, + [374] = {.lex_state = 172}, + [375] = {.lex_state = 147}, + [376] = {.lex_state = 147}, + [377] = {.lex_state = 173}, + [378] = {.lex_state = 172}, + [379] = {.lex_state = 147}, + [380] = {.lex_state = 172}, + [381] = {.lex_state = 172}, + [382] = {.lex_state = 172}, + [383] = {.lex_state = 172}, + [384] = {.lex_state = 172}, + [385] = {.lex_state = 172}, + [386] = {.lex_state = 124}, + [387] = {.lex_state = 124}, + [388] = {.lex_state = 124}, + [389] = {.lex_state = 124}, + [390] = {.lex_state = 124}, [391] = {.lex_state = 124}, - [392] = {.lex_state = 124}, - [393] = {.lex_state = 124}, - [394] = {.lex_state = 124}, - [395] = {.lex_state = 124}, - [396] = {.lex_state = 124}, - [397] = {.lex_state = 124}, - [398] = {.lex_state = 135}, - [399] = {.lex_state = 135}, - [400] = {.lex_state = 0}, - [401] = {.lex_state = 168}, - [402] = {.lex_state = 171}, + [392] = {.lex_state = 172}, + [393] = {.lex_state = 172}, + [394] = {.lex_state = 172}, + [395] = {.lex_state = 147}, + [396] = {.lex_state = 147}, + [397] = {.lex_state = 134}, + [398] = {.lex_state = 134}, + [399] = {.lex_state = 134}, + [400] = {.lex_state = 176}, + [401] = {.lex_state = 124}, + [402] = {.lex_state = 124}, [403] = {.lex_state = 124}, [404] = {.lex_state = 124}, - [405] = {.lex_state = 169}, - [406] = {.lex_state = 169}, - [407] = {.lex_state = 169}, - [408] = {.lex_state = 147}, - [409] = {.lex_state = 172}, - [410] = {.lex_state = 172}, - [411] = {.lex_state = 171}, - [412] = {.lex_state = 173}, - [413] = {.lex_state = 171}, - [414] = {.lex_state = 172}, - [415] = {.lex_state = 147}, - [416] = {.lex_state = 147}, - [417] = {.lex_state = 124}, - [418] = {.lex_state = 172}, - [419] = {.lex_state = 147}, - [420] = {.lex_state = 172}, - [421] = {.lex_state = 172}, - [422] = {.lex_state = 172}, - [423] = {.lex_state = 172}, - [424] = {.lex_state = 172}, - [425] = {.lex_state = 172}, - [426] = {.lex_state = 170}, - [427] = {.lex_state = 121}, - [428] = {.lex_state = 124}, - [429] = {.lex_state = 124}, + [405] = {.lex_state = 124}, + [406] = {.lex_state = 124}, + [407] = {.lex_state = 124}, + [408] = {.lex_state = 124}, + [409] = {.lex_state = 170}, + [410] = {.lex_state = 170}, + [411] = {.lex_state = 133}, + [412] = {.lex_state = 124}, + [413] = {.lex_state = 0}, + [414] = {.lex_state = 0}, + [415] = {.lex_state = 124}, + [416] = {.lex_state = 170}, + [417] = {.lex_state = 0}, + [418] = {.lex_state = 0}, + [419] = {.lex_state = 170}, + [420] = {.lex_state = 0}, + [421] = {.lex_state = 133}, + [422] = {.lex_state = 133}, + [423] = {.lex_state = 135}, + [424] = {.lex_state = 133}, + [425] = {.lex_state = 133}, + [426] = {.lex_state = 133}, + [427] = {.lex_state = 176}, + [428] = {.lex_state = 176}, + [429] = {.lex_state = 176}, [430] = {.lex_state = 124}, - [431] = {.lex_state = 124}, - [432] = {.lex_state = 124}, - [433] = {.lex_state = 124}, - [434] = {.lex_state = 172}, - [435] = {.lex_state = 172}, - [436] = {.lex_state = 172}, - [437] = {.lex_state = 147}, - [438] = {.lex_state = 147}, - [439] = {.lex_state = 133}, - [440] = {.lex_state = 133}, - [441] = {.lex_state = 133}, - [442] = {.lex_state = 112}, - [443] = {.lex_state = 170}, - [444] = {.lex_state = 0}, - [445] = {.lex_state = 0}, - [446] = {.lex_state = 170}, - [447] = {.lex_state = 170}, - [448] = {.lex_state = 175}, + [431] = {.lex_state = 135}, + [432] = {.lex_state = 135}, + [433] = {.lex_state = 133}, + [434] = {.lex_state = 135}, + [435] = {.lex_state = 178}, + [436] = {.lex_state = 124}, + [437] = {.lex_state = 133}, + [438] = {.lex_state = 124}, + [439] = {.lex_state = 124}, + [440] = {.lex_state = 124}, + [441] = {.lex_state = 124}, + [442] = {.lex_state = 124}, + [443] = {.lex_state = 124}, + [444] = {.lex_state = 124}, + [445] = {.lex_state = 124}, + [446] = {.lex_state = 124}, + [447] = {.lex_state = 124}, + [448] = {.lex_state = 124}, [449] = {.lex_state = 124}, [450] = {.lex_state = 124}, - [451] = {.lex_state = 124}, - [452] = {.lex_state = 124}, - [453] = {.lex_state = 124}, - [454] = {.lex_state = 124}, - [455] = {.lex_state = 124}, - [456] = {.lex_state = 124}, - [457] = {.lex_state = 169}, - [458] = {.lex_state = 169}, - [459] = {.lex_state = 133}, - [460] = {.lex_state = 124}, - [461] = {.lex_state = 0}, - [462] = {.lex_state = 0}, + [451] = {.lex_state = 176}, + [452] = {.lex_state = 0}, + [453] = {.lex_state = 176}, + [454] = {.lex_state = 133}, + [455] = {.lex_state = 133}, + [456] = {.lex_state = 147}, + [457] = {.lex_state = 124}, + [458] = {.lex_state = 174}, + [459] = {.lex_state = 174}, + [460] = {.lex_state = 168}, + [461] = {.lex_state = 174}, + [462] = {.lex_state = 171}, [463] = {.lex_state = 124}, - [464] = {.lex_state = 169}, - [465] = {.lex_state = 0}, - [466] = {.lex_state = 0}, - [467] = {.lex_state = 169}, - [468] = {.lex_state = 0}, - [469] = {.lex_state = 133}, - [470] = {.lex_state = 170}, - [471] = {.lex_state = 135}, - [472] = {.lex_state = 170}, - [473] = {.lex_state = 170}, - [474] = {.lex_state = 133}, - [475] = {.lex_state = 175}, - [476] = {.lex_state = 175}, - [477] = {.lex_state = 175}, - [478] = {.lex_state = 124}, - [479] = {.lex_state = 135}, - [480] = {.lex_state = 135}, - [481] = {.lex_state = 133}, - [482] = {.lex_state = 170}, - [483] = {.lex_state = 135}, - [484] = {.lex_state = 135}, - [485] = {.lex_state = 177}, - [486] = {.lex_state = 124}, - [487] = {.lex_state = 170}, - [488] = {.lex_state = 124}, - [489] = {.lex_state = 124}, - [490] = {.lex_state = 124}, - [491] = {.lex_state = 124}, - [492] = {.lex_state = 124}, - [493] = {.lex_state = 124}, - [494] = {.lex_state = 124}, - [495] = {.lex_state = 124}, - [496] = {.lex_state = 124}, - [497] = {.lex_state = 124}, - [498] = {.lex_state = 124}, - [499] = {.lex_state = 124}, - [500] = {.lex_state = 124}, - [501] = {.lex_state = 175}, - [502] = {.lex_state = 0}, - [503] = {.lex_state = 175}, + [464] = {.lex_state = 124}, + [465] = {.lex_state = 124}, + [466] = {.lex_state = 124}, + [467] = {.lex_state = 124}, + [468] = {.lex_state = 124}, + [469] = {.lex_state = 124}, + [470] = {.lex_state = 124}, + [471] = {.lex_state = 124}, + [472] = {.lex_state = 124}, + [473] = {.lex_state = 124}, + [474] = {.lex_state = 124}, + [475] = {.lex_state = 171}, + [476] = {.lex_state = 171}, + [477] = {.lex_state = 133}, + [478] = {.lex_state = 176}, + [479] = {.lex_state = 124}, + [480] = {.lex_state = 0}, + [481] = {.lex_state = 135}, + [482] = {.lex_state = 135}, + [483] = {.lex_state = 124}, + [484] = {.lex_state = 172}, + [485] = {.lex_state = 149}, + [486] = {.lex_state = 172}, + [487] = {.lex_state = 167}, + [488] = {.lex_state = 134}, + [489] = {.lex_state = 167}, + [490] = {.lex_state = 134}, + [491] = {.lex_state = 155}, + [492] = {.lex_state = 134}, + [493] = {.lex_state = 155}, + [494] = {.lex_state = 134}, + [495] = {.lex_state = 155}, + [496] = {.lex_state = 112}, + [497] = {.lex_state = 152}, + [498] = {.lex_state = 149}, + [499] = {.lex_state = 152}, + [500] = {.lex_state = 155}, + [501] = {.lex_state = 134}, + [502] = {.lex_state = 152}, + [503] = {.lex_state = 155}, [504] = {.lex_state = 134}, - [505] = {.lex_state = 170}, - [506] = {.lex_state = 147}, - [507] = {.lex_state = 135}, - [508] = {.lex_state = 171}, - [509] = {.lex_state = 171}, - [510] = {.lex_state = 136}, - [511] = {.lex_state = 171}, - [512] = {.lex_state = 171}, - [513] = {.lex_state = 171}, - [514] = {.lex_state = 171}, - [515] = {.lex_state = 124}, - [516] = {.lex_state = 173}, - [517] = {.lex_state = 173}, - [518] = {.lex_state = 0}, - [519] = {.lex_state = 167}, - [520] = {.lex_state = 173}, - [521] = {.lex_state = 171}, - [522] = {.lex_state = 171}, - [523] = {.lex_state = 171}, - [524] = {.lex_state = 124}, - [525] = {.lex_state = 124}, - [526] = {.lex_state = 124}, - [527] = {.lex_state = 124}, - [528] = {.lex_state = 124}, - [529] = {.lex_state = 124}, + [505] = {.lex_state = 152}, + [506] = {.lex_state = 155}, + [507] = {.lex_state = 134}, + [508] = {.lex_state = 167}, + [509] = {.lex_state = 135}, + [510] = {.lex_state = 0}, + [511] = {.lex_state = 133}, + [512] = {.lex_state = 152}, + [513] = {.lex_state = 0}, + [514] = {.lex_state = 152}, + [515] = {.lex_state = 133}, + [516] = {.lex_state = 152}, + [517] = {.lex_state = 135}, + [518] = {.lex_state = 155}, + [519] = {.lex_state = 134}, + [520] = {.lex_state = 134}, + [521] = {.lex_state = 135}, + [522] = {.lex_state = 134}, + [523] = {.lex_state = 133}, + [524] = {.lex_state = 134}, + [525] = {.lex_state = 133}, + [526] = {.lex_state = 134}, + [527] = {.lex_state = 168}, + [528] = {.lex_state = 174}, + [529] = {.lex_state = 147}, [530] = {.lex_state = 124}, - [531] = {.lex_state = 124}, - [532] = {.lex_state = 124}, + [531] = {.lex_state = 135}, + [532] = {.lex_state = 135}, [533] = {.lex_state = 124}, [534] = {.lex_state = 124}, [535] = {.lex_state = 124}, - [536] = {.lex_state = 171}, - [537] = {.lex_state = 171}, - [538] = {.lex_state = 171}, - [539] = {.lex_state = 171}, - [540] = {.lex_state = 171}, - [541] = {.lex_state = 134}, - [542] = {.lex_state = 175}, + [536] = {.lex_state = 124}, + [537] = {.lex_state = 124}, + [538] = {.lex_state = 124}, + [539] = {.lex_state = 124}, + [540] = {.lex_state = 124}, + [541] = {.lex_state = 124}, + [542] = {.lex_state = 124}, [543] = {.lex_state = 124}, - [544] = {.lex_state = 0}, - [545] = {.lex_state = 135}, - [546] = {.lex_state = 135}, - [547] = {.lex_state = 124}, - [548] = {.lex_state = 172}, - [549] = {.lex_state = 149}, - [550] = {.lex_state = 172}, - [551] = {.lex_state = 166}, - [552] = {.lex_state = 133}, - [553] = {.lex_state = 166}, - [554] = {.lex_state = 133}, - [555] = {.lex_state = 154}, - [556] = {.lex_state = 133}, - [557] = {.lex_state = 154}, - [558] = {.lex_state = 133}, - [559] = {.lex_state = 154}, - [560] = {.lex_state = 112}, - [561] = {.lex_state = 151}, - [562] = {.lex_state = 149}, - [563] = {.lex_state = 151}, - [564] = {.lex_state = 154}, - [565] = {.lex_state = 133}, - [566] = {.lex_state = 151}, - [567] = {.lex_state = 154}, - [568] = {.lex_state = 133}, - [569] = {.lex_state = 151}, - [570] = {.lex_state = 154}, - [571] = {.lex_state = 133}, - [572] = {.lex_state = 166}, - [573] = {.lex_state = 135}, - [574] = {.lex_state = 0}, - [575] = {.lex_state = 134}, - [576] = {.lex_state = 151}, - [577] = {.lex_state = 0}, - [578] = {.lex_state = 151}, - [579] = {.lex_state = 170}, - [580] = {.lex_state = 151}, - [581] = {.lex_state = 135}, - [582] = {.lex_state = 154}, - [583] = {.lex_state = 133}, - [584] = {.lex_state = 133}, - [585] = {.lex_state = 135}, - [586] = {.lex_state = 133}, - [587] = {.lex_state = 134}, - [588] = {.lex_state = 133}, + [544] = {.lex_state = 124}, + [545] = {.lex_state = 124}, + [546] = {.lex_state = 0}, + [547] = {.lex_state = 155}, + [548] = {.lex_state = 155}, + [549] = {.lex_state = 169}, + [550] = {.lex_state = 169}, + [551] = {.lex_state = 169}, + [552] = {.lex_state = 155}, + [553] = {.lex_state = 155}, + [554] = {.lex_state = 155}, + [555] = {.lex_state = 169}, + [556] = {.lex_state = 169}, + [557] = {.lex_state = 169}, + [558] = {.lex_state = 155}, + [559] = {.lex_state = 155}, + [560] = {.lex_state = 169}, + [561] = {.lex_state = 169}, + [562] = {.lex_state = 169}, + [563] = {.lex_state = 155}, + [564] = {.lex_state = 155}, + [565] = {.lex_state = 173}, + [566] = {.lex_state = 147}, + [567] = {.lex_state = 124}, + [568] = {.lex_state = 135}, + [569] = {.lex_state = 135}, + [570] = {.lex_state = 169}, + [571] = {.lex_state = 124}, + [572] = {.lex_state = 124}, + [573] = {.lex_state = 124}, + [574] = {.lex_state = 124}, + [575] = {.lex_state = 124}, + [576] = {.lex_state = 124}, + [577] = {.lex_state = 124}, + [578] = {.lex_state = 124}, + [579] = {.lex_state = 124}, + [580] = {.lex_state = 124}, + [581] = {.lex_state = 124}, + [582] = {.lex_state = 124}, + [583] = {.lex_state = 170}, + [584] = {.lex_state = 173}, + [585] = {.lex_state = 171}, + [586] = {.lex_state = 174}, + [587] = {.lex_state = 135}, + [588] = {.lex_state = 124}, [589] = {.lex_state = 170}, - [590] = {.lex_state = 133}, - [591] = {.lex_state = 0}, - [592] = {.lex_state = 134}, - [593] = {.lex_state = 167}, - [594] = {.lex_state = 173}, - [595] = {.lex_state = 147}, - [596] = {.lex_state = 124}, - [597] = {.lex_state = 135}, - [598] = {.lex_state = 135}, - [599] = {.lex_state = 124}, - [600] = {.lex_state = 124}, - [601] = {.lex_state = 124}, + [590] = {.lex_state = 172}, + [591] = {.lex_state = 172}, + [592] = {.lex_state = 174}, + [593] = {.lex_state = 171}, + [594] = {.lex_state = 172}, + [595] = {.lex_state = 173}, + [596] = {.lex_state = 172}, + [597] = {.lex_state = 147}, + [598] = {.lex_state = 172}, + [599] = {.lex_state = 172}, + [600] = {.lex_state = 172}, + [601] = {.lex_state = 147}, [602] = {.lex_state = 124}, - [603] = {.lex_state = 124}, - [604] = {.lex_state = 124}, + [603] = {.lex_state = 172}, + [604] = {.lex_state = 172}, [605] = {.lex_state = 124}, - [606] = {.lex_state = 124}, + [606] = {.lex_state = 176}, [607] = {.lex_state = 124}, [608] = {.lex_state = 124}, [609] = {.lex_state = 124}, [610] = {.lex_state = 124}, [611] = {.lex_state = 124}, - [612] = {.lex_state = 0}, - [613] = {.lex_state = 154}, - [614] = {.lex_state = 154}, - [615] = {.lex_state = 168}, - [616] = {.lex_state = 168}, - [617] = {.lex_state = 168}, - [618] = {.lex_state = 154}, - [619] = {.lex_state = 154}, - [620] = {.lex_state = 154}, - [621] = {.lex_state = 168}, - [622] = {.lex_state = 168}, - [623] = {.lex_state = 168}, - [624] = {.lex_state = 154}, - [625] = {.lex_state = 154}, - [626] = {.lex_state = 168}, - [627] = {.lex_state = 168}, - [628] = {.lex_state = 168}, - [629] = {.lex_state = 154}, - [630] = {.lex_state = 154}, - [631] = {.lex_state = 124}, - [632] = {.lex_state = 147}, - [633] = {.lex_state = 124}, - [634] = {.lex_state = 135}, - [635] = {.lex_state = 135}, - [636] = {.lex_state = 168}, - [637] = {.lex_state = 124}, - [638] = {.lex_state = 124}, - [639] = {.lex_state = 124}, - [640] = {.lex_state = 124}, - [641] = {.lex_state = 124}, - [642] = {.lex_state = 124}, - [643] = {.lex_state = 124}, - [644] = {.lex_state = 124}, - [645] = {.lex_state = 124}, - [646] = {.lex_state = 124}, - [647] = {.lex_state = 124}, - [648] = {.lex_state = 124}, - [649] = {.lex_state = 169}, - [650] = {.lex_state = 124}, - [651] = {.lex_state = 171}, - [652] = {.lex_state = 173}, - [653] = {.lex_state = 135}, - [654] = {.lex_state = 124}, - [655] = {.lex_state = 169}, - [656] = {.lex_state = 172}, - [657] = {.lex_state = 172}, - [658] = {.lex_state = 173}, - [659] = {.lex_state = 171}, - [660] = {.lex_state = 172}, - [661] = {.lex_state = 124}, + [612] = {.lex_state = 124}, + [613] = {.lex_state = 124}, + [614] = {.lex_state = 124}, + [615] = {.lex_state = 124}, + [616] = {.lex_state = 124}, + [617] = {.lex_state = 124}, + [618] = {.lex_state = 124}, + [619] = {.lex_state = 124}, + [620] = {.lex_state = 112}, + [621] = {.lex_state = 133}, + [622] = {.lex_state = 0}, + [623] = {.lex_state = 0}, + [624] = {.lex_state = 152}, + [625] = {.lex_state = 112}, + [626] = {.lex_state = 134}, + [627] = {.lex_state = 0}, + [628] = {.lex_state = 0}, + [629] = {.lex_state = 124}, + [630] = {.lex_state = 170}, + [631] = {.lex_state = 0}, + [632] = {.lex_state = 133}, + [633] = {.lex_state = 0}, + [634] = {.lex_state = 133}, + [635] = {.lex_state = 133}, + [636] = {.lex_state = 133}, + [637] = {.lex_state = 0}, + [638] = {.lex_state = 170}, + [639] = {.lex_state = 134}, + [640] = {.lex_state = 134}, + [641] = {.lex_state = 155}, + [642] = {.lex_state = 155}, + [643] = {.lex_state = 133}, + [644] = {.lex_state = 135}, + [645] = {.lex_state = 133}, + [646] = {.lex_state = 134}, + [647] = {.lex_state = 133}, + [648] = {.lex_state = 155}, + [649] = {.lex_state = 155}, + [650] = {.lex_state = 134}, + [651] = {.lex_state = 133}, + [652] = {.lex_state = 155}, + [653] = {.lex_state = 155}, + [654] = {.lex_state = 134}, + [655] = {.lex_state = 124}, + [656] = {.lex_state = 124}, + [657] = {.lex_state = 124}, + [658] = {.lex_state = 124}, + [659] = {.lex_state = 124}, + [660] = {.lex_state = 124}, + [661] = {.lex_state = 172}, [662] = {.lex_state = 172}, - [663] = {.lex_state = 147}, - [664] = {.lex_state = 172}, - [665] = {.lex_state = 172}, - [666] = {.lex_state = 172}, - [667] = {.lex_state = 112}, - [668] = {.lex_state = 170}, - [669] = {.lex_state = 149}, - [670] = {.lex_state = 147}, + [663] = {.lex_state = 172}, + [664] = {.lex_state = 147}, + [665] = {.lex_state = 124}, + [666] = {.lex_state = 170}, + [667] = {.lex_state = 170}, + [668] = {.lex_state = 124}, + [669] = {.lex_state = 124}, + [670] = {.lex_state = 133}, [671] = {.lex_state = 124}, - [672] = {.lex_state = 172}, - [673] = {.lex_state = 172}, + [672] = {.lex_state = 124}, + [673] = {.lex_state = 124}, [674] = {.lex_state = 124}, - [675] = {.lex_state = 175}, + [675] = {.lex_state = 124}, [676] = {.lex_state = 124}, [677] = {.lex_state = 124}, [678] = {.lex_state = 124}, [679] = {.lex_state = 124}, [680] = {.lex_state = 124}, - [681] = {.lex_state = 124}, - [682] = {.lex_state = 124}, - [683] = {.lex_state = 124}, - [684] = {.lex_state = 124}, + [681] = {.lex_state = 170}, + [682] = {.lex_state = 133}, + [683] = {.lex_state = 0}, + [684] = {.lex_state = 172}, [685] = {.lex_state = 124}, [686] = {.lex_state = 124}, - [687] = {.lex_state = 124}, - [688] = {.lex_state = 124}, - [689] = {.lex_state = 107}, - [690] = {.lex_state = 0}, - [691] = {.lex_state = 112}, - [692] = {.lex_state = 170}, - [693] = {.lex_state = 0}, - [694] = {.lex_state = 0}, - [695] = {.lex_state = 151}, - [696] = {.lex_state = 112}, - [697] = {.lex_state = 121}, - [698] = {.lex_state = 133}, - [699] = {.lex_state = 0}, + [687] = {.lex_state = 170}, + [688] = {.lex_state = 133}, + [689] = {.lex_state = 124}, + [690] = {.lex_state = 133}, + [691] = {.lex_state = 133}, + [692] = {.lex_state = 0}, + [693] = {.lex_state = 133}, + [694] = {.lex_state = 135}, + [695] = {.lex_state = 135}, + [696] = {.lex_state = 133}, + [697] = {.lex_state = 133}, + [698] = {.lex_state = 147}, + [699] = {.lex_state = 135}, [700] = {.lex_state = 170}, - [701] = {.lex_state = 0}, - [702] = {.lex_state = 0}, - [703] = {.lex_state = 124}, - [704] = {.lex_state = 169}, - [705] = {.lex_state = 0}, - [706] = {.lex_state = 133}, - [707] = {.lex_state = 0}, - [708] = {.lex_state = 133}, - [709] = {.lex_state = 133}, - [710] = {.lex_state = 133}, - [711] = {.lex_state = 0}, - [712] = {.lex_state = 169}, - [713] = {.lex_state = 133}, - [714] = {.lex_state = 133}, - [715] = {.lex_state = 154}, - [716] = {.lex_state = 154}, - [717] = {.lex_state = 133}, + [701] = {.lex_state = 133}, + [702] = {.lex_state = 176}, + [703] = {.lex_state = 172}, + [704] = {.lex_state = 135}, + [705] = {.lex_state = 168}, + [706] = {.lex_state = 176}, + [707] = {.lex_state = 174}, + [708] = {.lex_state = 135}, + [709] = {.lex_state = 170}, + [710] = {.lex_state = 135}, + [711] = {.lex_state = 135}, + [712] = {.lex_state = 135}, + [713] = {.lex_state = 135}, + [714] = {.lex_state = 135}, + [715] = {.lex_state = 135}, + [716] = {.lex_state = 135}, + [717] = {.lex_state = 135}, [718] = {.lex_state = 135}, - [719] = {.lex_state = 133}, - [720] = {.lex_state = 133}, - [721] = {.lex_state = 170}, - [722] = {.lex_state = 154}, - [723] = {.lex_state = 154}, - [724] = {.lex_state = 133}, - [725] = {.lex_state = 170}, - [726] = {.lex_state = 154}, - [727] = {.lex_state = 154}, - [728] = {.lex_state = 133}, - [729] = {.lex_state = 166}, - [730] = {.lex_state = 135}, - [731] = {.lex_state = 0}, - [732] = {.lex_state = 170}, - [733] = {.lex_state = 124}, - [734] = {.lex_state = 124}, - [735] = {.lex_state = 124}, - [736] = {.lex_state = 124}, - [737] = {.lex_state = 124}, - [738] = {.lex_state = 124}, - [739] = {.lex_state = 172}, - [740] = {.lex_state = 172}, - [741] = {.lex_state = 172}, - [742] = {.lex_state = 147}, + [719] = {.lex_state = 176}, + [720] = {.lex_state = 124}, + [721] = {.lex_state = 147}, + [722] = {.lex_state = 174}, + [723] = {.lex_state = 168}, + [724] = {.lex_state = 171}, + [725] = {.lex_state = 174}, + [726] = {.lex_state = 170}, + [727] = {.lex_state = 174}, + [728] = {.lex_state = 174}, + [729] = {.lex_state = 174}, + [730] = {.lex_state = 174}, + [731] = {.lex_state = 174}, + [732] = {.lex_state = 174}, + [733] = {.lex_state = 174}, + [734] = {.lex_state = 174}, + [735] = {.lex_state = 174}, + [736] = {.lex_state = 171}, + [737] = {.lex_state = 176}, + [738] = {.lex_state = 174}, + [739] = {.lex_state = 124}, + [740] = {.lex_state = 175}, + [741] = {.lex_state = 135}, + [742] = {.lex_state = 124}, [743] = {.lex_state = 124}, - [744] = {.lex_state = 169}, - [745] = {.lex_state = 169}, - [746] = {.lex_state = 124}, - [747] = {.lex_state = 124}, - [748] = {.lex_state = 133}, - [749] = {.lex_state = 124}, - [750] = {.lex_state = 124}, - [751] = {.lex_state = 124}, - [752] = {.lex_state = 124}, - [753] = {.lex_state = 124}, - [754] = {.lex_state = 124}, - [755] = {.lex_state = 124}, - [756] = {.lex_state = 124}, - [757] = {.lex_state = 124}, - [758] = {.lex_state = 124}, - [759] = {.lex_state = 169}, - [760] = {.lex_state = 170}, - [761] = {.lex_state = 0}, - [762] = {.lex_state = 172}, - [763] = {.lex_state = 124}, - [764] = {.lex_state = 124}, - [765] = {.lex_state = 169}, - [766] = {.lex_state = 133}, - [767] = {.lex_state = 124}, - [768] = {.lex_state = 133}, - [769] = {.lex_state = 133}, - [770] = {.lex_state = 0}, - [771] = {.lex_state = 133}, + [744] = {.lex_state = 134}, + [745] = {.lex_state = 134}, + [746] = {.lex_state = 134}, + [747] = {.lex_state = 134}, + [748] = {.lex_state = 134}, + [749] = {.lex_state = 167}, + [750] = {.lex_state = 152}, + [751] = {.lex_state = 167}, + [752] = {.lex_state = 152}, + [753] = {.lex_state = 155}, + [754] = {.lex_state = 152}, + [755] = {.lex_state = 155}, + [756] = {.lex_state = 152}, + [757] = {.lex_state = 155}, + [758] = {.lex_state = 152}, + [759] = {.lex_state = 152}, + [760] = {.lex_state = 135}, + [761] = {.lex_state = 152}, + [762] = {.lex_state = 133}, + [763] = {.lex_state = 152}, + [764] = {.lex_state = 133}, + [765] = {.lex_state = 152}, + [766] = {.lex_state = 134}, + [767] = {.lex_state = 134}, + [768] = {.lex_state = 134}, + [769] = {.lex_state = 168}, + [770] = {.lex_state = 124}, + [771] = {.lex_state = 147}, [772] = {.lex_state = 135}, - [773] = {.lex_state = 0}, - [774] = {.lex_state = 135}, - [775] = {.lex_state = 170}, - [776] = {.lex_state = 170}, - [777] = {.lex_state = 147}, + [773] = {.lex_state = 135}, + [774] = {.lex_state = 170}, + [775] = {.lex_state = 135}, + [776] = {.lex_state = 135}, + [777] = {.lex_state = 135}, [778] = {.lex_state = 135}, - [779] = {.lex_state = 169}, - [780] = {.lex_state = 170}, - [781] = {.lex_state = 170}, + [779] = {.lex_state = 135}, + [780] = {.lex_state = 135}, + [781] = {.lex_state = 135}, [782] = {.lex_state = 135}, - [783] = {.lex_state = 175}, - [784] = {.lex_state = 172}, - [785] = {.lex_state = 135}, - [786] = {.lex_state = 167}, - [787] = {.lex_state = 175}, - [788] = {.lex_state = 173}, - [789] = {.lex_state = 135}, + [783] = {.lex_state = 135}, + [784] = {.lex_state = 155}, + [785] = {.lex_state = 155}, + [786] = {.lex_state = 155}, + [787] = {.lex_state = 155}, + [788] = {.lex_state = 169}, + [789] = {.lex_state = 169}, [790] = {.lex_state = 169}, - [791] = {.lex_state = 135}, - [792] = {.lex_state = 135}, - [793] = {.lex_state = 135}, - [794] = {.lex_state = 135}, - [795] = {.lex_state = 135}, + [791] = {.lex_state = 169}, + [792] = {.lex_state = 169}, + [793] = {.lex_state = 169}, + [794] = {.lex_state = 124}, + [795] = {.lex_state = 147}, [796] = {.lex_state = 135}, [797] = {.lex_state = 135}, - [798] = {.lex_state = 135}, + [798] = {.lex_state = 170}, [799] = {.lex_state = 135}, - [800] = {.lex_state = 175}, - [801] = {.lex_state = 124}, - [802] = {.lex_state = 134}, - [803] = {.lex_state = 171}, + [800] = {.lex_state = 135}, + [801] = {.lex_state = 135}, + [802] = {.lex_state = 135}, + [803] = {.lex_state = 135}, [804] = {.lex_state = 135}, - [805] = {.lex_state = 171}, - [806] = {.lex_state = 171}, - [807] = {.lex_state = 136}, - [808] = {.lex_state = 171}, - [809] = {.lex_state = 171}, - [810] = {.lex_state = 147}, - [811] = {.lex_state = 173}, - [812] = {.lex_state = 147}, - [813] = {.lex_state = 167}, - [814] = {.lex_state = 171}, - [815] = {.lex_state = 173}, - [816] = {.lex_state = 169}, - [817] = {.lex_state = 173}, - [818] = {.lex_state = 173}, - [819] = {.lex_state = 173}, - [820] = {.lex_state = 173}, - [821] = {.lex_state = 173}, - [822] = {.lex_state = 173}, - [823] = {.lex_state = 173}, - [824] = {.lex_state = 173}, - [825] = {.lex_state = 173}, - [826] = {.lex_state = 171}, - [827] = {.lex_state = 175}, - [828] = {.lex_state = 173}, - [829] = {.lex_state = 124}, - [830] = {.lex_state = 174}, - [831] = {.lex_state = 135}, - [832] = {.lex_state = 124}, - [833] = {.lex_state = 124}, - [834] = {.lex_state = 133}, - [835] = {.lex_state = 133}, - [836] = {.lex_state = 133}, - [837] = {.lex_state = 133}, - [838] = {.lex_state = 133}, - [839] = {.lex_state = 166}, - [840] = {.lex_state = 151}, - [841] = {.lex_state = 166}, - [842] = {.lex_state = 151}, - [843] = {.lex_state = 154}, - [844] = {.lex_state = 151}, - [845] = {.lex_state = 154}, - [846] = {.lex_state = 151}, - [847] = {.lex_state = 154}, - [848] = {.lex_state = 151}, - [849] = {.lex_state = 151}, - [850] = {.lex_state = 135}, - [851] = {.lex_state = 151}, - [852] = {.lex_state = 134}, - [853] = {.lex_state = 151}, - [854] = {.lex_state = 170}, - [855] = {.lex_state = 151}, - [856] = {.lex_state = 133}, - [857] = {.lex_state = 133}, - [858] = {.lex_state = 133}, - [859] = {.lex_state = 0}, - [860] = {.lex_state = 167}, + [805] = {.lex_state = 135}, + [806] = {.lex_state = 135}, + [807] = {.lex_state = 135}, + [808] = {.lex_state = 173}, + [809] = {.lex_state = 174}, + [810] = {.lex_state = 169}, + [811] = {.lex_state = 135}, + [812] = {.lex_state = 172}, + [813] = {.lex_state = 174}, + [814] = {.lex_state = 124}, + [815] = {.lex_state = 147}, + [816] = {.lex_state = 172}, + [817] = {.lex_state = 172}, + [818] = {.lex_state = 172}, + [819] = {.lex_state = 170}, + [820] = {.lex_state = 172}, + [821] = {.lex_state = 172}, + [822] = {.lex_state = 172}, + [823] = {.lex_state = 172}, + [824] = {.lex_state = 172}, + [825] = {.lex_state = 172}, + [826] = {.lex_state = 172}, + [827] = {.lex_state = 172}, + [828] = {.lex_state = 172}, + [829] = {.lex_state = 176}, + [830] = {.lex_state = 176}, + [831] = {.lex_state = 134}, + [832] = {.lex_state = 134}, + [833] = {.lex_state = 134}, + [834] = {.lex_state = 112}, + [835] = {.lex_state = 0}, + [836] = {.lex_state = 0}, + [837] = {.lex_state = 152}, + [838] = {.lex_state = 0}, + [839] = {.lex_state = 0}, + [840] = {.lex_state = 124}, + [841] = {.lex_state = 170}, + [842] = {.lex_state = 0}, + [843] = {.lex_state = 133}, + [844] = {.lex_state = 0}, + [845] = {.lex_state = 133}, + [846] = {.lex_state = 133}, + [847] = {.lex_state = 133}, + [848] = {.lex_state = 0}, + [849] = {.lex_state = 170}, + [850] = {.lex_state = 152}, + [851] = {.lex_state = 152}, + [852] = {.lex_state = 133}, + [853] = {.lex_state = 135}, + [854] = {.lex_state = 133}, + [855] = {.lex_state = 152}, + [856] = {.lex_state = 134}, + [857] = {.lex_state = 124}, + [858] = {.lex_state = 124}, + [859] = {.lex_state = 170}, + [860] = {.lex_state = 133}, [861] = {.lex_state = 124}, - [862] = {.lex_state = 147}, - [863] = {.lex_state = 135}, - [864] = {.lex_state = 135}, - [865] = {.lex_state = 169}, - [866] = {.lex_state = 135}, - [867] = {.lex_state = 135}, - [868] = {.lex_state = 135}, - [869] = {.lex_state = 135}, - [870] = {.lex_state = 135}, - [871] = {.lex_state = 135}, + [862] = {.lex_state = 0}, + [863] = {.lex_state = 133}, + [864] = {.lex_state = 134}, + [865] = {.lex_state = 135}, + [866] = {.lex_state = 134}, + [867] = {.lex_state = 134}, + [868] = {.lex_state = 133}, + [869] = {.lex_state = 133}, + [870] = {.lex_state = 133}, + [871] = {.lex_state = 133}, [872] = {.lex_state = 135}, - [873] = {.lex_state = 135}, - [874] = {.lex_state = 135}, - [875] = {.lex_state = 154}, - [876] = {.lex_state = 154}, - [877] = {.lex_state = 154}, - [878] = {.lex_state = 154}, - [879] = {.lex_state = 168}, - [880] = {.lex_state = 168}, - [881] = {.lex_state = 168}, - [882] = {.lex_state = 168}, - [883] = {.lex_state = 168}, - [884] = {.lex_state = 168}, - [885] = {.lex_state = 124}, - [886] = {.lex_state = 147}, - [887] = {.lex_state = 135}, - [888] = {.lex_state = 135}, - [889] = {.lex_state = 169}, - [890] = {.lex_state = 135}, - [891] = {.lex_state = 135}, - [892] = {.lex_state = 135}, - [893] = {.lex_state = 135}, - [894] = {.lex_state = 135}, - [895] = {.lex_state = 135}, - [896] = {.lex_state = 135}, - [897] = {.lex_state = 135}, - [898] = {.lex_state = 135}, + [873] = {.lex_state = 134}, + [874] = {.lex_state = 133}, + [875] = {.lex_state = 155}, + [876] = {.lex_state = 155}, + [877] = {.lex_state = 134}, + [878] = {.lex_state = 133}, + [879] = {.lex_state = 133}, + [880] = {.lex_state = 133}, + [881] = {.lex_state = 155}, + [882] = {.lex_state = 155}, + [883] = {.lex_state = 133}, + [884] = {.lex_state = 133}, + [885] = {.lex_state = 133}, + [886] = {.lex_state = 155}, + [887] = {.lex_state = 155}, + [888] = {.lex_state = 147}, + [889] = {.lex_state = 124}, + [890] = {.lex_state = 172}, + [891] = {.lex_state = 172}, + [892] = {.lex_state = 133}, + [893] = {.lex_state = 124}, + [894] = {.lex_state = 124}, + [895] = {.lex_state = 124}, + [896] = {.lex_state = 124}, + [897] = {.lex_state = 124}, + [898] = {.lex_state = 124}, [899] = {.lex_state = 124}, - [900] = {.lex_state = 173}, - [901] = {.lex_state = 168}, - [902] = {.lex_state = 135}, - [903] = {.lex_state = 172}, - [904] = {.lex_state = 173}, - [905] = {.lex_state = 166}, - [906] = {.lex_state = 170}, - [907] = {.lex_state = 166}, - [908] = {.lex_state = 124}, - [909] = {.lex_state = 147}, - [910] = {.lex_state = 172}, - [911] = {.lex_state = 172}, - [912] = {.lex_state = 172}, - [913] = {.lex_state = 169}, - [914] = {.lex_state = 172}, - [915] = {.lex_state = 172}, - [916] = {.lex_state = 172}, - [917] = {.lex_state = 172}, - [918] = {.lex_state = 172}, - [919] = {.lex_state = 172}, - [920] = {.lex_state = 172}, - [921] = {.lex_state = 172}, + [900] = {.lex_state = 124}, + [901] = {.lex_state = 124}, + [902] = {.lex_state = 124}, + [903] = {.lex_state = 124}, + [904] = {.lex_state = 124}, + [905] = {.lex_state = 133}, + [906] = {.lex_state = 124}, + [907] = {.lex_state = 147}, + [908] = {.lex_state = 170}, + [909] = {.lex_state = 170}, + [910] = {.lex_state = 133}, + [911] = {.lex_state = 170}, + [912] = {.lex_state = 170}, + [913] = {.lex_state = 170}, + [914] = {.lex_state = 170}, + [915] = {.lex_state = 170}, + [916] = {.lex_state = 170}, + [917] = {.lex_state = 170}, + [918] = {.lex_state = 170}, + [919] = {.lex_state = 170}, + [920] = {.lex_state = 170}, + [921] = {.lex_state = 133}, [922] = {.lex_state = 172}, - [923] = {.lex_state = 175}, - [924] = {.lex_state = 175}, - [925] = {.lex_state = 133}, - [926] = {.lex_state = 121}, + [923] = {.lex_state = 172}, + [924] = {.lex_state = 133}, + [925] = {.lex_state = 170}, + [926] = {.lex_state = 172}, [927] = {.lex_state = 133}, - [928] = {.lex_state = 133}, - [929] = {.lex_state = 133}, - [930] = {.lex_state = 107}, - [931] = {.lex_state = 0}, - [932] = {.lex_state = 112}, - [933] = {.lex_state = 0}, - [934] = {.lex_state = 0}, - [935] = {.lex_state = 121}, - [936] = {.lex_state = 151}, - [937] = {.lex_state = 0}, - [938] = {.lex_state = 170}, - [939] = {.lex_state = 0}, - [940] = {.lex_state = 0}, + [928] = {.lex_state = 135}, + [929] = {.lex_state = 124}, + [930] = {.lex_state = 178}, + [931] = {.lex_state = 135}, + [932] = {.lex_state = 133}, + [933] = {.lex_state = 135}, + [934] = {.lex_state = 124}, + [935] = {.lex_state = 176}, + [936] = {.lex_state = 172}, + [937] = {.lex_state = 176}, + [938] = {.lex_state = 124}, + [939] = {.lex_state = 174}, + [940] = {.lex_state = 124}, [941] = {.lex_state = 124}, - [942] = {.lex_state = 169}, - [943] = {.lex_state = 0}, - [944] = {.lex_state = 133}, - [945] = {.lex_state = 0}, - [946] = {.lex_state = 133}, - [947] = {.lex_state = 133}, - [948] = {.lex_state = 133}, - [949] = {.lex_state = 0}, - [950] = {.lex_state = 169}, - [951] = {.lex_state = 151}, - [952] = {.lex_state = 151}, - [953] = {.lex_state = 133}, - [954] = {.lex_state = 135}, - [955] = {.lex_state = 133}, - [956] = {.lex_state = 151}, - [957] = {.lex_state = 133}, - [958] = {.lex_state = 112}, - [959] = {.lex_state = 133}, - [960] = {.lex_state = 0}, - [961] = {.lex_state = 0}, - [962] = {.lex_state = 133}, - [963] = {.lex_state = 170}, - [964] = {.lex_state = 124}, - [965] = {.lex_state = 124}, - [966] = {.lex_state = 169}, - [967] = {.lex_state = 133}, - [968] = {.lex_state = 124}, - [969] = {.lex_state = 0}, - [970] = {.lex_state = 133}, - [971] = {.lex_state = 133}, - [972] = {.lex_state = 135}, - [973] = {.lex_state = 133}, - [974] = {.lex_state = 133}, - [975] = {.lex_state = 133}, - [976] = {.lex_state = 133}, - [977] = {.lex_state = 170}, - [978] = {.lex_state = 170}, - [979] = {.lex_state = 133}, - [980] = {.lex_state = 135}, - [981] = {.lex_state = 135}, - [982] = {.lex_state = 133}, - [983] = {.lex_state = 170}, - [984] = {.lex_state = 154}, - [985] = {.lex_state = 154}, + [942] = {.lex_state = 176}, + [943] = {.lex_state = 135}, + [944] = {.lex_state = 135}, + [945] = {.lex_state = 175}, + [946] = {.lex_state = 135}, + [947] = {.lex_state = 135}, + [948] = {.lex_state = 135}, + [949] = {.lex_state = 152}, + [950] = {.lex_state = 152}, + [951] = {.lex_state = 152}, + [952] = {.lex_state = 152}, + [953] = {.lex_state = 152}, + [954] = {.lex_state = 152}, + [955] = {.lex_state = 152}, + [956] = {.lex_state = 152}, + [957] = {.lex_state = 135}, + [958] = {.lex_state = 124}, + [959] = {.lex_state = 155}, + [960] = {.lex_state = 155}, + [961] = {.lex_state = 135}, + [962] = {.lex_state = 124}, + [963] = {.lex_state = 173}, + [964] = {.lex_state = 169}, + [965] = {.lex_state = 172}, + [966] = {.lex_state = 172}, + [967] = {.lex_state = 124}, + [968] = {.lex_state = 134}, + [969] = {.lex_state = 155}, + [970] = {.lex_state = 155}, + [971] = {.lex_state = 134}, + [972] = {.lex_state = 134}, + [973] = {.lex_state = 155}, + [974] = {.lex_state = 155}, + [975] = {.lex_state = 134}, + [976] = {.lex_state = 134}, + [977] = {.lex_state = 155}, + [978] = {.lex_state = 155}, + [979] = {.lex_state = 134}, + [980] = {.lex_state = 134}, + [981] = {.lex_state = 134}, + [982] = {.lex_state = 134}, + [983] = {.lex_state = 124}, + [984] = {.lex_state = 124}, + [985] = {.lex_state = 170}, [986] = {.lex_state = 133}, - [987] = {.lex_state = 170}, - [988] = {.lex_state = 170}, - [989] = {.lex_state = 170}, - [990] = {.lex_state = 154}, - [991] = {.lex_state = 154}, - [992] = {.lex_state = 170}, - [993] = {.lex_state = 170}, - [994] = {.lex_state = 170}, - [995] = {.lex_state = 154}, - [996] = {.lex_state = 154}, - [997] = {.lex_state = 170}, - [998] = {.lex_state = 170}, - [999] = {.lex_state = 135}, - [1000] = {.lex_state = 147}, - [1001] = {.lex_state = 124}, + [987] = {.lex_state = 124}, + [988] = {.lex_state = 0}, + [989] = {.lex_state = 133}, + [990] = {.lex_state = 152}, + [991] = {.lex_state = 135}, + [992] = {.lex_state = 152}, + [993] = {.lex_state = 152}, + [994] = {.lex_state = 133}, + [995] = {.lex_state = 133}, + [996] = {.lex_state = 135}, + [997] = {.lex_state = 152}, + [998] = {.lex_state = 152}, + [999] = {.lex_state = 155}, + [1000] = {.lex_state = 155}, + [1001] = {.lex_state = 134}, [1002] = {.lex_state = 172}, [1003] = {.lex_state = 172}, [1004] = {.lex_state = 133}, - [1005] = {.lex_state = 124}, - [1006] = {.lex_state = 124}, - [1007] = {.lex_state = 124}, - [1008] = {.lex_state = 124}, - [1009] = {.lex_state = 124}, - [1010] = {.lex_state = 124}, - [1011] = {.lex_state = 124}, - [1012] = {.lex_state = 124}, - [1013] = {.lex_state = 124}, - [1014] = {.lex_state = 124}, - [1015] = {.lex_state = 124}, - [1016] = {.lex_state = 124}, + [1005] = {.lex_state = 170}, + [1006] = {.lex_state = 134}, + [1007] = {.lex_state = 0}, + [1008] = {.lex_state = 172}, + [1009] = {.lex_state = 0}, + [1010] = {.lex_state = 133}, + [1011] = {.lex_state = 135}, + [1012] = {.lex_state = 134}, + [1013] = {.lex_state = 134}, + [1014] = {.lex_state = 170}, + [1015] = {.lex_state = 134}, + [1016] = {.lex_state = 133}, [1017] = {.lex_state = 133}, - [1018] = {.lex_state = 124}, - [1019] = {.lex_state = 147}, - [1020] = {.lex_state = 169}, - [1021] = {.lex_state = 169}, - [1022] = {.lex_state = 170}, - [1023] = {.lex_state = 169}, - [1024] = {.lex_state = 169}, - [1025] = {.lex_state = 169}, - [1026] = {.lex_state = 169}, - [1027] = {.lex_state = 169}, - [1028] = {.lex_state = 169}, - [1029] = {.lex_state = 169}, - [1030] = {.lex_state = 169}, - [1031] = {.lex_state = 169}, - [1032] = {.lex_state = 169}, - [1033] = {.lex_state = 133}, - [1034] = {.lex_state = 172}, + [1018] = {.lex_state = 133}, + [1019] = {.lex_state = 133}, + [1020] = {.lex_state = 133}, + [1021] = {.lex_state = 133}, + [1022] = {.lex_state = 124}, + [1023] = {.lex_state = 147}, + [1024] = {.lex_state = 172}, + [1025] = {.lex_state = 0}, + [1026] = {.lex_state = 0}, + [1027] = {.lex_state = 124}, + [1028] = {.lex_state = 170}, + [1029] = {.lex_state = 0}, + [1030] = {.lex_state = 0}, + [1031] = {.lex_state = 170}, + [1032] = {.lex_state = 133}, + [1033] = {.lex_state = 172}, + [1034] = {.lex_state = 170}, [1035] = {.lex_state = 172}, - [1036] = {.lex_state = 133}, - [1037] = {.lex_state = 169}, + [1036] = {.lex_state = 172}, + [1037] = {.lex_state = 172}, [1038] = {.lex_state = 172}, - [1039] = {.lex_state = 133}, - [1040] = {.lex_state = 135}, - [1041] = {.lex_state = 124}, - [1042] = {.lex_state = 177}, - [1043] = {.lex_state = 135}, - [1044] = {.lex_state = 135}, - [1045] = {.lex_state = 135}, - [1046] = {.lex_state = 133}, - [1047] = {.lex_state = 135}, - [1048] = {.lex_state = 170}, - [1049] = {.lex_state = 124}, - [1050] = {.lex_state = 175}, - [1051] = {.lex_state = 172}, - [1052] = {.lex_state = 175}, - [1053] = {.lex_state = 124}, - [1054] = {.lex_state = 171}, - [1055] = {.lex_state = 134}, - [1056] = {.lex_state = 135}, - [1057] = {.lex_state = 171}, - [1058] = {.lex_state = 173}, - [1059] = {.lex_state = 171}, - [1060] = {.lex_state = 124}, - [1061] = {.lex_state = 124}, - [1062] = {.lex_state = 175}, - [1063] = {.lex_state = 135}, - [1064] = {.lex_state = 135}, - [1065] = {.lex_state = 174}, + [1039] = {.lex_state = 172}, + [1040] = {.lex_state = 172}, + [1041] = {.lex_state = 172}, + [1042] = {.lex_state = 172}, + [1043] = {.lex_state = 172}, + [1044] = {.lex_state = 133}, + [1045] = {.lex_state = 170}, + [1046] = {.lex_state = 124}, + [1047] = {.lex_state = 133}, + [1048] = {.lex_state = 133}, + [1049] = {.lex_state = 133}, + [1050] = {.lex_state = 133}, + [1051] = {.lex_state = 178}, + [1052] = {.lex_state = 135}, + [1053] = {.lex_state = 133}, + [1054] = {.lex_state = 172}, + [1055] = {.lex_state = 133}, + [1056] = {.lex_state = 172}, + [1057] = {.lex_state = 178}, + [1058] = {.lex_state = 135}, + [1059] = {.lex_state = 172}, + [1060] = {.lex_state = 176}, + [1061] = {.lex_state = 172}, + [1062] = {.lex_state = 135}, + [1063] = {.lex_state = 174}, + [1064] = {.lex_state = 176}, + [1065] = {.lex_state = 124}, [1066] = {.lex_state = 135}, [1067] = {.lex_state = 135}, - [1068] = {.lex_state = 135}, - [1069] = {.lex_state = 151}, - [1070] = {.lex_state = 151}, - [1071] = {.lex_state = 151}, - [1072] = {.lex_state = 151}, - [1073] = {.lex_state = 151}, - [1074] = {.lex_state = 151}, - [1075] = {.lex_state = 151}, - [1076] = {.lex_state = 151}, - [1077] = {.lex_state = 135}, - [1078] = {.lex_state = 124}, - [1079] = {.lex_state = 154}, - [1080] = {.lex_state = 154}, - [1081] = {.lex_state = 135}, - [1082] = {.lex_state = 124}, - [1083] = {.lex_state = 124}, - [1084] = {.lex_state = 168}, - [1085] = {.lex_state = 172}, - [1086] = {.lex_state = 170}, - [1087] = {.lex_state = 170}, - [1088] = {.lex_state = 172}, - [1089] = {.lex_state = 124}, - [1090] = {.lex_state = 112}, - [1091] = {.lex_state = 133}, - [1092] = {.lex_state = 149}, - [1093] = {.lex_state = 133}, - [1094] = {.lex_state = 154}, - [1095] = {.lex_state = 154}, - [1096] = {.lex_state = 133}, - [1097] = {.lex_state = 133}, - [1098] = {.lex_state = 154}, - [1099] = {.lex_state = 154}, - [1100] = {.lex_state = 133}, - [1101] = {.lex_state = 133}, - [1102] = {.lex_state = 154}, - [1103] = {.lex_state = 154}, + [1068] = {.lex_state = 172}, + [1069] = {.lex_state = 134}, + [1070] = {.lex_state = 134}, + [1071] = {.lex_state = 134}, + [1072] = {.lex_state = 155}, + [1073] = {.lex_state = 155}, + [1074] = {.lex_state = 134}, + [1075] = {.lex_state = 134}, + [1076] = {.lex_state = 134}, + [1077] = {.lex_state = 155}, + [1078] = {.lex_state = 155}, + [1079] = {.lex_state = 134}, + [1080] = {.lex_state = 134}, + [1081] = {.lex_state = 134}, + [1082] = {.lex_state = 155}, + [1083] = {.lex_state = 155}, + [1084] = {.lex_state = 152}, + [1085] = {.lex_state = 155}, + [1086] = {.lex_state = 155}, + [1087] = {.lex_state = 134}, + [1088] = {.lex_state = 152}, + [1089] = {.lex_state = 155}, + [1090] = {.lex_state = 155}, + [1091] = {.lex_state = 134}, + [1092] = {.lex_state = 152}, + [1093] = {.lex_state = 155}, + [1094] = {.lex_state = 155}, + [1095] = {.lex_state = 134}, + [1096] = {.lex_state = 172}, + [1097] = {.lex_state = 172}, + [1098] = {.lex_state = 133}, + [1099] = {.lex_state = 170}, + [1100] = {.lex_state = 152}, + [1101] = {.lex_state = 0}, + [1102] = {.lex_state = 172}, + [1103] = {.lex_state = 0}, [1104] = {.lex_state = 133}, - [1105] = {.lex_state = 151}, - [1106] = {.lex_state = 121}, - [1107] = {.lex_state = 133}, - [1108] = {.lex_state = 133}, - [1109] = {.lex_state = 133}, - [1110] = {.lex_state = 112}, - [1111] = {.lex_state = 151}, - [1112] = {.lex_state = 0}, - [1113] = {.lex_state = 0}, - [1114] = {.lex_state = 151}, - [1115] = {.lex_state = 170}, + [1105] = {.lex_state = 135}, + [1106] = {.lex_state = 152}, + [1107] = {.lex_state = 152}, + [1108] = {.lex_state = 170}, + [1109] = {.lex_state = 152}, + [1110] = {.lex_state = 155}, + [1111] = {.lex_state = 155}, + [1112] = {.lex_state = 133}, + [1113] = {.lex_state = 133}, + [1114] = {.lex_state = 134}, + [1115] = {.lex_state = 133}, [1116] = {.lex_state = 124}, - [1117] = {.lex_state = 124}, - [1118] = {.lex_state = 169}, + [1117] = {.lex_state = 178}, + [1118] = {.lex_state = 135}, [1119] = {.lex_state = 133}, - [1120] = {.lex_state = 124}, - [1121] = {.lex_state = 0}, - [1122] = {.lex_state = 133}, - [1123] = {.lex_state = 151}, - [1124] = {.lex_state = 135}, - [1125] = {.lex_state = 151}, - [1126] = {.lex_state = 151}, + [1120] = {.lex_state = 172}, + [1121] = {.lex_state = 124}, + [1122] = {.lex_state = 124}, + [1123] = {.lex_state = 170}, + [1124] = {.lex_state = 133}, + [1125] = {.lex_state = 124}, + [1126] = {.lex_state = 133}, [1127] = {.lex_state = 133}, [1128] = {.lex_state = 133}, - [1129] = {.lex_state = 151}, - [1130] = {.lex_state = 135}, - [1131] = {.lex_state = 135}, - [1132] = {.lex_state = 151}, - [1133] = {.lex_state = 151}, - [1134] = {.lex_state = 154}, - [1135] = {.lex_state = 154}, - [1136] = {.lex_state = 133}, - [1137] = {.lex_state = 166}, - [1138] = {.lex_state = 135}, - [1139] = {.lex_state = 0}, - [1140] = {.lex_state = 133}, - [1141] = {.lex_state = 172}, - [1142] = {.lex_state = 172}, + [1129] = {.lex_state = 124}, + [1130] = {.lex_state = 170}, + [1131] = {.lex_state = 0}, + [1132] = {.lex_state = 0}, + [1133] = {.lex_state = 124}, + [1134] = {.lex_state = 170}, + [1135] = {.lex_state = 0}, + [1136] = {.lex_state = 0}, + [1137] = {.lex_state = 170}, + [1138] = {.lex_state = 0}, + [1139] = {.lex_state = 133}, + [1140] = {.lex_state = 172}, + [1141] = {.lex_state = 178}, + [1142] = {.lex_state = 135}, [1143] = {.lex_state = 133}, - [1144] = {.lex_state = 169}, + [1144] = {.lex_state = 133}, [1145] = {.lex_state = 133}, - [1146] = {.lex_state = 0}, + [1146] = {.lex_state = 172}, [1147] = {.lex_state = 172}, - [1148] = {.lex_state = 0}, - [1149] = {.lex_state = 133}, - [1150] = {.lex_state = 135}, - [1151] = {.lex_state = 133}, - [1152] = {.lex_state = 133}, - [1153] = {.lex_state = 169}, - [1154] = {.lex_state = 133}, - [1155] = {.lex_state = 133}, - [1156] = {.lex_state = 135}, - [1157] = {.lex_state = 170}, - [1158] = {.lex_state = 170}, - [1159] = {.lex_state = 170}, - [1160] = {.lex_state = 170}, - [1161] = {.lex_state = 170}, - [1162] = {.lex_state = 170}, - [1163] = {.lex_state = 170}, - [1164] = {.lex_state = 124}, - [1165] = {.lex_state = 147}, - [1166] = {.lex_state = 172}, - [1167] = {.lex_state = 170}, - [1168] = {.lex_state = 170}, - [1169] = {.lex_state = 0}, - [1170] = {.lex_state = 0}, - [1171] = {.lex_state = 124}, - [1172] = {.lex_state = 169}, - [1173] = {.lex_state = 0}, - [1174] = {.lex_state = 133}, - [1175] = {.lex_state = 0}, - [1176] = {.lex_state = 133}, + [1148] = {.lex_state = 178}, + [1149] = {.lex_state = 134}, + [1150] = {.lex_state = 134}, + [1151] = {.lex_state = 134}, + [1152] = {.lex_state = 134}, + [1153] = {.lex_state = 134}, + [1154] = {.lex_state = 134}, + [1155] = {.lex_state = 152}, + [1156] = {.lex_state = 152}, + [1157] = {.lex_state = 152}, + [1158] = {.lex_state = 155}, + [1159] = {.lex_state = 155}, + [1160] = {.lex_state = 152}, + [1161] = {.lex_state = 152}, + [1162] = {.lex_state = 152}, + [1163] = {.lex_state = 155}, + [1164] = {.lex_state = 155}, + [1165] = {.lex_state = 152}, + [1166] = {.lex_state = 152}, + [1167] = {.lex_state = 152}, + [1168] = {.lex_state = 155}, + [1169] = {.lex_state = 155}, + [1170] = {.lex_state = 133}, + [1171] = {.lex_state = 133}, + [1172] = {.lex_state = 152}, + [1173] = {.lex_state = 133}, + [1174] = {.lex_state = 124}, + [1175] = {.lex_state = 178}, + [1176] = {.lex_state = 135}, [1177] = {.lex_state = 133}, - [1178] = {.lex_state = 133}, + [1178] = {.lex_state = 0}, [1179] = {.lex_state = 0}, - [1180] = {.lex_state = 169}, + [1180] = {.lex_state = 124}, [1181] = {.lex_state = 170}, - [1182] = {.lex_state = 135}, - [1183] = {.lex_state = 133}, - [1184] = {.lex_state = 172}, - [1185] = {.lex_state = 169}, - [1186] = {.lex_state = 172}, - [1187] = {.lex_state = 172}, + [1182] = {.lex_state = 0}, + [1183] = {.lex_state = 0}, + [1184] = {.lex_state = 170}, + [1185] = {.lex_state = 134}, + [1186] = {.lex_state = 134}, + [1187] = {.lex_state = 134}, [1188] = {.lex_state = 172}, - [1189] = {.lex_state = 172}, + [1189] = {.lex_state = 133}, [1190] = {.lex_state = 172}, - [1191] = {.lex_state = 172}, - [1192] = {.lex_state = 172}, + [1191] = {.lex_state = 178}, + [1192] = {.lex_state = 135}, [1193] = {.lex_state = 172}, [1194] = {.lex_state = 172}, - [1195] = {.lex_state = 170}, - [1196] = {.lex_state = 169}, - [1197] = {.lex_state = 124}, - [1198] = {.lex_state = 170}, - [1199] = {.lex_state = 133}, + [1195] = {.lex_state = 133}, + [1196] = {.lex_state = 170}, + [1197] = {.lex_state = 172}, + [1198] = {.lex_state = 133}, + [1199] = {.lex_state = 135}, [1200] = {.lex_state = 133}, - [1201] = {.lex_state = 133}, - [1202] = {.lex_state = 177}, - [1203] = {.lex_state = 135}, - [1204] = {.lex_state = 133}, - [1205] = {.lex_state = 172}, - [1206] = {.lex_state = 133}, - [1207] = {.lex_state = 172}, - [1208] = {.lex_state = 177}, + [1201] = {.lex_state = 172}, + [1202] = {.lex_state = 124}, + [1203] = {.lex_state = 124}, + [1204] = {.lex_state = 170}, + [1205] = {.lex_state = 133}, + [1206] = {.lex_state = 124}, + [1207] = {.lex_state = 133}, + [1208] = {.lex_state = 133}, [1209] = {.lex_state = 133}, - [1210] = {.lex_state = 135}, - [1211] = {.lex_state = 135}, + [1210] = {.lex_state = 133}, + [1211] = {.lex_state = 172}, [1212] = {.lex_state = 172}, - [1213] = {.lex_state = 175}, - [1214] = {.lex_state = 172}, - [1215] = {.lex_state = 135}, - [1216] = {.lex_state = 171}, - [1217] = {.lex_state = 134}, - [1218] = {.lex_state = 173}, - [1219] = {.lex_state = 175}, - [1220] = {.lex_state = 124}, - [1221] = {.lex_state = 135}, - [1222] = {.lex_state = 135}, - [1223] = {.lex_state = 172}, - [1224] = {.lex_state = 166}, - [1225] = {.lex_state = 133}, - [1226] = {.lex_state = 166}, - [1227] = {.lex_state = 133}, - [1228] = {.lex_state = 133}, - [1229] = {.lex_state = 133}, - [1230] = {.lex_state = 154}, - [1231] = {.lex_state = 154}, - [1232] = {.lex_state = 133}, - [1233] = {.lex_state = 133}, - [1234] = {.lex_state = 133}, - [1235] = {.lex_state = 154}, - [1236] = {.lex_state = 154}, - [1237] = {.lex_state = 133}, - [1238] = {.lex_state = 133}, - [1239] = {.lex_state = 133}, - [1240] = {.lex_state = 154}, - [1241] = {.lex_state = 154}, - [1242] = {.lex_state = 112}, - [1243] = {.lex_state = 151}, - [1244] = {.lex_state = 149}, - [1245] = {.lex_state = 151}, - [1246] = {.lex_state = 154}, - [1247] = {.lex_state = 154}, - [1248] = {.lex_state = 133}, - [1249] = {.lex_state = 151}, - [1250] = {.lex_state = 154}, - [1251] = {.lex_state = 154}, - [1252] = {.lex_state = 133}, - [1253] = {.lex_state = 151}, - [1254] = {.lex_state = 154}, - [1255] = {.lex_state = 154}, - [1256] = {.lex_state = 133}, - [1257] = {.lex_state = 166}, - [1258] = {.lex_state = 135}, - [1259] = {.lex_state = 0}, - [1260] = {.lex_state = 151}, - [1261] = {.lex_state = 172}, - [1262] = {.lex_state = 172}, - [1263] = {.lex_state = 133}, - [1264] = {.lex_state = 169}, - [1265] = {.lex_state = 151}, - [1266] = {.lex_state = 0}, + [1213] = {.lex_state = 178}, + [1214] = {.lex_state = 133}, + [1215] = {.lex_state = 133}, + [1216] = {.lex_state = 172}, + [1217] = {.lex_state = 172}, + [1218] = {.lex_state = 152}, + [1219] = {.lex_state = 152}, + [1220] = {.lex_state = 152}, + [1221] = {.lex_state = 152}, + [1222] = {.lex_state = 152}, + [1223] = {.lex_state = 152}, + [1224] = {.lex_state = 0}, + [1225] = {.lex_state = 0}, + [1226] = {.lex_state = 124}, + [1227] = {.lex_state = 170}, + [1228] = {.lex_state = 0}, + [1229] = {.lex_state = 0}, + [1230] = {.lex_state = 170}, + [1231] = {.lex_state = 152}, + [1232] = {.lex_state = 152}, + [1233] = {.lex_state = 152}, + [1234] = {.lex_state = 172}, + [1235] = {.lex_state = 133}, + [1236] = {.lex_state = 172}, + [1237] = {.lex_state = 178}, + [1238] = {.lex_state = 135}, + [1239] = {.lex_state = 124}, + [1240] = {.lex_state = 124}, + [1241] = {.lex_state = 170}, + [1242] = {.lex_state = 133}, + [1243] = {.lex_state = 124}, + [1244] = {.lex_state = 133}, + [1245] = {.lex_state = 133}, + [1246] = {.lex_state = 133}, + [1247] = {.lex_state = 134}, + [1248] = {.lex_state = 134}, + [1249] = {.lex_state = 133}, + [1250] = {.lex_state = 172}, + [1251] = {.lex_state = 172}, + [1252] = {.lex_state = 178}, + [1253] = {.lex_state = 133}, + [1254] = {.lex_state = 133}, + [1255] = {.lex_state = 133}, + [1256] = {.lex_state = 178}, + [1257] = {.lex_state = 135}, + [1258] = {.lex_state = 133}, + [1259] = {.lex_state = 172}, + [1260] = {.lex_state = 172}, + [1261] = {.lex_state = 133}, + [1262] = {.lex_state = 170}, + [1263] = {.lex_state = 172}, + [1264] = {.lex_state = 133}, + [1265] = {.lex_state = 135}, + [1266] = {.lex_state = 133}, [1267] = {.lex_state = 172}, - [1268] = {.lex_state = 0}, + [1268] = {.lex_state = 172}, [1269] = {.lex_state = 133}, - [1270] = {.lex_state = 135}, - [1271] = {.lex_state = 151}, - [1272] = {.lex_state = 151}, - [1273] = {.lex_state = 169}, - [1274] = {.lex_state = 151}, - [1275] = {.lex_state = 151}, - [1276] = {.lex_state = 135}, - [1277] = {.lex_state = 154}, - [1278] = {.lex_state = 154}, + [1270] = {.lex_state = 133}, + [1271] = {.lex_state = 172}, + [1272] = {.lex_state = 124}, + [1273] = {.lex_state = 124}, + [1274] = {.lex_state = 170}, + [1275] = {.lex_state = 133}, + [1276] = {.lex_state = 124}, + [1277] = {.lex_state = 133}, + [1278] = {.lex_state = 133}, [1279] = {.lex_state = 133}, - [1280] = {.lex_state = 133}, - [1281] = {.lex_state = 135}, + [1280] = {.lex_state = 152}, + [1281] = {.lex_state = 152}, [1282] = {.lex_state = 133}, - [1283] = {.lex_state = 133}, - [1284] = {.lex_state = 133}, - [1285] = {.lex_state = 133}, - [1286] = {.lex_state = 124}, - [1287] = {.lex_state = 177}, - [1288] = {.lex_state = 135}, - [1289] = {.lex_state = 133}, - [1290] = {.lex_state = 133}, - [1291] = {.lex_state = 172}, - [1292] = {.lex_state = 170}, - [1293] = {.lex_state = 170}, - [1294] = {.lex_state = 124}, - [1295] = {.lex_state = 124}, - [1296] = {.lex_state = 169}, - [1297] = {.lex_state = 133}, - [1298] = {.lex_state = 124}, - [1299] = {.lex_state = 0}, - [1300] = {.lex_state = 133}, - [1301] = {.lex_state = 170}, + [1283] = {.lex_state = 172}, + [1284] = {.lex_state = 172}, + [1285] = {.lex_state = 178}, + [1286] = {.lex_state = 172}, + [1287] = {.lex_state = 172}, + [1288] = {.lex_state = 133}, + [1289] = {.lex_state = 170}, + [1290] = {.lex_state = 172}, + [1291] = {.lex_state = 133}, + [1292] = {.lex_state = 135}, + [1293] = {.lex_state = 134}, + [1294] = {.lex_state = 134}, + [1295] = {.lex_state = 133}, + [1296] = {.lex_state = 172}, + [1297] = {.lex_state = 172}, + [1298] = {.lex_state = 133}, + [1299] = {.lex_state = 133}, + [1300] = {.lex_state = 172}, + [1301] = {.lex_state = 178}, [1302] = {.lex_state = 135}, - [1303] = {.lex_state = 170}, - [1304] = {.lex_state = 170}, + [1303] = {.lex_state = 133}, + [1304] = {.lex_state = 133}, [1305] = {.lex_state = 133}, - [1306] = {.lex_state = 133}, - [1307] = {.lex_state = 133}, - [1308] = {.lex_state = 170}, - [1309] = {.lex_state = 124}, - [1310] = {.lex_state = 169}, - [1311] = {.lex_state = 0}, - [1312] = {.lex_state = 170}, - [1313] = {.lex_state = 0}, - [1314] = {.lex_state = 0}, - [1315] = {.lex_state = 124}, - [1316] = {.lex_state = 169}, - [1317] = {.lex_state = 0}, + [1306] = {.lex_state = 178}, + [1307] = {.lex_state = 135}, + [1308] = {.lex_state = 133}, + [1309] = {.lex_state = 133}, + [1310] = {.lex_state = 172}, + [1311] = {.lex_state = 133}, + [1312] = {.lex_state = 133}, + [1313] = {.lex_state = 172}, + [1314] = {.lex_state = 172}, + [1315] = {.lex_state = 133}, + [1316] = {.lex_state = 170}, + [1317] = {.lex_state = 172}, [1318] = {.lex_state = 133}, - [1319] = {.lex_state = 0}, - [1320] = {.lex_state = 133}, - [1321] = {.lex_state = 133}, + [1319] = {.lex_state = 135}, + [1320] = {.lex_state = 152}, + [1321] = {.lex_state = 152}, [1322] = {.lex_state = 133}, - [1323] = {.lex_state = 0}, - [1324] = {.lex_state = 169}, - [1325] = {.lex_state = 0}, - [1326] = {.lex_state = 135}, + [1323] = {.lex_state = 172}, + [1324] = {.lex_state = 172}, + [1325] = {.lex_state = 133}, + [1326] = {.lex_state = 133}, [1327] = {.lex_state = 133}, - [1328] = {.lex_state = 133}, - [1329] = {.lex_state = 172}, - [1330] = {.lex_state = 177}, - [1331] = {.lex_state = 135}, - [1332] = {.lex_state = 170}, - [1333] = {.lex_state = 170}, + [1328] = {.lex_state = 178}, + [1329] = {.lex_state = 135}, + [1330] = {.lex_state = 133}, + [1331] = {.lex_state = 134}, + [1332] = {.lex_state = 133}, + [1333] = {.lex_state = 172}, [1334] = {.lex_state = 133}, - [1335] = {.lex_state = 172}, + [1335] = {.lex_state = 133}, [1336] = {.lex_state = 172}, - [1337] = {.lex_state = 133}, - [1338] = {.lex_state = 177}, - [1339] = {.lex_state = 171}, + [1337] = {.lex_state = 172}, + [1338] = {.lex_state = 178}, + [1339] = {.lex_state = 0}, [1340] = {.lex_state = 133}, - [1341] = {.lex_state = 133}, - [1342] = {.lex_state = 133}, - [1343] = {.lex_state = 133}, + [1341] = {.lex_state = 172}, + [1342] = {.lex_state = 178}, + [1343] = {.lex_state = 135}, [1344] = {.lex_state = 133}, [1345] = {.lex_state = 133}, [1346] = {.lex_state = 133}, [1347] = {.lex_state = 133}, - [1348] = {.lex_state = 166}, - [1349] = {.lex_state = 151}, - [1350] = {.lex_state = 166}, - [1351] = {.lex_state = 151}, - [1352] = {.lex_state = 151}, - [1353] = {.lex_state = 151}, - [1354] = {.lex_state = 154}, - [1355] = {.lex_state = 154}, - [1356] = {.lex_state = 151}, - [1357] = {.lex_state = 151}, - [1358] = {.lex_state = 151}, - [1359] = {.lex_state = 154}, - [1360] = {.lex_state = 154}, - [1361] = {.lex_state = 151}, - [1362] = {.lex_state = 151}, - [1363] = {.lex_state = 151}, - [1364] = {.lex_state = 154}, - [1365] = {.lex_state = 154}, - [1366] = {.lex_state = 151}, - [1367] = {.lex_state = 151}, - [1368] = {.lex_state = 135}, - [1369] = {.lex_state = 133}, - [1370] = {.lex_state = 133}, - [1371] = {.lex_state = 151}, - [1372] = {.lex_state = 133}, - [1373] = {.lex_state = 124}, - [1374] = {.lex_state = 177}, - [1375] = {.lex_state = 135}, + [1348] = {.lex_state = 133}, + [1349] = {.lex_state = 178}, + [1350] = {.lex_state = 135}, + [1351] = {.lex_state = 133}, + [1352] = {.lex_state = 152}, + [1353] = {.lex_state = 133}, + [1354] = {.lex_state = 172}, + [1355] = {.lex_state = 134}, + [1356] = {.lex_state = 133}, + [1357] = {.lex_state = 172}, + [1358] = {.lex_state = 178}, + [1359] = {.lex_state = 135}, + [1360] = {.lex_state = 134}, + [1361] = {.lex_state = 133}, + [1362] = {.lex_state = 133}, + [1363] = {.lex_state = 172}, + [1364] = {.lex_state = 172}, + [1365] = {.lex_state = 133}, + [1366] = {.lex_state = 133}, + [1367] = {.lex_state = 172}, + [1368] = {.lex_state = 172}, + [1369] = {.lex_state = 178}, + [1370] = {.lex_state = 152}, + [1371] = {.lex_state = 133}, + [1372] = {.lex_state = 172}, + [1373] = {.lex_state = 178}, + [1374] = {.lex_state = 135}, + [1375] = {.lex_state = 152}, [1376] = {.lex_state = 133}, - [1377] = {.lex_state = 151}, + [1377] = {.lex_state = 133}, [1378] = {.lex_state = 133}, - [1379] = {.lex_state = 133}, - [1380] = {.lex_state = 170}, - [1381] = {.lex_state = 0}, - [1382] = {.lex_state = 0}, - [1383] = {.lex_state = 124}, - [1384] = {.lex_state = 169}, - [1385] = {.lex_state = 0}, - [1386] = {.lex_state = 133}, - [1387] = {.lex_state = 0}, + [1379] = {.lex_state = 172}, + [1380] = {.lex_state = 172}, + [1381] = {.lex_state = 178}, + [1382] = {.lex_state = 134}, + [1383] = {.lex_state = 133}, + [1384] = {.lex_state = 172}, + [1385] = {.lex_state = 133}, + [1386] = {.lex_state = 172}, + [1387] = {.lex_state = 172}, [1388] = {.lex_state = 133}, [1389] = {.lex_state = 133}, - [1390] = {.lex_state = 133}, - [1391] = {.lex_state = 0}, - [1392] = {.lex_state = 169}, - [1393] = {.lex_state = 133}, - [1394] = {.lex_state = 135}, - [1395] = {.lex_state = 133}, - [1396] = {.lex_state = 133}, + [1390] = {.lex_state = 172}, + [1391] = {.lex_state = 172}, + [1392] = {.lex_state = 178}, + [1393] = {.lex_state = 152}, + [1394] = {.lex_state = 133}, + [1395] = {.lex_state = 172}, + [1396] = {.lex_state = 172}, [1397] = {.lex_state = 133}, - [1398] = {.lex_state = 172}, - [1399] = {.lex_state = 133}, - [1400] = {.lex_state = 172}, - [1401] = {.lex_state = 177}, - [1402] = {.lex_state = 135}, - [1403] = {.lex_state = 170}, + [1398] = {.lex_state = 133}, + [1399] = {.lex_state = 172}, + [1400] = {.lex_state = 133}, + [1401] = {.lex_state = 172}, + [1402] = {.lex_state = 172}, + [1403] = {.lex_state = 133}, [1404] = {.lex_state = 172}, - [1405] = {.lex_state = 172}, + [1405] = {.lex_state = 133}, [1406] = {.lex_state = 133}, - [1407] = {.lex_state = 0}, - [1408] = {.lex_state = 169}, - [1409] = {.lex_state = 170}, - [1410] = {.lex_state = 0}, - [1411] = {.lex_state = 172}, - [1412] = {.lex_state = 0}, - [1413] = {.lex_state = 133}, - [1414] = {.lex_state = 135}, - [1415] = {.lex_state = 170}, - [1416] = {.lex_state = 170}, - [1417] = {.lex_state = 170}, - [1418] = {.lex_state = 170}, - [1419] = {.lex_state = 172}, - [1420] = {.lex_state = 0}, - [1421] = {.lex_state = 170}, - [1422] = {.lex_state = 124}, - [1423] = {.lex_state = 124}, - [1424] = {.lex_state = 169}, - [1425] = {.lex_state = 133}, - [1426] = {.lex_state = 124}, - [1427] = {.lex_state = 0}, - [1428] = {.lex_state = 133}, - [1429] = {.lex_state = 0}, - [1430] = {.lex_state = 135}, - [1431] = {.lex_state = 0}, - [1432] = {.lex_state = 0}, - [1433] = {.lex_state = 133}, - [1434] = {.lex_state = 133}, - [1435] = {.lex_state = 133}, - [1436] = {.lex_state = 0}, - [1437] = {.lex_state = 133}, - [1438] = {.lex_state = 172}, - [1439] = {.lex_state = 172}, - [1440] = {.lex_state = 177}, - [1441] = {.lex_state = 170}, - [1442] = {.lex_state = 133}, - [1443] = {.lex_state = 172}, - [1444] = {.lex_state = 172}, - [1445] = {.lex_state = 151}, - [1446] = {.lex_state = 151}, - [1447] = {.lex_state = 151}, - [1448] = {.lex_state = 151}, - [1449] = {.lex_state = 151}, - [1450] = {.lex_state = 151}, - [1451] = {.lex_state = 151}, - [1452] = {.lex_state = 151}, - [1453] = {.lex_state = 151}, - [1454] = {.lex_state = 151}, - [1455] = {.lex_state = 170}, - [1456] = {.lex_state = 0}, - [1457] = {.lex_state = 0}, - [1458] = {.lex_state = 124}, - [1459] = {.lex_state = 169}, - [1460] = {.lex_state = 0}, - [1461] = {.lex_state = 133}, - [1462] = {.lex_state = 0}, - [1463] = {.lex_state = 133}, - [1464] = {.lex_state = 133}, - [1465] = {.lex_state = 133}, - [1466] = {.lex_state = 0}, - [1467] = {.lex_state = 169}, - [1468] = {.lex_state = 151}, - [1469] = {.lex_state = 135}, - [1470] = {.lex_state = 133}, - [1471] = {.lex_state = 151}, - [1472] = {.lex_state = 151}, - [1473] = {.lex_state = 172}, - [1474] = {.lex_state = 133}, - [1475] = {.lex_state = 172}, - [1476] = {.lex_state = 177}, - [1477] = {.lex_state = 135}, - [1478] = {.lex_state = 133}, - [1479] = {.lex_state = 170}, - [1480] = {.lex_state = 124}, - [1481] = {.lex_state = 124}, - [1482] = {.lex_state = 169}, - [1483] = {.lex_state = 133}, - [1484] = {.lex_state = 124}, - [1485] = {.lex_state = 0}, - [1486] = {.lex_state = 133}, - [1487] = {.lex_state = 133}, - [1488] = {.lex_state = 135}, - [1489] = {.lex_state = 133}, - [1490] = {.lex_state = 133}, - [1491] = {.lex_state = 133}, - [1492] = {.lex_state = 133}, - [1493] = {.lex_state = 133}, - [1494] = {.lex_state = 133}, - [1495] = {.lex_state = 133}, - [1496] = {.lex_state = 133}, - [1497] = {.lex_state = 133}, - [1498] = {.lex_state = 172}, - [1499] = {.lex_state = 172}, - [1500] = {.lex_state = 177}, - [1501] = {.lex_state = 133}, - [1502] = {.lex_state = 133}, - [1503] = {.lex_state = 170}, - [1504] = {.lex_state = 0}, - [1505] = {.lex_state = 0}, - [1506] = {.lex_state = 135}, - [1507] = {.lex_state = 135}, - [1508] = {.lex_state = 133}, - [1509] = {.lex_state = 124}, - [1510] = {.lex_state = 177}, - [1511] = {.lex_state = 135}, - [1512] = {.lex_state = 133}, - [1513] = {.lex_state = 0}, - [1514] = {.lex_state = 172}, - [1515] = {.lex_state = 172}, - [1516] = {.lex_state = 133}, - [1517] = {.lex_state = 0}, - [1518] = {.lex_state = 169}, - [1519] = {.lex_state = 0}, - [1520] = {.lex_state = 0}, - [1521] = {.lex_state = 172}, - [1522] = {.lex_state = 0}, - [1523] = {.lex_state = 133}, - [1524] = {.lex_state = 135}, - [1525] = {.lex_state = 0}, - [1526] = {.lex_state = 0}, - [1527] = {.lex_state = 0}, - [1528] = {.lex_state = 133}, - [1529] = {.lex_state = 172}, - [1530] = {.lex_state = 172}, - [1531] = {.lex_state = 170}, - [1532] = {.lex_state = 133}, - [1533] = {.lex_state = 172}, - [1534] = {.lex_state = 151}, - [1535] = {.lex_state = 170}, - [1536] = {.lex_state = 124}, - [1537] = {.lex_state = 124}, - [1538] = {.lex_state = 169}, - [1539] = {.lex_state = 133}, - [1540] = {.lex_state = 124}, - [1541] = {.lex_state = 0}, - [1542] = {.lex_state = 133}, - [1543] = {.lex_state = 151}, - [1544] = {.lex_state = 135}, - [1545] = {.lex_state = 151}, - [1546] = {.lex_state = 151}, - [1547] = {.lex_state = 133}, - [1548] = {.lex_state = 133}, - [1549] = {.lex_state = 133}, - [1550] = {.lex_state = 151}, - [1551] = {.lex_state = 151}, - [1552] = {.lex_state = 151}, - [1553] = {.lex_state = 133}, - [1554] = {.lex_state = 172}, - [1555] = {.lex_state = 172}, - [1556] = {.lex_state = 177}, - [1557] = {.lex_state = 133}, - [1558] = {.lex_state = 172}, - [1559] = {.lex_state = 172}, - [1560] = {.lex_state = 133}, - [1561] = {.lex_state = 0}, - [1562] = {.lex_state = 169}, - [1563] = {.lex_state = 133}, - [1564] = {.lex_state = 0}, - [1565] = {.lex_state = 172}, - [1566] = {.lex_state = 0}, - [1567] = {.lex_state = 133}, - [1568] = {.lex_state = 135}, - [1569] = {.lex_state = 133}, - [1570] = {.lex_state = 133}, - [1571] = {.lex_state = 133}, - [1572] = {.lex_state = 133}, - [1573] = {.lex_state = 133}, - [1574] = {.lex_state = 133}, - [1575] = {.lex_state = 172}, - [1576] = {.lex_state = 172}, - [1577] = {.lex_state = 170}, - [1578] = {.lex_state = 170}, - [1579] = {.lex_state = 135}, - [1580] = {.lex_state = 0}, - [1581] = {.lex_state = 170}, - [1582] = {.lex_state = 135}, - [1583] = {.lex_state = 170}, - [1584] = {.lex_state = 172}, - [1585] = {.lex_state = 133}, - [1586] = {.lex_state = 172}, - [1587] = {.lex_state = 177}, - [1588] = {.lex_state = 135}, - [1589] = {.lex_state = 133}, - [1590] = {.lex_state = 133}, - [1591] = {.lex_state = 0}, - [1592] = {.lex_state = 0}, - [1593] = {.lex_state = 0}, - [1594] = {.lex_state = 135}, - [1595] = {.lex_state = 135}, - [1596] = {.lex_state = 133}, - [1597] = {.lex_state = 124}, - [1598] = {.lex_state = 177}, - [1599] = {.lex_state = 135}, - [1600] = {.lex_state = 133}, - [1601] = {.lex_state = 133}, - [1602] = {.lex_state = 172}, - [1603] = {.lex_state = 170}, - [1604] = {.lex_state = 133}, - [1605] = {.lex_state = 151}, - [1606] = {.lex_state = 172}, - [1607] = {.lex_state = 172}, - [1608] = {.lex_state = 133}, - [1609] = {.lex_state = 0}, - [1610] = {.lex_state = 169}, - [1611] = {.lex_state = 151}, - [1612] = {.lex_state = 0}, - [1613] = {.lex_state = 172}, - [1614] = {.lex_state = 0}, - [1615] = {.lex_state = 133}, - [1616] = {.lex_state = 135}, - [1617] = {.lex_state = 151}, - [1618] = {.lex_state = 151}, - [1619] = {.lex_state = 151}, - [1620] = {.lex_state = 151}, - [1621] = {.lex_state = 151}, - [1622] = {.lex_state = 133}, - [1623] = {.lex_state = 172}, - [1624] = {.lex_state = 172}, - [1625] = {.lex_state = 133}, - [1626] = {.lex_state = 133}, - [1627] = {.lex_state = 133}, - [1628] = {.lex_state = 0}, - [1629] = {.lex_state = 0}, - [1630] = {.lex_state = 135}, - [1631] = {.lex_state = 135}, - [1632] = {.lex_state = 133}, - [1633] = {.lex_state = 124}, - [1634] = {.lex_state = 177}, - [1635] = {.lex_state = 135}, - [1636] = {.lex_state = 133}, - [1637] = {.lex_state = 133}, - [1638] = {.lex_state = 133}, - [1639] = {.lex_state = 172}, - [1640] = {.lex_state = 133}, - [1641] = {.lex_state = 170}, - [1642] = {.lex_state = 135}, - [1643] = {.lex_state = 170}, - [1644] = {.lex_state = 170}, - [1645] = {.lex_state = 170}, - [1646] = {.lex_state = 133}, - [1647] = {.lex_state = 172}, - [1648] = {.lex_state = 172}, - [1649] = {.lex_state = 177}, - [1650] = {.lex_state = 0}, - [1651] = {.lex_state = 0}, - [1652] = {.lex_state = 135}, - [1653] = {.lex_state = 0}, - [1654] = {.lex_state = 0}, - [1655] = {.lex_state = 135}, - [1656] = {.lex_state = 0}, - [1657] = {.lex_state = 172}, - [1658] = {.lex_state = 133}, - [1659] = {.lex_state = 172}, - [1660] = {.lex_state = 177}, - [1661] = {.lex_state = 135}, - [1662] = {.lex_state = 133}, - [1663] = {.lex_state = 170}, - [1664] = {.lex_state = 133}, - [1665] = {.lex_state = 133}, - [1666] = {.lex_state = 151}, - [1667] = {.lex_state = 0}, - [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 135}, - [1670] = {.lex_state = 135}, - [1671] = {.lex_state = 133}, - [1672] = {.lex_state = 124}, - [1673] = {.lex_state = 177}, - [1674] = {.lex_state = 135}, - [1675] = {.lex_state = 133}, - [1676] = {.lex_state = 151}, - [1677] = {.lex_state = 133}, - [1678] = {.lex_state = 172}, - [1679] = {.lex_state = 133}, - [1680] = {.lex_state = 133}, - [1681] = {.lex_state = 135}, - [1682] = {.lex_state = 0}, - [1683] = {.lex_state = 133}, - [1684] = {.lex_state = 135}, - [1685] = {.lex_state = 133}, - [1686] = {.lex_state = 172}, - [1687] = {.lex_state = 133}, - [1688] = {.lex_state = 172}, - [1689] = {.lex_state = 177}, - [1690] = {.lex_state = 135}, - [1691] = {.lex_state = 133}, - [1692] = {.lex_state = 133}, - [1693] = {.lex_state = 170}, - [1694] = {.lex_state = 170}, - [1695] = {.lex_state = 170}, - [1696] = {.lex_state = 133}, - [1697] = {.lex_state = 172}, - [1698] = {.lex_state = 172}, - [1699] = {.lex_state = 133}, - [1700] = {.lex_state = 0}, - [1701] = {.lex_state = 135}, - [1702] = {.lex_state = 0}, - [1703] = {.lex_state = 0}, - [1704] = {.lex_state = 0}, - [1705] = {.lex_state = 133}, - [1706] = {.lex_state = 172}, - [1707] = {.lex_state = 172}, - [1708] = {.lex_state = 177}, - [1709] = {.lex_state = 151}, - [1710] = {.lex_state = 151}, - [1711] = {.lex_state = 135}, - [1712] = {.lex_state = 0}, - [1713] = {.lex_state = 151}, - [1714] = {.lex_state = 135}, - [1715] = {.lex_state = 151}, - [1716] = {.lex_state = 172}, - [1717] = {.lex_state = 133}, - [1718] = {.lex_state = 172}, - [1719] = {.lex_state = 177}, - [1720] = {.lex_state = 135}, - [1721] = {.lex_state = 151}, - [1722] = {.lex_state = 133}, - [1723] = {.lex_state = 133}, - [1724] = {.lex_state = 133}, - [1725] = {.lex_state = 135}, - [1726] = {.lex_state = 133}, - [1727] = {.lex_state = 133}, - [1728] = {.lex_state = 133}, - [1729] = {.lex_state = 133}, - [1730] = {.lex_state = 172}, - [1731] = {.lex_state = 172}, - [1732] = {.lex_state = 177}, - [1733] = {.lex_state = 133}, - [1734] = {.lex_state = 170}, - [1735] = {.lex_state = 133}, - [1736] = {.lex_state = 172}, - [1737] = {.lex_state = 0}, - [1738] = {.lex_state = 0}, - [1739] = {.lex_state = 0}, - [1740] = {.lex_state = 133}, - [1741] = {.lex_state = 172}, - [1742] = {.lex_state = 172}, - [1743] = {.lex_state = 133}, - [1744] = {.lex_state = 151}, - [1745] = {.lex_state = 135}, - [1746] = {.lex_state = 151}, - [1747] = {.lex_state = 151}, - [1748] = {.lex_state = 151}, - [1749] = {.lex_state = 133}, - [1750] = {.lex_state = 172}, - [1751] = {.lex_state = 172}, - [1752] = {.lex_state = 177}, - [1753] = {.lex_state = 151}, - [1754] = {.lex_state = 133}, - [1755] = {.lex_state = 133}, - [1756] = {.lex_state = 133}, - [1757] = {.lex_state = 133}, - [1758] = {.lex_state = 172}, - [1759] = {.lex_state = 172}, - [1760] = {.lex_state = 170}, - [1761] = {.lex_state = 133}, - [1762] = {.lex_state = 0}, - [1763] = {.lex_state = 133}, - [1764] = {.lex_state = 172}, - [1765] = {.lex_state = 151}, - [1766] = {.lex_state = 151}, - [1767] = {.lex_state = 151}, - [1768] = {.lex_state = 133}, - [1769] = {.lex_state = 172}, - [1770] = {.lex_state = 172}, - [1771] = {.lex_state = 133}, - [1772] = {.lex_state = 133}, - [1773] = {.lex_state = 172}, - [1774] = {.lex_state = 170}, - [1775] = {.lex_state = 0}, - [1776] = {.lex_state = 133}, - [1777] = {.lex_state = 151}, - [1778] = {.lex_state = 133}, - [1779] = {.lex_state = 172}, - [1780] = {.lex_state = 133}, - [1781] = {.lex_state = 133}, - [1782] = {.lex_state = 0}, - [1783] = {.lex_state = 151}, - [1784] = {.lex_state = 133}, - [1785] = {.lex_state = 133}, - [1786] = {.lex_state = 151}, + [1407] = {.lex_state = 172}, + [1408] = {.lex_state = 133}, + [1409] = {.lex_state = 133}, }; static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { @@ -6192,175 +5842,234 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(47), }, [8] = { - [sym_type_qualifier] = STATE(35), - [sym__type_specifier] = STATE(34), - [sym_sized_type_specifier] = STATE(34), - [sym_enum_specifier] = STATE(34), - [sym_struct_specifier] = STATE(34), - [sym_union_specifier] = STATE(34), - [sym_macro_type_specifier] = STATE(34), - [aux_sym_type_definition_repeat1] = STATE(35), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(61), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [sym_type_qualifier] = STATE(30), + [sym__type_specifier] = STATE(29), + [sym_sized_type_specifier] = STATE(29), + [sym_enum_specifier] = STATE(29), + [sym_struct_specifier] = STATE(29), + [sym_union_specifier] = STATE(29), + [sym_macro_type_specifier] = STATE(29), + [aux_sym_type_definition_repeat1] = STATE(30), + [aux_sym_sized_type_specifier_repeat1] = STATE(31), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [sym_primitive_type] = ACTIONS(59), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, [9] = { - [anon_sym_extern] = ACTIONS(71), - [anon_sym_static] = ACTIONS(71), - [anon_sym_auto] = ACTIONS(71), - [anon_sym_register] = ACTIONS(71), - [anon_sym_inline] = ACTIONS(71), - [anon_sym_const] = ACTIONS(71), - [anon_sym_restrict] = ACTIONS(71), - [anon_sym_volatile] = ACTIONS(71), - [anon_sym__Atomic] = ACTIONS(71), - [anon_sym_unsigned] = ACTIONS(71), - [anon_sym_long] = ACTIONS(71), - [anon_sym_short] = ACTIONS(71), - [sym_primitive_type] = ACTIONS(71), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_struct] = ACTIONS(71), - [anon_sym_union] = ACTIONS(71), - [sym_string_literal] = ACTIONS(73), - [sym_identifier] = ACTIONS(71), + [anon_sym_extern] = ACTIONS(61), + [anon_sym_static] = ACTIONS(61), + [anon_sym_auto] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym_const] = ACTIONS(61), + [anon_sym_restrict] = ACTIONS(61), + [anon_sym_volatile] = ACTIONS(61), + [anon_sym__Atomic] = ACTIONS(61), + [anon_sym_unsigned] = ACTIONS(61), + [anon_sym_long] = ACTIONS(61), + [anon_sym_short] = ACTIONS(61), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(61), + [sym_string_literal] = ACTIONS(63), + [sym_identifier] = ACTIONS(61), [sym_comment] = ACTIONS(39), }, [10] = { - [anon_sym_extern] = ACTIONS(71), - [anon_sym_static] = ACTIONS(71), - [anon_sym_auto] = ACTIONS(71), - [anon_sym_register] = ACTIONS(71), - [anon_sym_inline] = ACTIONS(71), - [anon_sym_const] = ACTIONS(71), - [anon_sym_restrict] = ACTIONS(71), - [anon_sym_volatile] = ACTIONS(71), - [anon_sym__Atomic] = ACTIONS(71), - [anon_sym_unsigned] = ACTIONS(71), - [anon_sym_long] = ACTIONS(71), - [anon_sym_short] = ACTIONS(71), - [sym_primitive_type] = ACTIONS(71), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_struct] = ACTIONS(71), - [anon_sym_union] = ACTIONS(71), - [sym_identifier] = ACTIONS(71), + [anon_sym_LPAREN] = ACTIONS(65), + [anon_sym_COMMA] = ACTIONS(65), + [anon_sym_RPAREN] = ACTIONS(65), + [anon_sym_SEMI] = ACTIONS(65), + [anon_sym_extern] = ACTIONS(61), + [anon_sym_STAR] = ACTIONS(65), + [anon_sym_LBRACK] = ACTIONS(65), + [anon_sym_RBRACK] = ACTIONS(65), + [anon_sym_static] = ACTIONS(61), + [anon_sym_auto] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym_const] = ACTIONS(61), + [anon_sym_restrict] = ACTIONS(61), + [anon_sym_volatile] = ACTIONS(61), + [anon_sym__Atomic] = ACTIONS(61), + [anon_sym_unsigned] = ACTIONS(61), + [anon_sym_long] = ACTIONS(61), + [anon_sym_short] = ACTIONS(61), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(61), + [anon_sym_COLON] = ACTIONS(65), + [anon_sym_AMP] = ACTIONS(65), + [anon_sym_BANG] = ACTIONS(65), + [anon_sym_TILDE] = ACTIONS(65), + [anon_sym_PLUS] = ACTIONS(61), + [anon_sym_DASH] = ACTIONS(61), + [anon_sym_DASH_DASH] = ACTIONS(65), + [anon_sym_PLUS_PLUS] = ACTIONS(65), + [anon_sym_sizeof] = ACTIONS(61), + [sym_number_literal] = ACTIONS(65), + [sym_char_literal] = ACTIONS(65), + [sym_string_literal] = ACTIONS(65), + [sym_true] = ACTIONS(61), + [sym_false] = ACTIONS(61), + [sym_null] = ACTIONS(61), + [sym_identifier] = ACTIONS(61), [sym_comment] = ACTIONS(39), }, [11] = { - [anon_sym_extern] = ACTIONS(75), - [anon_sym_static] = ACTIONS(75), - [anon_sym_auto] = ACTIONS(75), - [anon_sym_register] = ACTIONS(75), - [anon_sym_inline] = ACTIONS(75), - [anon_sym_const] = ACTIONS(75), - [anon_sym_restrict] = ACTIONS(75), - [anon_sym_volatile] = ACTIONS(75), - [anon_sym__Atomic] = ACTIONS(75), - [anon_sym_unsigned] = ACTIONS(75), - [anon_sym_long] = ACTIONS(75), - [anon_sym_short] = ACTIONS(75), - [sym_primitive_type] = ACTIONS(75), - [anon_sym_enum] = ACTIONS(75), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(75), - [sym_identifier] = ACTIONS(75), + [anon_sym_LPAREN] = ACTIONS(67), + [anon_sym_COMMA] = ACTIONS(67), + [anon_sym_RPAREN] = ACTIONS(67), + [anon_sym_SEMI] = ACTIONS(67), + [anon_sym_extern] = ACTIONS(69), + [anon_sym_STAR] = ACTIONS(67), + [anon_sym_LBRACK] = ACTIONS(67), + [anon_sym_RBRACK] = ACTIONS(67), + [anon_sym_static] = ACTIONS(69), + [anon_sym_auto] = ACTIONS(69), + [anon_sym_register] = ACTIONS(69), + [anon_sym_inline] = ACTIONS(69), + [anon_sym_const] = ACTIONS(69), + [anon_sym_restrict] = ACTIONS(69), + [anon_sym_volatile] = ACTIONS(69), + [anon_sym__Atomic] = ACTIONS(69), + [anon_sym_unsigned] = ACTIONS(69), + [anon_sym_long] = ACTIONS(69), + [anon_sym_short] = ACTIONS(69), + [sym_primitive_type] = ACTIONS(69), + [anon_sym_enum] = ACTIONS(69), + [anon_sym_struct] = ACTIONS(69), + [anon_sym_union] = ACTIONS(69), + [anon_sym_COLON] = ACTIONS(67), + [anon_sym_AMP] = ACTIONS(67), + [anon_sym_BANG] = ACTIONS(67), + [anon_sym_TILDE] = ACTIONS(67), + [anon_sym_PLUS] = ACTIONS(69), + [anon_sym_DASH] = ACTIONS(69), + [anon_sym_DASH_DASH] = ACTIONS(67), + [anon_sym_PLUS_PLUS] = ACTIONS(67), + [anon_sym_sizeof] = ACTIONS(69), + [sym_number_literal] = ACTIONS(67), + [sym_char_literal] = ACTIONS(67), + [sym_string_literal] = ACTIONS(67), + [sym_true] = ACTIONS(69), + [sym_false] = ACTIONS(69), + [sym_null] = ACTIONS(69), + [sym_identifier] = ACTIONS(69), [sym_comment] = ACTIONS(39), }, [12] = { - [sym_enumerator_list] = STATE(40), - [anon_sym_LBRACE] = ACTIONS(77), - [sym_identifier] = ACTIONS(79), + [sym_enumerator_list] = STATE(35), + [anon_sym_LBRACE] = ACTIONS(71), + [sym_identifier] = ACTIONS(73), [sym_comment] = ACTIONS(39), }, [13] = { - [sym_field_declaration_list] = STATE(43), - [anon_sym_LBRACE] = ACTIONS(81), - [sym_identifier] = ACTIONS(83), + [sym_field_declaration_list] = STATE(38), + [anon_sym_LBRACE] = ACTIONS(75), + [sym_identifier] = ACTIONS(77), [sym_comment] = ACTIONS(39), }, [14] = { - [sym_field_declaration_list] = STATE(45), - [anon_sym_LBRACE] = ACTIONS(81), - [sym_identifier] = ACTIONS(85), + [sym_field_declaration_list] = STATE(40), + [anon_sym_LBRACE] = ACTIONS(75), + [sym_identifier] = ACTIONS(79), [sym_comment] = ACTIONS(39), }, [15] = { - [anon_sym_LPAREN] = ACTIONS(87), - [anon_sym_COMMA] = ACTIONS(90), - [anon_sym_RPAREN] = ACTIONS(90), - [anon_sym_SEMI] = ACTIONS(90), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(90), - [anon_sym_LBRACK] = ACTIONS(90), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(90), - [sym_identifier] = ACTIONS(92), + [anon_sym_LPAREN] = ACTIONS(81), + [anon_sym_COMMA] = ACTIONS(84), + [anon_sym_RPAREN] = ACTIONS(84), + [anon_sym_SEMI] = ACTIONS(84), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(84), + [anon_sym_LBRACK] = ACTIONS(84), + [anon_sym_RBRACK] = ACTIONS(84), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(84), + [anon_sym_AMP] = ACTIONS(84), + [anon_sym_BANG] = ACTIONS(84), + [anon_sym_TILDE] = ACTIONS(84), + [anon_sym_PLUS] = ACTIONS(86), + [anon_sym_DASH] = ACTIONS(86), + [anon_sym_DASH_DASH] = ACTIONS(84), + [anon_sym_PLUS_PLUS] = ACTIONS(84), + [anon_sym_sizeof] = ACTIONS(86), + [sym_number_literal] = ACTIONS(84), + [sym_char_literal] = ACTIONS(84), + [sym_string_literal] = ACTIONS(84), + [sym_true] = ACTIONS(86), + [sym_false] = ACTIONS(86), + [sym_null] = ACTIONS(86), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, [16] = { - [ts_builtin_sym_end] = ACTIONS(94), + [ts_builtin_sym_end] = ACTIONS(88), [sym_comment] = ACTIONS(39), }, [17] = { - [sym__declarator] = STATE(50), - [sym_pointer_declarator] = STATE(50), - [sym_function_declarator] = STATE(50), - [sym_array_declarator] = STATE(50), - [sym_init_declarator] = STATE(51), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_SEMI] = ACTIONS(98), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(102), + [sym__declarator] = STATE(45), + [sym_pointer_declarator] = STATE(45), + [sym_function_declarator] = STATE(45), + [sym_array_declarator] = STATE(45), + [sym_init_declarator] = STATE(46), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_SEMI] = ACTIONS(92), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(96), [sym_comment] = ACTIONS(39), }, [18] = { - [sym_storage_class_specifier] = STATE(54), - [sym_type_qualifier] = STATE(54), - [aux_sym__declaration_specifiers_repeat1] = STATE(54), - [anon_sym_LPAREN] = ACTIONS(104), - [anon_sym_SEMI] = ACTIONS(104), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(104), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(110), + [sym_storage_class_specifier] = STATE(47), + [sym_type_qualifier] = STATE(47), + [aux_sym__declaration_specifiers_repeat1] = STATE(47), + [anon_sym_LPAREN] = ACTIONS(98), + [anon_sym_SEMI] = ACTIONS(98), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(98), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(100), [sym_comment] = ACTIONS(39), }, [19] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), + [sym_preproc_include] = STATE(48), + [sym_preproc_def] = STATE(48), + [sym_preproc_function_def] = STATE(48), + [sym_preproc_call] = STATE(48), + [sym_preproc_if] = STATE(48), + [sym_preproc_ifdef] = STATE(48), + [sym_function_definition] = STATE(48), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(55), + [sym_linkage_specification] = STATE(48), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -6368,12 +6077,12 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(55), + [sym__empty_declaration] = STATE(48), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(55), + [aux_sym_translation_unit_repeat1] = STATE(48), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [ts_builtin_sym_end] = ACTIONS(112), + [ts_builtin_sym_end] = ACTIONS(102), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(11), @@ -6401,15 +6110,15 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(39), }, [20] = { - [sym_storage_class_specifier] = STATE(57), - [sym_type_qualifier] = STATE(57), - [sym__type_specifier] = STATE(56), - [sym_sized_type_specifier] = STATE(56), - [sym_enum_specifier] = STATE(56), - [sym_struct_specifier] = STATE(56), - [sym_union_specifier] = STATE(56), - [sym_macro_type_specifier] = STATE(56), - [aux_sym__declaration_specifiers_repeat1] = STATE(57), + [sym_storage_class_specifier] = STATE(50), + [sym_type_qualifier] = STATE(50), + [sym__type_specifier] = STATE(49), + [sym_sized_type_specifier] = STATE(49), + [sym_enum_specifier] = STATE(49), + [sym_struct_specifier] = STATE(49), + [sym_union_specifier] = STATE(49), + [sym_macro_type_specifier] = STATE(49), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), @@ -6423,7 +6132,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_unsigned] = ACTIONS(27), [anon_sym_long] = ACTIONS(27), [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(114), + [sym_primitive_type] = ACTIONS(104), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), @@ -6431,76 +6140,105 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(39), }, [21] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(60), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(116), - [anon_sym_extern] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_static] = ACTIONS(118), - [anon_sym_auto] = ACTIONS(118), - [anon_sym_register] = ACTIONS(118), - [anon_sym_inline] = ACTIONS(118), - [anon_sym_const] = ACTIONS(118), - [anon_sym_restrict] = ACTIONS(118), - [anon_sym_volatile] = ACTIONS(118), - [anon_sym__Atomic] = ACTIONS(118), - [anon_sym_unsigned] = ACTIONS(120), - [anon_sym_long] = ACTIONS(120), - [anon_sym_short] = ACTIONS(120), - [sym_primitive_type] = ACTIONS(122), - [sym_identifier] = ACTIONS(124), + [aux_sym_sized_type_specifier_repeat1] = STATE(53), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_SEMI] = ACTIONS(106), + [anon_sym_extern] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_static] = ACTIONS(108), + [anon_sym_auto] = ACTIONS(108), + [anon_sym_register] = ACTIONS(108), + [anon_sym_inline] = ACTIONS(108), + [anon_sym_const] = ACTIONS(108), + [anon_sym_restrict] = ACTIONS(108), + [anon_sym_volatile] = ACTIONS(108), + [anon_sym__Atomic] = ACTIONS(108), + [anon_sym_unsigned] = ACTIONS(110), + [anon_sym_long] = ACTIONS(110), + [anon_sym_short] = ACTIONS(110), + [sym_primitive_type] = ACTIONS(112), + [sym_identifier] = ACTIONS(114), [sym_comment] = ACTIONS(39), }, [22] = { - [ts_builtin_sym_end] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(129), - [anon_sym_typedef] = ACTIONS(129), - [anon_sym_extern] = ACTIONS(129), - [anon_sym_RBRACE] = ACTIONS(127), - [anon_sym_static] = ACTIONS(129), - [anon_sym_auto] = ACTIONS(129), - [anon_sym_register] = ACTIONS(129), - [anon_sym_inline] = ACTIONS(129), - [anon_sym_const] = ACTIONS(129), - [anon_sym_restrict] = ACTIONS(129), - [anon_sym_volatile] = ACTIONS(129), - [anon_sym__Atomic] = ACTIONS(129), - [anon_sym_unsigned] = ACTIONS(129), - [anon_sym_long] = ACTIONS(129), - [anon_sym_short] = ACTIONS(129), - [sym_primitive_type] = ACTIONS(129), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_struct] = ACTIONS(129), - [anon_sym_union] = ACTIONS(129), - [sym_identifier] = ACTIONS(129), + [ts_builtin_sym_end] = ACTIONS(117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(119), + [anon_sym_LPAREN] = ACTIONS(117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(119), + [sym_preproc_directive] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), + [anon_sym_typedef] = ACTIONS(119), + [anon_sym_extern] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(117), + [anon_sym_RBRACE] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(117), + [anon_sym_static] = ACTIONS(119), + [anon_sym_auto] = ACTIONS(119), + [anon_sym_register] = ACTIONS(119), + [anon_sym_inline] = ACTIONS(119), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [anon_sym__Atomic] = ACTIONS(119), + [anon_sym_unsigned] = ACTIONS(119), + [anon_sym_long] = ACTIONS(119), + [anon_sym_short] = ACTIONS(119), + [sym_primitive_type] = ACTIONS(119), + [anon_sym_enum] = ACTIONS(119), + [anon_sym_struct] = ACTIONS(119), + [anon_sym_union] = ACTIONS(119), + [anon_sym_if] = ACTIONS(119), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(119), + [anon_sym_default] = ACTIONS(119), + [anon_sym_while] = ACTIONS(119), + [anon_sym_do] = ACTIONS(119), + [anon_sym_for] = ACTIONS(119), + [anon_sym_return] = ACTIONS(119), + [anon_sym_break] = ACTIONS(119), + [anon_sym_continue] = ACTIONS(119), + [anon_sym_goto] = ACTIONS(119), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_TILDE] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(119), + [anon_sym_DASH] = ACTIONS(119), + [anon_sym_DASH_DASH] = ACTIONS(117), + [anon_sym_PLUS_PLUS] = ACTIONS(117), + [anon_sym_sizeof] = ACTIONS(119), + [sym_number_literal] = ACTIONS(117), + [sym_char_literal] = ACTIONS(117), + [sym_string_literal] = ACTIONS(117), + [sym_true] = ACTIONS(119), + [sym_false] = ACTIONS(119), + [sym_null] = ACTIONS(119), + [sym_identifier] = ACTIONS(119), [sym_comment] = ACTIONS(39), }, [23] = { - [sym_preproc_params] = STATE(64), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(131), - [anon_sym_LF] = ACTIONS(133), - [anon_sym_LPAREN] = ACTIONS(135), + [sym_preproc_params] = STATE(57), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(121), + [anon_sym_LF] = ACTIONS(123), + [anon_sym_LPAREN] = ACTIONS(125), [sym_comment] = ACTIONS(47), }, [24] = { - [sym_preproc_include] = STATE(78), - [sym_preproc_def] = STATE(78), - [sym_preproc_function_def] = STATE(78), - [sym_preproc_call] = STATE(78), - [sym_preproc_if] = STATE(78), - [sym_preproc_ifdef] = STATE(78), - [sym_preproc_else] = STATE(76), - [sym_preproc_elif] = STATE(76), - [sym_function_definition] = STATE(78), - [sym_declaration] = STATE(78), - [sym_type_definition] = STATE(78), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(78), + [sym_preproc_include] = STATE(71), + [sym_preproc_def] = STATE(71), + [sym_preproc_function_def] = STATE(71), + [sym_preproc_call] = STATE(71), + [sym_preproc_if] = STATE(71), + [sym_preproc_ifdef] = STATE(71), + [sym_preproc_else] = STATE(69), + [sym_preproc_elif] = STATE(69), + [sym_function_definition] = STATE(71), + [sym_declaration] = STATE(71), + [sym_type_definition] = STATE(71), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(71), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -6508,22 +6246,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(78), + [sym__empty_declaration] = STATE(71), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(78), + [aux_sym_translation_unit_repeat1] = STATE(71), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(143), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(133), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -6543,19 +6281,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(39), }, [25] = { - [sym_preproc_include] = STATE(81), - [sym_preproc_def] = STATE(81), - [sym_preproc_function_def] = STATE(81), - [sym_preproc_call] = STATE(81), - [sym_preproc_if] = STATE(81), - [sym_preproc_ifdef] = STATE(81), - [sym_preproc_else] = STATE(80), - [sym_preproc_elif] = STATE(80), - [sym_function_definition] = STATE(81), - [sym_declaration] = STATE(81), - [sym_type_definition] = STATE(81), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(81), + [sym_preproc_include] = STATE(74), + [sym_preproc_def] = STATE(74), + [sym_preproc_function_def] = STATE(74), + [sym_preproc_call] = STATE(74), + [sym_preproc_if] = STATE(74), + [sym_preproc_ifdef] = STATE(74), + [sym_preproc_else] = STATE(73), + [sym_preproc_elif] = STATE(73), + [sym_function_definition] = STATE(74), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(74), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -6563,22 +6301,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(81), + [sym__empty_declaration] = STATE(74), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(81), + [aux_sym_translation_unit_repeat1] = STATE(74), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(159), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(149), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -6598,19 +6336,19 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(39), }, [26] = { - [sym_preproc_include] = STATE(84), - [sym_preproc_def] = STATE(84), - [sym_preproc_function_def] = STATE(84), - [sym_preproc_call] = STATE(84), - [sym_preproc_if] = STATE(84), - [sym_preproc_ifdef] = STATE(84), - [sym_preproc_else] = STATE(83), - [sym_preproc_elif] = STATE(83), - [sym_function_definition] = STATE(84), - [sym_declaration] = STATE(84), - [sym_type_definition] = STATE(84), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(84), + [sym_preproc_include] = STATE(77), + [sym_preproc_def] = STATE(77), + [sym_preproc_function_def] = STATE(77), + [sym_preproc_call] = STATE(77), + [sym_preproc_if] = STATE(77), + [sym_preproc_ifdef] = STATE(77), + [sym_preproc_else] = STATE(76), + [sym_preproc_elif] = STATE(76), + [sym_function_definition] = STATE(77), + [sym_declaration] = STATE(77), + [sym_type_definition] = STATE(77), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(77), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -6618,22 +6356,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(84), + [sym__empty_declaration] = STATE(77), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(84), + [aux_sym_translation_unit_repeat1] = STATE(77), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(161), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(151), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -6653,139 +6391,248 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(39), }, [27] = { - [sym_preproc_arg] = ACTIONS(163), + [sym_preproc_arg] = ACTIONS(153), [sym_comment] = ACTIONS(47), }, [28] = { - [ts_builtin_sym_end] = ACTIONS(165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(167), - [sym_preproc_directive] = ACTIONS(167), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(167), - [anon_sym_RBRACE] = ACTIONS(165), - [anon_sym_static] = ACTIONS(167), - [anon_sym_auto] = ACTIONS(167), - [anon_sym_register] = ACTIONS(167), - [anon_sym_inline] = ACTIONS(167), - [anon_sym_const] = ACTIONS(167), - [anon_sym_restrict] = ACTIONS(167), - [anon_sym_volatile] = ACTIONS(167), - [anon_sym__Atomic] = ACTIONS(167), - [anon_sym_unsigned] = ACTIONS(167), - [anon_sym_long] = ACTIONS(167), - [anon_sym_short] = ACTIONS(167), - [sym_primitive_type] = ACTIONS(167), - [anon_sym_enum] = ACTIONS(167), - [anon_sym_struct] = ACTIONS(167), - [anon_sym_union] = ACTIONS(167), - [sym_identifier] = ACTIONS(167), + [ts_builtin_sym_end] = ACTIONS(155), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(157), + [anon_sym_LPAREN] = ACTIONS(155), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(157), + [sym_preproc_directive] = ACTIONS(157), + [anon_sym_SEMI] = ACTIONS(155), + [anon_sym_typedef] = ACTIONS(157), + [anon_sym_extern] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_RBRACE] = ACTIONS(155), + [anon_sym_STAR] = ACTIONS(155), + [anon_sym_static] = ACTIONS(157), + [anon_sym_auto] = ACTIONS(157), + [anon_sym_register] = ACTIONS(157), + [anon_sym_inline] = ACTIONS(157), + [anon_sym_const] = ACTIONS(157), + [anon_sym_restrict] = ACTIONS(157), + [anon_sym_volatile] = ACTIONS(157), + [anon_sym__Atomic] = ACTIONS(157), + [anon_sym_unsigned] = ACTIONS(157), + [anon_sym_long] = ACTIONS(157), + [anon_sym_short] = ACTIONS(157), + [sym_primitive_type] = ACTIONS(157), + [anon_sym_enum] = ACTIONS(157), + [anon_sym_struct] = ACTIONS(157), + [anon_sym_union] = ACTIONS(157), + [anon_sym_if] = ACTIONS(157), + [anon_sym_switch] = ACTIONS(157), + [anon_sym_case] = ACTIONS(157), + [anon_sym_default] = ACTIONS(157), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(157), + [anon_sym_return] = ACTIONS(157), + [anon_sym_break] = ACTIONS(157), + [anon_sym_continue] = ACTIONS(157), + [anon_sym_goto] = ACTIONS(157), + [anon_sym_AMP] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(155), + [anon_sym_TILDE] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(157), + [anon_sym_DASH] = ACTIONS(157), + [anon_sym_DASH_DASH] = ACTIONS(155), + [anon_sym_PLUS_PLUS] = ACTIONS(155), + [anon_sym_sizeof] = ACTIONS(157), + [sym_number_literal] = ACTIONS(155), + [sym_char_literal] = ACTIONS(155), + [sym_string_literal] = ACTIONS(155), + [sym_true] = ACTIONS(157), + [sym_false] = ACTIONS(157), + [sym_null] = ACTIONS(157), + [sym_identifier] = ACTIONS(157), [sym_comment] = ACTIONS(39), }, [29] = { - [anon_sym_const] = ACTIONS(75), - [anon_sym_restrict] = ACTIONS(75), - [anon_sym_volatile] = ACTIONS(75), - [anon_sym__Atomic] = ACTIONS(75), - [anon_sym_unsigned] = ACTIONS(75), - [anon_sym_long] = ACTIONS(75), - [anon_sym_short] = ACTIONS(75), - [sym_primitive_type] = ACTIONS(75), - [anon_sym_enum] = ACTIONS(75), - [anon_sym_struct] = ACTIONS(75), - [anon_sym_union] = ACTIONS(75), - [sym_identifier] = ACTIONS(75), + [sym__type_declarator] = STATE(82), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, [30] = { - [sym_enumerator_list] = STATE(88), - [anon_sym_LBRACE] = ACTIONS(169), - [sym_identifier] = ACTIONS(171), + [sym_type_qualifier] = STATE(87), + [sym__type_specifier] = STATE(86), + [sym_sized_type_specifier] = STATE(86), + [sym_enum_specifier] = STATE(86), + [sym_struct_specifier] = STATE(86), + [sym_union_specifier] = STATE(86), + [sym_macro_type_specifier] = STATE(86), + [aux_sym_type_definition_repeat1] = STATE(87), + [aux_sym_sized_type_specifier_repeat1] = STATE(31), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [sym_primitive_type] = ACTIONS(165), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, [31] = { - [sym_field_declaration_list] = STATE(91), - [anon_sym_LBRACE] = ACTIONS(173), - [sym_identifier] = ACTIONS(175), + [aux_sym_sized_type_specifier_repeat1] = STATE(88), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_unsigned] = ACTIONS(167), + [anon_sym_long] = ACTIONS(167), + [anon_sym_short] = ACTIONS(167), + [sym_primitive_type] = ACTIONS(112), + [sym_identifier] = ACTIONS(114), [sym_comment] = ACTIONS(39), }, [32] = { - [sym_field_declaration_list] = STATE(93), - [anon_sym_LBRACE] = ACTIONS(173), - [sym_identifier] = ACTIONS(177), + [sym_function_definition] = STATE(90), + [sym_declaration] = STATE(90), + [sym__declaration_specifiers] = STATE(91), + [sym_declaration_list] = STATE(90), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(169), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, [33] = { - [anon_sym_LPAREN] = ACTIONS(179), - [anon_sym_STAR] = ACTIONS(90), - [sym_identifier] = ACTIONS(90), + [sym_enumerator] = STATE(98), + [anon_sym_COMMA] = ACTIONS(175), + [anon_sym_RBRACE] = ACTIONS(177), + [sym_identifier] = ACTIONS(179), [sym_comment] = ACTIONS(39), }, [34] = { - [sym__type_declarator] = STATE(98), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [sym_enumerator_list] = STATE(99), + [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_LBRACE] = ACTIONS(71), + [anon_sym_STAR] = ACTIONS(181), + [anon_sym_LBRACK] = ACTIONS(181), + [anon_sym_RBRACK] = ACTIONS(181), + [anon_sym_static] = ACTIONS(183), + [anon_sym_auto] = ACTIONS(183), + [anon_sym_register] = ACTIONS(183), + [anon_sym_inline] = ACTIONS(183), + [anon_sym_const] = ACTIONS(183), + [anon_sym_restrict] = ACTIONS(183), + [anon_sym_volatile] = ACTIONS(183), + [anon_sym__Atomic] = 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(181), + [sym_char_literal] = ACTIONS(181), + [sym_string_literal] = ACTIONS(181), + [sym_true] = ACTIONS(183), + [sym_false] = ACTIONS(183), + [sym_null] = ACTIONS(183), + [sym_identifier] = ACTIONS(183), [sym_comment] = ACTIONS(39), }, [35] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(102), - [sym_sized_type_specifier] = STATE(102), - [sym_enum_specifier] = STATE(102), - [sym_struct_specifier] = STATE(102), - [sym_union_specifier] = STATE(102), - [sym_macro_type_specifier] = STATE(102), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(188), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [anon_sym_LPAREN] = ACTIONS(185), + [anon_sym_COMMA] = ACTIONS(185), + [anon_sym_RPAREN] = ACTIONS(185), + [anon_sym_SEMI] = ACTIONS(185), + [anon_sym_extern] = ACTIONS(187), + [anon_sym_STAR] = ACTIONS(185), + [anon_sym_LBRACK] = ACTIONS(185), + [anon_sym_RBRACK] = ACTIONS(185), + [anon_sym_static] = ACTIONS(187), + [anon_sym_auto] = ACTIONS(187), + [anon_sym_register] = ACTIONS(187), + [anon_sym_inline] = ACTIONS(187), + [anon_sym_const] = ACTIONS(187), + [anon_sym_restrict] = ACTIONS(187), + [anon_sym_volatile] = ACTIONS(187), + [anon_sym__Atomic] = ACTIONS(187), + [anon_sym_COLON] = ACTIONS(185), + [anon_sym_AMP] = ACTIONS(185), + [anon_sym_BANG] = ACTIONS(185), + [anon_sym_TILDE] = ACTIONS(185), + [anon_sym_PLUS] = ACTIONS(187), + [anon_sym_DASH] = ACTIONS(187), + [anon_sym_DASH_DASH] = ACTIONS(185), + [anon_sym_PLUS_PLUS] = ACTIONS(185), + [anon_sym_sizeof] = ACTIONS(187), + [sym_number_literal] = ACTIONS(185), + [sym_char_literal] = ACTIONS(185), + [sym_string_literal] = ACTIONS(185), + [sym_true] = ACTIONS(187), + [sym_false] = ACTIONS(187), + [sym_null] = ACTIONS(187), + [sym_identifier] = ACTIONS(187), [sym_comment] = ACTIONS(39), }, [36] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(106), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_unsigned] = ACTIONS(190), - [anon_sym_long] = ACTIONS(190), - [anon_sym_short] = ACTIONS(190), - [sym_primitive_type] = ACTIONS(192), - [sym_identifier] = ACTIONS(194), - [sym_comment] = ACTIONS(39), - }, - [37] = { - [sym_function_definition] = STATE(108), - [sym_declaration] = STATE(108), - [sym__declaration_specifiers] = STATE(109), - [sym_declaration_list] = STATE(108), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(108), + [sym_field_declaration] = STATE(108), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(108), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(197), + [anon_sym_RBRACE] = ACTIONS(195), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -6794,33 +6641,99 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, + [37] = { + [sym_field_declaration_list] = STATE(111), + [anon_sym_LPAREN] = ACTIONS(201), + [anon_sym_COMMA] = ACTIONS(201), + [anon_sym_RPAREN] = ACTIONS(201), + [anon_sym_SEMI] = ACTIONS(201), + [anon_sym_extern] = ACTIONS(203), + [anon_sym_LBRACE] = ACTIONS(75), + [anon_sym_STAR] = ACTIONS(201), + [anon_sym_LBRACK] = ACTIONS(201), + [anon_sym_RBRACK] = ACTIONS(201), + [anon_sym_static] = ACTIONS(203), + [anon_sym_auto] = ACTIONS(203), + [anon_sym_register] = ACTIONS(203), + [anon_sym_inline] = ACTIONS(203), + [anon_sym_const] = ACTIONS(203), + [anon_sym_restrict] = ACTIONS(203), + [anon_sym_volatile] = ACTIONS(203), + [anon_sym__Atomic] = ACTIONS(203), + [anon_sym_COLON] = ACTIONS(201), + [anon_sym_AMP] = ACTIONS(201), + [anon_sym_BANG] = ACTIONS(201), + [anon_sym_TILDE] = ACTIONS(201), + [anon_sym_PLUS] = ACTIONS(203), + [anon_sym_DASH] = ACTIONS(203), + [anon_sym_DASH_DASH] = ACTIONS(201), + [anon_sym_PLUS_PLUS] = ACTIONS(201), + [anon_sym_sizeof] = ACTIONS(203), + [sym_number_literal] = ACTIONS(201), + [sym_char_literal] = ACTIONS(201), + [sym_string_literal] = ACTIONS(201), + [sym_true] = ACTIONS(203), + [sym_false] = ACTIONS(203), + [sym_null] = ACTIONS(203), + [sym_identifier] = ACTIONS(203), + [sym_comment] = ACTIONS(39), + }, [38] = { - [sym_enumerator] = STATE(116), - [anon_sym_COMMA] = ACTIONS(203), - [anon_sym_RBRACE] = ACTIONS(205), + [anon_sym_LPAREN] = ACTIONS(205), + [anon_sym_COMMA] = ACTIONS(205), + [anon_sym_RPAREN] = ACTIONS(205), + [anon_sym_SEMI] = ACTIONS(205), + [anon_sym_extern] = ACTIONS(207), + [anon_sym_STAR] = ACTIONS(205), + [anon_sym_LBRACK] = ACTIONS(205), + [anon_sym_RBRACK] = ACTIONS(205), + [anon_sym_static] = ACTIONS(207), + [anon_sym_auto] = ACTIONS(207), + [anon_sym_register] = ACTIONS(207), + [anon_sym_inline] = ACTIONS(207), + [anon_sym_const] = ACTIONS(207), + [anon_sym_restrict] = ACTIONS(207), + [anon_sym_volatile] = ACTIONS(207), + [anon_sym__Atomic] = ACTIONS(207), + [anon_sym_COLON] = ACTIONS(205), + [anon_sym_AMP] = ACTIONS(205), + [anon_sym_BANG] = ACTIONS(205), + [anon_sym_TILDE] = ACTIONS(205), + [anon_sym_PLUS] = ACTIONS(207), + [anon_sym_DASH] = ACTIONS(207), + [anon_sym_DASH_DASH] = ACTIONS(205), + [anon_sym_PLUS_PLUS] = ACTIONS(205), + [anon_sym_sizeof] = ACTIONS(207), + [sym_number_literal] = ACTIONS(205), + [sym_char_literal] = ACTIONS(205), + [sym_string_literal] = ACTIONS(205), + [sym_true] = ACTIONS(207), + [sym_false] = ACTIONS(207), + [sym_null] = ACTIONS(207), [sym_identifier] = ACTIONS(207), [sym_comment] = ACTIONS(39), }, [39] = { - [sym_enumerator_list] = STATE(117), + [sym_field_declaration_list] = STATE(112), [anon_sym_LPAREN] = ACTIONS(209), [anon_sym_COMMA] = ACTIONS(209), [anon_sym_RPAREN] = ACTIONS(209), [anon_sym_SEMI] = ACTIONS(209), [anon_sym_extern] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(77), + [anon_sym_LBRACE] = ACTIONS(75), [anon_sym_STAR] = ACTIONS(209), [anon_sym_LBRACK] = ACTIONS(209), + [anon_sym_RBRACK] = ACTIONS(209), [anon_sym_static] = ACTIONS(211), [anon_sym_auto] = ACTIONS(211), [anon_sym_register] = ACTIONS(211), @@ -6830,6 +6743,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_volatile] = ACTIONS(211), [anon_sym__Atomic] = ACTIONS(211), [anon_sym_COLON] = ACTIONS(209), + [anon_sym_AMP] = ACTIONS(209), + [anon_sym_BANG] = ACTIONS(209), + [anon_sym_TILDE] = ACTIONS(209), + [anon_sym_PLUS] = ACTIONS(211), + [anon_sym_DASH] = ACTIONS(211), + [anon_sym_DASH_DASH] = ACTIONS(209), + [anon_sym_PLUS_PLUS] = ACTIONS(209), + [anon_sym_sizeof] = ACTIONS(211), + [sym_number_literal] = ACTIONS(209), + [sym_char_literal] = ACTIONS(209), + [sym_string_literal] = ACTIONS(209), + [sym_true] = ACTIONS(211), + [sym_false] = ACTIONS(211), + [sym_null] = ACTIONS(211), [sym_identifier] = ACTIONS(211), [sym_comment] = ACTIONS(39), }, @@ -6841,6 +6768,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_extern] = ACTIONS(215), [anon_sym_STAR] = ACTIONS(213), [anon_sym_LBRACK] = ACTIONS(213), + [anon_sym_RBRACK] = ACTIONS(213), [anon_sym_static] = ACTIONS(215), [anon_sym_auto] = ACTIONS(215), [anon_sym_register] = ACTIONS(215), @@ -6850,43 +6778,42 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_volatile] = ACTIONS(215), [anon_sym__Atomic] = ACTIONS(215), [anon_sym_COLON] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(213), + [anon_sym_TILDE] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(215), + [anon_sym_DASH] = ACTIONS(215), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_sizeof] = ACTIONS(215), + [sym_number_literal] = ACTIONS(213), + [sym_char_literal] = ACTIONS(213), + [sym_string_literal] = ACTIONS(213), + [sym_true] = ACTIONS(215), + [sym_false] = ACTIONS(215), + [sym_null] = ACTIONS(215), [sym_identifier] = ACTIONS(215), [sym_comment] = ACTIONS(39), }, [41] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(126), - [sym_field_declaration] = STATE(126), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(126), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_RBRACE] = ACTIONS(223), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym_type_descriptor] = STATE(114), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), [anon_sym_const] = ACTIONS(25), [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), @@ -6894,500 +6821,439 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(39), }, [42] = { - [sym_field_declaration_list] = STATE(129), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_COMMA] = ACTIONS(229), - [anon_sym_RPAREN] = ACTIONS(229), - [anon_sym_SEMI] = ACTIONS(229), - [anon_sym_extern] = ACTIONS(231), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_STAR] = ACTIONS(229), - [anon_sym_LBRACK] = ACTIONS(229), - [anon_sym_static] = ACTIONS(231), - [anon_sym_auto] = ACTIONS(231), - [anon_sym_register] = ACTIONS(231), - [anon_sym_inline] = ACTIONS(231), - [anon_sym_const] = ACTIONS(231), - [anon_sym_restrict] = ACTIONS(231), - [anon_sym_volatile] = ACTIONS(231), - [anon_sym__Atomic] = ACTIONS(231), - [anon_sym_COLON] = ACTIONS(229), - [sym_identifier] = ACTIONS(231), + [sym__declarator] = STATE(118), + [sym_pointer_declarator] = STATE(118), + [sym_function_declarator] = STATE(118), + [sym_array_declarator] = STATE(118), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(221), + [sym_identifier] = ACTIONS(223), [sym_comment] = ACTIONS(39), }, [43] = { - [anon_sym_LPAREN] = ACTIONS(233), - [anon_sym_COMMA] = ACTIONS(233), - [anon_sym_RPAREN] = ACTIONS(233), - [anon_sym_SEMI] = ACTIONS(233), - [anon_sym_extern] = ACTIONS(235), - [anon_sym_STAR] = ACTIONS(233), - [anon_sym_LBRACK] = ACTIONS(233), - [anon_sym_static] = ACTIONS(235), - [anon_sym_auto] = ACTIONS(235), - [anon_sym_register] = ACTIONS(235), - [anon_sym_inline] = ACTIONS(235), - [anon_sym_const] = ACTIONS(235), - [anon_sym_restrict] = ACTIONS(235), - [anon_sym_volatile] = ACTIONS(235), - [anon_sym__Atomic] = ACTIONS(235), - [anon_sym_COLON] = ACTIONS(233), - [sym_identifier] = ACTIONS(235), + [ts_builtin_sym_end] = ACTIONS(225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(227), + [anon_sym_LPAREN] = ACTIONS(225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(227), + [sym_preproc_directive] = ACTIONS(227), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_typedef] = ACTIONS(227), + [anon_sym_extern] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(225), + [anon_sym_RBRACE] = ACTIONS(225), + [anon_sym_STAR] = ACTIONS(225), + [anon_sym_static] = ACTIONS(227), + [anon_sym_auto] = ACTIONS(227), + [anon_sym_register] = ACTIONS(227), + [anon_sym_inline] = ACTIONS(227), + [anon_sym_const] = ACTIONS(227), + [anon_sym_restrict] = ACTIONS(227), + [anon_sym_volatile] = ACTIONS(227), + [anon_sym__Atomic] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(227), + [anon_sym_long] = ACTIONS(227), + [anon_sym_short] = ACTIONS(227), + [sym_primitive_type] = ACTIONS(227), + [anon_sym_enum] = ACTIONS(227), + [anon_sym_struct] = ACTIONS(227), + [anon_sym_union] = ACTIONS(227), + [anon_sym_if] = ACTIONS(227), + [anon_sym_switch] = ACTIONS(227), + [anon_sym_case] = ACTIONS(227), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(227), + [anon_sym_do] = ACTIONS(227), + [anon_sym_for] = ACTIONS(227), + [anon_sym_return] = ACTIONS(227), + [anon_sym_break] = ACTIONS(227), + [anon_sym_continue] = ACTIONS(227), + [anon_sym_goto] = ACTIONS(227), + [anon_sym_AMP] = ACTIONS(225), + [anon_sym_BANG] = ACTIONS(225), + [anon_sym_TILDE] = ACTIONS(225), + [anon_sym_PLUS] = ACTIONS(227), + [anon_sym_DASH] = ACTIONS(227), + [anon_sym_DASH_DASH] = ACTIONS(225), + [anon_sym_PLUS_PLUS] = ACTIONS(225), + [anon_sym_sizeof] = ACTIONS(227), + [sym_number_literal] = ACTIONS(225), + [sym_char_literal] = ACTIONS(225), + [sym_string_literal] = ACTIONS(225), + [sym_true] = ACTIONS(227), + [sym_false] = ACTIONS(227), + [sym_null] = ACTIONS(227), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(39), }, [44] = { - [sym_field_declaration_list] = STATE(130), - [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_COMMA] = ACTIONS(237), - [anon_sym_RPAREN] = ACTIONS(237), - [anon_sym_SEMI] = ACTIONS(237), - [anon_sym_extern] = ACTIONS(239), - [anon_sym_LBRACE] = ACTIONS(81), - [anon_sym_STAR] = ACTIONS(237), - [anon_sym_LBRACK] = ACTIONS(237), - [anon_sym_static] = ACTIONS(239), - [anon_sym_auto] = ACTIONS(239), - [anon_sym_register] = ACTIONS(239), - [anon_sym_inline] = ACTIONS(239), - [anon_sym_const] = ACTIONS(239), - [anon_sym_restrict] = ACTIONS(239), - [anon_sym_volatile] = ACTIONS(239), - [anon_sym__Atomic] = ACTIONS(239), - [anon_sym_COLON] = ACTIONS(237), - [sym_identifier] = ACTIONS(239), + [sym__declarator] = STATE(119), + [sym_pointer_declarator] = STATE(119), + [sym_function_declarator] = STATE(119), + [sym_array_declarator] = STATE(119), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(229), [sym_comment] = ACTIONS(39), }, [45] = { - [anon_sym_LPAREN] = ACTIONS(241), - [anon_sym_COMMA] = ACTIONS(241), - [anon_sym_RPAREN] = ACTIONS(241), - [anon_sym_SEMI] = ACTIONS(241), - [anon_sym_extern] = ACTIONS(243), - [anon_sym_STAR] = ACTIONS(241), - [anon_sym_LBRACK] = ACTIONS(241), - [anon_sym_static] = ACTIONS(243), - [anon_sym_auto] = ACTIONS(243), - [anon_sym_register] = ACTIONS(243), - [anon_sym_inline] = ACTIONS(243), - [anon_sym_const] = ACTIONS(243), - [anon_sym_restrict] = ACTIONS(243), - [anon_sym_volatile] = ACTIONS(243), - [anon_sym__Atomic] = ACTIONS(243), - [anon_sym_COLON] = ACTIONS(241), - [sym_identifier] = ACTIONS(243), + [sym_compound_statement] = STATE(126), + [sym_parameter_list] = STATE(127), + [aux_sym_declaration_repeat1] = STATE(128), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(235), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, [46] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym_type_descriptor] = STATE(132), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), + [aux_sym_declaration_repeat1] = STATE(128), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(235), [sym_comment] = ACTIONS(39), }, [47] = { - [sym__declarator] = STATE(136), - [sym_pointer_declarator] = STATE(136), - [sym_function_declarator] = STATE(136), - [sym_array_declarator] = STATE(136), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(249), - [sym_identifier] = ACTIONS(251), + [sym_storage_class_specifier] = STATE(129), + [sym_type_qualifier] = STATE(129), + [aux_sym__declaration_specifiers_repeat1] = STATE(129), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_SEMI] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, [48] = { - [ts_builtin_sym_end] = ACTIONS(253), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(255), + [sym_preproc_include] = STATE(48), + [sym_preproc_def] = STATE(48), + [sym_preproc_function_def] = STATE(48), + [sym_preproc_call] = STATE(48), + [sym_preproc_if] = STATE(48), + [sym_preproc_ifdef] = STATE(48), + [sym_function_definition] = STATE(48), + [sym_declaration] = STATE(48), + [sym_type_definition] = STATE(48), + [sym__declaration_specifiers] = STATE(17), + [sym_linkage_specification] = STATE(48), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym__empty_declaration] = STATE(48), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_translation_unit_repeat1] = STATE(48), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [ts_builtin_sym_end] = ACTIONS(247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(252), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(255), - [sym_preproc_directive] = ACTIONS(255), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_RBRACE] = ACTIONS(253), - [anon_sym_static] = ACTIONS(255), - [anon_sym_auto] = ACTIONS(255), - [anon_sym_register] = ACTIONS(255), - [anon_sym_inline] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_restrict] = ACTIONS(255), - [anon_sym_volatile] = ACTIONS(255), - [anon_sym__Atomic] = ACTIONS(255), - [anon_sym_unsigned] = ACTIONS(255), - [anon_sym_long] = ACTIONS(255), - [anon_sym_short] = ACTIONS(255), - [sym_primitive_type] = ACTIONS(255), - [anon_sym_enum] = ACTIONS(255), - [anon_sym_struct] = ACTIONS(255), - [anon_sym_union] = ACTIONS(255), - [sym_identifier] = ACTIONS(255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(258), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(261), + [sym_preproc_directive] = ACTIONS(264), + [anon_sym_typedef] = ACTIONS(267), + [anon_sym_extern] = ACTIONS(270), + [anon_sym_static] = ACTIONS(273), + [anon_sym_auto] = ACTIONS(273), + [anon_sym_register] = ACTIONS(273), + [anon_sym_inline] = ACTIONS(273), + [anon_sym_const] = ACTIONS(276), + [anon_sym_restrict] = ACTIONS(276), + [anon_sym_volatile] = ACTIONS(276), + [anon_sym__Atomic] = ACTIONS(276), + [anon_sym_unsigned] = ACTIONS(279), + [anon_sym_long] = ACTIONS(279), + [anon_sym_short] = ACTIONS(279), + [sym_primitive_type] = ACTIONS(282), + [anon_sym_enum] = ACTIONS(285), + [anon_sym_struct] = ACTIONS(288), + [anon_sym_union] = ACTIONS(291), + [sym_identifier] = ACTIONS(294), [sym_comment] = ACTIONS(39), }, [49] = { - [sym__declarator] = STATE(137), - [sym_pointer_declarator] = STATE(137), - [sym_function_declarator] = STATE(137), - [sym_array_declarator] = STATE(137), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(257), + [sym_storage_class_specifier] = STATE(130), + [sym_type_qualifier] = STATE(130), + [aux_sym__declaration_specifiers_repeat1] = STATE(130), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_SEMI] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, [50] = { - [sym_compound_statement] = STATE(144), - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(146), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(263), - [anon_sym_LBRACE] = ACTIONS(265), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [sym_storage_class_specifier] = STATE(50), + [sym_type_qualifier] = STATE(50), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), + [anon_sym_extern] = ACTIONS(297), + [anon_sym_static] = ACTIONS(297), + [anon_sym_auto] = ACTIONS(297), + [anon_sym_register] = ACTIONS(297), + [anon_sym_inline] = ACTIONS(297), + [anon_sym_const] = ACTIONS(300), + [anon_sym_restrict] = ACTIONS(300), + [anon_sym_volatile] = ACTIONS(300), + [anon_sym__Atomic] = ACTIONS(300), + [anon_sym_unsigned] = ACTIONS(303), + [anon_sym_long] = ACTIONS(303), + [anon_sym_short] = ACTIONS(303), + [sym_primitive_type] = ACTIONS(303), + [anon_sym_enum] = ACTIONS(303), + [anon_sym_struct] = ACTIONS(303), + [anon_sym_union] = ACTIONS(303), + [sym_identifier] = ACTIONS(303), [sym_comment] = ACTIONS(39), }, [51] = { - [aux_sym_declaration_repeat1] = STATE(146), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(263), + [anon_sym_LPAREN] = ACTIONS(305), + [anon_sym_COMMA] = ACTIONS(305), + [anon_sym_RPAREN] = ACTIONS(305), + [anon_sym_SEMI] = ACTIONS(305), + [anon_sym_extern] = ACTIONS(307), + [anon_sym_STAR] = ACTIONS(305), + [anon_sym_LBRACK] = ACTIONS(305), + [anon_sym_RBRACK] = ACTIONS(305), + [anon_sym_static] = ACTIONS(307), + [anon_sym_auto] = ACTIONS(307), + [anon_sym_register] = ACTIONS(307), + [anon_sym_inline] = ACTIONS(307), + [anon_sym_const] = ACTIONS(307), + [anon_sym_restrict] = ACTIONS(307), + [anon_sym_volatile] = ACTIONS(307), + [anon_sym__Atomic] = ACTIONS(307), + [anon_sym_COLON] = ACTIONS(305), + [anon_sym_AMP] = ACTIONS(305), + [anon_sym_BANG] = ACTIONS(305), + [anon_sym_TILDE] = ACTIONS(305), + [anon_sym_PLUS] = ACTIONS(307), + [anon_sym_DASH] = ACTIONS(307), + [anon_sym_DASH_DASH] = ACTIONS(305), + [anon_sym_PLUS_PLUS] = ACTIONS(305), + [anon_sym_sizeof] = ACTIONS(307), + [sym_number_literal] = ACTIONS(305), + [sym_char_literal] = ACTIONS(305), + [sym_string_literal] = ACTIONS(305), + [sym_true] = ACTIONS(307), + [sym_false] = ACTIONS(307), + [sym_null] = ACTIONS(307), + [sym_identifier] = ACTIONS(307), [sym_comment] = ACTIONS(39), }, [52] = { - [anon_sym_LPAREN] = ACTIONS(271), - [anon_sym_COMMA] = ACTIONS(271), - [anon_sym_RPAREN] = ACTIONS(271), - [anon_sym_SEMI] = ACTIONS(271), - [anon_sym_extern] = ACTIONS(71), - [anon_sym_STAR] = ACTIONS(271), - [anon_sym_LBRACK] = ACTIONS(271), - [anon_sym_static] = ACTIONS(71), - [anon_sym_auto] = ACTIONS(71), - [anon_sym_register] = ACTIONS(71), - [anon_sym_inline] = ACTIONS(71), - [anon_sym_const] = ACTIONS(71), - [anon_sym_restrict] = ACTIONS(71), - [anon_sym_volatile] = ACTIONS(71), - [anon_sym__Atomic] = ACTIONS(71), - [anon_sym_COLON] = ACTIONS(271), - [sym_identifier] = ACTIONS(71), + [anon_sym_LPAREN] = ACTIONS(309), + [anon_sym_COMMA] = ACTIONS(309), + [anon_sym_RPAREN] = ACTIONS(309), + [anon_sym_SEMI] = ACTIONS(309), + [anon_sym_extern] = ACTIONS(311), + [anon_sym_STAR] = ACTIONS(309), + [anon_sym_LBRACK] = ACTIONS(309), + [anon_sym_RBRACK] = ACTIONS(309), + [anon_sym_static] = ACTIONS(311), + [anon_sym_auto] = ACTIONS(311), + [anon_sym_register] = ACTIONS(311), + [anon_sym_inline] = ACTIONS(311), + [anon_sym_const] = ACTIONS(311), + [anon_sym_restrict] = ACTIONS(311), + [anon_sym_volatile] = ACTIONS(311), + [anon_sym__Atomic] = ACTIONS(311), + [anon_sym_COLON] = ACTIONS(309), + [anon_sym_AMP] = ACTIONS(309), + [anon_sym_BANG] = ACTIONS(309), + [anon_sym_TILDE] = ACTIONS(309), + [anon_sym_PLUS] = ACTIONS(311), + [anon_sym_DASH] = ACTIONS(311), + [anon_sym_DASH_DASH] = ACTIONS(309), + [anon_sym_PLUS_PLUS] = ACTIONS(309), + [anon_sym_sizeof] = ACTIONS(311), + [sym_number_literal] = ACTIONS(309), + [sym_char_literal] = ACTIONS(309), + [sym_string_literal] = ACTIONS(309), + [sym_true] = ACTIONS(311), + [sym_false] = ACTIONS(311), + [sym_null] = ACTIONS(311), + [sym_identifier] = ACTIONS(311), [sym_comment] = ACTIONS(39), }, [53] = { - [anon_sym_LPAREN] = ACTIONS(273), - [anon_sym_COMMA] = ACTIONS(273), - [anon_sym_RPAREN] = ACTIONS(273), - [anon_sym_SEMI] = ACTIONS(273), - [anon_sym_extern] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(273), - [anon_sym_LBRACK] = ACTIONS(273), - [anon_sym_static] = ACTIONS(75), - [anon_sym_auto] = ACTIONS(75), - [anon_sym_register] = ACTIONS(75), - [anon_sym_inline] = ACTIONS(75), - [anon_sym_const] = ACTIONS(75), - [anon_sym_restrict] = ACTIONS(75), - [anon_sym_volatile] = ACTIONS(75), - [anon_sym__Atomic] = ACTIONS(75), - [anon_sym_COLON] = ACTIONS(273), - [sym_identifier] = ACTIONS(75), + [aux_sym_sized_type_specifier_repeat1] = STATE(53), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_extern] = ACTIONS(315), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_static] = ACTIONS(315), + [anon_sym_auto] = ACTIONS(315), + [anon_sym_register] = ACTIONS(315), + [anon_sym_inline] = ACTIONS(315), + [anon_sym_const] = ACTIONS(315), + [anon_sym_restrict] = ACTIONS(315), + [anon_sym_volatile] = ACTIONS(315), + [anon_sym__Atomic] = ACTIONS(315), + [anon_sym_unsigned] = ACTIONS(317), + [anon_sym_long] = ACTIONS(317), + [anon_sym_short] = ACTIONS(317), + [sym_primitive_type] = ACTIONS(315), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, [54] = { - [sym_storage_class_specifier] = STATE(147), - [sym_type_qualifier] = STATE(147), - [aux_sym__declaration_specifiers_repeat1] = STATE(147), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_SEMI] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(277), - [sym_comment] = ACTIONS(39), + [sym_preproc_arg] = ACTIONS(320), + [sym_comment] = ACTIONS(47), }, [55] = { - [sym_preproc_include] = STATE(55), - [sym_preproc_def] = STATE(55), - [sym_preproc_function_def] = STATE(55), - [sym_preproc_call] = STATE(55), - [sym_preproc_if] = STATE(55), - [sym_preproc_ifdef] = STATE(55), - [sym_function_definition] = STATE(55), - [sym_declaration] = STATE(55), - [sym_type_definition] = STATE(55), - [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(55), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(55), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(55), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [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(284), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(287), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(293), - [sym_preproc_directive] = ACTIONS(296), - [anon_sym_typedef] = ACTIONS(299), - [anon_sym_extern] = ACTIONS(302), - [anon_sym_static] = ACTIONS(305), - [anon_sym_auto] = ACTIONS(305), - [anon_sym_register] = ACTIONS(305), - [anon_sym_inline] = ACTIONS(305), - [anon_sym_const] = ACTIONS(308), - [anon_sym_restrict] = ACTIONS(308), - [anon_sym_volatile] = ACTIONS(308), - [anon_sym__Atomic] = ACTIONS(308), - [anon_sym_unsigned] = ACTIONS(311), - [anon_sym_long] = ACTIONS(311), - [anon_sym_short] = ACTIONS(311), - [sym_primitive_type] = ACTIONS(314), - [anon_sym_enum] = ACTIONS(317), - [anon_sym_struct] = ACTIONS(320), - [anon_sym_union] = ACTIONS(323), - [sym_identifier] = ACTIONS(326), + [ts_builtin_sym_end] = ACTIONS(322), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(324), + [anon_sym_LPAREN] = ACTIONS(322), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(324), + [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_typedef] = ACTIONS(324), + [anon_sym_extern] = ACTIONS(324), + [anon_sym_LBRACE] = ACTIONS(322), + [anon_sym_RBRACE] = ACTIONS(322), + [anon_sym_STAR] = ACTIONS(322), + [anon_sym_static] = ACTIONS(324), + [anon_sym_auto] = ACTIONS(324), + [anon_sym_register] = ACTIONS(324), + [anon_sym_inline] = ACTIONS(324), + [anon_sym_const] = ACTIONS(324), + [anon_sym_restrict] = ACTIONS(324), + [anon_sym_volatile] = ACTIONS(324), + [anon_sym__Atomic] = ACTIONS(324), + [anon_sym_unsigned] = ACTIONS(324), + [anon_sym_long] = ACTIONS(324), + [anon_sym_short] = ACTIONS(324), + [sym_primitive_type] = ACTIONS(324), + [anon_sym_enum] = ACTIONS(324), + [anon_sym_struct] = ACTIONS(324), + [anon_sym_union] = ACTIONS(324), + [anon_sym_if] = ACTIONS(324), + [anon_sym_switch] = ACTIONS(324), + [anon_sym_case] = ACTIONS(324), + [anon_sym_default] = ACTIONS(324), + [anon_sym_while] = ACTIONS(324), + [anon_sym_do] = ACTIONS(324), + [anon_sym_for] = ACTIONS(324), + [anon_sym_return] = ACTIONS(324), + [anon_sym_break] = ACTIONS(324), + [anon_sym_continue] = ACTIONS(324), + [anon_sym_goto] = ACTIONS(324), + [anon_sym_AMP] = ACTIONS(322), + [anon_sym_BANG] = ACTIONS(322), + [anon_sym_TILDE] = ACTIONS(322), + [anon_sym_PLUS] = ACTIONS(324), + [anon_sym_DASH] = ACTIONS(324), + [anon_sym_DASH_DASH] = ACTIONS(322), + [anon_sym_PLUS_PLUS] = ACTIONS(322), + [anon_sym_sizeof] = ACTIONS(324), + [sym_number_literal] = ACTIONS(322), + [sym_char_literal] = ACTIONS(322), + [sym_string_literal] = ACTIONS(322), + [sym_true] = ACTIONS(324), + [sym_false] = ACTIONS(324), + [sym_null] = ACTIONS(324), + [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(39), }, [56] = { - [sym_storage_class_specifier] = STATE(148), - [sym_type_qualifier] = STATE(148), - [aux_sym__declaration_specifiers_repeat1] = STATE(148), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_SEMI] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(277), + [anon_sym_DOT_DOT_DOT] = ACTIONS(326), + [anon_sym_RPAREN] = ACTIONS(328), + [sym_identifier] = ACTIONS(326), [sym_comment] = ACTIONS(39), }, [57] = { - [sym_storage_class_specifier] = STATE(57), - [sym_type_qualifier] = STATE(57), - [aux_sym__declaration_specifiers_repeat1] = STATE(57), - [anon_sym_extern] = ACTIONS(329), - [anon_sym_static] = ACTIONS(329), - [anon_sym_auto] = ACTIONS(329), - [anon_sym_register] = ACTIONS(329), - [anon_sym_inline] = ACTIONS(329), - [anon_sym_const] = ACTIONS(332), - [anon_sym_restrict] = ACTIONS(332), - [anon_sym_volatile] = ACTIONS(332), - [anon_sym__Atomic] = ACTIONS(332), - [anon_sym_unsigned] = ACTIONS(335), - [anon_sym_long] = ACTIONS(335), - [anon_sym_short] = ACTIONS(335), - [sym_primitive_type] = ACTIONS(335), - [anon_sym_enum] = ACTIONS(335), - [anon_sym_struct] = ACTIONS(335), - [anon_sym_union] = ACTIONS(335), - [sym_identifier] = ACTIONS(335), - [sym_comment] = ACTIONS(39), + [anon_sym_LF] = ACTIONS(330), + [sym_preproc_arg] = ACTIONS(332), + [sym_comment] = ACTIONS(47), }, [58] = { - [anon_sym_LPAREN] = ACTIONS(337), - [anon_sym_COMMA] = ACTIONS(337), - [anon_sym_RPAREN] = ACTIONS(337), - [anon_sym_SEMI] = ACTIONS(337), - [anon_sym_extern] = ACTIONS(339), - [anon_sym_STAR] = ACTIONS(337), - [anon_sym_LBRACK] = ACTIONS(337), - [anon_sym_static] = ACTIONS(339), - [anon_sym_auto] = ACTIONS(339), - [anon_sym_register] = ACTIONS(339), - [anon_sym_inline] = ACTIONS(339), - [anon_sym_const] = ACTIONS(339), - [anon_sym_restrict] = ACTIONS(339), - [anon_sym_volatile] = ACTIONS(339), - [anon_sym__Atomic] = ACTIONS(339), - [anon_sym_COLON] = ACTIONS(337), - [sym_identifier] = ACTIONS(339), + [sym_string_literal] = ACTIONS(334), + [sym_system_lib_string] = ACTIONS(334), [sym_comment] = ACTIONS(39), }, [59] = { - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_COMMA] = ACTIONS(341), - [anon_sym_RPAREN] = ACTIONS(341), - [anon_sym_SEMI] = ACTIONS(341), - [anon_sym_extern] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(341), - [anon_sym_LBRACK] = ACTIONS(341), - [anon_sym_static] = ACTIONS(343), - [anon_sym_auto] = ACTIONS(343), - [anon_sym_register] = ACTIONS(343), - [anon_sym_inline] = ACTIONS(343), - [anon_sym_const] = ACTIONS(343), - [anon_sym_restrict] = ACTIONS(343), - [anon_sym_volatile] = ACTIONS(343), - [anon_sym__Atomic] = ACTIONS(343), - [anon_sym_COLON] = ACTIONS(341), - [sym_identifier] = ACTIONS(343), + [sym_identifier] = ACTIONS(336), [sym_comment] = ACTIONS(39), }, [60] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(60), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_SEMI] = ACTIONS(345), - [anon_sym_extern] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_static] = ACTIONS(347), - [anon_sym_auto] = ACTIONS(347), - [anon_sym_register] = ACTIONS(347), - [anon_sym_inline] = ACTIONS(347), - [anon_sym_const] = ACTIONS(347), - [anon_sym_restrict] = ACTIONS(347), - [anon_sym_volatile] = ACTIONS(347), - [anon_sym__Atomic] = ACTIONS(347), - [anon_sym_unsigned] = ACTIONS(349), - [anon_sym_long] = ACTIONS(349), - [anon_sym_short] = ACTIONS(349), - [sym_primitive_type] = ACTIONS(347), - [sym_identifier] = ACTIONS(347), - [sym_comment] = ACTIONS(39), + [sym_preproc_arg] = ACTIONS(338), + [sym_comment] = ACTIONS(47), }, [61] = { - [sym_preproc_arg] = ACTIONS(352), - [sym_comment] = ACTIONS(47), + [ts_builtin_sym_end] = ACTIONS(340), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), + [sym_preproc_directive] = ACTIONS(342), + [anon_sym_typedef] = ACTIONS(342), + [anon_sym_extern] = ACTIONS(342), + [anon_sym_RBRACE] = ACTIONS(340), + [anon_sym_static] = ACTIONS(342), + [anon_sym_auto] = ACTIONS(342), + [anon_sym_register] = ACTIONS(342), + [anon_sym_inline] = ACTIONS(342), + [anon_sym_const] = ACTIONS(342), + [anon_sym_restrict] = ACTIONS(342), + [anon_sym_volatile] = ACTIONS(342), + [anon_sym__Atomic] = ACTIONS(342), + [anon_sym_unsigned] = ACTIONS(342), + [anon_sym_long] = ACTIONS(342), + [anon_sym_short] = ACTIONS(342), + [sym_primitive_type] = ACTIONS(342), + [anon_sym_enum] = ACTIONS(342), + [anon_sym_struct] = ACTIONS(342), + [anon_sym_union] = ACTIONS(342), + [sym_identifier] = ACTIONS(342), + [sym_comment] = ACTIONS(39), }, [62] = { - [ts_builtin_sym_end] = ACTIONS(354), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(356), - [sym_preproc_directive] = ACTIONS(356), - [anon_sym_typedef] = ACTIONS(356), - [anon_sym_extern] = ACTIONS(356), - [anon_sym_RBRACE] = ACTIONS(354), - [anon_sym_static] = ACTIONS(356), - [anon_sym_auto] = ACTIONS(356), - [anon_sym_register] = ACTIONS(356), - [anon_sym_inline] = ACTIONS(356), - [anon_sym_const] = ACTIONS(356), - [anon_sym_restrict] = ACTIONS(356), - [anon_sym_volatile] = ACTIONS(356), - [anon_sym__Atomic] = ACTIONS(356), - [anon_sym_unsigned] = ACTIONS(356), - [anon_sym_long] = ACTIONS(356), - [anon_sym_short] = ACTIONS(356), - [sym_primitive_type] = ACTIONS(356), - [anon_sym_enum] = ACTIONS(356), - [anon_sym_struct] = ACTIONS(356), - [anon_sym_union] = ACTIONS(356), - [sym_identifier] = ACTIONS(356), + [sym_identifier] = ACTIONS(344), [sym_comment] = ACTIONS(39), }, [63] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(358), - [anon_sym_RPAREN] = ACTIONS(360), - [sym_identifier] = ACTIONS(358), + [sym_identifier] = ACTIONS(346), [sym_comment] = ACTIONS(39), }, [64] = { - [anon_sym_LF] = ACTIONS(362), - [sym_preproc_arg] = ACTIONS(364), - [sym_comment] = ACTIONS(47), - }, - [65] = { - [sym_string_literal] = ACTIONS(366), - [sym_system_lib_string] = ACTIONS(366), - [sym_comment] = ACTIONS(39), - }, - [66] = { - [sym_identifier] = ACTIONS(368), - [sym_comment] = ACTIONS(39), - }, - [67] = { - [sym_preproc_arg] = ACTIONS(370), - [sym_comment] = ACTIONS(47), - }, - [68] = { - [ts_builtin_sym_end] = ACTIONS(372), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(374), - [sym_preproc_directive] = ACTIONS(374), - [anon_sym_typedef] = ACTIONS(374), - [anon_sym_extern] = ACTIONS(374), - [anon_sym_RBRACE] = ACTIONS(372), - [anon_sym_static] = ACTIONS(374), - [anon_sym_auto] = ACTIONS(374), - [anon_sym_register] = ACTIONS(374), - [anon_sym_inline] = ACTIONS(374), - [anon_sym_const] = ACTIONS(374), - [anon_sym_restrict] = ACTIONS(374), - [anon_sym_volatile] = ACTIONS(374), - [anon_sym__Atomic] = ACTIONS(374), - [anon_sym_unsigned] = ACTIONS(374), - [anon_sym_long] = ACTIONS(374), - [anon_sym_short] = ACTIONS(374), - [sym_primitive_type] = ACTIONS(374), - [anon_sym_enum] = ACTIONS(374), - [anon_sym_struct] = ACTIONS(374), - [anon_sym_union] = ACTIONS(374), - [sym_identifier] = ACTIONS(374), - [sym_comment] = ACTIONS(39), - }, - [69] = { - [sym_identifier] = ACTIONS(376), - [sym_comment] = ACTIONS(39), - }, - [70] = { - [sym_identifier] = ACTIONS(378), - [sym_comment] = ACTIONS(39), - }, - [71] = { - [sym_preproc_include] = STATE(168), - [sym_preproc_def] = STATE(168), - [sym_preproc_function_def] = STATE(168), - [sym_preproc_call] = STATE(168), - [sym_preproc_if] = STATE(168), - [sym_preproc_ifdef] = STATE(168), - [sym_function_definition] = STATE(168), - [sym_declaration] = STATE(168), - [sym_type_definition] = STATE(168), - [sym__declaration_specifiers] = STATE(167), - [sym_linkage_specification] = STATE(168), + [sym_preproc_include] = STATE(150), + [sym_preproc_def] = STATE(150), + [sym_preproc_function_def] = STATE(150), + [sym_preproc_call] = STATE(150), + [sym_preproc_if] = STATE(150), + [sym_preproc_ifdef] = STATE(150), + [sym_function_definition] = STATE(150), + [sym_declaration] = STATE(150), + [sym_type_definition] = STATE(150), + [sym__declaration_specifiers] = STATE(149), + [sym_linkage_specification] = STATE(150), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -7395,20 +7261,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(168), + [sym__empty_declaration] = STATE(150), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(168), + [aux_sym_translation_unit_repeat1] = STATE(150), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(380), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(384), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(388), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(390), - [sym_preproc_directive] = ACTIONS(392), - [anon_sym_typedef] = ACTIONS(394), - [anon_sym_extern] = ACTIONS(396), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(348), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(350), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(352), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(358), + [sym_preproc_directive] = ACTIONS(360), + [anon_sym_typedef] = ACTIONS(362), + [anon_sym_extern] = ACTIONS(364), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -7427,90 +7293,90 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [72] = { - [sym_preproc_arg] = ACTIONS(398), + [65] = { + [sym_preproc_arg] = ACTIONS(366), [sym_comment] = ACTIONS(47), }, - [73] = { - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(400), - [anon_sym_LF] = ACTIONS(402), + [66] = { + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(368), + [anon_sym_LF] = ACTIONS(370), [sym_comment] = ACTIONS(47), }, - [74] = { - [sym_type_qualifier] = STATE(173), - [sym__type_specifier] = STATE(172), - [sym_sized_type_specifier] = STATE(172), - [sym_enum_specifier] = STATE(172), - [sym_struct_specifier] = STATE(172), - [sym_union_specifier] = STATE(172), - [sym_macro_type_specifier] = STATE(172), - [aux_sym_type_definition_repeat1] = STATE(173), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(404), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [67] = { + [sym_type_qualifier] = STATE(155), + [sym__type_specifier] = STATE(154), + [sym_sized_type_specifier] = STATE(154), + [sym_enum_specifier] = STATE(154), + [sym_struct_specifier] = STATE(154), + [sym_union_specifier] = STATE(154), + [sym_macro_type_specifier] = STATE(154), + [aux_sym_type_definition_repeat1] = STATE(155), + [aux_sym_sized_type_specifier_repeat1] = STATE(31), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [sym_primitive_type] = ACTIONS(372), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [75] = { - [anon_sym_extern] = ACTIONS(71), - [anon_sym_static] = ACTIONS(71), - [anon_sym_auto] = ACTIONS(71), - [anon_sym_register] = ACTIONS(71), - [anon_sym_inline] = ACTIONS(71), - [anon_sym_const] = ACTIONS(71), - [anon_sym_restrict] = ACTIONS(71), - [anon_sym_volatile] = ACTIONS(71), - [anon_sym__Atomic] = ACTIONS(71), - [anon_sym_unsigned] = ACTIONS(71), - [anon_sym_long] = ACTIONS(71), - [anon_sym_short] = ACTIONS(71), - [sym_primitive_type] = ACTIONS(71), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_struct] = ACTIONS(71), - [anon_sym_union] = ACTIONS(71), - [sym_string_literal] = ACTIONS(406), - [sym_identifier] = ACTIONS(71), + [68] = { + [anon_sym_extern] = ACTIONS(61), + [anon_sym_static] = ACTIONS(61), + [anon_sym_auto] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym_const] = ACTIONS(61), + [anon_sym_restrict] = ACTIONS(61), + [anon_sym_volatile] = ACTIONS(61), + [anon_sym__Atomic] = ACTIONS(61), + [anon_sym_unsigned] = ACTIONS(61), + [anon_sym_long] = ACTIONS(61), + [anon_sym_short] = ACTIONS(61), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(61), + [sym_string_literal] = ACTIONS(374), + [sym_identifier] = ACTIONS(61), [sym_comment] = ACTIONS(39), }, - [76] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(408), + [69] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(376), [sym_comment] = ACTIONS(39), }, - [77] = { - [sym__declarator] = STATE(177), - [sym_pointer_declarator] = STATE(177), - [sym_function_declarator] = STATE(177), - [sym_array_declarator] = STATE(177), - [sym_init_declarator] = STATE(178), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_SEMI] = ACTIONS(410), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(412), + [70] = { + [sym__declarator] = STATE(159), + [sym_pointer_declarator] = STATE(159), + [sym_function_declarator] = STATE(159), + [sym_array_declarator] = STATE(159), + [sym_init_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_SEMI] = ACTIONS(378), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(380), [sym_comment] = ACTIONS(39), }, - [78] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(179), - [sym_preproc_elif] = STATE(179), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [71] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(161), + [sym_preproc_elif] = STATE(161), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -7518,22 +7384,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(414), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -7552,53 +7418,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [79] = { - [ts_builtin_sym_end] = ACTIONS(416), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(418), - [sym_preproc_directive] = ACTIONS(418), - [anon_sym_typedef] = ACTIONS(418), - [anon_sym_extern] = ACTIONS(418), - [anon_sym_RBRACE] = ACTIONS(416), - [anon_sym_static] = ACTIONS(418), - [anon_sym_auto] = ACTIONS(418), - [anon_sym_register] = ACTIONS(418), - [anon_sym_inline] = ACTIONS(418), - [anon_sym_const] = ACTIONS(418), - [anon_sym_restrict] = ACTIONS(418), - [anon_sym_volatile] = ACTIONS(418), - [anon_sym__Atomic] = ACTIONS(418), - [anon_sym_unsigned] = ACTIONS(418), - [anon_sym_long] = ACTIONS(418), - [anon_sym_short] = ACTIONS(418), - [sym_primitive_type] = ACTIONS(418), - [anon_sym_enum] = ACTIONS(418), - [anon_sym_struct] = ACTIONS(418), - [anon_sym_union] = ACTIONS(418), - [sym_identifier] = ACTIONS(418), + [72] = { + [ts_builtin_sym_end] = ACTIONS(384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(386), + [sym_preproc_directive] = ACTIONS(386), + [anon_sym_typedef] = ACTIONS(386), + [anon_sym_extern] = ACTIONS(386), + [anon_sym_RBRACE] = ACTIONS(384), + [anon_sym_static] = ACTIONS(386), + [anon_sym_auto] = ACTIONS(386), + [anon_sym_register] = ACTIONS(386), + [anon_sym_inline] = ACTIONS(386), + [anon_sym_const] = ACTIONS(386), + [anon_sym_restrict] = ACTIONS(386), + [anon_sym_volatile] = ACTIONS(386), + [anon_sym__Atomic] = ACTIONS(386), + [anon_sym_unsigned] = ACTIONS(386), + [anon_sym_long] = ACTIONS(386), + [anon_sym_short] = ACTIONS(386), + [sym_primitive_type] = ACTIONS(386), + [anon_sym_enum] = ACTIONS(386), + [anon_sym_struct] = ACTIONS(386), + [anon_sym_union] = ACTIONS(386), + [sym_identifier] = ACTIONS(386), [sym_comment] = ACTIONS(39), }, - [80] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(420), + [73] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(388), [sym_comment] = ACTIONS(39), }, - [81] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(182), - [sym_preproc_elif] = STATE(182), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [74] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(164), + [sym_preproc_elif] = STATE(164), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -7606,22 +7472,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(422), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(390), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -7640,53 +7506,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [82] = { - [ts_builtin_sym_end] = ACTIONS(424), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(426), - [sym_preproc_directive] = ACTIONS(426), - [anon_sym_typedef] = ACTIONS(426), - [anon_sym_extern] = ACTIONS(426), - [anon_sym_RBRACE] = ACTIONS(424), - [anon_sym_static] = ACTIONS(426), - [anon_sym_auto] = ACTIONS(426), - [anon_sym_register] = ACTIONS(426), - [anon_sym_inline] = ACTIONS(426), - [anon_sym_const] = ACTIONS(426), - [anon_sym_restrict] = ACTIONS(426), - [anon_sym_volatile] = ACTIONS(426), - [anon_sym__Atomic] = ACTIONS(426), - [anon_sym_unsigned] = ACTIONS(426), - [anon_sym_long] = ACTIONS(426), - [anon_sym_short] = ACTIONS(426), - [sym_primitive_type] = ACTIONS(426), - [anon_sym_enum] = ACTIONS(426), - [anon_sym_struct] = ACTIONS(426), - [anon_sym_union] = ACTIONS(426), - [sym_identifier] = ACTIONS(426), + [75] = { + [ts_builtin_sym_end] = ACTIONS(392), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(394), + [sym_preproc_directive] = ACTIONS(394), + [anon_sym_typedef] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(394), + [anon_sym_RBRACE] = ACTIONS(392), + [anon_sym_static] = ACTIONS(394), + [anon_sym_auto] = ACTIONS(394), + [anon_sym_register] = ACTIONS(394), + [anon_sym_inline] = ACTIONS(394), + [anon_sym_const] = ACTIONS(394), + [anon_sym_restrict] = ACTIONS(394), + [anon_sym_volatile] = ACTIONS(394), + [anon_sym__Atomic] = ACTIONS(394), + [anon_sym_unsigned] = ACTIONS(394), + [anon_sym_long] = ACTIONS(394), + [anon_sym_short] = ACTIONS(394), + [sym_primitive_type] = ACTIONS(394), + [anon_sym_enum] = ACTIONS(394), + [anon_sym_struct] = ACTIONS(394), + [anon_sym_union] = ACTIONS(394), + [sym_identifier] = ACTIONS(394), [sym_comment] = ACTIONS(39), }, - [83] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(428), + [76] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(396), [sym_comment] = ACTIONS(39), }, - [84] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(184), - [sym_preproc_elif] = STATE(184), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [77] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(166), + [sym_preproc_elif] = STATE(166), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -7694,22 +7560,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(430), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(398), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -7728,241 +7594,115 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [85] = { - [anon_sym_LF] = ACTIONS(432), + [78] = { + [anon_sym_LF] = ACTIONS(400), [sym_comment] = ACTIONS(47), }, - [86] = { - [sym_enumerator] = STATE(188), - [anon_sym_COMMA] = ACTIONS(434), - [anon_sym_RBRACE] = ACTIONS(436), - [sym_identifier] = ACTIONS(207), + [79] = { + [sym__type_declarator] = STATE(169), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(402), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [87] = { - [sym_enumerator_list] = STATE(189), - [anon_sym_LPAREN] = ACTIONS(209), - [anon_sym_LBRACE] = ACTIONS(169), - [anon_sym_STAR] = ACTIONS(209), - [sym_identifier] = ACTIONS(209), + [80] = { + [sym__type_declarator] = STATE(170), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [88] = { - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_STAR] = ACTIONS(213), - [sym_identifier] = ACTIONS(213), + [81] = { + [anon_sym_LPAREN] = ACTIONS(404), + [anon_sym_RPAREN] = ACTIONS(404), + [anon_sym_SEMI] = ACTIONS(404), + [anon_sym_LBRACK] = ACTIONS(404), [sym_comment] = ACTIONS(39), }, - [89] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(191), - [sym_field_declaration] = STATE(191), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(191), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_RBRACE] = ACTIONS(438), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), + [82] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_SEMI] = ACTIONS(406), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [90] = { - [sym_field_declaration_list] = STATE(192), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_LBRACE] = ACTIONS(173), - [anon_sym_STAR] = ACTIONS(229), - [sym_identifier] = ACTIONS(229), + [83] = { + [anon_sym_LPAREN] = ACTIONS(410), + [anon_sym_RPAREN] = ACTIONS(410), + [anon_sym_SEMI] = ACTIONS(410), + [anon_sym_LBRACK] = ACTIONS(410), [sym_comment] = ACTIONS(39), }, - [91] = { - [anon_sym_LPAREN] = ACTIONS(233), - [anon_sym_STAR] = ACTIONS(233), - [sym_identifier] = ACTIONS(233), + [84] = { + [anon_sym_LPAREN] = ACTIONS(412), + [anon_sym_RPAREN] = ACTIONS(412), + [anon_sym_SEMI] = ACTIONS(412), + [anon_sym_LBRACK] = ACTIONS(412), [sym_comment] = ACTIONS(39), }, - [92] = { - [sym_field_declaration_list] = STATE(193), - [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_LBRACE] = ACTIONS(173), - [anon_sym_STAR] = ACTIONS(237), - [sym_identifier] = ACTIONS(237), + [85] = { + [anon_sym_LPAREN] = ACTIONS(414), + [anon_sym_RPAREN] = ACTIONS(414), + [anon_sym_SEMI] = ACTIONS(414), + [anon_sym_LBRACK] = ACTIONS(414), [sym_comment] = ACTIONS(39), }, - [93] = { - [anon_sym_LPAREN] = ACTIONS(241), - [anon_sym_STAR] = ACTIONS(241), - [sym_identifier] = ACTIONS(241), + [86] = { + [sym__type_declarator] = STATE(174), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [94] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym_type_descriptor] = STATE(194), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), - [sym_comment] = ACTIONS(39), - }, - [95] = { - [sym__type_declarator] = STATE(196), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(440), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [96] = { - [sym__type_declarator] = STATE(197), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [97] = { - [anon_sym_LPAREN] = ACTIONS(442), - [anon_sym_RPAREN] = ACTIONS(442), - [anon_sym_SEMI] = ACTIONS(442), - [anon_sym_LBRACK] = ACTIONS(442), - [sym_comment] = ACTIONS(39), - }, - [98] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(444), - [anon_sym_LBRACK] = ACTIONS(446), - [sym_comment] = ACTIONS(39), - }, - [99] = { - [anon_sym_LPAREN] = ACTIONS(448), - [anon_sym_RPAREN] = ACTIONS(448), - [anon_sym_SEMI] = ACTIONS(448), - [anon_sym_LBRACK] = ACTIONS(448), - [sym_comment] = ACTIONS(39), - }, - [100] = { - [anon_sym_LPAREN] = ACTIONS(450), - [anon_sym_RPAREN] = ACTIONS(450), - [anon_sym_SEMI] = ACTIONS(450), - [anon_sym_LBRACK] = ACTIONS(450), - [sym_comment] = ACTIONS(39), - }, - [101] = { - [anon_sym_LPAREN] = ACTIONS(452), - [anon_sym_RPAREN] = ACTIONS(452), - [anon_sym_SEMI] = ACTIONS(452), - [anon_sym_LBRACK] = ACTIONS(452), - [sym_comment] = ACTIONS(39), - }, - [102] = { - [sym__type_declarator] = STATE(201), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [103] = { - [sym_type_qualifier] = STATE(103), - [aux_sym_type_definition_repeat1] = STATE(103), - [anon_sym_const] = ACTIONS(454), - [anon_sym_restrict] = ACTIONS(454), - [anon_sym_volatile] = ACTIONS(454), - [anon_sym__Atomic] = ACTIONS(454), - [anon_sym_unsigned] = ACTIONS(457), - [anon_sym_long] = ACTIONS(457), - [anon_sym_short] = ACTIONS(457), - [sym_primitive_type] = ACTIONS(457), - [anon_sym_enum] = ACTIONS(457), - [anon_sym_struct] = ACTIONS(457), - [anon_sym_union] = ACTIONS(457), - [sym_identifier] = ACTIONS(457), - [sym_comment] = ACTIONS(39), - }, - [104] = { - [anon_sym_LPAREN] = ACTIONS(337), - [anon_sym_STAR] = ACTIONS(337), - [sym_identifier] = ACTIONS(337), - [sym_comment] = ACTIONS(39), - }, - [105] = { - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_STAR] = ACTIONS(341), - [sym_identifier] = ACTIONS(341), + [87] = { + [sym_type_qualifier] = STATE(87), + [aux_sym_type_definition_repeat1] = STATE(87), + [anon_sym_const] = ACTIONS(416), + [anon_sym_restrict] = ACTIONS(416), + [anon_sym_volatile] = ACTIONS(416), + [anon_sym__Atomic] = ACTIONS(416), + [anon_sym_unsigned] = ACTIONS(419), + [anon_sym_long] = ACTIONS(419), + [anon_sym_short] = ACTIONS(419), + [sym_primitive_type] = ACTIONS(419), + [anon_sym_enum] = ACTIONS(419), + [anon_sym_struct] = ACTIONS(419), + [anon_sym_union] = ACTIONS(419), + [sym_identifier] = ACTIONS(419), [sym_comment] = ACTIONS(39), }, - [106] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(106), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_unsigned] = ACTIONS(459), - [anon_sym_long] = ACTIONS(459), - [anon_sym_short] = ACTIONS(459), - [sym_primitive_type] = ACTIONS(347), - [sym_identifier] = ACTIONS(347), + [88] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(88), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_unsigned] = ACTIONS(421), + [anon_sym_long] = ACTIONS(421), + [anon_sym_short] = ACTIONS(421), + [sym_primitive_type] = ACTIONS(315), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, - [107] = { - [sym_preproc_include] = STATE(203), - [sym_preproc_def] = STATE(203), - [sym_preproc_function_def] = STATE(203), - [sym_preproc_call] = STATE(203), - [sym_preproc_if] = STATE(203), - [sym_preproc_ifdef] = STATE(203), - [sym_function_definition] = STATE(203), - [sym_declaration] = STATE(203), - [sym_type_definition] = STATE(203), + [89] = { + [sym_preproc_include] = STATE(176), + [sym_preproc_def] = STATE(176), + [sym_preproc_function_def] = STATE(176), + [sym_preproc_call] = STATE(176), + [sym_preproc_if] = STATE(176), + [sym_preproc_ifdef] = STATE(176), + [sym_function_definition] = STATE(176), + [sym_declaration] = STATE(176), + [sym_type_definition] = STATE(176), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(203), + [sym_linkage_specification] = STATE(176), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -7970,9 +7710,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(203), + [sym__empty_declaration] = STATE(176), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(203), + [aux_sym_translation_unit_repeat1] = STATE(176), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), @@ -7983,7 +7723,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(17), [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(21), - [anon_sym_RBRACE] = ACTIONS(462), + [anon_sym_RBRACE] = ACTIONS(424), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -8002,75 +7742,75 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [108] = { - [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(466), - [anon_sym_typedef] = ACTIONS(466), - [anon_sym_extern] = ACTIONS(466), - [anon_sym_RBRACE] = ACTIONS(464), - [anon_sym_static] = ACTIONS(466), - [anon_sym_auto] = ACTIONS(466), - [anon_sym_register] = ACTIONS(466), - [anon_sym_inline] = ACTIONS(466), - [anon_sym_const] = ACTIONS(466), - [anon_sym_restrict] = ACTIONS(466), - [anon_sym_volatile] = ACTIONS(466), - [anon_sym__Atomic] = ACTIONS(466), - [anon_sym_unsigned] = ACTIONS(466), - [anon_sym_long] = ACTIONS(466), - [anon_sym_short] = ACTIONS(466), - [sym_primitive_type] = ACTIONS(466), - [anon_sym_enum] = ACTIONS(466), - [anon_sym_struct] = ACTIONS(466), - [anon_sym_union] = ACTIONS(466), - [sym_identifier] = ACTIONS(466), + [90] = { + [ts_builtin_sym_end] = ACTIONS(426), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(428), + [sym_preproc_directive] = ACTIONS(428), + [anon_sym_typedef] = ACTIONS(428), + [anon_sym_extern] = ACTIONS(428), + [anon_sym_RBRACE] = ACTIONS(426), + [anon_sym_static] = ACTIONS(428), + [anon_sym_auto] = ACTIONS(428), + [anon_sym_register] = ACTIONS(428), + [anon_sym_inline] = ACTIONS(428), + [anon_sym_const] = ACTIONS(428), + [anon_sym_restrict] = ACTIONS(428), + [anon_sym_volatile] = ACTIONS(428), + [anon_sym__Atomic] = ACTIONS(428), + [anon_sym_unsigned] = ACTIONS(428), + [anon_sym_long] = ACTIONS(428), + [anon_sym_short] = ACTIONS(428), + [sym_primitive_type] = ACTIONS(428), + [anon_sym_enum] = ACTIONS(428), + [anon_sym_struct] = ACTIONS(428), + [anon_sym_union] = ACTIONS(428), + [sym_identifier] = ACTIONS(428), [sym_comment] = ACTIONS(39), }, - [109] = { - [sym__declarator] = STATE(50), - [sym_pointer_declarator] = STATE(50), - [sym_function_declarator] = STATE(50), - [sym_array_declarator] = STATE(50), - [sym_init_declarator] = STATE(51), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(102), + [91] = { + [sym__declarator] = STATE(45), + [sym_pointer_declarator] = STATE(45), + [sym_function_declarator] = STATE(45), + [sym_array_declarator] = STATE(45), + [sym_init_declarator] = STATE(46), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(96), [sym_comment] = ACTIONS(39), }, - [110] = { - [sym_storage_class_specifier] = STATE(204), - [sym_type_qualifier] = STATE(204), - [aux_sym__declaration_specifiers_repeat1] = STATE(204), - [anon_sym_LPAREN] = ACTIONS(104), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(104), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(110), + [92] = { + [sym_storage_class_specifier] = STATE(177), + [sym_type_qualifier] = STATE(177), + [aux_sym__declaration_specifiers_repeat1] = STATE(177), + [anon_sym_LPAREN] = ACTIONS(98), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(98), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(100), [sym_comment] = ACTIONS(39), }, - [111] = { - [sym_storage_class_specifier] = STATE(57), - [sym_type_qualifier] = STATE(57), - [sym__type_specifier] = STATE(205), - [sym_sized_type_specifier] = STATE(205), - [sym_enum_specifier] = STATE(205), - [sym_struct_specifier] = STATE(205), - [sym_union_specifier] = STATE(205), - [sym_macro_type_specifier] = STATE(205), - [aux_sym__declaration_specifiers_repeat1] = STATE(57), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), + [93] = { + [sym_storage_class_specifier] = STATE(50), + [sym_type_qualifier] = STATE(50), + [sym__type_specifier] = STATE(178), + [sym_sized_type_specifier] = STATE(178), + [sym_enum_specifier] = STATE(178), + [sym_struct_specifier] = STATE(178), + [sym_union_specifier] = STATE(178), + [sym_macro_type_specifier] = STATE(178), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -8080,232 +7820,277 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(468), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(430), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [112] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(206), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_extern] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_static] = ACTIONS(118), - [anon_sym_auto] = ACTIONS(118), - [anon_sym_register] = ACTIONS(118), - [anon_sym_inline] = ACTIONS(118), - [anon_sym_const] = ACTIONS(118), - [anon_sym_restrict] = ACTIONS(118), - [anon_sym_volatile] = ACTIONS(118), - [anon_sym__Atomic] = ACTIONS(118), - [anon_sym_unsigned] = ACTIONS(470), - [anon_sym_long] = ACTIONS(470), - [anon_sym_short] = ACTIONS(470), - [sym_primitive_type] = ACTIONS(122), - [sym_identifier] = ACTIONS(124), + [94] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(179), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_extern] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_static] = ACTIONS(108), + [anon_sym_auto] = ACTIONS(108), + [anon_sym_register] = ACTIONS(108), + [anon_sym_inline] = ACTIONS(108), + [anon_sym_const] = ACTIONS(108), + [anon_sym_restrict] = ACTIONS(108), + [anon_sym_volatile] = ACTIONS(108), + [anon_sym__Atomic] = ACTIONS(108), + [anon_sym_unsigned] = ACTIONS(432), + [anon_sym_long] = ACTIONS(432), + [anon_sym_short] = ACTIONS(432), + [sym_primitive_type] = ACTIONS(112), + [sym_identifier] = ACTIONS(114), [sym_comment] = ACTIONS(39), }, - [113] = { - [anon_sym_RBRACE] = ACTIONS(472), + [95] = { + [anon_sym_RBRACE] = ACTIONS(434), [sym_comment] = ACTIONS(39), }, - [114] = { - [anon_sym_LPAREN] = ACTIONS(474), - [anon_sym_COMMA] = ACTIONS(474), - [anon_sym_RPAREN] = ACTIONS(474), - [anon_sym_SEMI] = ACTIONS(474), - [anon_sym_extern] = ACTIONS(476), - [anon_sym_STAR] = ACTIONS(474), - [anon_sym_LBRACK] = ACTIONS(474), - [anon_sym_static] = ACTIONS(476), - [anon_sym_auto] = ACTIONS(476), - [anon_sym_register] = ACTIONS(476), - [anon_sym_inline] = ACTIONS(476), - [anon_sym_const] = ACTIONS(476), - [anon_sym_restrict] = ACTIONS(476), - [anon_sym_volatile] = ACTIONS(476), - [anon_sym__Atomic] = ACTIONS(476), - [anon_sym_COLON] = ACTIONS(474), - [sym_identifier] = ACTIONS(476), + [96] = { + [anon_sym_LPAREN] = ACTIONS(436), + [anon_sym_COMMA] = ACTIONS(436), + [anon_sym_RPAREN] = ACTIONS(436), + [anon_sym_SEMI] = ACTIONS(436), + [anon_sym_extern] = ACTIONS(438), + [anon_sym_STAR] = ACTIONS(436), + [anon_sym_LBRACK] = ACTIONS(436), + [anon_sym_RBRACK] = ACTIONS(436), + [anon_sym_static] = ACTIONS(438), + [anon_sym_auto] = ACTIONS(438), + [anon_sym_register] = ACTIONS(438), + [anon_sym_inline] = ACTIONS(438), + [anon_sym_const] = ACTIONS(438), + [anon_sym_restrict] = ACTIONS(438), + [anon_sym_volatile] = ACTIONS(438), + [anon_sym__Atomic] = ACTIONS(438), + [anon_sym_COLON] = ACTIONS(436), + [anon_sym_AMP] = ACTIONS(436), + [anon_sym_BANG] = ACTIONS(436), + [anon_sym_TILDE] = ACTIONS(436), + [anon_sym_PLUS] = ACTIONS(438), + [anon_sym_DASH] = ACTIONS(438), + [anon_sym_DASH_DASH] = ACTIONS(436), + [anon_sym_PLUS_PLUS] = ACTIONS(436), + [anon_sym_sizeof] = ACTIONS(438), + [sym_number_literal] = ACTIONS(436), + [sym_char_literal] = ACTIONS(436), + [sym_string_literal] = ACTIONS(436), + [sym_true] = ACTIONS(438), + [sym_false] = ACTIONS(438), + [sym_null] = ACTIONS(438), + [sym_identifier] = ACTIONS(438), [sym_comment] = ACTIONS(39), }, - [115] = { - [anon_sym_COMMA] = ACTIONS(478), - [anon_sym_RBRACE] = ACTIONS(478), - [anon_sym_EQ] = ACTIONS(480), + [97] = { + [anon_sym_COMMA] = ACTIONS(440), + [anon_sym_RBRACE] = ACTIONS(440), + [anon_sym_EQ] = ACTIONS(442), [sym_comment] = ACTIONS(39), }, - [116] = { - [aux_sym_enumerator_list_repeat1] = STATE(210), - [anon_sym_COMMA] = ACTIONS(482), - [anon_sym_RBRACE] = ACTIONS(472), + [98] = { + [aux_sym_enumerator_list_repeat1] = STATE(183), + [anon_sym_COMMA] = ACTIONS(444), + [anon_sym_RBRACE] = ACTIONS(434), [sym_comment] = ACTIONS(39), }, - [117] = { - [anon_sym_LPAREN] = ACTIONS(484), - [anon_sym_COMMA] = ACTIONS(484), - [anon_sym_RPAREN] = ACTIONS(484), - [anon_sym_SEMI] = ACTIONS(484), - [anon_sym_extern] = ACTIONS(486), - [anon_sym_STAR] = ACTIONS(484), - [anon_sym_LBRACK] = ACTIONS(484), - [anon_sym_static] = ACTIONS(486), - [anon_sym_auto] = ACTIONS(486), - [anon_sym_register] = ACTIONS(486), - [anon_sym_inline] = ACTIONS(486), - [anon_sym_const] = ACTIONS(486), - [anon_sym_restrict] = ACTIONS(486), - [anon_sym_volatile] = ACTIONS(486), - [anon_sym__Atomic] = ACTIONS(486), - [anon_sym_COLON] = ACTIONS(484), - [sym_identifier] = ACTIONS(486), + [99] = { + [anon_sym_LPAREN] = ACTIONS(446), + [anon_sym_COMMA] = ACTIONS(446), + [anon_sym_RPAREN] = ACTIONS(446), + [anon_sym_SEMI] = ACTIONS(446), + [anon_sym_extern] = ACTIONS(448), + [anon_sym_STAR] = ACTIONS(446), + [anon_sym_LBRACK] = ACTIONS(446), + [anon_sym_RBRACK] = ACTIONS(446), + [anon_sym_static] = ACTIONS(448), + [anon_sym_auto] = ACTIONS(448), + [anon_sym_register] = ACTIONS(448), + [anon_sym_inline] = ACTIONS(448), + [anon_sym_const] = ACTIONS(448), + [anon_sym_restrict] = ACTIONS(448), + [anon_sym_volatile] = ACTIONS(448), + [anon_sym__Atomic] = ACTIONS(448), + [anon_sym_COLON] = ACTIONS(446), + [anon_sym_AMP] = ACTIONS(446), + [anon_sym_BANG] = ACTIONS(446), + [anon_sym_TILDE] = ACTIONS(446), + [anon_sym_PLUS] = ACTIONS(448), + [anon_sym_DASH] = ACTIONS(448), + [anon_sym_DASH_DASH] = ACTIONS(446), + [anon_sym_PLUS_PLUS] = ACTIONS(446), + [anon_sym_sizeof] = ACTIONS(448), + [sym_number_literal] = ACTIONS(446), + [sym_char_literal] = ACTIONS(446), + [sym_string_literal] = ACTIONS(446), + [sym_true] = ACTIONS(448), + [sym_false] = ACTIONS(448), + [sym_null] = ACTIONS(448), + [sym_identifier] = ACTIONS(448), [sym_comment] = ACTIONS(39), }, - [118] = { - [sym_preproc_arg] = ACTIONS(488), + [100] = { + [sym_preproc_arg] = ACTIONS(450), [sym_comment] = ACTIONS(47), }, - [119] = { - [sym_identifier] = ACTIONS(490), + [101] = { + [sym_identifier] = ACTIONS(452), [sym_comment] = ACTIONS(39), }, - [120] = { - [sym_identifier] = ACTIONS(492), + [102] = { + [sym_identifier] = ACTIONS(454), [sym_comment] = ACTIONS(39), }, - [121] = { - [anon_sym_LPAREN] = ACTIONS(494), - [anon_sym_COMMA] = ACTIONS(494), - [anon_sym_RPAREN] = ACTIONS(494), - [anon_sym_SEMI] = ACTIONS(494), - [anon_sym_extern] = ACTIONS(496), - [anon_sym_STAR] = ACTIONS(494), - [anon_sym_LBRACK] = ACTIONS(494), - [anon_sym_static] = ACTIONS(496), - [anon_sym_auto] = ACTIONS(496), - [anon_sym_register] = ACTIONS(496), - [anon_sym_inline] = ACTIONS(496), - [anon_sym_const] = ACTIONS(496), - [anon_sym_restrict] = ACTIONS(496), - [anon_sym_volatile] = ACTIONS(496), - [anon_sym__Atomic] = ACTIONS(496), - [anon_sym_COLON] = ACTIONS(494), - [sym_identifier] = ACTIONS(496), + [103] = { + [anon_sym_LPAREN] = ACTIONS(456), + [anon_sym_COMMA] = ACTIONS(456), + [anon_sym_RPAREN] = ACTIONS(456), + [anon_sym_SEMI] = ACTIONS(456), + [anon_sym_extern] = ACTIONS(458), + [anon_sym_STAR] = ACTIONS(456), + [anon_sym_LBRACK] = ACTIONS(456), + [anon_sym_RBRACK] = ACTIONS(456), + [anon_sym_static] = ACTIONS(458), + [anon_sym_auto] = ACTIONS(458), + [anon_sym_register] = ACTIONS(458), + [anon_sym_inline] = ACTIONS(458), + [anon_sym_const] = ACTIONS(458), + [anon_sym_restrict] = ACTIONS(458), + [anon_sym_volatile] = ACTIONS(458), + [anon_sym__Atomic] = ACTIONS(458), + [anon_sym_COLON] = ACTIONS(456), + [anon_sym_AMP] = ACTIONS(456), + [anon_sym_BANG] = ACTIONS(456), + [anon_sym_TILDE] = ACTIONS(456), + [anon_sym_PLUS] = ACTIONS(458), + [anon_sym_DASH] = ACTIONS(458), + [anon_sym_DASH_DASH] = ACTIONS(456), + [anon_sym_PLUS_PLUS] = ACTIONS(456), + [anon_sym_sizeof] = ACTIONS(458), + [sym_number_literal] = ACTIONS(456), + [sym_char_literal] = ACTIONS(456), + [sym_string_literal] = ACTIONS(456), + [sym_true] = ACTIONS(458), + [sym_false] = ACTIONS(458), + [sym_null] = ACTIONS(458), + [sym_identifier] = ACTIONS(458), [sym_comment] = ACTIONS(39), }, - [122] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(498), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(500), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(500), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(500), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(500), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(500), - [anon_sym_extern] = ACTIONS(498), - [anon_sym_RBRACE] = ACTIONS(500), - [anon_sym_static] = ACTIONS(498), - [anon_sym_auto] = ACTIONS(498), - [anon_sym_register] = ACTIONS(498), - [anon_sym_inline] = ACTIONS(498), - [anon_sym_const] = ACTIONS(498), - [anon_sym_restrict] = ACTIONS(498), - [anon_sym_volatile] = ACTIONS(498), - [anon_sym__Atomic] = ACTIONS(498), - [anon_sym_unsigned] = ACTIONS(498), - [anon_sym_long] = ACTIONS(498), - [anon_sym_short] = ACTIONS(498), - [sym_primitive_type] = ACTIONS(498), - [anon_sym_enum] = ACTIONS(498), - [anon_sym_struct] = ACTIONS(498), - [anon_sym_union] = ACTIONS(498), - [sym_identifier] = ACTIONS(498), + [104] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(460), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(462), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(462), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(462), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(462), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(462), + [anon_sym_extern] = ACTIONS(460), + [anon_sym_RBRACE] = ACTIONS(462), + [anon_sym_static] = ACTIONS(460), + [anon_sym_auto] = ACTIONS(460), + [anon_sym_register] = ACTIONS(460), + [anon_sym_inline] = ACTIONS(460), + [anon_sym_const] = ACTIONS(460), + [anon_sym_restrict] = ACTIONS(460), + [anon_sym_volatile] = ACTIONS(460), + [anon_sym__Atomic] = ACTIONS(460), + [anon_sym_unsigned] = ACTIONS(460), + [anon_sym_long] = ACTIONS(460), + [anon_sym_short] = ACTIONS(460), + [sym_primitive_type] = ACTIONS(460), + [anon_sym_enum] = ACTIONS(460), + [anon_sym_struct] = ACTIONS(460), + [anon_sym_union] = ACTIONS(460), + [sym_identifier] = ACTIONS(460), [sym_comment] = ACTIONS(39), }, - [123] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(502), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(504), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(504), - [anon_sym_extern] = ACTIONS(502), - [anon_sym_RBRACE] = ACTIONS(504), - [anon_sym_static] = ACTIONS(502), - [anon_sym_auto] = ACTIONS(502), - [anon_sym_register] = ACTIONS(502), - [anon_sym_inline] = ACTIONS(502), - [anon_sym_const] = ACTIONS(502), - [anon_sym_restrict] = ACTIONS(502), - [anon_sym_volatile] = ACTIONS(502), - [anon_sym__Atomic] = ACTIONS(502), - [anon_sym_unsigned] = ACTIONS(502), - [anon_sym_long] = ACTIONS(502), - [anon_sym_short] = ACTIONS(502), - [sym_primitive_type] = ACTIONS(502), - [anon_sym_enum] = ACTIONS(502), - [anon_sym_struct] = ACTIONS(502), - [anon_sym_union] = ACTIONS(502), - [sym_identifier] = ACTIONS(502), + [105] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(464), + [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), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(466), + [anon_sym_extern] = ACTIONS(464), + [anon_sym_RBRACE] = ACTIONS(466), + [anon_sym_static] = ACTIONS(464), + [anon_sym_auto] = ACTIONS(464), + [anon_sym_register] = ACTIONS(464), + [anon_sym_inline] = ACTIONS(464), + [anon_sym_const] = ACTIONS(464), + [anon_sym_restrict] = ACTIONS(464), + [anon_sym_volatile] = ACTIONS(464), + [anon_sym__Atomic] = ACTIONS(464), + [anon_sym_unsigned] = ACTIONS(464), + [anon_sym_long] = ACTIONS(464), + [anon_sym_short] = ACTIONS(464), + [sym_primitive_type] = ACTIONS(464), + [anon_sym_enum] = ACTIONS(464), + [anon_sym_struct] = ACTIONS(464), + [anon_sym_union] = ACTIONS(464), + [sym_identifier] = ACTIONS(464), [sym_comment] = ACTIONS(39), }, - [124] = { - [sym__field_declarator] = STATE(219), - [sym_pointer_field_declarator] = STATE(220), - [sym_function_field_declarator] = STATE(221), - [sym_array_field_declarator] = STATE(222), - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_SEMI] = ACTIONS(508), - [anon_sym_STAR] = ACTIONS(510), - [anon_sym_COLON] = ACTIONS(512), - [sym_identifier] = ACTIONS(514), + [106] = { + [sym__field_declarator] = STATE(192), + [sym_pointer_field_declarator] = STATE(193), + [sym_function_field_declarator] = STATE(194), + [sym_array_field_declarator] = STATE(195), + [anon_sym_LPAREN] = ACTIONS(468), + [anon_sym_SEMI] = ACTIONS(470), + [anon_sym_STAR] = ACTIONS(472), + [anon_sym_COLON] = ACTIONS(474), + [sym_identifier] = ACTIONS(476), [sym_comment] = ACTIONS(39), }, - [125] = { - [sym_storage_class_specifier] = STATE(223), - [sym_type_qualifier] = STATE(223), - [aux_sym__declaration_specifiers_repeat1] = STATE(223), - [anon_sym_LPAREN] = ACTIONS(104), - [anon_sym_SEMI] = ACTIONS(104), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(104), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [anon_sym_COLON] = ACTIONS(104), - [sym_identifier] = ACTIONS(110), + [107] = { + [sym_storage_class_specifier] = STATE(196), + [sym_type_qualifier] = STATE(196), + [aux_sym__declaration_specifiers_repeat1] = STATE(196), + [anon_sym_LPAREN] = ACTIONS(98), + [anon_sym_SEMI] = ACTIONS(98), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(98), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_COLON] = ACTIONS(98), + [sym_identifier] = ACTIONS(100), [sym_comment] = ACTIONS(39), }, - [126] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(225), - [sym_field_declaration] = STATE(225), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(225), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), + [108] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(198), + [sym_field_declaration] = STATE(198), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(198), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), [anon_sym_extern] = ACTIONS(23), - [anon_sym_RBRACE] = ACTIONS(516), + [anon_sym_RBRACE] = ACTIONS(478), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -8314,27 +8099,27 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [127] = { - [sym_storage_class_specifier] = STATE(57), - [sym_type_qualifier] = STATE(57), - [sym__type_specifier] = STATE(226), - [sym_sized_type_specifier] = STATE(226), - [sym_enum_specifier] = STATE(226), - [sym_struct_specifier] = STATE(226), - [sym_union_specifier] = STATE(226), - [sym_macro_type_specifier] = STATE(226), - [aux_sym__declaration_specifiers_repeat1] = STATE(57), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), + [109] = { + [sym_storage_class_specifier] = STATE(50), + [sym_type_qualifier] = STATE(50), + [sym__type_specifier] = STATE(199), + [sym_sized_type_specifier] = STATE(199), + [sym_enum_specifier] = STATE(199), + [sym_struct_specifier] = STATE(199), + [sym_union_specifier] = STATE(199), + [sym_macro_type_specifier] = STATE(199), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -8344,174 +8129,204 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(518), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(480), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [128] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(227), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_SEMI] = ACTIONS(116), - [anon_sym_extern] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_static] = ACTIONS(118), - [anon_sym_auto] = ACTIONS(118), - [anon_sym_register] = ACTIONS(118), - [anon_sym_inline] = ACTIONS(118), - [anon_sym_const] = ACTIONS(118), - [anon_sym_restrict] = ACTIONS(118), - [anon_sym_volatile] = ACTIONS(118), - [anon_sym__Atomic] = ACTIONS(118), - [anon_sym_unsigned] = ACTIONS(520), - [anon_sym_long] = ACTIONS(520), - [anon_sym_short] = ACTIONS(520), - [sym_primitive_type] = ACTIONS(122), - [anon_sym_COLON] = ACTIONS(116), - [sym_identifier] = ACTIONS(124), + [110] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(200), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_SEMI] = ACTIONS(106), + [anon_sym_extern] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_static] = ACTIONS(108), + [anon_sym_auto] = ACTIONS(108), + [anon_sym_register] = ACTIONS(108), + [anon_sym_inline] = ACTIONS(108), + [anon_sym_const] = ACTIONS(108), + [anon_sym_restrict] = ACTIONS(108), + [anon_sym_volatile] = ACTIONS(108), + [anon_sym__Atomic] = ACTIONS(108), + [anon_sym_unsigned] = ACTIONS(482), + [anon_sym_long] = ACTIONS(482), + [anon_sym_short] = ACTIONS(482), + [sym_primitive_type] = ACTIONS(112), + [anon_sym_COLON] = ACTIONS(106), + [sym_identifier] = ACTIONS(114), [sym_comment] = ACTIONS(39), }, - [129] = { - [anon_sym_LPAREN] = ACTIONS(522), - [anon_sym_COMMA] = ACTIONS(522), - [anon_sym_RPAREN] = ACTIONS(522), - [anon_sym_SEMI] = ACTIONS(522), - [anon_sym_extern] = ACTIONS(524), - [anon_sym_STAR] = ACTIONS(522), - [anon_sym_LBRACK] = ACTIONS(522), - [anon_sym_static] = ACTIONS(524), - [anon_sym_auto] = ACTIONS(524), - [anon_sym_register] = ACTIONS(524), - [anon_sym_inline] = ACTIONS(524), - [anon_sym_const] = ACTIONS(524), - [anon_sym_restrict] = ACTIONS(524), - [anon_sym_volatile] = ACTIONS(524), - [anon_sym__Atomic] = ACTIONS(524), - [anon_sym_COLON] = ACTIONS(522), - [sym_identifier] = ACTIONS(524), + [111] = { + [anon_sym_LPAREN] = ACTIONS(484), + [anon_sym_COMMA] = ACTIONS(484), + [anon_sym_RPAREN] = ACTIONS(484), + [anon_sym_SEMI] = ACTIONS(484), + [anon_sym_extern] = ACTIONS(486), + [anon_sym_STAR] = ACTIONS(484), + [anon_sym_LBRACK] = ACTIONS(484), + [anon_sym_RBRACK] = ACTIONS(484), + [anon_sym_static] = ACTIONS(486), + [anon_sym_auto] = ACTIONS(486), + [anon_sym_register] = ACTIONS(486), + [anon_sym_inline] = ACTIONS(486), + [anon_sym_const] = ACTIONS(486), + [anon_sym_restrict] = ACTIONS(486), + [anon_sym_volatile] = ACTIONS(486), + [anon_sym__Atomic] = ACTIONS(486), + [anon_sym_COLON] = ACTIONS(484), + [anon_sym_AMP] = ACTIONS(484), + [anon_sym_BANG] = ACTIONS(484), + [anon_sym_TILDE] = ACTIONS(484), + [anon_sym_PLUS] = ACTIONS(486), + [anon_sym_DASH] = ACTIONS(486), + [anon_sym_DASH_DASH] = ACTIONS(484), + [anon_sym_PLUS_PLUS] = ACTIONS(484), + [anon_sym_sizeof] = ACTIONS(486), + [sym_number_literal] = ACTIONS(484), + [sym_char_literal] = ACTIONS(484), + [sym_string_literal] = ACTIONS(484), + [sym_true] = ACTIONS(486), + [sym_false] = ACTIONS(486), + [sym_null] = ACTIONS(486), + [sym_identifier] = ACTIONS(486), [sym_comment] = ACTIONS(39), }, - [130] = { - [anon_sym_LPAREN] = ACTIONS(526), - [anon_sym_COMMA] = ACTIONS(526), - [anon_sym_RPAREN] = ACTIONS(526), - [anon_sym_SEMI] = ACTIONS(526), - [anon_sym_extern] = ACTIONS(528), - [anon_sym_STAR] = ACTIONS(526), - [anon_sym_LBRACK] = ACTIONS(526), - [anon_sym_static] = ACTIONS(528), - [anon_sym_auto] = ACTIONS(528), - [anon_sym_register] = ACTIONS(528), - [anon_sym_inline] = ACTIONS(528), - [anon_sym_const] = ACTIONS(528), - [anon_sym_restrict] = ACTIONS(528), - [anon_sym_volatile] = ACTIONS(528), - [anon_sym__Atomic] = ACTIONS(528), - [anon_sym_COLON] = ACTIONS(526), - [sym_identifier] = ACTIONS(528), + [112] = { + [anon_sym_LPAREN] = ACTIONS(488), + [anon_sym_COMMA] = ACTIONS(488), + [anon_sym_RPAREN] = ACTIONS(488), + [anon_sym_SEMI] = ACTIONS(488), + [anon_sym_extern] = ACTIONS(490), + [anon_sym_STAR] = ACTIONS(488), + [anon_sym_LBRACK] = ACTIONS(488), + [anon_sym_RBRACK] = ACTIONS(488), + [anon_sym_static] = ACTIONS(490), + [anon_sym_auto] = ACTIONS(490), + [anon_sym_register] = ACTIONS(490), + [anon_sym_inline] = ACTIONS(490), + [anon_sym_const] = ACTIONS(490), + [anon_sym_restrict] = ACTIONS(490), + [anon_sym_volatile] = ACTIONS(490), + [anon_sym__Atomic] = ACTIONS(490), + [anon_sym_COLON] = ACTIONS(488), + [anon_sym_AMP] = ACTIONS(488), + [anon_sym_BANG] = ACTIONS(488), + [anon_sym_TILDE] = ACTIONS(488), + [anon_sym_PLUS] = ACTIONS(490), + [anon_sym_DASH] = ACTIONS(490), + [anon_sym_DASH_DASH] = ACTIONS(488), + [anon_sym_PLUS_PLUS] = ACTIONS(488), + [anon_sym_sizeof] = ACTIONS(490), + [sym_number_literal] = ACTIONS(488), + [sym_char_literal] = ACTIONS(488), + [sym_string_literal] = ACTIONS(488), + [sym_true] = ACTIONS(490), + [sym_false] = ACTIONS(490), + [sym_null] = ACTIONS(490), + [sym_identifier] = ACTIONS(490), [sym_comment] = ACTIONS(39), }, - [131] = { - [sym__abstract_declarator] = STATE(231), - [sym_abstract_pointer_declarator] = STATE(231), - [sym_abstract_function_declarator] = STATE(231), - [sym_abstract_array_declarator] = STATE(231), - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(530), - [anon_sym_RPAREN] = ACTIONS(532), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_LBRACK] = ACTIONS(536), + [113] = { + [sym__abstract_declarator] = STATE(204), + [sym_abstract_pointer_declarator] = STATE(204), + [sym_abstract_function_declarator] = STATE(204), + [sym_abstract_array_declarator] = STATE(204), + [sym_parameter_list] = STATE(205), + [anon_sym_LPAREN] = ACTIONS(492), + [anon_sym_RPAREN] = ACTIONS(494), + [anon_sym_STAR] = ACTIONS(496), + [anon_sym_LBRACK] = ACTIONS(498), [sym_comment] = ACTIONS(39), }, - [132] = { - [anon_sym_RPAREN] = ACTIONS(538), + [114] = { + [anon_sym_RPAREN] = ACTIONS(500), [sym_comment] = ACTIONS(39), }, - [133] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(234), - [sym_sized_type_specifier] = STATE(234), - [sym_enum_specifier] = STATE(234), - [sym_struct_specifier] = STATE(234), - [sym_union_specifier] = STATE(234), - [sym_macro_type_specifier] = STATE(234), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(540), + [115] = { + [sym_type_qualifier] = STATE(87), + [sym__type_specifier] = STATE(207), + [sym_sized_type_specifier] = STATE(207), + [sym_enum_specifier] = STATE(207), + [sym_struct_specifier] = STATE(207), + [sym_union_specifier] = STATE(207), + [sym_macro_type_specifier] = STATE(207), + [aux_sym_type_definition_repeat1] = STATE(87), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(502), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [134] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(235), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_RPAREN] = ACTIONS(116), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(116), - [anon_sym_unsigned] = ACTIONS(542), - [anon_sym_long] = ACTIONS(542), - [anon_sym_short] = ACTIONS(542), - [sym_primitive_type] = ACTIONS(122), - [sym_identifier] = ACTIONS(544), + [116] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(208), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_RPAREN] = ACTIONS(106), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_LBRACK] = ACTIONS(106), + [anon_sym_unsigned] = ACTIONS(504), + [anon_sym_long] = ACTIONS(504), + [anon_sym_short] = ACTIONS(504), + [sym_primitive_type] = ACTIONS(112), + [sym_identifier] = ACTIONS(506), [sym_comment] = ACTIONS(39), }, - [135] = { - [sym__declarator] = STATE(137), - [sym_pointer_declarator] = STATE(137), - [sym_function_declarator] = STATE(137), - [sym_array_declarator] = STATE(137), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(249), - [sym_identifier] = ACTIONS(257), + [117] = { + [sym__declarator] = STATE(119), + [sym_pointer_declarator] = STATE(119), + [sym_function_declarator] = STATE(119), + [sym_array_declarator] = STATE(119), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(221), + [sym_identifier] = ACTIONS(229), [sym_comment] = ACTIONS(39), }, - [136] = { - [sym_parameter_list] = STATE(145), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(546), - [anon_sym_LBRACK] = ACTIONS(267), + [118] = { + [sym_parameter_list] = STATE(127), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(508), + [anon_sym_LBRACK] = ACTIONS(239), [sym_comment] = ACTIONS(39), }, - [137] = { - [sym_parameter_list] = STATE(145), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(548), - [anon_sym_RPAREN] = ACTIONS(548), - [anon_sym_SEMI] = ACTIONS(548), - [anon_sym_LBRACE] = ACTIONS(548), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(548), + [119] = { + [sym_parameter_list] = STATE(127), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(510), + [anon_sym_RPAREN] = ACTIONS(510), + [anon_sym_SEMI] = ACTIONS(510), + [anon_sym_LBRACE] = ACTIONS(510), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(510), [sym_comment] = ACTIONS(39), }, - [138] = { - [sym__declaration_specifiers] = STATE(239), - [sym_storage_class_specifier] = STATE(241), - [sym_type_qualifier] = STATE(241), - [sym__type_specifier] = STATE(240), - [sym_sized_type_specifier] = STATE(240), - [sym_enum_specifier] = STATE(240), - [sym_struct_specifier] = STATE(240), - [sym_union_specifier] = STATE(240), - [sym_parameter_declaration] = STATE(237), - [sym_macro_type_specifier] = STATE(240), - [aux_sym__declaration_specifiers_repeat1] = STATE(241), - [aux_sym_sized_type_specifier_repeat1] = STATE(242), - [anon_sym_DOT_DOT_DOT] = ACTIONS(550), - [anon_sym_RPAREN] = ACTIONS(552), + [120] = { + [sym__declaration_specifiers] = STATE(212), + [sym_storage_class_specifier] = STATE(214), + [sym_type_qualifier] = STATE(214), + [sym__type_specifier] = STATE(213), + [sym_sized_type_specifier] = STATE(213), + [sym_enum_specifier] = STATE(213), + [sym_struct_specifier] = STATE(213), + [sym_union_specifier] = STATE(213), + [sym_parameter_declaration] = STATE(210), + [sym_macro_type_specifier] = STATE(213), + [aux_sym__declaration_specifiers_repeat1] = STATE(214), + [aux_sym_sized_type_specifier_repeat1] = STATE(215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(512), + [anon_sym_RPAREN] = ACTIONS(514), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -8521,67 +8336,97 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(554), - [anon_sym_long] = ACTIONS(554), - [anon_sym_short] = ACTIONS(554), - [sym_primitive_type] = ACTIONS(556), + [anon_sym_unsigned] = ACTIONS(516), + [anon_sym_long] = ACTIONS(516), + [anon_sym_short] = ACTIONS(516), + [sym_primitive_type] = ACTIONS(518), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [139] = { - [sym__declarator] = STATE(244), - [sym_pointer_declarator] = STATE(244), - [sym_function_declarator] = STATE(244), - [sym_array_declarator] = STATE(244), - [sym_init_declarator] = STATE(245), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(560), + [121] = { + [sym__declarator] = STATE(217), + [sym_pointer_declarator] = STATE(217), + [sym_function_declarator] = STATE(217), + [sym_array_declarator] = STATE(217), + [sym_init_declarator] = STATE(218), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(522), [sym_comment] = ACTIONS(39), }, - [140] = { - [ts_builtin_sym_end] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_RBRACE] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [122] = { + [ts_builtin_sym_end] = ACTIONS(524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(526), + [anon_sym_LPAREN] = ACTIONS(524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(526), + [sym_preproc_directive] = ACTIONS(526), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_typedef] = ACTIONS(526), + [anon_sym_extern] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(524), + [anon_sym_RBRACE] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_static] = ACTIONS(526), + [anon_sym_auto] = ACTIONS(526), + [anon_sym_register] = ACTIONS(526), + [anon_sym_inline] = ACTIONS(526), + [anon_sym_const] = ACTIONS(526), + [anon_sym_restrict] = ACTIONS(526), + [anon_sym_volatile] = ACTIONS(526), + [anon_sym__Atomic] = ACTIONS(526), + [anon_sym_unsigned] = ACTIONS(526), + [anon_sym_long] = ACTIONS(526), + [anon_sym_short] = ACTIONS(526), + [sym_primitive_type] = ACTIONS(526), + [anon_sym_enum] = ACTIONS(526), + [anon_sym_struct] = ACTIONS(526), + [anon_sym_union] = ACTIONS(526), + [anon_sym_if] = ACTIONS(526), + [anon_sym_else] = ACTIONS(526), + [anon_sym_switch] = ACTIONS(526), + [anon_sym_case] = ACTIONS(526), + [anon_sym_default] = ACTIONS(526), + [anon_sym_while] = ACTIONS(526), + [anon_sym_do] = ACTIONS(526), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(526), + [anon_sym_break] = ACTIONS(526), + [anon_sym_continue] = ACTIONS(526), + [anon_sym_goto] = ACTIONS(526), + [anon_sym_AMP] = ACTIONS(524), + [anon_sym_BANG] = ACTIONS(524), + [anon_sym_TILDE] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(526), + [anon_sym_DASH] = ACTIONS(526), + [anon_sym_DASH_DASH] = ACTIONS(524), + [anon_sym_PLUS_PLUS] = ACTIONS(524), + [anon_sym_sizeof] = ACTIONS(526), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(524), + [sym_true] = ACTIONS(526), + [sym_false] = ACTIONS(526), + [sym_null] = ACTIONS(526), + [sym_identifier] = ACTIONS(526), [sym_comment] = ACTIONS(39), }, - [141] = { - [sym_preproc_include] = STATE(280), - [sym_preproc_def] = STATE(280), - [sym_preproc_function_def] = STATE(280), - [sym_preproc_call] = STATE(280), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(280), - [sym_type_definition] = STATE(280), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(280), + [123] = { + [sym_preproc_include] = STATE(248), + [sym_preproc_def] = STATE(248), + [sym_preproc_function_def] = STATE(248), + [sym_preproc_call] = STATE(248), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(248), + [sym_type_definition] = STATE(248), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(248), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -8589,55 +8434,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(280), - [sym_expression_statement] = STATE(280), - [sym_if_statement] = STATE(280), - [sym_switch_statement] = STATE(280), - [sym_case_statement] = STATE(280), - [sym_while_statement] = STATE(280), - [sym_do_statement] = STATE(280), - [sym_for_statement] = STATE(280), - [sym_return_statement] = STATE(280), - [sym_break_statement] = STATE(280), - [sym_continue_statement] = STATE(280), - [sym_goto_statement] = STATE(280), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(280), + [sym_labeled_statement] = STATE(248), + [sym_expression_statement] = STATE(248), + [sym_if_statement] = STATE(248), + [sym_switch_statement] = STATE(248), + [sym_case_statement] = STATE(248), + [sym_while_statement] = STATE(248), + [sym_do_statement] = STATE(248), + [sym_for_statement] = STATE(248), + [sym_return_statement] = STATE(248), + [sym_break_statement] = STATE(248), + [sym_continue_statement] = STATE(248), + [sym_goto_statement] = STATE(248), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(248), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(280), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(248), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(530), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(532), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(534), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(586), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_RBRACE] = ACTIONS(538), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -8653,68 +8498,68 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), [sym_comment] = ACTIONS(39), }, - [142] = { - [sym__declaration_specifiers] = STATE(293), - [sym_storage_class_specifier] = STATE(296), - [sym_type_qualifier] = STATE(296), - [sym__type_specifier] = STATE(294), - [sym_sized_type_specifier] = STATE(294), - [sym_enum_specifier] = STATE(294), - [sym_struct_specifier] = STATE(294), - [sym_union_specifier] = STATE(294), - [sym__expression] = STATE(295), - [sym_conditional_expression] = STATE(295), - [sym_assignment_expression] = STATE(295), - [sym_pointer_expression] = STATE(295), - [sym_logical_expression] = STATE(295), - [sym_bitwise_expression] = STATE(295), - [sym_equality_expression] = STATE(295), - [sym_relational_expression] = STATE(295), - [sym_shift_expression] = STATE(295), - [sym_math_expression] = STATE(295), - [sym_cast_expression] = STATE(295), - [sym_sizeof_expression] = STATE(295), - [sym_subscript_expression] = STATE(295), - [sym_call_expression] = STATE(295), - [sym_field_expression] = STATE(295), - [sym_compound_literal_expression] = STATE(295), - [sym_parenthesized_expression] = STATE(295), - [sym_concatenated_string] = STATE(295), - [sym_macro_type_specifier] = STATE(294), - [aux_sym__declaration_specifiers_repeat1] = STATE(296), - [aux_sym_sized_type_specifier_repeat1] = STATE(297), - [anon_sym_LPAREN] = ACTIONS(630), + [124] = { + [sym__declaration_specifiers] = STATE(258), + [sym_storage_class_specifier] = STATE(261), + [sym_type_qualifier] = STATE(261), + [sym__type_specifier] = STATE(259), + [sym_sized_type_specifier] = STATE(259), + [sym_enum_specifier] = STATE(259), + [sym_struct_specifier] = STATE(259), + [sym_union_specifier] = STATE(259), + [sym__expression] = STATE(260), + [sym_conditional_expression] = STATE(260), + [sym_assignment_expression] = STATE(260), + [sym_pointer_expression] = STATE(260), + [sym_logical_expression] = STATE(260), + [sym_bitwise_expression] = STATE(260), + [sym_equality_expression] = STATE(260), + [sym_relational_expression] = STATE(260), + [sym_shift_expression] = STATE(260), + [sym_math_expression] = STATE(260), + [sym_cast_expression] = STATE(260), + [sym_sizeof_expression] = STATE(260), + [sym_subscript_expression] = STATE(260), + [sym_call_expression] = STATE(260), + [sym_field_expression] = STATE(260), + [sym_compound_literal_expression] = STATE(260), + [sym_parenthesized_expression] = STATE(260), + [sym_concatenated_string] = STATE(260), + [sym_macro_type_specifier] = STATE(259), + [aux_sym__declaration_specifiers_repeat1] = STATE(261), + [aux_sym_sized_type_specifier_repeat1] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(582), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(634), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(586), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -8723,252 +8568,310 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(636), - [anon_sym_long] = ACTIONS(636), - [anon_sym_short] = ACTIONS(636), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(640), - [anon_sym_struct] = ACTIONS(642), - [anon_sym_union] = ACTIONS(644), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(656), - [sym_char_literal] = ACTIONS(656), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(660), - [sym_false] = ACTIONS(660), - [sym_null] = ACTIONS(660), - [sym_identifier] = ACTIONS(662), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [sym_primitive_type] = ACTIONS(590), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(602), + [sym_char_literal] = ACTIONS(602), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(606), + [sym_false] = ACTIONS(606), + [sym_null] = ACTIONS(606), + [sym_identifier] = ACTIONS(608), [sym_comment] = ACTIONS(39), }, - [143] = { - [sym__expression] = STATE(299), - [sym_conditional_expression] = STATE(299), - [sym_assignment_expression] = STATE(299), - [sym_pointer_expression] = STATE(299), - [sym_logical_expression] = STATE(299), - [sym_bitwise_expression] = STATE(299), - [sym_equality_expression] = STATE(299), - [sym_relational_expression] = STATE(299), - [sym_shift_expression] = STATE(299), - [sym_math_expression] = STATE(299), - [sym_cast_expression] = STATE(299), - [sym_sizeof_expression] = STATE(299), - [sym_subscript_expression] = STATE(299), - [sym_call_expression] = STATE(299), - [sym_field_expression] = STATE(299), - [sym_compound_literal_expression] = STATE(299), - [sym_parenthesized_expression] = STATE(299), - [sym_initializer_list] = STATE(300), - [sym_concatenated_string] = STATE(299), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(666), - [sym_char_literal] = ACTIONS(666), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(668), - [sym_false] = ACTIONS(668), - [sym_null] = ACTIONS(668), - [sym_identifier] = ACTIONS(668), + [125] = { + [sym__expression] = STATE(264), + [sym_conditional_expression] = STATE(264), + [sym_assignment_expression] = STATE(264), + [sym_pointer_expression] = STATE(264), + [sym_logical_expression] = STATE(264), + [sym_bitwise_expression] = STATE(264), + [sym_equality_expression] = STATE(264), + [sym_relational_expression] = STATE(264), + [sym_shift_expression] = STATE(264), + [sym_math_expression] = STATE(264), + [sym_cast_expression] = STATE(264), + [sym_sizeof_expression] = STATE(264), + [sym_subscript_expression] = STATE(264), + [sym_call_expression] = STATE(264), + [sym_field_expression] = STATE(264), + [sym_compound_literal_expression] = STATE(264), + [sym_parenthesized_expression] = STATE(264), + [sym_initializer_list] = STATE(265), + [sym_concatenated_string] = STATE(264), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(612), + [sym_char_literal] = ACTIONS(612), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(614), + [sym_false] = ACTIONS(614), + [sym_null] = ACTIONS(614), + [sym_identifier] = ACTIONS(614), [sym_comment] = ACTIONS(39), }, - [144] = { - [ts_builtin_sym_end] = ACTIONS(670), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), - [sym_preproc_directive] = ACTIONS(672), - [anon_sym_typedef] = ACTIONS(672), - [anon_sym_extern] = ACTIONS(672), - [anon_sym_RBRACE] = ACTIONS(670), - [anon_sym_static] = ACTIONS(672), - [anon_sym_auto] = ACTIONS(672), - [anon_sym_register] = ACTIONS(672), - [anon_sym_inline] = ACTIONS(672), - [anon_sym_const] = ACTIONS(672), - [anon_sym_restrict] = ACTIONS(672), - [anon_sym_volatile] = ACTIONS(672), - [anon_sym__Atomic] = ACTIONS(672), - [anon_sym_unsigned] = ACTIONS(672), - [anon_sym_long] = ACTIONS(672), - [anon_sym_short] = ACTIONS(672), - [sym_primitive_type] = ACTIONS(672), - [anon_sym_enum] = ACTIONS(672), - [anon_sym_struct] = ACTIONS(672), - [anon_sym_union] = ACTIONS(672), - [sym_identifier] = ACTIONS(672), + [126] = { + [ts_builtin_sym_end] = ACTIONS(616), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(618), + [sym_preproc_directive] = ACTIONS(618), + [anon_sym_typedef] = ACTIONS(618), + [anon_sym_extern] = ACTIONS(618), + [anon_sym_RBRACE] = ACTIONS(616), + [anon_sym_static] = ACTIONS(618), + [anon_sym_auto] = ACTIONS(618), + [anon_sym_register] = ACTIONS(618), + [anon_sym_inline] = ACTIONS(618), + [anon_sym_const] = ACTIONS(618), + [anon_sym_restrict] = ACTIONS(618), + [anon_sym_volatile] = ACTIONS(618), + [anon_sym__Atomic] = ACTIONS(618), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(618), + [anon_sym_enum] = ACTIONS(618), + [anon_sym_struct] = ACTIONS(618), + [anon_sym_union] = ACTIONS(618), + [sym_identifier] = ACTIONS(618), [sym_comment] = ACTIONS(39), }, - [145] = { - [anon_sym_LPAREN] = ACTIONS(674), - [anon_sym_COMMA] = ACTIONS(674), - [anon_sym_RPAREN] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(674), - [anon_sym_LBRACE] = ACTIONS(674), - [anon_sym_LBRACK] = ACTIONS(674), - [anon_sym_EQ] = ACTIONS(674), + [127] = { + [anon_sym_LPAREN] = ACTIONS(620), + [anon_sym_COMMA] = ACTIONS(620), + [anon_sym_RPAREN] = ACTIONS(620), + [anon_sym_SEMI] = ACTIONS(620), + [anon_sym_LBRACE] = ACTIONS(620), + [anon_sym_LBRACK] = ACTIONS(620), + [anon_sym_EQ] = ACTIONS(620), [sym_comment] = ACTIONS(39), }, - [146] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(676), + [128] = { + [aux_sym_declaration_repeat1] = STATE(267), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(622), [sym_comment] = ACTIONS(39), }, - [147] = { - [sym_storage_class_specifier] = STATE(147), - [sym_type_qualifier] = STATE(147), - [aux_sym__declaration_specifiers_repeat1] = STATE(147), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(680), - [anon_sym_STAR] = ACTIONS(678), - [anon_sym_static] = ACTIONS(680), - [anon_sym_auto] = ACTIONS(680), - [anon_sym_register] = ACTIONS(680), - [anon_sym_inline] = ACTIONS(680), - [anon_sym_const] = ACTIONS(683), - [anon_sym_restrict] = ACTIONS(683), - [anon_sym_volatile] = ACTIONS(683), - [anon_sym__Atomic] = ACTIONS(683), - [sym_identifier] = ACTIONS(335), + [129] = { + [sym_storage_class_specifier] = STATE(129), + [sym_type_qualifier] = STATE(129), + [aux_sym__declaration_specifiers_repeat1] = STATE(129), + [anon_sym_LPAREN] = ACTIONS(624), + [anon_sym_SEMI] = ACTIONS(624), + [anon_sym_extern] = ACTIONS(297), + [anon_sym_STAR] = ACTIONS(624), + [anon_sym_static] = ACTIONS(297), + [anon_sym_auto] = ACTIONS(297), + [anon_sym_register] = ACTIONS(297), + [anon_sym_inline] = ACTIONS(297), + [anon_sym_const] = ACTIONS(300), + [anon_sym_restrict] = ACTIONS(300), + [anon_sym_volatile] = ACTIONS(300), + [anon_sym__Atomic] = ACTIONS(300), + [sym_identifier] = ACTIONS(303), [sym_comment] = ACTIONS(39), }, - [148] = { - [sym_storage_class_specifier] = STATE(147), - [sym_type_qualifier] = STATE(147), - [aux_sym__declaration_specifiers_repeat1] = STATE(147), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(688), + [130] = { + [sym_storage_class_specifier] = STATE(129), + [sym_type_qualifier] = STATE(129), + [aux_sym__declaration_specifiers_repeat1] = STATE(129), + [anon_sym_LPAREN] = ACTIONS(626), + [anon_sym_SEMI] = ACTIONS(626), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(626), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(628), [sym_comment] = ACTIONS(39), }, - [149] = { - [anon_sym_LF] = ACTIONS(690), + [131] = { + [anon_sym_LF] = ACTIONS(630), [sym_comment] = ACTIONS(47), }, - [150] = { - [aux_sym_preproc_params_repeat1] = STATE(306), - [anon_sym_COMMA] = ACTIONS(692), - [anon_sym_RPAREN] = ACTIONS(694), + [132] = { + [aux_sym_preproc_params_repeat1] = STATE(271), + [anon_sym_COMMA] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(634), [sym_comment] = ACTIONS(39), }, - [151] = { - [anon_sym_LF] = ACTIONS(696), - [sym_preproc_arg] = ACTIONS(696), + [133] = { + [anon_sym_LF] = ACTIONS(636), + [sym_preproc_arg] = ACTIONS(636), [sym_comment] = ACTIONS(47), }, - [152] = { - [ts_builtin_sym_end] = ACTIONS(698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(700), - [sym_preproc_directive] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(700), - [anon_sym_extern] = ACTIONS(700), - [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_static] = ACTIONS(700), - [anon_sym_auto] = ACTIONS(700), - [anon_sym_register] = ACTIONS(700), - [anon_sym_inline] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_restrict] = ACTIONS(700), - [anon_sym_volatile] = ACTIONS(700), - [anon_sym__Atomic] = ACTIONS(700), - [anon_sym_unsigned] = ACTIONS(700), - [anon_sym_long] = ACTIONS(700), - [anon_sym_short] = ACTIONS(700), - [sym_primitive_type] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [sym_identifier] = ACTIONS(700), + [134] = { + [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), + [anon_sym_LPAREN] = ACTIONS(638), + [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(640), + [anon_sym_SEMI] = ACTIONS(638), + [anon_sym_typedef] = ACTIONS(640), + [anon_sym_extern] = ACTIONS(640), + [anon_sym_LBRACE] = ACTIONS(638), + [anon_sym_RBRACE] = ACTIONS(638), + [anon_sym_STAR] = ACTIONS(638), + [anon_sym_static] = ACTIONS(640), + [anon_sym_auto] = ACTIONS(640), + [anon_sym_register] = ACTIONS(640), + [anon_sym_inline] = ACTIONS(640), + [anon_sym_const] = ACTIONS(640), + [anon_sym_restrict] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [anon_sym__Atomic] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [sym_primitive_type] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [anon_sym_union] = ACTIONS(640), + [anon_sym_if] = ACTIONS(640), + [anon_sym_switch] = ACTIONS(640), + [anon_sym_case] = ACTIONS(640), + [anon_sym_default] = ACTIONS(640), + [anon_sym_while] = ACTIONS(640), + [anon_sym_do] = ACTIONS(640), + [anon_sym_for] = ACTIONS(640), + [anon_sym_return] = ACTIONS(640), + [anon_sym_break] = ACTIONS(640), + [anon_sym_continue] = ACTIONS(640), + [anon_sym_goto] = ACTIONS(640), + [anon_sym_AMP] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(638), + [anon_sym_TILDE] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_DASH_DASH] = ACTIONS(638), + [anon_sym_PLUS_PLUS] = ACTIONS(638), + [anon_sym_sizeof] = ACTIONS(640), + [sym_number_literal] = ACTIONS(638), + [sym_char_literal] = ACTIONS(638), + [sym_string_literal] = ACTIONS(638), + [sym_true] = ACTIONS(640), + [sym_false] = ACTIONS(640), + [sym_null] = ACTIONS(640), + [sym_identifier] = ACTIONS(640), [sym_comment] = ACTIONS(39), }, - [153] = { - [anon_sym_LF] = ACTIONS(702), + [135] = { + [anon_sym_LF] = ACTIONS(642), [sym_comment] = ACTIONS(47), }, - [154] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(129), - [anon_sym_typedef] = ACTIONS(129), - [anon_sym_extern] = ACTIONS(129), - [anon_sym_static] = ACTIONS(129), - [anon_sym_auto] = ACTIONS(129), - [anon_sym_register] = ACTIONS(129), - [anon_sym_inline] = ACTIONS(129), - [anon_sym_const] = ACTIONS(129), - [anon_sym_restrict] = ACTIONS(129), - [anon_sym_volatile] = ACTIONS(129), - [anon_sym__Atomic] = ACTIONS(129), - [anon_sym_unsigned] = ACTIONS(129), - [anon_sym_long] = ACTIONS(129), - [anon_sym_short] = ACTIONS(129), - [sym_primitive_type] = ACTIONS(129), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_struct] = ACTIONS(129), - [anon_sym_union] = ACTIONS(129), - [sym_identifier] = ACTIONS(129), + [136] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(119), + [anon_sym_LPAREN] = ACTIONS(117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(119), + [sym_preproc_directive] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), + [anon_sym_typedef] = ACTIONS(119), + [anon_sym_extern] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(117), + [anon_sym_static] = ACTIONS(119), + [anon_sym_auto] = ACTIONS(119), + [anon_sym_register] = ACTIONS(119), + [anon_sym_inline] = ACTIONS(119), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [anon_sym__Atomic] = ACTIONS(119), + [anon_sym_unsigned] = ACTIONS(119), + [anon_sym_long] = ACTIONS(119), + [anon_sym_short] = ACTIONS(119), + [sym_primitive_type] = ACTIONS(119), + [anon_sym_enum] = ACTIONS(119), + [anon_sym_struct] = ACTIONS(119), + [anon_sym_union] = ACTIONS(119), + [anon_sym_if] = ACTIONS(119), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(119), + [anon_sym_default] = ACTIONS(119), + [anon_sym_while] = ACTIONS(119), + [anon_sym_do] = ACTIONS(119), + [anon_sym_for] = ACTIONS(119), + [anon_sym_return] = ACTIONS(119), + [anon_sym_break] = ACTIONS(119), + [anon_sym_continue] = ACTIONS(119), + [anon_sym_goto] = ACTIONS(119), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_TILDE] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(119), + [anon_sym_DASH] = ACTIONS(119), + [anon_sym_DASH_DASH] = ACTIONS(117), + [anon_sym_PLUS_PLUS] = ACTIONS(117), + [anon_sym_sizeof] = ACTIONS(119), + [sym_number_literal] = ACTIONS(117), + [sym_char_literal] = ACTIONS(117), + [sym_string_literal] = ACTIONS(117), + [sym_true] = ACTIONS(119), + [sym_false] = ACTIONS(119), + [sym_null] = ACTIONS(119), + [sym_identifier] = ACTIONS(119), [sym_comment] = ACTIONS(39), }, - [155] = { - [sym_preproc_params] = STATE(310), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(704), - [anon_sym_LF] = ACTIONS(706), - [anon_sym_LPAREN] = ACTIONS(135), + [137] = { + [sym_preproc_params] = STATE(275), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(644), + [anon_sym_LF] = ACTIONS(646), + [anon_sym_LPAREN] = ACTIONS(125), [sym_comment] = ACTIONS(47), }, - [156] = { - [sym_preproc_include] = STATE(313), - [sym_preproc_def] = STATE(313), - [sym_preproc_function_def] = STATE(313), - [sym_preproc_call] = STATE(313), - [sym_preproc_if] = STATE(313), - [sym_preproc_ifdef] = STATE(313), - [sym_preproc_else] = STATE(312), - [sym_preproc_elif] = STATE(312), - [sym_function_definition] = STATE(313), - [sym_declaration] = STATE(313), - [sym_type_definition] = STATE(313), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(313), + [138] = { + [sym_preproc_include] = STATE(278), + [sym_preproc_def] = STATE(278), + [sym_preproc_function_def] = STATE(278), + [sym_preproc_call] = STATE(278), + [sym_preproc_if] = STATE(278), + [sym_preproc_ifdef] = STATE(278), + [sym_preproc_else] = STATE(277), + [sym_preproc_elif] = STATE(277), + [sym_function_definition] = STATE(278), + [sym_declaration] = STATE(278), + [sym_type_definition] = STATE(278), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(278), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -8976,22 +8879,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(313), + [sym__empty_declaration] = STATE(278), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(313), + [aux_sym_translation_unit_repeat1] = STATE(278), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(708), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(648), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9010,20 +8913,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [157] = { - [sym_preproc_include] = STATE(316), - [sym_preproc_def] = STATE(316), - [sym_preproc_function_def] = STATE(316), - [sym_preproc_call] = STATE(316), - [sym_preproc_if] = STATE(316), - [sym_preproc_ifdef] = STATE(316), - [sym_preproc_else] = STATE(315), - [sym_preproc_elif] = STATE(315), - [sym_function_definition] = STATE(316), - [sym_declaration] = STATE(316), - [sym_type_definition] = STATE(316), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(316), + [139] = { + [sym_preproc_include] = STATE(281), + [sym_preproc_def] = STATE(281), + [sym_preproc_function_def] = STATE(281), + [sym_preproc_call] = STATE(281), + [sym_preproc_if] = STATE(281), + [sym_preproc_ifdef] = STATE(281), + [sym_preproc_else] = STATE(280), + [sym_preproc_elif] = STATE(280), + [sym_function_definition] = STATE(281), + [sym_declaration] = STATE(281), + [sym_type_definition] = STATE(281), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(281), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -9031,22 +8934,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(316), + [sym__empty_declaration] = STATE(281), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(316), + [aux_sym_translation_unit_repeat1] = STATE(281), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(710), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(650), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9065,20 +8968,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [158] = { - [sym_preproc_include] = STATE(319), - [sym_preproc_def] = STATE(319), - [sym_preproc_function_def] = STATE(319), - [sym_preproc_call] = STATE(319), - [sym_preproc_if] = STATE(319), - [sym_preproc_ifdef] = STATE(319), - [sym_preproc_else] = STATE(318), - [sym_preproc_elif] = STATE(318), - [sym_function_definition] = STATE(319), - [sym_declaration] = STATE(319), - [sym_type_definition] = STATE(319), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(319), + [140] = { + [sym_preproc_include] = STATE(284), + [sym_preproc_def] = STATE(284), + [sym_preproc_function_def] = STATE(284), + [sym_preproc_call] = STATE(284), + [sym_preproc_if] = STATE(284), + [sym_preproc_ifdef] = STATE(284), + [sym_preproc_else] = STATE(283), + [sym_preproc_elif] = STATE(283), + [sym_function_definition] = STATE(284), + [sym_declaration] = STATE(284), + [sym_type_definition] = STATE(284), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(284), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -9086,22 +8989,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(319), + [sym__empty_declaration] = STATE(284), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(319), + [aux_sym_translation_unit_repeat1] = STATE(284), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(712), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(652), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9120,101 +9023,101 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [159] = { - [sym_string_literal] = ACTIONS(714), - [sym_system_lib_string] = ACTIONS(714), + [141] = { + [sym_string_literal] = ACTIONS(654), + [sym_system_lib_string] = ACTIONS(654), [sym_comment] = ACTIONS(39), }, - [160] = { - [sym_identifier] = ACTIONS(716), + [142] = { + [sym_identifier] = ACTIONS(656), [sym_comment] = ACTIONS(39), }, - [161] = { - [sym_preproc_arg] = ACTIONS(718), + [143] = { + [sym_preproc_arg] = ACTIONS(658), [sym_comment] = ACTIONS(47), }, - [162] = { - [sym_identifier] = ACTIONS(720), + [144] = { + [sym_identifier] = ACTIONS(660), [sym_comment] = ACTIONS(39), }, - [163] = { - [sym_identifier] = ACTIONS(722), + [145] = { + [sym_identifier] = ACTIONS(662), [sym_comment] = ACTIONS(39), }, - [164] = { - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(724), - [anon_sym_LF] = ACTIONS(726), + [146] = { + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(664), + [anon_sym_LF] = ACTIONS(666), [sym_comment] = ACTIONS(47), }, - [165] = { - [sym_type_qualifier] = STATE(328), - [sym__type_specifier] = STATE(327), - [sym_sized_type_specifier] = STATE(327), - [sym_enum_specifier] = STATE(327), - [sym_struct_specifier] = STATE(327), - [sym_union_specifier] = STATE(327), - [sym_macro_type_specifier] = STATE(327), - [aux_sym_type_definition_repeat1] = STATE(328), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(728), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [147] = { + [sym_type_qualifier] = STATE(293), + [sym__type_specifier] = STATE(292), + [sym_sized_type_specifier] = STATE(292), + [sym_enum_specifier] = STATE(292), + [sym_struct_specifier] = STATE(292), + [sym_union_specifier] = STATE(292), + [sym_macro_type_specifier] = STATE(292), + [aux_sym_type_definition_repeat1] = STATE(293), + [aux_sym_sized_type_specifier_repeat1] = STATE(31), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [sym_primitive_type] = ACTIONS(668), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [166] = { - [anon_sym_extern] = ACTIONS(71), - [anon_sym_static] = ACTIONS(71), - [anon_sym_auto] = ACTIONS(71), - [anon_sym_register] = ACTIONS(71), - [anon_sym_inline] = ACTIONS(71), - [anon_sym_const] = ACTIONS(71), - [anon_sym_restrict] = ACTIONS(71), - [anon_sym_volatile] = ACTIONS(71), - [anon_sym__Atomic] = ACTIONS(71), - [anon_sym_unsigned] = ACTIONS(71), - [anon_sym_long] = ACTIONS(71), - [anon_sym_short] = ACTIONS(71), - [sym_primitive_type] = ACTIONS(71), - [anon_sym_enum] = ACTIONS(71), - [anon_sym_struct] = ACTIONS(71), - [anon_sym_union] = ACTIONS(71), - [sym_string_literal] = ACTIONS(730), - [sym_identifier] = ACTIONS(71), + [148] = { + [anon_sym_extern] = ACTIONS(61), + [anon_sym_static] = ACTIONS(61), + [anon_sym_auto] = ACTIONS(61), + [anon_sym_register] = ACTIONS(61), + [anon_sym_inline] = ACTIONS(61), + [anon_sym_const] = ACTIONS(61), + [anon_sym_restrict] = ACTIONS(61), + [anon_sym_volatile] = ACTIONS(61), + [anon_sym__Atomic] = ACTIONS(61), + [anon_sym_unsigned] = ACTIONS(61), + [anon_sym_long] = ACTIONS(61), + [anon_sym_short] = ACTIONS(61), + [sym_primitive_type] = ACTIONS(61), + [anon_sym_enum] = ACTIONS(61), + [anon_sym_struct] = ACTIONS(61), + [anon_sym_union] = ACTIONS(61), + [sym_string_literal] = ACTIONS(670), + [sym_identifier] = ACTIONS(61), [sym_comment] = ACTIONS(39), }, - [167] = { - [sym__declarator] = STATE(331), - [sym_pointer_declarator] = STATE(331), - [sym_function_declarator] = STATE(331), - [sym_array_declarator] = STATE(331), - [sym_init_declarator] = STATE(332), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_SEMI] = ACTIONS(732), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(734), + [149] = { + [sym__declarator] = STATE(296), + [sym_pointer_declarator] = STATE(296), + [sym_function_declarator] = STATE(296), + [sym_array_declarator] = STATE(296), + [sym_init_declarator] = STATE(297), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_SEMI] = ACTIONS(672), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(674), [sym_comment] = ACTIONS(39), }, - [168] = { - [sym_preproc_include] = STATE(333), - [sym_preproc_def] = STATE(333), - [sym_preproc_function_def] = STATE(333), - [sym_preproc_call] = STATE(333), - [sym_preproc_if] = STATE(333), - [sym_preproc_ifdef] = STATE(333), - [sym_function_definition] = STATE(333), - [sym_declaration] = STATE(333), - [sym_type_definition] = STATE(333), - [sym__declaration_specifiers] = STATE(167), - [sym_linkage_specification] = STATE(333), + [150] = { + [sym_preproc_include] = STATE(298), + [sym_preproc_def] = STATE(298), + [sym_preproc_function_def] = STATE(298), + [sym_preproc_call] = STATE(298), + [sym_preproc_if] = STATE(298), + [sym_preproc_ifdef] = STATE(298), + [sym_function_definition] = STATE(298), + [sym_declaration] = STATE(298), + [sym_type_definition] = STATE(298), + [sym__declaration_specifiers] = STATE(149), + [sym_linkage_specification] = STATE(298), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -9222,20 +9125,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(333), + [sym__empty_declaration] = STATE(298), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(333), + [aux_sym_translation_unit_repeat1] = STATE(298), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(380), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(384), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(736), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(388), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(390), - [sym_preproc_directive] = ACTIONS(392), - [anon_sym_typedef] = ACTIONS(394), - [anon_sym_extern] = ACTIONS(396), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(348), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(350), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(352), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(676), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(358), + [sym_preproc_directive] = ACTIONS(360), + [anon_sym_typedef] = ACTIONS(362), + [anon_sym_extern] = ACTIONS(364), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9254,20 +9157,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [169] = { - [sym_preproc_include] = STATE(335), - [sym_preproc_def] = STATE(335), - [sym_preproc_function_def] = STATE(335), - [sym_preproc_call] = STATE(335), - [sym_preproc_if] = STATE(335), - [sym_preproc_ifdef] = STATE(335), - [sym_preproc_else] = STATE(334), - [sym_preproc_elif] = STATE(334), - [sym_function_definition] = STATE(335), - [sym_declaration] = STATE(335), - [sym_type_definition] = STATE(335), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(335), + [151] = { + [sym_preproc_include] = STATE(300), + [sym_preproc_def] = STATE(300), + [sym_preproc_function_def] = STATE(300), + [sym_preproc_call] = STATE(300), + [sym_preproc_if] = STATE(300), + [sym_preproc_ifdef] = STATE(300), + [sym_preproc_else] = STATE(299), + [sym_preproc_elif] = STATE(299), + [sym_function_definition] = STATE(300), + [sym_declaration] = STATE(300), + [sym_type_definition] = STATE(300), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(300), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -9275,22 +9178,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(335), + [sym__empty_declaration] = STATE(300), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(335), + [aux_sym_translation_unit_repeat1] = STATE(300), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(738), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(678), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9309,91 +9212,120 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [170] = { - [sym_preproc_arg] = ACTIONS(740), + [152] = { + [sym_preproc_arg] = ACTIONS(680), [sym_comment] = ACTIONS(47), }, - [171] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(167), - [sym_preproc_directive] = ACTIONS(167), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(167), - [anon_sym_static] = ACTIONS(167), - [anon_sym_auto] = ACTIONS(167), - [anon_sym_register] = ACTIONS(167), - [anon_sym_inline] = ACTIONS(167), - [anon_sym_const] = ACTIONS(167), - [anon_sym_restrict] = ACTIONS(167), - [anon_sym_volatile] = ACTIONS(167), - [anon_sym__Atomic] = ACTIONS(167), - [anon_sym_unsigned] = ACTIONS(167), - [anon_sym_long] = ACTIONS(167), - [anon_sym_short] = ACTIONS(167), - [sym_primitive_type] = ACTIONS(167), - [anon_sym_enum] = ACTIONS(167), - [anon_sym_struct] = ACTIONS(167), - [anon_sym_union] = ACTIONS(167), - [sym_identifier] = ACTIONS(167), + [153] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(157), + [anon_sym_LPAREN] = ACTIONS(155), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(157), + [sym_preproc_directive] = ACTIONS(157), + [anon_sym_SEMI] = ACTIONS(155), + [anon_sym_typedef] = ACTIONS(157), + [anon_sym_extern] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_STAR] = ACTIONS(155), + [anon_sym_static] = ACTIONS(157), + [anon_sym_auto] = ACTIONS(157), + [anon_sym_register] = ACTIONS(157), + [anon_sym_inline] = ACTIONS(157), + [anon_sym_const] = ACTIONS(157), + [anon_sym_restrict] = ACTIONS(157), + [anon_sym_volatile] = ACTIONS(157), + [anon_sym__Atomic] = ACTIONS(157), + [anon_sym_unsigned] = ACTIONS(157), + [anon_sym_long] = ACTIONS(157), + [anon_sym_short] = ACTIONS(157), + [sym_primitive_type] = ACTIONS(157), + [anon_sym_enum] = ACTIONS(157), + [anon_sym_struct] = ACTIONS(157), + [anon_sym_union] = ACTIONS(157), + [anon_sym_if] = ACTIONS(157), + [anon_sym_switch] = ACTIONS(157), + [anon_sym_case] = ACTIONS(157), + [anon_sym_default] = ACTIONS(157), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(157), + [anon_sym_return] = ACTIONS(157), + [anon_sym_break] = ACTIONS(157), + [anon_sym_continue] = ACTIONS(157), + [anon_sym_goto] = ACTIONS(157), + [anon_sym_AMP] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(155), + [anon_sym_TILDE] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(157), + [anon_sym_DASH] = ACTIONS(157), + [anon_sym_DASH_DASH] = ACTIONS(155), + [anon_sym_PLUS_PLUS] = ACTIONS(155), + [anon_sym_sizeof] = ACTIONS(157), + [sym_number_literal] = ACTIONS(155), + [sym_char_literal] = ACTIONS(155), + [sym_string_literal] = ACTIONS(155), + [sym_true] = ACTIONS(157), + [sym_false] = ACTIONS(157), + [sym_null] = ACTIONS(157), + [sym_identifier] = ACTIONS(157), [sym_comment] = ACTIONS(39), }, - [172] = { - [sym__type_declarator] = STATE(337), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [154] = { + [sym__type_declarator] = STATE(302), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [173] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(338), - [sym_sized_type_specifier] = STATE(338), - [sym_enum_specifier] = STATE(338), - [sym_struct_specifier] = STATE(338), - [sym_union_specifier] = STATE(338), - [sym_macro_type_specifier] = STATE(338), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(742), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [155] = { + [sym_type_qualifier] = STATE(87), + [sym__type_specifier] = STATE(303), + [sym_sized_type_specifier] = STATE(303), + [sym_enum_specifier] = STATE(303), + [sym_struct_specifier] = STATE(303), + [sym_union_specifier] = STATE(303), + [sym_macro_type_specifier] = STATE(303), + [aux_sym_type_definition_repeat1] = STATE(87), + [aux_sym_sized_type_specifier_repeat1] = STATE(31), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [sym_primitive_type] = ACTIONS(682), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [174] = { - [sym_function_definition] = STATE(340), - [sym_declaration] = STATE(340), - [sym__declaration_specifiers] = STATE(341), - [sym_declaration_list] = STATE(340), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), + [156] = { + [sym_function_definition] = STATE(305), + [sym_declaration] = STATE(305), + [sym__declaration_specifiers] = STATE(306), + [sym_declaration_list] = STATE(305), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(684), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9402,109 +9334,138 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [175] = { - [ts_builtin_sym_end] = ACTIONS(746), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(748), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_typedef] = ACTIONS(748), - [anon_sym_extern] = ACTIONS(748), - [anon_sym_RBRACE] = ACTIONS(746), - [anon_sym_static] = ACTIONS(748), - [anon_sym_auto] = ACTIONS(748), - [anon_sym_register] = ACTIONS(748), - [anon_sym_inline] = ACTIONS(748), - [anon_sym_const] = ACTIONS(748), - [anon_sym_restrict] = ACTIONS(748), - [anon_sym_volatile] = ACTIONS(748), - [anon_sym__Atomic] = ACTIONS(748), - [anon_sym_unsigned] = ACTIONS(748), - [anon_sym_long] = ACTIONS(748), - [anon_sym_short] = ACTIONS(748), - [sym_primitive_type] = ACTIONS(748), - [anon_sym_enum] = ACTIONS(748), - [anon_sym_struct] = ACTIONS(748), - [anon_sym_union] = ACTIONS(748), - [sym_identifier] = ACTIONS(748), + [157] = { + [ts_builtin_sym_end] = ACTIONS(686), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(688), + [sym_preproc_directive] = ACTIONS(688), + [anon_sym_typedef] = ACTIONS(688), + [anon_sym_extern] = ACTIONS(688), + [anon_sym_RBRACE] = ACTIONS(686), + [anon_sym_static] = ACTIONS(688), + [anon_sym_auto] = ACTIONS(688), + [anon_sym_register] = ACTIONS(688), + [anon_sym_inline] = ACTIONS(688), + [anon_sym_const] = ACTIONS(688), + [anon_sym_restrict] = ACTIONS(688), + [anon_sym_volatile] = ACTIONS(688), + [anon_sym__Atomic] = ACTIONS(688), + [anon_sym_unsigned] = ACTIONS(688), + [anon_sym_long] = ACTIONS(688), + [anon_sym_short] = ACTIONS(688), + [sym_primitive_type] = ACTIONS(688), + [anon_sym_enum] = ACTIONS(688), + [anon_sym_struct] = ACTIONS(688), + [anon_sym_union] = ACTIONS(688), + [sym_identifier] = ACTIONS(688), [sym_comment] = ACTIONS(39), }, - [176] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(255), - [sym_preproc_directive] = ACTIONS(255), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_static] = ACTIONS(255), - [anon_sym_auto] = ACTIONS(255), - [anon_sym_register] = ACTIONS(255), - [anon_sym_inline] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_restrict] = ACTIONS(255), - [anon_sym_volatile] = ACTIONS(255), - [anon_sym__Atomic] = ACTIONS(255), - [anon_sym_unsigned] = ACTIONS(255), - [anon_sym_long] = ACTIONS(255), - [anon_sym_short] = ACTIONS(255), - [sym_primitive_type] = ACTIONS(255), - [anon_sym_enum] = ACTIONS(255), - [anon_sym_struct] = ACTIONS(255), - [anon_sym_union] = ACTIONS(255), - [sym_identifier] = ACTIONS(255), + [158] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(227), + [anon_sym_LPAREN] = ACTIONS(225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(227), + [sym_preproc_directive] = ACTIONS(227), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_typedef] = ACTIONS(227), + [anon_sym_extern] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(225), + [anon_sym_STAR] = ACTIONS(225), + [anon_sym_static] = ACTIONS(227), + [anon_sym_auto] = ACTIONS(227), + [anon_sym_register] = ACTIONS(227), + [anon_sym_inline] = ACTIONS(227), + [anon_sym_const] = ACTIONS(227), + [anon_sym_restrict] = ACTIONS(227), + [anon_sym_volatile] = ACTIONS(227), + [anon_sym__Atomic] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(227), + [anon_sym_long] = ACTIONS(227), + [anon_sym_short] = ACTIONS(227), + [sym_primitive_type] = ACTIONS(227), + [anon_sym_enum] = ACTIONS(227), + [anon_sym_struct] = ACTIONS(227), + [anon_sym_union] = ACTIONS(227), + [anon_sym_if] = ACTIONS(227), + [anon_sym_switch] = ACTIONS(227), + [anon_sym_case] = ACTIONS(227), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(227), + [anon_sym_do] = ACTIONS(227), + [anon_sym_for] = ACTIONS(227), + [anon_sym_return] = ACTIONS(227), + [anon_sym_break] = ACTIONS(227), + [anon_sym_continue] = ACTIONS(227), + [anon_sym_goto] = ACTIONS(227), + [anon_sym_AMP] = ACTIONS(225), + [anon_sym_BANG] = ACTIONS(225), + [anon_sym_TILDE] = ACTIONS(225), + [anon_sym_PLUS] = ACTIONS(227), + [anon_sym_DASH] = ACTIONS(227), + [anon_sym_DASH_DASH] = ACTIONS(225), + [anon_sym_PLUS_PLUS] = ACTIONS(225), + [anon_sym_sizeof] = ACTIONS(227), + [sym_number_literal] = ACTIONS(225), + [sym_char_literal] = ACTIONS(225), + [sym_string_literal] = ACTIONS(225), + [sym_true] = ACTIONS(227), + [sym_false] = ACTIONS(227), + [sym_null] = ACTIONS(227), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(39), }, - [177] = { - [sym_compound_statement] = STATE(344), - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(345), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(750), - [anon_sym_LBRACE] = ACTIONS(752), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [159] = { + [sym_compound_statement] = STATE(309), + [sym_parameter_list] = STATE(127), + [aux_sym_declaration_repeat1] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, - [178] = { - [aux_sym_declaration_repeat1] = STATE(345), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(750), + [160] = { + [aux_sym_declaration_repeat1] = STATE(310), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(690), [sym_comment] = ACTIONS(39), }, - [179] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(754), + [161] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(694), [sym_comment] = ACTIONS(39), }, - [180] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [162] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -9512,185 +9473,282 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(756), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(759), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(762), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(765), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(767), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(770), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(765), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(765), - [sym_preproc_directive] = ACTIONS(773), - [anon_sym_typedef] = ACTIONS(776), - [anon_sym_extern] = ACTIONS(779), - [anon_sym_static] = ACTIONS(305), - [anon_sym_auto] = ACTIONS(305), - [anon_sym_register] = ACTIONS(305), - [anon_sym_inline] = ACTIONS(305), - [anon_sym_const] = ACTIONS(308), - [anon_sym_restrict] = ACTIONS(308), - [anon_sym_volatile] = ACTIONS(308), - [anon_sym__Atomic] = ACTIONS(308), - [anon_sym_unsigned] = ACTIONS(311), - [anon_sym_long] = ACTIONS(311), - [anon_sym_short] = ACTIONS(311), - [sym_primitive_type] = ACTIONS(314), - [anon_sym_enum] = ACTIONS(317), - [anon_sym_struct] = ACTIONS(320), - [anon_sym_union] = ACTIONS(323), - [sym_identifier] = ACTIONS(326), - [sym_comment] = ACTIONS(39), - }, - [181] = { - [ts_builtin_sym_end] = ACTIONS(782), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(784), - [sym_preproc_directive] = ACTIONS(784), - [anon_sym_typedef] = ACTIONS(784), - [anon_sym_extern] = ACTIONS(784), - [anon_sym_RBRACE] = ACTIONS(782), - [anon_sym_static] = ACTIONS(784), - [anon_sym_auto] = ACTIONS(784), - [anon_sym_register] = ACTIONS(784), - [anon_sym_inline] = ACTIONS(784), - [anon_sym_const] = ACTIONS(784), - [anon_sym_restrict] = ACTIONS(784), - [anon_sym_volatile] = ACTIONS(784), - [anon_sym__Atomic] = ACTIONS(784), - [anon_sym_unsigned] = ACTIONS(784), - [anon_sym_long] = ACTIONS(784), - [anon_sym_short] = ACTIONS(784), - [sym_primitive_type] = ACTIONS(784), - [anon_sym_enum] = ACTIONS(784), - [anon_sym_struct] = ACTIONS(784), - [anon_sym_union] = ACTIONS(784), - [sym_identifier] = ACTIONS(784), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(696), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(699), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(702), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(705), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(707), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(710), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(705), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(705), + [sym_preproc_directive] = ACTIONS(713), + [anon_sym_typedef] = ACTIONS(716), + [anon_sym_extern] = ACTIONS(719), + [anon_sym_static] = ACTIONS(273), + [anon_sym_auto] = ACTIONS(273), + [anon_sym_register] = ACTIONS(273), + [anon_sym_inline] = ACTIONS(273), + [anon_sym_const] = ACTIONS(276), + [anon_sym_restrict] = ACTIONS(276), + [anon_sym_volatile] = ACTIONS(276), + [anon_sym__Atomic] = ACTIONS(276), + [anon_sym_unsigned] = ACTIONS(279), + [anon_sym_long] = ACTIONS(279), + [anon_sym_short] = ACTIONS(279), + [sym_primitive_type] = ACTIONS(282), + [anon_sym_enum] = ACTIONS(285), + [anon_sym_struct] = ACTIONS(288), + [anon_sym_union] = ACTIONS(291), + [sym_identifier] = ACTIONS(294), [sym_comment] = ACTIONS(39), }, - [182] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(786), + [163] = { + [ts_builtin_sym_end] = ACTIONS(722), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(724), + [sym_preproc_directive] = ACTIONS(724), + [anon_sym_typedef] = ACTIONS(724), + [anon_sym_extern] = ACTIONS(724), + [anon_sym_RBRACE] = ACTIONS(722), + [anon_sym_static] = ACTIONS(724), + [anon_sym_auto] = ACTIONS(724), + [anon_sym_register] = ACTIONS(724), + [anon_sym_inline] = ACTIONS(724), + [anon_sym_const] = ACTIONS(724), + [anon_sym_restrict] = ACTIONS(724), + [anon_sym_volatile] = ACTIONS(724), + [anon_sym__Atomic] = ACTIONS(724), + [anon_sym_unsigned] = ACTIONS(724), + [anon_sym_long] = ACTIONS(724), + [anon_sym_short] = ACTIONS(724), + [sym_primitive_type] = ACTIONS(724), + [anon_sym_enum] = ACTIONS(724), + [anon_sym_struct] = ACTIONS(724), + [anon_sym_union] = ACTIONS(724), + [sym_identifier] = ACTIONS(724), [sym_comment] = ACTIONS(39), }, - [183] = { - [ts_builtin_sym_end] = ACTIONS(788), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(790), - [sym_preproc_directive] = ACTIONS(790), - [anon_sym_typedef] = ACTIONS(790), - [anon_sym_extern] = ACTIONS(790), - [anon_sym_RBRACE] = ACTIONS(788), - [anon_sym_static] = ACTIONS(790), - [anon_sym_auto] = ACTIONS(790), - [anon_sym_register] = ACTIONS(790), - [anon_sym_inline] = ACTIONS(790), - [anon_sym_const] = ACTIONS(790), - [anon_sym_restrict] = ACTIONS(790), - [anon_sym_volatile] = ACTIONS(790), - [anon_sym__Atomic] = ACTIONS(790), - [anon_sym_unsigned] = ACTIONS(790), - [anon_sym_long] = ACTIONS(790), - [anon_sym_short] = ACTIONS(790), - [sym_primitive_type] = ACTIONS(790), - [anon_sym_enum] = ACTIONS(790), - [anon_sym_struct] = ACTIONS(790), - [anon_sym_union] = ACTIONS(790), - [sym_identifier] = ACTIONS(790), + [164] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(726), [sym_comment] = ACTIONS(39), }, - [184] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(792), + [165] = { + [ts_builtin_sym_end] = ACTIONS(728), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(730), + [sym_preproc_directive] = ACTIONS(730), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_RBRACE] = ACTIONS(728), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_inline] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [anon_sym__Atomic] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [sym_primitive_type] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(730), [sym_comment] = ACTIONS(39), }, - [185] = { - [ts_builtin_sym_end] = ACTIONS(794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(796), - [sym_preproc_directive] = ACTIONS(796), - [anon_sym_typedef] = ACTIONS(796), - [anon_sym_extern] = ACTIONS(796), - [anon_sym_RBRACE] = ACTIONS(794), - [anon_sym_static] = ACTIONS(796), - [anon_sym_auto] = ACTIONS(796), - [anon_sym_register] = ACTIONS(796), - [anon_sym_inline] = ACTIONS(796), - [anon_sym_const] = ACTIONS(796), - [anon_sym_restrict] = ACTIONS(796), - [anon_sym_volatile] = ACTIONS(796), - [anon_sym__Atomic] = ACTIONS(796), - [anon_sym_unsigned] = ACTIONS(796), - [anon_sym_long] = ACTIONS(796), - [anon_sym_short] = ACTIONS(796), - [sym_primitive_type] = ACTIONS(796), - [anon_sym_enum] = ACTIONS(796), - [anon_sym_struct] = ACTIONS(796), - [anon_sym_union] = ACTIONS(796), - [sym_identifier] = ACTIONS(796), + [166] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(732), [sym_comment] = ACTIONS(39), }, - [186] = { - [anon_sym_RBRACE] = ACTIONS(798), + [167] = { + [ts_builtin_sym_end] = ACTIONS(734), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(736), + [anon_sym_LPAREN] = ACTIONS(734), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(736), + [sym_preproc_directive] = ACTIONS(736), + [anon_sym_SEMI] = ACTIONS(734), + [anon_sym_typedef] = ACTIONS(736), + [anon_sym_extern] = ACTIONS(736), + [anon_sym_LBRACE] = ACTIONS(734), + [anon_sym_RBRACE] = ACTIONS(734), + [anon_sym_STAR] = ACTIONS(734), + [anon_sym_static] = ACTIONS(736), + [anon_sym_auto] = ACTIONS(736), + [anon_sym_register] = ACTIONS(736), + [anon_sym_inline] = ACTIONS(736), + [anon_sym_const] = ACTIONS(736), + [anon_sym_restrict] = ACTIONS(736), + [anon_sym_volatile] = ACTIONS(736), + [anon_sym__Atomic] = ACTIONS(736), + [anon_sym_unsigned] = ACTIONS(736), + [anon_sym_long] = ACTIONS(736), + [anon_sym_short] = ACTIONS(736), + [sym_primitive_type] = ACTIONS(736), + [anon_sym_enum] = ACTIONS(736), + [anon_sym_struct] = ACTIONS(736), + [anon_sym_union] = ACTIONS(736), + [anon_sym_if] = ACTIONS(736), + [anon_sym_switch] = ACTIONS(736), + [anon_sym_case] = ACTIONS(736), + [anon_sym_default] = ACTIONS(736), + [anon_sym_while] = ACTIONS(736), + [anon_sym_do] = ACTIONS(736), + [anon_sym_for] = ACTIONS(736), + [anon_sym_return] = ACTIONS(736), + [anon_sym_break] = ACTIONS(736), + [anon_sym_continue] = ACTIONS(736), + [anon_sym_goto] = ACTIONS(736), + [anon_sym_AMP] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(734), + [anon_sym_TILDE] = ACTIONS(734), + [anon_sym_PLUS] = ACTIONS(736), + [anon_sym_DASH] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(734), + [anon_sym_PLUS_PLUS] = ACTIONS(734), + [anon_sym_sizeof] = ACTIONS(736), + [sym_number_literal] = ACTIONS(734), + [sym_char_literal] = ACTIONS(734), + [sym_string_literal] = ACTIONS(734), + [sym_true] = ACTIONS(736), + [sym_false] = ACTIONS(736), + [sym_null] = ACTIONS(736), + [sym_identifier] = ACTIONS(736), [sym_comment] = ACTIONS(39), }, - [187] = { - [anon_sym_LPAREN] = ACTIONS(474), - [anon_sym_STAR] = ACTIONS(474), - [sym_identifier] = ACTIONS(474), + [168] = { + [sym__type_declarator] = STATE(170), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(402), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [188] = { - [aux_sym_enumerator_list_repeat1] = STATE(351), - [anon_sym_COMMA] = ACTIONS(800), - [anon_sym_RBRACE] = ACTIONS(798), + [169] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(738), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [189] = { - [anon_sym_LPAREN] = ACTIONS(484), - [anon_sym_STAR] = ACTIONS(484), - [sym_identifier] = ACTIONS(484), + [170] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(740), + [anon_sym_SEMI] = ACTIONS(740), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [190] = { - [anon_sym_LPAREN] = ACTIONS(494), - [anon_sym_STAR] = ACTIONS(494), - [sym_identifier] = ACTIONS(494), + [171] = { + [ts_builtin_sym_end] = ACTIONS(742), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(742), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(744), + [sym_preproc_directive] = ACTIONS(744), + [anon_sym_SEMI] = ACTIONS(742), + [anon_sym_typedef] = ACTIONS(744), + [anon_sym_extern] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(742), + [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_STAR] = ACTIONS(742), + [anon_sym_static] = ACTIONS(744), + [anon_sym_auto] = ACTIONS(744), + [anon_sym_register] = ACTIONS(744), + [anon_sym_inline] = ACTIONS(744), + [anon_sym_const] = ACTIONS(744), + [anon_sym_restrict] = ACTIONS(744), + [anon_sym_volatile] = ACTIONS(744), + [anon_sym__Atomic] = ACTIONS(744), + [anon_sym_unsigned] = ACTIONS(744), + [anon_sym_long] = ACTIONS(744), + [anon_sym_short] = ACTIONS(744), + [sym_primitive_type] = ACTIONS(744), + [anon_sym_enum] = ACTIONS(744), + [anon_sym_struct] = ACTIONS(744), + [anon_sym_union] = ACTIONS(744), + [anon_sym_if] = ACTIONS(744), + [anon_sym_else] = ACTIONS(744), + [anon_sym_switch] = ACTIONS(744), + [anon_sym_case] = ACTIONS(744), + [anon_sym_default] = ACTIONS(744), + [anon_sym_while] = ACTIONS(744), + [anon_sym_do] = ACTIONS(744), + [anon_sym_for] = ACTIONS(744), + [anon_sym_return] = ACTIONS(744), + [anon_sym_break] = ACTIONS(744), + [anon_sym_continue] = ACTIONS(744), + [anon_sym_goto] = ACTIONS(744), + [anon_sym_AMP] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(742), + [anon_sym_TILDE] = ACTIONS(742), + [anon_sym_PLUS] = ACTIONS(744), + [anon_sym_DASH] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(742), + [anon_sym_PLUS_PLUS] = ACTIONS(742), + [anon_sym_sizeof] = ACTIONS(744), + [sym_number_literal] = ACTIONS(742), + [sym_char_literal] = ACTIONS(742), + [sym_string_literal] = ACTIONS(742), + [sym_true] = ACTIONS(744), + [sym_false] = ACTIONS(744), + [sym_null] = ACTIONS(744), + [sym_identifier] = ACTIONS(744), [sym_comment] = ACTIONS(39), }, - [191] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(225), - [sym_field_declaration] = STATE(225), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(225), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), + [172] = { + [sym__declaration_specifiers] = STATE(316), + [sym_storage_class_specifier] = STATE(261), + [sym_type_qualifier] = STATE(261), + [sym__type_specifier] = STATE(259), + [sym_sized_type_specifier] = STATE(259), + [sym_enum_specifier] = STATE(259), + [sym_struct_specifier] = STATE(259), + [sym_union_specifier] = STATE(259), + [sym__expression] = STATE(317), + [sym_conditional_expression] = STATE(317), + [sym_assignment_expression] = STATE(317), + [sym_pointer_expression] = STATE(317), + [sym_logical_expression] = STATE(317), + [sym_bitwise_expression] = STATE(317), + [sym_equality_expression] = STATE(317), + [sym_relational_expression] = STATE(317), + [sym_shift_expression] = STATE(317), + [sym_math_expression] = STATE(317), + [sym_cast_expression] = STATE(317), + [sym_sizeof_expression] = STATE(317), + [sym_subscript_expression] = STATE(317), + [sym_call_expression] = STATE(317), + [sym_field_expression] = STATE(317), + [sym_compound_literal_expression] = STATE(317), + [sym_parenthesized_expression] = STATE(317), + [sym_concatenated_string] = STATE(317), + [sym_macro_type_specifier] = STATE(259), + [aux_sym__declaration_specifiers_repeat1] = STATE(261), + [aux_sym_sized_type_specifier_repeat1] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(582), [anon_sym_extern] = ACTIONS(23), - [anon_sym_RBRACE] = ACTIONS(802), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(746), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9699,207 +9757,85 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [sym_primitive_type] = ACTIONS(590), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), - [sym_comment] = ACTIONS(39), - }, - [192] = { - [anon_sym_LPAREN] = ACTIONS(522), - [anon_sym_STAR] = ACTIONS(522), - [sym_identifier] = ACTIONS(522), - [sym_comment] = ACTIONS(39), - }, - [193] = { - [anon_sym_LPAREN] = ACTIONS(526), - [anon_sym_STAR] = ACTIONS(526), - [sym_identifier] = ACTIONS(526), - [sym_comment] = ACTIONS(39), - }, - [194] = { - [anon_sym_RPAREN] = ACTIONS(804), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(748), + [sym_char_literal] = ACTIONS(748), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(750), + [sym_false] = ACTIONS(750), + [sym_null] = ACTIONS(750), + [sym_identifier] = ACTIONS(608), [sym_comment] = ACTIONS(39), }, - [195] = { - [sym__type_declarator] = STATE(197), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(440), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [196] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(806), - [anon_sym_LBRACK] = ACTIONS(446), - [sym_comment] = ACTIONS(39), - }, - [197] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(808), - [anon_sym_SEMI] = ACTIONS(808), - [anon_sym_LBRACK] = ACTIONS(446), - [sym_comment] = ACTIONS(39), - }, - [198] = { - [ts_builtin_sym_end] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_RBRACE] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), - [sym_comment] = ACTIONS(39), - }, - [199] = { - [sym__declaration_specifiers] = STATE(356), - [sym_storage_class_specifier] = STATE(296), - [sym_type_qualifier] = STATE(296), - [sym__type_specifier] = STATE(294), - [sym_sized_type_specifier] = STATE(294), - [sym_enum_specifier] = STATE(294), - [sym_struct_specifier] = STATE(294), - [sym_union_specifier] = STATE(294), - [sym__expression] = STATE(357), - [sym_conditional_expression] = STATE(357), - [sym_assignment_expression] = STATE(357), - [sym_pointer_expression] = STATE(357), - [sym_logical_expression] = STATE(357), - [sym_bitwise_expression] = STATE(357), - [sym_equality_expression] = STATE(357), - [sym_relational_expression] = STATE(357), - [sym_shift_expression] = STATE(357), - [sym_math_expression] = STATE(357), - [sym_cast_expression] = STATE(357), - [sym_sizeof_expression] = STATE(357), - [sym_subscript_expression] = STATE(357), - [sym_call_expression] = STATE(357), - [sym_field_expression] = STATE(357), - [sym_compound_literal_expression] = STATE(357), - [sym_parenthesized_expression] = STATE(357), - [sym_concatenated_string] = STATE(357), - [sym_macro_type_specifier] = STATE(294), - [aux_sym__declaration_specifiers_repeat1] = STATE(296), - [aux_sym_sized_type_specifier_repeat1] = STATE(297), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(814), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(636), - [anon_sym_long] = ACTIONS(636), - [anon_sym_short] = ACTIONS(636), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(640), - [anon_sym_struct] = ACTIONS(642), - [anon_sym_union] = ACTIONS(644), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(816), - [sym_char_literal] = ACTIONS(816), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(818), - [sym_false] = ACTIONS(818), - [sym_null] = ACTIONS(818), - [sym_identifier] = ACTIONS(662), - [sym_comment] = ACTIONS(39), - }, - [200] = { - [anon_sym_LPAREN] = ACTIONS(820), - [anon_sym_RPAREN] = ACTIONS(820), - [anon_sym_SEMI] = ACTIONS(820), - [anon_sym_LBRACK] = ACTIONS(820), + [173] = { + [anon_sym_LPAREN] = ACTIONS(752), + [anon_sym_RPAREN] = ACTIONS(752), + [anon_sym_SEMI] = ACTIONS(752), + [anon_sym_LBRACK] = ACTIONS(752), [sym_comment] = ACTIONS(39), }, - [201] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(822), - [anon_sym_LBRACK] = ACTIONS(446), + [174] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_SEMI] = ACTIONS(754), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [202] = { - [ts_builtin_sym_end] = ACTIONS(824), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(826), - [sym_preproc_directive] = ACTIONS(826), - [anon_sym_typedef] = ACTIONS(826), - [anon_sym_extern] = ACTIONS(826), - [anon_sym_RBRACE] = ACTIONS(824), - [anon_sym_static] = ACTIONS(826), - [anon_sym_auto] = ACTIONS(826), - [anon_sym_register] = ACTIONS(826), - [anon_sym_inline] = ACTIONS(826), - [anon_sym_const] = ACTIONS(826), - [anon_sym_restrict] = ACTIONS(826), - [anon_sym_volatile] = ACTIONS(826), - [anon_sym__Atomic] = ACTIONS(826), - [anon_sym_unsigned] = ACTIONS(826), - [anon_sym_long] = ACTIONS(826), - [anon_sym_short] = ACTIONS(826), - [sym_primitive_type] = ACTIONS(826), - [anon_sym_enum] = ACTIONS(826), - [anon_sym_struct] = ACTIONS(826), - [anon_sym_union] = ACTIONS(826), - [sym_identifier] = ACTIONS(826), + [175] = { + [ts_builtin_sym_end] = ACTIONS(756), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(758), + [sym_preproc_directive] = ACTIONS(758), + [anon_sym_typedef] = ACTIONS(758), + [anon_sym_extern] = ACTIONS(758), + [anon_sym_RBRACE] = ACTIONS(756), + [anon_sym_static] = ACTIONS(758), + [anon_sym_auto] = ACTIONS(758), + [anon_sym_register] = ACTIONS(758), + [anon_sym_inline] = ACTIONS(758), + [anon_sym_const] = ACTIONS(758), + [anon_sym_restrict] = ACTIONS(758), + [anon_sym_volatile] = ACTIONS(758), + [anon_sym__Atomic] = ACTIONS(758), + [anon_sym_unsigned] = ACTIONS(758), + [anon_sym_long] = ACTIONS(758), + [anon_sym_short] = ACTIONS(758), + [sym_primitive_type] = ACTIONS(758), + [anon_sym_enum] = ACTIONS(758), + [anon_sym_struct] = ACTIONS(758), + [anon_sym_union] = ACTIONS(758), + [sym_identifier] = ACTIONS(758), [sym_comment] = ACTIONS(39), }, - [203] = { - [sym_preproc_include] = STATE(360), - [sym_preproc_def] = STATE(360), - [sym_preproc_function_def] = STATE(360), - [sym_preproc_call] = STATE(360), - [sym_preproc_if] = STATE(360), - [sym_preproc_ifdef] = STATE(360), - [sym_function_definition] = STATE(360), - [sym_declaration] = STATE(360), - [sym_type_definition] = STATE(360), + [176] = { + [sym_preproc_include] = STATE(320), + [sym_preproc_def] = STATE(320), + [sym_preproc_function_def] = STATE(320), + [sym_preproc_call] = STATE(320), + [sym_preproc_if] = STATE(320), + [sym_preproc_ifdef] = STATE(320), + [sym_function_definition] = STATE(320), + [sym_declaration] = STATE(320), + [sym_type_definition] = STATE(320), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(360), + [sym_linkage_specification] = STATE(320), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -9907,9 +9843,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(360), + [sym__empty_declaration] = STATE(320), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(360), + [aux_sym_translation_unit_repeat1] = STATE(320), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), @@ -9920,7 +9856,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(17), [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(21), - [anon_sym_RBRACE] = ACTIONS(828), + [anon_sym_RBRACE] = ACTIONS(760), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -9939,157 +9875,172 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [204] = { - [sym_storage_class_specifier] = STATE(361), - [sym_type_qualifier] = STATE(361), - [aux_sym__declaration_specifiers_repeat1] = STATE(361), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(277), + [177] = { + [sym_storage_class_specifier] = STATE(321), + [sym_type_qualifier] = STATE(321), + [aux_sym__declaration_specifiers_repeat1] = STATE(321), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [205] = { - [sym_storage_class_specifier] = STATE(362), - [sym_type_qualifier] = STATE(362), - [aux_sym__declaration_specifiers_repeat1] = STATE(362), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(277), + [178] = { + [sym_storage_class_specifier] = STATE(322), + [sym_type_qualifier] = STATE(322), + [aux_sym__declaration_specifiers_repeat1] = STATE(322), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [206] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(206), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_extern] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_static] = ACTIONS(347), - [anon_sym_auto] = ACTIONS(347), - [anon_sym_register] = ACTIONS(347), - [anon_sym_inline] = ACTIONS(347), - [anon_sym_const] = ACTIONS(347), - [anon_sym_restrict] = ACTIONS(347), - [anon_sym_volatile] = ACTIONS(347), - [anon_sym__Atomic] = ACTIONS(347), - [anon_sym_unsigned] = ACTIONS(830), - [anon_sym_long] = ACTIONS(830), - [anon_sym_short] = ACTIONS(830), - [sym_primitive_type] = ACTIONS(347), - [sym_identifier] = ACTIONS(347), + [179] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(179), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_extern] = ACTIONS(315), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_static] = ACTIONS(315), + [anon_sym_auto] = ACTIONS(315), + [anon_sym_register] = ACTIONS(315), + [anon_sym_inline] = ACTIONS(315), + [anon_sym_const] = ACTIONS(315), + [anon_sym_restrict] = ACTIONS(315), + [anon_sym_volatile] = ACTIONS(315), + [anon_sym__Atomic] = ACTIONS(315), + [anon_sym_unsigned] = ACTIONS(762), + [anon_sym_long] = ACTIONS(762), + [anon_sym_short] = ACTIONS(762), + [sym_primitive_type] = ACTIONS(315), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, - [207] = { - [anon_sym_LPAREN] = ACTIONS(833), - [anon_sym_COMMA] = ACTIONS(833), - [anon_sym_RPAREN] = ACTIONS(833), - [anon_sym_SEMI] = ACTIONS(833), - [anon_sym_extern] = ACTIONS(835), - [anon_sym_STAR] = ACTIONS(833), - [anon_sym_LBRACK] = ACTIONS(833), - [anon_sym_static] = ACTIONS(835), - [anon_sym_auto] = ACTIONS(835), - [anon_sym_register] = ACTIONS(835), - [anon_sym_inline] = ACTIONS(835), - [anon_sym_const] = ACTIONS(835), - [anon_sym_restrict] = ACTIONS(835), - [anon_sym_volatile] = ACTIONS(835), - [anon_sym__Atomic] = ACTIONS(835), - [anon_sym_COLON] = ACTIONS(833), - [sym_identifier] = ACTIONS(835), + [180] = { + [anon_sym_LPAREN] = ACTIONS(765), + [anon_sym_COMMA] = ACTIONS(765), + [anon_sym_RPAREN] = ACTIONS(765), + [anon_sym_SEMI] = ACTIONS(765), + [anon_sym_extern] = ACTIONS(767), + [anon_sym_STAR] = ACTIONS(765), + [anon_sym_LBRACK] = ACTIONS(765), + [anon_sym_RBRACK] = ACTIONS(765), + [anon_sym_static] = ACTIONS(767), + [anon_sym_auto] = ACTIONS(767), + [anon_sym_register] = ACTIONS(767), + [anon_sym_inline] = ACTIONS(767), + [anon_sym_const] = ACTIONS(767), + [anon_sym_restrict] = ACTIONS(767), + [anon_sym_volatile] = ACTIONS(767), + [anon_sym__Atomic] = ACTIONS(767), + [anon_sym_COLON] = ACTIONS(765), + [anon_sym_AMP] = ACTIONS(765), + [anon_sym_BANG] = ACTIONS(765), + [anon_sym_TILDE] = ACTIONS(765), + [anon_sym_PLUS] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(767), + [anon_sym_DASH_DASH] = ACTIONS(765), + [anon_sym_PLUS_PLUS] = ACTIONS(765), + [anon_sym_sizeof] = ACTIONS(767), + [sym_number_literal] = ACTIONS(765), + [sym_char_literal] = ACTIONS(765), + [sym_string_literal] = ACTIONS(765), + [sym_true] = ACTIONS(767), + [sym_false] = ACTIONS(767), + [sym_null] = ACTIONS(767), + [sym_identifier] = ACTIONS(767), [sym_comment] = ACTIONS(39), }, - [208] = { - [sym__expression] = STATE(370), - [sym_conditional_expression] = STATE(370), - [sym_assignment_expression] = STATE(370), - [sym_pointer_expression] = STATE(370), - [sym_logical_expression] = STATE(370), - [sym_bitwise_expression] = STATE(370), - [sym_equality_expression] = STATE(370), - [sym_relational_expression] = STATE(370), - [sym_shift_expression] = STATE(370), - [sym_math_expression] = STATE(370), - [sym_cast_expression] = STATE(370), - [sym_sizeof_expression] = STATE(370), - [sym_subscript_expression] = STATE(370), - [sym_call_expression] = STATE(370), - [sym_field_expression] = STATE(370), - [sym_compound_literal_expression] = STATE(370), - [sym_parenthesized_expression] = STATE(370), - [sym_concatenated_string] = STATE(370), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(851), - [sym_char_literal] = ACTIONS(851), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(855), - [sym_false] = ACTIONS(855), - [sym_null] = ACTIONS(855), - [sym_identifier] = ACTIONS(855), + [181] = { + [sym__expression] = STATE(330), + [sym_conditional_expression] = STATE(330), + [sym_assignment_expression] = STATE(330), + [sym_pointer_expression] = STATE(330), + [sym_logical_expression] = STATE(330), + [sym_bitwise_expression] = STATE(330), + [sym_equality_expression] = STATE(330), + [sym_relational_expression] = STATE(330), + [sym_shift_expression] = STATE(330), + [sym_math_expression] = STATE(330), + [sym_cast_expression] = STATE(330), + [sym_sizeof_expression] = STATE(330), + [sym_subscript_expression] = STATE(330), + [sym_call_expression] = STATE(330), + [sym_field_expression] = STATE(330), + [sym_compound_literal_expression] = STATE(330), + [sym_parenthesized_expression] = STATE(330), + [sym_concatenated_string] = STATE(330), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(783), + [sym_char_literal] = ACTIONS(783), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(787), + [sym_false] = ACTIONS(787), + [sym_null] = ACTIONS(787), + [sym_identifier] = ACTIONS(787), [sym_comment] = ACTIONS(39), }, - [209] = { - [sym_enumerator] = STATE(372), - [anon_sym_RBRACE] = ACTIONS(857), - [sym_identifier] = ACTIONS(207), + [182] = { + [sym_enumerator] = STATE(332), + [anon_sym_RBRACE] = ACTIONS(789), + [sym_identifier] = ACTIONS(179), [sym_comment] = ACTIONS(39), }, - [210] = { - [aux_sym_enumerator_list_repeat1] = STATE(374), - [anon_sym_COMMA] = ACTIONS(859), - [anon_sym_RBRACE] = ACTIONS(857), + [183] = { + [aux_sym_enumerator_list_repeat1] = STATE(334), + [anon_sym_COMMA] = ACTIONS(791), + [anon_sym_RBRACE] = ACTIONS(789), [sym_comment] = ACTIONS(39), }, - [211] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(378), - [sym_preproc_elif_in_field_declaration_list] = STATE(379), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(380), - [sym_field_declaration] = STATE(380), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(380), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(861), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [184] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(338), + [sym_preproc_elif_in_field_declaration_list] = STATE(339), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(340), + [sym_field_declaration] = STATE(340), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(340), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -10099,41 +10050,41 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [212] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(382), - [sym_preproc_elif_in_field_declaration_list] = STATE(383), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(384), - [sym_field_declaration] = STATE(384), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(384), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(867), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [185] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(342), + [sym_preproc_elif_in_field_declaration_list] = STATE(343), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(344), + [sym_field_declaration] = STATE(344), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(344), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(799), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -10143,41 +10094,41 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [213] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(386), - [sym_preproc_elif_in_field_declaration_list] = STATE(387), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(388), - [sym_field_declaration] = STATE(388), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(388), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(869), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [186] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(346), + [sym_preproc_elif_in_field_declaration_list] = STATE(347), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(348), + [sym_field_declaration] = STATE(348), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(348), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(801), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -10187,293 +10138,308 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [214] = { - [sym__field_declarator] = STATE(390), - [sym_pointer_field_declarator] = STATE(220), - [sym_function_field_declarator] = STATE(221), - [sym_array_field_declarator] = STATE(222), - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_STAR] = ACTIONS(871), - [sym_identifier] = ACTIONS(514), + [187] = { + [sym__field_declarator] = STATE(350), + [sym_pointer_field_declarator] = STATE(193), + [sym_function_field_declarator] = STATE(194), + [sym_array_field_declarator] = STATE(195), + [anon_sym_LPAREN] = ACTIONS(468), + [anon_sym_STAR] = ACTIONS(803), + [sym_identifier] = ACTIONS(476), [sym_comment] = ACTIONS(39), }, - [215] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(875), - [anon_sym_extern] = ACTIONS(873), - [anon_sym_RBRACE] = ACTIONS(875), - [anon_sym_static] = ACTIONS(873), - [anon_sym_auto] = ACTIONS(873), - [anon_sym_register] = ACTIONS(873), - [anon_sym_inline] = ACTIONS(873), - [anon_sym_const] = ACTIONS(873), - [anon_sym_restrict] = ACTIONS(873), - [anon_sym_volatile] = ACTIONS(873), - [anon_sym__Atomic] = ACTIONS(873), - [anon_sym_unsigned] = ACTIONS(873), - [anon_sym_long] = ACTIONS(873), - [anon_sym_short] = ACTIONS(873), - [sym_primitive_type] = ACTIONS(873), - [anon_sym_enum] = ACTIONS(873), - [anon_sym_struct] = ACTIONS(873), - [anon_sym_union] = ACTIONS(873), - [sym_identifier] = ACTIONS(873), + [188] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(807), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(807), + [anon_sym_extern] = ACTIONS(805), + [anon_sym_RBRACE] = ACTIONS(807), + [anon_sym_static] = ACTIONS(805), + [anon_sym_auto] = ACTIONS(805), + [anon_sym_register] = ACTIONS(805), + [anon_sym_inline] = ACTIONS(805), + [anon_sym_const] = ACTIONS(805), + [anon_sym_restrict] = ACTIONS(805), + [anon_sym_volatile] = ACTIONS(805), + [anon_sym__Atomic] = ACTIONS(805), + [anon_sym_unsigned] = ACTIONS(805), + [anon_sym_long] = ACTIONS(805), + [anon_sym_short] = ACTIONS(805), + [sym_primitive_type] = ACTIONS(805), + [anon_sym_enum] = ACTIONS(805), + [anon_sym_struct] = ACTIONS(805), + [anon_sym_union] = ACTIONS(805), + [sym_identifier] = ACTIONS(805), [sym_comment] = ACTIONS(39), }, - [216] = { - [sym__field_declarator] = STATE(391), - [sym_pointer_field_declarator] = STATE(220), - [sym_function_field_declarator] = STATE(221), - [sym_array_field_declarator] = STATE(222), - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_STAR] = ACTIONS(510), - [sym_identifier] = ACTIONS(514), - [sym_comment] = ACTIONS(39), + [189] = { + [sym__field_declarator] = STATE(351), + [sym_pointer_field_declarator] = STATE(193), + [sym_function_field_declarator] = STATE(194), + [sym_array_field_declarator] = STATE(195), + [anon_sym_LPAREN] = ACTIONS(468), + [anon_sym_STAR] = ACTIONS(472), + [sym_identifier] = ACTIONS(476), + [sym_comment] = ACTIONS(39), }, - [217] = { - [sym__expression] = STATE(399), - [sym_conditional_expression] = STATE(399), - [sym_assignment_expression] = STATE(399), - [sym_pointer_expression] = STATE(399), - [sym_logical_expression] = STATE(399), - [sym_bitwise_expression] = STATE(399), - [sym_equality_expression] = STATE(399), - [sym_relational_expression] = STATE(399), - [sym_shift_expression] = STATE(399), - [sym_math_expression] = STATE(399), - [sym_cast_expression] = STATE(399), - [sym_sizeof_expression] = STATE(399), - [sym_subscript_expression] = STATE(399), - [sym_call_expression] = STATE(399), - [sym_field_expression] = STATE(399), - [sym_compound_literal_expression] = STATE(399), - [sym_parenthesized_expression] = STATE(399), - [sym_concatenated_string] = STATE(399), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(891), - [sym_char_literal] = ACTIONS(891), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(895), - [sym_false] = ACTIONS(895), - [sym_null] = ACTIONS(895), - [sym_identifier] = ACTIONS(895), + [190] = { + [sym__expression] = STATE(359), + [sym_conditional_expression] = STATE(359), + [sym_assignment_expression] = STATE(359), + [sym_pointer_expression] = STATE(359), + [sym_logical_expression] = STATE(359), + [sym_bitwise_expression] = STATE(359), + [sym_equality_expression] = STATE(359), + [sym_relational_expression] = STATE(359), + [sym_shift_expression] = STATE(359), + [sym_math_expression] = STATE(359), + [sym_cast_expression] = STATE(359), + [sym_sizeof_expression] = STATE(359), + [sym_subscript_expression] = STATE(359), + [sym_call_expression] = STATE(359), + [sym_field_expression] = STATE(359), + [sym_compound_literal_expression] = STATE(359), + [sym_parenthesized_expression] = STATE(359), + [sym_concatenated_string] = STATE(359), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(823), + [sym_char_literal] = ACTIONS(823), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(827), + [sym_false] = ACTIONS(827), + [sym_null] = ACTIONS(827), + [sym_identifier] = ACTIONS(827), [sym_comment] = ACTIONS(39), }, - [218] = { - [anon_sym_LPAREN] = ACTIONS(897), - [anon_sym_COMMA] = ACTIONS(897), - [anon_sym_RPAREN] = ACTIONS(897), - [anon_sym_SEMI] = ACTIONS(897), - [anon_sym_LBRACK] = ACTIONS(897), - [anon_sym_COLON] = ACTIONS(897), + [191] = { + [anon_sym_LPAREN] = ACTIONS(829), + [anon_sym_COMMA] = ACTIONS(829), + [anon_sym_RPAREN] = ACTIONS(829), + [anon_sym_SEMI] = ACTIONS(829), + [anon_sym_LBRACK] = ACTIONS(829), + [anon_sym_COLON] = ACTIONS(829), [sym_comment] = ACTIONS(39), }, - [219] = { - [sym_parameter_list] = STATE(404), - [aux_sym_field_declaration_repeat1] = STATE(405), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(899), - [anon_sym_SEMI] = ACTIONS(901), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_COLON] = ACTIONS(905), + [192] = { + [sym_parameter_list] = STATE(364), + [aux_sym_field_declaration_repeat1] = STATE(365), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(833), + [anon_sym_LBRACK] = ACTIONS(835), + [anon_sym_COLON] = ACTIONS(837), [sym_comment] = ACTIONS(39), }, - [220] = { - [anon_sym_LPAREN] = ACTIONS(907), - [anon_sym_COMMA] = ACTIONS(907), - [anon_sym_RPAREN] = ACTIONS(907), - [anon_sym_SEMI] = ACTIONS(907), - [anon_sym_LBRACK] = ACTIONS(907), - [anon_sym_COLON] = ACTIONS(907), + [193] = { + [anon_sym_LPAREN] = ACTIONS(839), + [anon_sym_COMMA] = ACTIONS(839), + [anon_sym_RPAREN] = ACTIONS(839), + [anon_sym_SEMI] = ACTIONS(839), + [anon_sym_LBRACK] = ACTIONS(839), + [anon_sym_COLON] = ACTIONS(839), [sym_comment] = ACTIONS(39), }, - [221] = { - [anon_sym_LPAREN] = ACTIONS(909), - [anon_sym_COMMA] = ACTIONS(909), - [anon_sym_RPAREN] = ACTIONS(909), - [anon_sym_SEMI] = ACTIONS(909), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_COLON] = ACTIONS(909), + [194] = { + [anon_sym_LPAREN] = ACTIONS(841), + [anon_sym_COMMA] = ACTIONS(841), + [anon_sym_RPAREN] = ACTIONS(841), + [anon_sym_SEMI] = ACTIONS(841), + [anon_sym_LBRACK] = ACTIONS(841), + [anon_sym_COLON] = ACTIONS(841), [sym_comment] = ACTIONS(39), }, - [222] = { - [anon_sym_LPAREN] = ACTIONS(911), - [anon_sym_COMMA] = ACTIONS(911), - [anon_sym_RPAREN] = ACTIONS(911), - [anon_sym_SEMI] = ACTIONS(911), - [anon_sym_LBRACK] = ACTIONS(911), - [anon_sym_COLON] = ACTIONS(911), + [195] = { + [anon_sym_LPAREN] = ACTIONS(843), + [anon_sym_COMMA] = ACTIONS(843), + [anon_sym_RPAREN] = ACTIONS(843), + [anon_sym_SEMI] = ACTIONS(843), + [anon_sym_LBRACK] = ACTIONS(843), + [anon_sym_COLON] = ACTIONS(843), [sym_comment] = ACTIONS(39), }, - [223] = { - [sym_storage_class_specifier] = STATE(406), - [sym_type_qualifier] = STATE(406), - [aux_sym__declaration_specifiers_repeat1] = STATE(406), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_SEMI] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [anon_sym_COLON] = ACTIONS(275), - [sym_identifier] = ACTIONS(277), + [196] = { + [sym_storage_class_specifier] = STATE(366), + [sym_type_qualifier] = STATE(366), + [aux_sym__declaration_specifiers_repeat1] = STATE(366), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_SEMI] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_COLON] = ACTIONS(243), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [224] = { - [anon_sym_LPAREN] = ACTIONS(913), - [anon_sym_COMMA] = ACTIONS(913), - [anon_sym_RPAREN] = ACTIONS(913), - [anon_sym_SEMI] = ACTIONS(913), - [anon_sym_extern] = ACTIONS(915), - [anon_sym_STAR] = ACTIONS(913), - [anon_sym_LBRACK] = ACTIONS(913), - [anon_sym_static] = ACTIONS(915), - [anon_sym_auto] = ACTIONS(915), - [anon_sym_register] = ACTIONS(915), - [anon_sym_inline] = ACTIONS(915), - [anon_sym_const] = ACTIONS(915), - [anon_sym_restrict] = ACTIONS(915), - [anon_sym_volatile] = ACTIONS(915), - [anon_sym__Atomic] = ACTIONS(915), - [anon_sym_COLON] = ACTIONS(913), - [sym_identifier] = ACTIONS(915), + [197] = { + [anon_sym_LPAREN] = ACTIONS(845), + [anon_sym_COMMA] = ACTIONS(845), + [anon_sym_RPAREN] = ACTIONS(845), + [anon_sym_SEMI] = ACTIONS(845), + [anon_sym_extern] = ACTIONS(847), + [anon_sym_STAR] = ACTIONS(845), + [anon_sym_LBRACK] = ACTIONS(845), + [anon_sym_RBRACK] = ACTIONS(845), + [anon_sym_static] = ACTIONS(847), + [anon_sym_auto] = ACTIONS(847), + [anon_sym_register] = ACTIONS(847), + [anon_sym_inline] = ACTIONS(847), + [anon_sym_const] = ACTIONS(847), + [anon_sym_restrict] = ACTIONS(847), + [anon_sym_volatile] = ACTIONS(847), + [anon_sym__Atomic] = ACTIONS(847), + [anon_sym_COLON] = ACTIONS(845), + [anon_sym_AMP] = ACTIONS(845), + [anon_sym_BANG] = ACTIONS(845), + [anon_sym_TILDE] = ACTIONS(845), + [anon_sym_PLUS] = ACTIONS(847), + [anon_sym_DASH] = ACTIONS(847), + [anon_sym_DASH_DASH] = ACTIONS(845), + [anon_sym_PLUS_PLUS] = ACTIONS(845), + [anon_sym_sizeof] = ACTIONS(847), + [sym_number_literal] = ACTIONS(845), + [sym_char_literal] = ACTIONS(845), + [sym_string_literal] = ACTIONS(845), + [sym_true] = ACTIONS(847), + [sym_false] = ACTIONS(847), + [sym_null] = ACTIONS(847), + [sym_identifier] = ACTIONS(847), [sym_comment] = ACTIONS(39), }, - [225] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(225), - [sym_field_declaration] = STATE(225), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(225), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(917), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(920), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(923), - [anon_sym_extern] = ACTIONS(926), - [anon_sym_RBRACE] = ACTIONS(929), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(931), - [anon_sym_restrict] = ACTIONS(931), - [anon_sym_volatile] = ACTIONS(931), - [anon_sym__Atomic] = ACTIONS(931), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(937), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(943), - [anon_sym_union] = ACTIONS(946), - [sym_identifier] = ACTIONS(949), + [198] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(198), + [sym_field_declaration] = STATE(198), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(198), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(852), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(855), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_RBRACE] = ACTIONS(861), + [anon_sym_static] = ACTIONS(858), + [anon_sym_auto] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_inline] = ACTIONS(858), + [anon_sym_const] = ACTIONS(863), + [anon_sym_restrict] = ACTIONS(863), + [anon_sym_volatile] = ACTIONS(863), + [anon_sym__Atomic] = ACTIONS(863), + [anon_sym_unsigned] = ACTIONS(866), + [anon_sym_long] = ACTIONS(866), + [anon_sym_short] = ACTIONS(866), + [sym_primitive_type] = ACTIONS(869), + [anon_sym_enum] = ACTIONS(872), + [anon_sym_struct] = ACTIONS(875), + [anon_sym_union] = ACTIONS(878), + [sym_identifier] = ACTIONS(881), [sym_comment] = ACTIONS(39), }, - [226] = { - [sym_storage_class_specifier] = STATE(407), - [sym_type_qualifier] = STATE(407), - [aux_sym__declaration_specifiers_repeat1] = STATE(407), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_SEMI] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [anon_sym_COLON] = ACTIONS(275), - [sym_identifier] = ACTIONS(277), + [199] = { + [sym_storage_class_specifier] = STATE(367), + [sym_type_qualifier] = STATE(367), + [aux_sym__declaration_specifiers_repeat1] = STATE(367), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_SEMI] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_COLON] = ACTIONS(243), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [227] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(227), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_SEMI] = ACTIONS(345), - [anon_sym_extern] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_static] = ACTIONS(347), - [anon_sym_auto] = ACTIONS(347), - [anon_sym_register] = ACTIONS(347), - [anon_sym_inline] = ACTIONS(347), - [anon_sym_const] = ACTIONS(347), - [anon_sym_restrict] = ACTIONS(347), - [anon_sym_volatile] = ACTIONS(347), - [anon_sym__Atomic] = ACTIONS(347), - [anon_sym_unsigned] = ACTIONS(952), - [anon_sym_long] = ACTIONS(952), - [anon_sym_short] = ACTIONS(952), - [sym_primitive_type] = ACTIONS(347), - [anon_sym_COLON] = ACTIONS(345), - [sym_identifier] = ACTIONS(347), + [200] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(200), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_SEMI] = ACTIONS(313), + [anon_sym_extern] = ACTIONS(315), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_static] = ACTIONS(315), + [anon_sym_auto] = ACTIONS(315), + [anon_sym_register] = ACTIONS(315), + [anon_sym_inline] = ACTIONS(315), + [anon_sym_const] = ACTIONS(315), + [anon_sym_restrict] = ACTIONS(315), + [anon_sym_volatile] = ACTIONS(315), + [anon_sym__Atomic] = ACTIONS(315), + [anon_sym_unsigned] = ACTIONS(884), + [anon_sym_long] = ACTIONS(884), + [anon_sym_short] = ACTIONS(884), + [sym_primitive_type] = ACTIONS(315), + [anon_sym_COLON] = ACTIONS(313), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, - [228] = { - [sym__declaration_specifiers] = STATE(239), - [sym__abstract_declarator] = STATE(408), - [sym_abstract_pointer_declarator] = STATE(408), - [sym_abstract_function_declarator] = STATE(408), - [sym_abstract_array_declarator] = STATE(408), - [sym_storage_class_specifier] = STATE(241), - [sym_type_qualifier] = STATE(241), - [sym__type_specifier] = STATE(240), - [sym_sized_type_specifier] = STATE(240), - [sym_enum_specifier] = STATE(240), - [sym_struct_specifier] = STATE(240), - [sym_union_specifier] = STATE(240), - [sym_parameter_list] = STATE(232), - [sym_parameter_declaration] = STATE(237), - [sym_macro_type_specifier] = STATE(240), - [aux_sym__declaration_specifiers_repeat1] = STATE(241), - [aux_sym_sized_type_specifier_repeat1] = STATE(242), - [anon_sym_LPAREN] = ACTIONS(530), - [anon_sym_DOT_DOT_DOT] = ACTIONS(550), - [anon_sym_RPAREN] = ACTIONS(552), + [201] = { + [sym__declaration_specifiers] = STATE(212), + [sym__abstract_declarator] = STATE(368), + [sym_abstract_pointer_declarator] = STATE(368), + [sym_abstract_function_declarator] = STATE(368), + [sym_abstract_array_declarator] = STATE(368), + [sym_storage_class_specifier] = STATE(214), + [sym_type_qualifier] = STATE(214), + [sym__type_specifier] = STATE(213), + [sym_sized_type_specifier] = STATE(213), + [sym_enum_specifier] = STATE(213), + [sym_struct_specifier] = STATE(213), + [sym_union_specifier] = STATE(213), + [sym_parameter_list] = STATE(205), + [sym_parameter_declaration] = STATE(210), + [sym_macro_type_specifier] = STATE(213), + [aux_sym__declaration_specifiers_repeat1] = STATE(214), + [aux_sym_sized_type_specifier_repeat1] = STATE(215), + [anon_sym_LPAREN] = ACTIONS(492), + [anon_sym_DOT_DOT_DOT] = ACTIONS(512), + [anon_sym_RPAREN] = ACTIONS(514), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_LBRACK] = ACTIONS(536), + [anon_sym_STAR] = ACTIONS(496), + [anon_sym_LBRACK] = ACTIONS(498), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -10482,62 +10448,62 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(554), - [anon_sym_long] = ACTIONS(554), - [anon_sym_short] = ACTIONS(554), - [sym_primitive_type] = ACTIONS(556), + [anon_sym_unsigned] = ACTIONS(516), + [anon_sym_long] = ACTIONS(516), + [anon_sym_short] = ACTIONS(516), + [sym_primitive_type] = ACTIONS(518), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [229] = { - [sym__abstract_declarator] = STATE(409), - [sym_abstract_pointer_declarator] = STATE(409), - [sym_abstract_function_declarator] = STATE(409), - [sym_abstract_array_declarator] = STATE(409), - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(530), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_LBRACK] = ACTIONS(536), + [202] = { + [sym__abstract_declarator] = STATE(369), + [sym_abstract_pointer_declarator] = STATE(369), + [sym_abstract_function_declarator] = STATE(369), + [sym_abstract_array_declarator] = STATE(369), + [sym_parameter_list] = STATE(205), + [anon_sym_LPAREN] = ACTIONS(492), + [anon_sym_RPAREN] = ACTIONS(887), + [anon_sym_STAR] = ACTIONS(496), + [anon_sym_LBRACK] = ACTIONS(498), [sym_comment] = ACTIONS(39), }, - [230] = { - [sym__declaration_specifiers] = STATE(411), - [sym_storage_class_specifier] = STATE(296), - [sym_type_qualifier] = STATE(296), - [sym__type_specifier] = STATE(294), - [sym_sized_type_specifier] = STATE(294), - [sym_enum_specifier] = STATE(294), - [sym_struct_specifier] = STATE(294), - [sym_union_specifier] = STATE(294), - [sym__expression] = STATE(412), - [sym_conditional_expression] = STATE(412), - [sym_assignment_expression] = STATE(412), - [sym_pointer_expression] = STATE(412), - [sym_logical_expression] = STATE(412), - [sym_bitwise_expression] = STATE(412), - [sym_equality_expression] = STATE(412), - [sym_relational_expression] = STATE(412), - [sym_shift_expression] = STATE(412), - [sym_math_expression] = STATE(412), - [sym_cast_expression] = STATE(412), - [sym_sizeof_expression] = STATE(412), - [sym_subscript_expression] = STATE(412), - [sym_call_expression] = STATE(412), - [sym_field_expression] = STATE(412), - [sym_compound_literal_expression] = STATE(412), - [sym_parenthesized_expression] = STATE(412), - [sym_concatenated_string] = STATE(412), - [sym_macro_type_specifier] = STATE(294), - [aux_sym__declaration_specifiers_repeat1] = STATE(296), - [aux_sym_sized_type_specifier_repeat1] = STATE(297), - [anon_sym_LPAREN] = ACTIONS(630), + [203] = { + [sym__declaration_specifiers] = STATE(371), + [sym_storage_class_specifier] = STATE(261), + [sym_type_qualifier] = STATE(261), + [sym__type_specifier] = STATE(259), + [sym_sized_type_specifier] = STATE(259), + [sym_enum_specifier] = STATE(259), + [sym_struct_specifier] = STATE(259), + [sym_union_specifier] = STATE(259), + [sym__expression] = STATE(372), + [sym_conditional_expression] = STATE(372), + [sym_assignment_expression] = STATE(372), + [sym_pointer_expression] = STATE(372), + [sym_logical_expression] = STATE(372), + [sym_bitwise_expression] = STATE(372), + [sym_equality_expression] = STATE(372), + [sym_relational_expression] = STATE(372), + [sym_shift_expression] = STATE(372), + [sym_math_expression] = STATE(372), + [sym_cast_expression] = STATE(372), + [sym_sizeof_expression] = STATE(372), + [sym_subscript_expression] = STATE(372), + [sym_call_expression] = STATE(372), + [sym_field_expression] = STATE(372), + [sym_compound_literal_expression] = STATE(372), + [sym_parenthesized_expression] = STATE(372), + [sym_concatenated_string] = STATE(372), + [sym_macro_type_specifier] = STATE(259), + [aux_sym__declaration_specifiers_repeat1] = STATE(261), + [aux_sym_sized_type_specifier_repeat1] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(582), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(957), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(889), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -10546,166 +10512,181 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(636), - [anon_sym_long] = ACTIONS(636), - [anon_sym_short] = ACTIONS(636), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(640), - [anon_sym_struct] = ACTIONS(642), - [anon_sym_union] = ACTIONS(644), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(959), - [sym_char_literal] = ACTIONS(959), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(961), - [sym_false] = ACTIONS(961), - [sym_null] = ACTIONS(961), - [sym_identifier] = ACTIONS(662), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [sym_primitive_type] = ACTIONS(590), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(891), + [sym_char_literal] = ACTIONS(891), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(893), + [sym_false] = ACTIONS(893), + [sym_null] = ACTIONS(893), + [sym_identifier] = ACTIONS(608), [sym_comment] = ACTIONS(39), }, - [231] = { - [sym_parameter_list] = STATE(414), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_LBRACK] = ACTIONS(965), + [204] = { + [sym_parameter_list] = STATE(374), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(895), + [anon_sym_LBRACK] = ACTIONS(897), [sym_comment] = ACTIONS(39), }, - [232] = { - [anon_sym_LPAREN] = ACTIONS(967), - [anon_sym_COMMA] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_LBRACK] = ACTIONS(967), + [205] = { + [anon_sym_LPAREN] = ACTIONS(899), + [anon_sym_COMMA] = ACTIONS(899), + [anon_sym_RPAREN] = ACTIONS(899), + [anon_sym_LBRACK] = ACTIONS(899), [sym_comment] = ACTIONS(39), }, - [233] = { - [anon_sym_LPAREN] = ACTIONS(969), - [anon_sym_COMMA] = ACTIONS(969), - [anon_sym_RPAREN] = ACTIONS(969), - [anon_sym_SEMI] = ACTIONS(969), - [anon_sym_extern] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(969), - [anon_sym_LBRACK] = ACTIONS(969), - [anon_sym_static] = ACTIONS(971), - [anon_sym_auto] = ACTIONS(971), - [anon_sym_register] = ACTIONS(971), - [anon_sym_inline] = ACTIONS(971), - [anon_sym_const] = ACTIONS(971), - [anon_sym_restrict] = ACTIONS(971), - [anon_sym_volatile] = ACTIONS(971), - [anon_sym__Atomic] = ACTIONS(971), - [anon_sym_COLON] = ACTIONS(969), - [sym_identifier] = ACTIONS(971), + [206] = { + [anon_sym_LPAREN] = ACTIONS(901), + [anon_sym_COMMA] = ACTIONS(901), + [anon_sym_RPAREN] = ACTIONS(901), + [anon_sym_SEMI] = ACTIONS(901), + [anon_sym_extern] = ACTIONS(903), + [anon_sym_STAR] = ACTIONS(901), + [anon_sym_LBRACK] = ACTIONS(901), + [anon_sym_RBRACK] = ACTIONS(901), + [anon_sym_static] = ACTIONS(903), + [anon_sym_auto] = ACTIONS(903), + [anon_sym_register] = ACTIONS(903), + [anon_sym_inline] = ACTIONS(903), + [anon_sym_const] = ACTIONS(903), + [anon_sym_restrict] = ACTIONS(903), + [anon_sym_volatile] = ACTIONS(903), + [anon_sym__Atomic] = ACTIONS(903), + [anon_sym_COLON] = ACTIONS(901), + [anon_sym_AMP] = ACTIONS(901), + [anon_sym_BANG] = ACTIONS(901), + [anon_sym_TILDE] = ACTIONS(901), + [anon_sym_PLUS] = ACTIONS(903), + [anon_sym_DASH] = ACTIONS(903), + [anon_sym_DASH_DASH] = ACTIONS(901), + [anon_sym_PLUS_PLUS] = ACTIONS(901), + [anon_sym_sizeof] = ACTIONS(903), + [sym_number_literal] = ACTIONS(901), + [sym_char_literal] = ACTIONS(901), + [sym_string_literal] = ACTIONS(901), + [sym_true] = ACTIONS(903), + [sym_false] = ACTIONS(903), + [sym_null] = ACTIONS(903), + [sym_identifier] = ACTIONS(903), [sym_comment] = ACTIONS(39), }, - [234] = { - [sym__abstract_declarator] = STATE(415), - [sym_abstract_pointer_declarator] = STATE(415), - [sym_abstract_function_declarator] = STATE(415), - [sym_abstract_array_declarator] = STATE(415), - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(530), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_STAR] = ACTIONS(534), - [anon_sym_LBRACK] = ACTIONS(536), + [207] = { + [sym__abstract_declarator] = STATE(375), + [sym_abstract_pointer_declarator] = STATE(375), + [sym_abstract_function_declarator] = STATE(375), + [sym_abstract_array_declarator] = STATE(375), + [sym_parameter_list] = STATE(205), + [anon_sym_LPAREN] = ACTIONS(492), + [anon_sym_RPAREN] = ACTIONS(895), + [anon_sym_STAR] = ACTIONS(496), + [anon_sym_LBRACK] = ACTIONS(498), [sym_comment] = ACTIONS(39), }, - [235] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(235), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_RPAREN] = ACTIONS(345), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_LBRACK] = ACTIONS(345), - [anon_sym_unsigned] = ACTIONS(973), - [anon_sym_long] = ACTIONS(973), - [anon_sym_short] = ACTIONS(973), - [sym_primitive_type] = ACTIONS(347), - [sym_identifier] = ACTIONS(347), + [208] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(208), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_RPAREN] = ACTIONS(313), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(313), + [anon_sym_unsigned] = ACTIONS(905), + [anon_sym_long] = ACTIONS(905), + [anon_sym_short] = ACTIONS(905), + [sym_primitive_type] = ACTIONS(315), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, - [236] = { - [anon_sym_LPAREN] = ACTIONS(976), - [anon_sym_COMMA] = ACTIONS(976), - [anon_sym_RPAREN] = ACTIONS(976), - [anon_sym_SEMI] = ACTIONS(976), - [anon_sym_LBRACE] = ACTIONS(976), - [anon_sym_LBRACK] = ACTIONS(976), - [anon_sym_EQ] = ACTIONS(976), + [209] = { + [anon_sym_LPAREN] = ACTIONS(908), + [anon_sym_COMMA] = ACTIONS(908), + [anon_sym_RPAREN] = ACTIONS(908), + [anon_sym_SEMI] = ACTIONS(908), + [anon_sym_LBRACE] = ACTIONS(908), + [anon_sym_LBRACK] = ACTIONS(908), + [anon_sym_EQ] = ACTIONS(908), [sym_comment] = ACTIONS(39), }, - [237] = { - [aux_sym_parameter_list_repeat1] = STATE(418), - [anon_sym_COMMA] = ACTIONS(978), - [anon_sym_RPAREN] = ACTIONS(980), + [210] = { + [aux_sym_parameter_list_repeat1] = STATE(378), + [anon_sym_COMMA] = ACTIONS(910), + [anon_sym_RPAREN] = ACTIONS(912), [sym_comment] = ACTIONS(39), }, - [238] = { - [anon_sym_LPAREN] = ACTIONS(982), - [anon_sym_COMMA] = ACTIONS(982), - [anon_sym_RPAREN] = ACTIONS(982), - [anon_sym_SEMI] = ACTIONS(982), - [anon_sym_LBRACE] = ACTIONS(982), - [anon_sym_LBRACK] = ACTIONS(982), - [anon_sym_EQ] = ACTIONS(982), - [anon_sym_COLON] = ACTIONS(982), + [211] = { + [anon_sym_LPAREN] = ACTIONS(914), + [anon_sym_COMMA] = ACTIONS(914), + [anon_sym_RPAREN] = ACTIONS(914), + [anon_sym_SEMI] = ACTIONS(914), + [anon_sym_LBRACE] = ACTIONS(914), + [anon_sym_LBRACK] = ACTIONS(914), + [anon_sym_EQ] = ACTIONS(914), + [anon_sym_COLON] = ACTIONS(914), [sym_comment] = ACTIONS(39), }, - [239] = { - [sym__declarator] = STATE(421), - [sym__abstract_declarator] = STATE(422), - [sym_pointer_declarator] = STATE(421), - [sym_abstract_pointer_declarator] = STATE(422), - [sym_function_declarator] = STATE(421), - [sym_abstract_function_declarator] = STATE(422), - [sym_array_declarator] = STATE(421), - [sym_abstract_array_declarator] = STATE(422), - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(984), - [anon_sym_COMMA] = ACTIONS(986), - [anon_sym_RPAREN] = ACTIONS(986), - [anon_sym_STAR] = ACTIONS(988), - [anon_sym_LBRACK] = ACTIONS(536), - [sym_identifier] = ACTIONS(990), + [212] = { + [sym__declarator] = STATE(381), + [sym__abstract_declarator] = STATE(382), + [sym_pointer_declarator] = STATE(381), + [sym_abstract_pointer_declarator] = STATE(382), + [sym_function_declarator] = STATE(381), + [sym_abstract_function_declarator] = STATE(382), + [sym_array_declarator] = STATE(381), + [sym_abstract_array_declarator] = STATE(382), + [sym_parameter_list] = STATE(205), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_COMMA] = ACTIONS(918), + [anon_sym_RPAREN] = ACTIONS(918), + [anon_sym_STAR] = ACTIONS(920), + [anon_sym_LBRACK] = ACTIONS(498), + [sym_identifier] = ACTIONS(922), [sym_comment] = ACTIONS(39), }, - [240] = { - [sym_storage_class_specifier] = STATE(423), - [sym_type_qualifier] = STATE(423), - [aux_sym__declaration_specifiers_repeat1] = STATE(423), - [anon_sym_LPAREN] = ACTIONS(104), - [anon_sym_COMMA] = ACTIONS(104), - [anon_sym_RPAREN] = ACTIONS(104), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(104), - [anon_sym_LBRACK] = ACTIONS(104), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(110), + [213] = { + [sym_storage_class_specifier] = STATE(383), + [sym_type_qualifier] = STATE(383), + [aux_sym__declaration_specifiers_repeat1] = STATE(383), + [anon_sym_LPAREN] = ACTIONS(98), + [anon_sym_COMMA] = ACTIONS(98), + [anon_sym_RPAREN] = ACTIONS(98), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(98), + [anon_sym_LBRACK] = ACTIONS(98), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(100), [sym_comment] = ACTIONS(39), }, - [241] = { - [sym_storage_class_specifier] = STATE(57), - [sym_type_qualifier] = STATE(57), - [sym__type_specifier] = STATE(424), - [sym_sized_type_specifier] = STATE(424), - [sym_enum_specifier] = STATE(424), - [sym_struct_specifier] = STATE(424), - [sym_union_specifier] = STATE(424), - [sym_macro_type_specifier] = STATE(424), - [aux_sym__declaration_specifiers_repeat1] = STATE(57), - [aux_sym_sized_type_specifier_repeat1] = STATE(242), + [214] = { + [sym_storage_class_specifier] = STATE(50), + [sym_type_qualifier] = STATE(50), + [sym__type_specifier] = STATE(384), + [sym_sized_type_specifier] = STATE(384), + [sym_enum_specifier] = STATE(384), + [sym_struct_specifier] = STATE(384), + [sym_union_specifier] = STATE(384), + [sym_macro_type_specifier] = STATE(384), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), + [aux_sym_sized_type_specifier_repeat1] = STATE(215), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -10715,241 +10696,894 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(554), - [anon_sym_long] = ACTIONS(554), - [anon_sym_short] = ACTIONS(554), - [sym_primitive_type] = ACTIONS(992), + [anon_sym_unsigned] = ACTIONS(516), + [anon_sym_long] = ACTIONS(516), + [anon_sym_short] = ACTIONS(516), + [sym_primitive_type] = ACTIONS(924), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [242] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(425), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_COMMA] = ACTIONS(116), - [anon_sym_RPAREN] = ACTIONS(116), - [anon_sym_extern] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_LBRACK] = ACTIONS(116), - [anon_sym_static] = ACTIONS(118), - [anon_sym_auto] = ACTIONS(118), - [anon_sym_register] = ACTIONS(118), - [anon_sym_inline] = ACTIONS(118), - [anon_sym_const] = ACTIONS(118), - [anon_sym_restrict] = ACTIONS(118), - [anon_sym_volatile] = ACTIONS(118), - [anon_sym__Atomic] = ACTIONS(118), - [anon_sym_unsigned] = ACTIONS(994), - [anon_sym_long] = ACTIONS(994), - [anon_sym_short] = ACTIONS(994), - [sym_primitive_type] = ACTIONS(122), - [sym_identifier] = ACTIONS(124), + [215] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(385), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_COMMA] = ACTIONS(106), + [anon_sym_RPAREN] = ACTIONS(106), + [anon_sym_extern] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_LBRACK] = ACTIONS(106), + [anon_sym_static] = ACTIONS(108), + [anon_sym_auto] = ACTIONS(108), + [anon_sym_register] = ACTIONS(108), + [anon_sym_inline] = ACTIONS(108), + [anon_sym_const] = ACTIONS(108), + [anon_sym_restrict] = ACTIONS(108), + [anon_sym_volatile] = ACTIONS(108), + [anon_sym__Atomic] = ACTIONS(108), + [anon_sym_unsigned] = ACTIONS(926), + [anon_sym_long] = ACTIONS(926), + [anon_sym_short] = ACTIONS(926), + [sym_primitive_type] = ACTIONS(112), + [sym_identifier] = ACTIONS(114), [sym_comment] = ACTIONS(39), }, - [243] = { - [sym__declarator] = STATE(137), - [sym_pointer_declarator] = STATE(137), - [sym_function_declarator] = STATE(137), - [sym_array_declarator] = STATE(137), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(257), + [216] = { + [sym__declarator] = STATE(119), + [sym_pointer_declarator] = STATE(119), + [sym_function_declarator] = STATE(119), + [sym_array_declarator] = STATE(119), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(229), [sym_comment] = ACTIONS(39), }, - [244] = { - [sym_parameter_list] = STATE(145), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(996), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [217] = { + [sym_parameter_list] = STATE(127), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(928), + [anon_sym_SEMI] = ACTIONS(928), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, - [245] = { - [anon_sym_COMMA] = ACTIONS(996), - [anon_sym_SEMI] = ACTIONS(996), + [218] = { + [anon_sym_COMMA] = ACTIONS(928), + [anon_sym_SEMI] = ACTIONS(928), [sym_comment] = ACTIONS(39), }, - [246] = { - [sym_string_literal] = ACTIONS(998), - [sym_system_lib_string] = ACTIONS(998), + [219] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(396), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [247] = { - [sym_identifier] = ACTIONS(1000), + [220] = { + [sym_preproc_arg] = ACTIONS(952), + [sym_comment] = ACTIONS(47), + }, + [221] = { + [sym_identifier] = ACTIONS(954), [sym_comment] = ACTIONS(39), }, - [248] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(438), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), + [222] = { + [sym_identifier] = ACTIONS(956), + [sym_comment] = ACTIONS(39), + }, + [223] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(960), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(958), + [sym_preproc_directive] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_typedef] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_RBRACE] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_static] = ACTIONS(958), + [anon_sym_auto] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_inline] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_restrict] = ACTIONS(958), + [anon_sym_volatile] = ACTIONS(958), + [anon_sym__Atomic] = ACTIONS(958), + [anon_sym_unsigned] = ACTIONS(958), + [anon_sym_long] = ACTIONS(958), + [anon_sym_short] = ACTIONS(958), + [sym_primitive_type] = ACTIONS(958), + [anon_sym_enum] = ACTIONS(958), + [anon_sym_struct] = ACTIONS(958), + [anon_sym_union] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_case] = ACTIONS(958), + [anon_sym_default] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_goto] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(960), + [anon_sym_TILDE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(958), + [sym_number_literal] = ACTIONS(960), + [sym_char_literal] = ACTIONS(960), + [sym_string_literal] = ACTIONS(960), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_identifier] = ACTIONS(958), + [sym_comment] = ACTIONS(39), + }, + [224] = { + [ts_builtin_sym_end] = ACTIONS(962), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_RBRACE] = ACTIONS(962), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(962), + [sym_char_literal] = ACTIONS(962), + [sym_string_literal] = ACTIONS(962), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_identifier] = ACTIONS(964), + [sym_comment] = ACTIONS(39), + }, + [225] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), + [sym_comment] = ACTIONS(39), + }, + [226] = { + [anon_sym_LPAREN] = ACTIONS(970), + [sym_comment] = ACTIONS(39), + }, + [227] = { + [anon_sym_LPAREN] = ACTIONS(972), + [sym_comment] = ACTIONS(39), + }, + [228] = { + [sym__expression] = STATE(410), + [sym_conditional_expression] = STATE(410), + [sym_assignment_expression] = STATE(410), + [sym_pointer_expression] = STATE(410), + [sym_logical_expression] = STATE(410), + [sym_bitwise_expression] = STATE(410), + [sym_equality_expression] = STATE(410), + [sym_relational_expression] = STATE(410), + [sym_shift_expression] = STATE(410), + [sym_math_expression] = STATE(410), + [sym_cast_expression] = STATE(410), + [sym_sizeof_expression] = STATE(410), + [sym_subscript_expression] = STATE(410), + [sym_call_expression] = STATE(410), + [sym_field_expression] = STATE(410), + [sym_compound_literal_expression] = STATE(410), + [sym_parenthesized_expression] = STATE(410), + [sym_concatenated_string] = STATE(410), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(988), + [sym_char_literal] = ACTIONS(988), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(992), + [sym_false] = ACTIONS(992), + [sym_null] = ACTIONS(992), + [sym_identifier] = ACTIONS(992), + [sym_comment] = ACTIONS(39), + }, + [229] = { + [anon_sym_COLON] = ACTIONS(994), + [sym_comment] = ACTIONS(39), + }, + [230] = { + [anon_sym_LPAREN] = ACTIONS(996), + [sym_comment] = ACTIONS(39), + }, + [231] = { + [sym_compound_statement] = STATE(420), + [sym_labeled_statement] = STATE(420), + [sym_expression_statement] = STATE(420), + [sym_if_statement] = STATE(420), + [sym_switch_statement] = STATE(420), + [sym_case_statement] = STATE(420), + [sym_while_statement] = STATE(420), + [sym_do_statement] = STATE(420), + [sym_for_statement] = STATE(420), + [sym_return_statement] = STATE(420), + [sym_break_statement] = STATE(420), + [sym_continue_statement] = STATE(420), + [sym_goto_statement] = STATE(420), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), + [sym_comment] = ACTIONS(39), + }, + [232] = { + [anon_sym_LPAREN] = ACTIONS(1012), + [sym_comment] = ACTIONS(39), + }, + [233] = { + [sym__expression] = STATE(423), + [sym_conditional_expression] = STATE(423), + [sym_assignment_expression] = STATE(423), + [sym_pointer_expression] = STATE(423), + [sym_logical_expression] = STATE(423), + [sym_bitwise_expression] = STATE(423), + [sym_equality_expression] = STATE(423), + [sym_relational_expression] = STATE(423), + [sym_shift_expression] = STATE(423), + [sym_math_expression] = STATE(423), + [sym_cast_expression] = STATE(423), + [sym_sizeof_expression] = STATE(423), + [sym_subscript_expression] = STATE(423), + [sym_call_expression] = STATE(423), + [sym_field_expression] = STATE(423), + [sym_compound_literal_expression] = STATE(423), + [sym_parenthesized_expression] = STATE(423), + [sym_concatenated_string] = STATE(423), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(1014), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), [sym_number_literal] = ACTIONS(1016), [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1018), + [sym_false] = ACTIONS(1018), + [sym_null] = ACTIONS(1018), + [sym_identifier] = ACTIONS(1018), [sym_comment] = ACTIONS(39), }, - [249] = { - [sym_preproc_arg] = ACTIONS(1024), - [sym_comment] = ACTIONS(47), + [234] = { + [anon_sym_SEMI] = ACTIONS(1020), + [sym_comment] = ACTIONS(39), }, - [250] = { - [sym_identifier] = ACTIONS(1026), + [235] = { + [anon_sym_SEMI] = ACTIONS(1022), [sym_comment] = ACTIONS(39), }, - [251] = { + [236] = { + [sym_identifier] = ACTIONS(1024), + [sym_comment] = ACTIONS(39), + }, + [237] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [252] = { - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1030), - [anon_sym_LF] = ACTIONS(1032), - [sym_comment] = ACTIONS(47), + [238] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), + [sym_comment] = ACTIONS(39), }, - [253] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1036), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1034), - [sym_preproc_directive] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1036), - [anon_sym_typedef] = ACTIONS(1034), - [anon_sym_extern] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1036), - [anon_sym_RBRACE] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1034), - [anon_sym_auto] = ACTIONS(1034), - [anon_sym_register] = ACTIONS(1034), - [anon_sym_inline] = ACTIONS(1034), - [anon_sym_const] = ACTIONS(1034), - [anon_sym_restrict] = ACTIONS(1034), - [anon_sym_volatile] = ACTIONS(1034), - [anon_sym__Atomic] = ACTIONS(1034), - [anon_sym_unsigned] = ACTIONS(1034), - [anon_sym_long] = ACTIONS(1034), - [anon_sym_short] = ACTIONS(1034), - [sym_primitive_type] = ACTIONS(1034), - [anon_sym_enum] = ACTIONS(1034), - [anon_sym_struct] = ACTIONS(1034), - [anon_sym_union] = ACTIONS(1034), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_switch] = ACTIONS(1034), - [anon_sym_case] = ACTIONS(1034), - [anon_sym_default] = ACTIONS(1034), - [anon_sym_while] = ACTIONS(1034), - [anon_sym_do] = ACTIONS(1034), - [anon_sym_for] = ACTIONS(1034), - [anon_sym_return] = ACTIONS(1034), - [anon_sym_break] = ACTIONS(1034), - [anon_sym_continue] = ACTIONS(1034), - [anon_sym_goto] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1036), - [anon_sym_TILDE] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1034), - [anon_sym_DASH_DASH] = ACTIONS(1036), - [anon_sym_PLUS_PLUS] = ACTIONS(1036), - [anon_sym_sizeof] = ACTIONS(1034), - [sym_number_literal] = ACTIONS(1036), - [sym_char_literal] = ACTIONS(1036), - [sym_string_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1034), + [239] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), [sym_comment] = ACTIONS(39), }, - [254] = { - [sym_type_qualifier] = STATE(445), - [sym__type_specifier] = STATE(444), - [sym_sized_type_specifier] = STATE(444), - [sym_enum_specifier] = STATE(444), - [sym_struct_specifier] = STATE(444), - [sym_union_specifier] = STATE(444), - [sym_macro_type_specifier] = STATE(444), - [aux_sym_type_definition_repeat1] = STATE(445), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(1038), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [240] = { + [sym__expression] = STATE(431), + [sym_conditional_expression] = STATE(431), + [sym_assignment_expression] = STATE(431), + [sym_pointer_expression] = STATE(431), + [sym_logical_expression] = STATE(431), + [sym_bitwise_expression] = STATE(431), + [sym_equality_expression] = STATE(431), + [sym_relational_expression] = STATE(431), + [sym_shift_expression] = STATE(431), + [sym_math_expression] = STATE(431), + [sym_cast_expression] = STATE(431), + [sym_sizeof_expression] = STATE(431), + [sym_subscript_expression] = STATE(431), + [sym_call_expression] = STATE(431), + [sym_field_expression] = STATE(431), + [sym_compound_literal_expression] = STATE(431), + [sym_parenthesized_expression] = STATE(431), + [sym_concatenated_string] = STATE(431), + [anon_sym_LPAREN] = ACTIONS(1038), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1040), + [sym_char_literal] = ACTIONS(1040), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1042), + [sym_false] = ACTIONS(1042), + [sym_null] = ACTIONS(1042), + [sym_identifier] = ACTIONS(1042), [sym_comment] = ACTIONS(39), }, - [255] = { - [sym_preproc_include] = STATE(447), - [sym_preproc_def] = STATE(447), - [sym_preproc_function_def] = STATE(447), - [sym_preproc_call] = STATE(447), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(447), - [sym_type_definition] = STATE(447), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(447), + [241] = { + [aux_sym_concatenated_string_repeat1] = STATE(432), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(1048), + [sym_comment] = ACTIONS(39), + }, + [242] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(1060), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), + [sym_comment] = ACTIONS(39), + }, + [243] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1062), + [anon_sym_LPAREN] = ACTIONS(1064), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1062), + [sym_preproc_directive] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1064), + [anon_sym_typedef] = ACTIONS(1062), + [anon_sym_extern] = ACTIONS(1062), + [anon_sym_LBRACE] = ACTIONS(1064), + [anon_sym_RBRACE] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1064), + [anon_sym_static] = ACTIONS(1062), + [anon_sym_auto] = ACTIONS(1062), + [anon_sym_register] = ACTIONS(1062), + [anon_sym_inline] = ACTIONS(1062), + [anon_sym_const] = ACTIONS(1062), + [anon_sym_restrict] = ACTIONS(1062), + [anon_sym_volatile] = ACTIONS(1062), + [anon_sym__Atomic] = ACTIONS(1062), + [anon_sym_unsigned] = ACTIONS(1062), + [anon_sym_long] = ACTIONS(1062), + [anon_sym_short] = ACTIONS(1062), + [sym_primitive_type] = ACTIONS(1062), + [anon_sym_enum] = ACTIONS(1062), + [anon_sym_struct] = ACTIONS(1062), + [anon_sym_union] = ACTIONS(1062), + [anon_sym_if] = ACTIONS(1062), + [anon_sym_switch] = ACTIONS(1062), + [anon_sym_case] = ACTIONS(1062), + [anon_sym_default] = ACTIONS(1062), + [anon_sym_while] = ACTIONS(1062), + [anon_sym_do] = ACTIONS(1062), + [anon_sym_for] = ACTIONS(1062), + [anon_sym_return] = ACTIONS(1062), + [anon_sym_break] = ACTIONS(1062), + [anon_sym_continue] = ACTIONS(1062), + [anon_sym_goto] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1064), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_PLUS] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1062), + [anon_sym_DASH_DASH] = ACTIONS(1064), + [anon_sym_PLUS_PLUS] = ACTIONS(1064), + [anon_sym_sizeof] = ACTIONS(1062), + [sym_number_literal] = ACTIONS(1064), + [sym_char_literal] = ACTIONS(1064), + [sym_string_literal] = ACTIONS(1064), + [sym_true] = ACTIONS(1062), + [sym_false] = ACTIONS(1062), + [sym_null] = ACTIONS(1062), + [sym_identifier] = ACTIONS(1062), + [sym_comment] = ACTIONS(39), + }, + [244] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1066), + [anon_sym_LPAREN] = ACTIONS(1068), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1066), + [sym_preproc_directive] = ACTIONS(1066), + [anon_sym_SEMI] = ACTIONS(1068), + [anon_sym_typedef] = ACTIONS(1066), + [anon_sym_extern] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(1068), + [anon_sym_RBRACE] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1068), + [anon_sym_static] = ACTIONS(1066), + [anon_sym_auto] = ACTIONS(1066), + [anon_sym_register] = ACTIONS(1066), + [anon_sym_inline] = ACTIONS(1066), + [anon_sym_const] = ACTIONS(1066), + [anon_sym_restrict] = ACTIONS(1066), + [anon_sym_volatile] = ACTIONS(1066), + [anon_sym__Atomic] = ACTIONS(1066), + [anon_sym_unsigned] = ACTIONS(1066), + [anon_sym_long] = ACTIONS(1066), + [anon_sym_short] = ACTIONS(1066), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1066), + [anon_sym_struct] = ACTIONS(1066), + [anon_sym_union] = ACTIONS(1066), + [anon_sym_if] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1066), + [anon_sym_case] = ACTIONS(1066), + [anon_sym_default] = ACTIONS(1066), + [anon_sym_while] = ACTIONS(1066), + [anon_sym_do] = ACTIONS(1066), + [anon_sym_for] = ACTIONS(1066), + [anon_sym_return] = ACTIONS(1066), + [anon_sym_break] = ACTIONS(1066), + [anon_sym_continue] = ACTIONS(1066), + [anon_sym_goto] = ACTIONS(1066), + [anon_sym_AMP] = ACTIONS(1068), + [anon_sym_BANG] = ACTIONS(1068), + [anon_sym_TILDE] = ACTIONS(1068), + [anon_sym_PLUS] = ACTIONS(1066), + [anon_sym_DASH] = ACTIONS(1066), + [anon_sym_DASH_DASH] = ACTIONS(1068), + [anon_sym_PLUS_PLUS] = ACTIONS(1068), + [anon_sym_sizeof] = ACTIONS(1066), + [sym_number_literal] = ACTIONS(1068), + [sym_char_literal] = ACTIONS(1068), + [sym_string_literal] = ACTIONS(1068), + [sym_true] = ACTIONS(1066), + [sym_false] = ACTIONS(1066), + [sym_null] = ACTIONS(1066), + [sym_identifier] = ACTIONS(1066), + [sym_comment] = ACTIONS(39), + }, + [245] = { + [sym__declarator] = STATE(434), + [sym_pointer_declarator] = STATE(434), + [sym_function_declarator] = STATE(434), + [sym_array_declarator] = STATE(434), + [sym_init_declarator] = STATE(46), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_SEMI] = ACTIONS(92), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(1070), + [sym_comment] = ACTIONS(39), + }, + [246] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(1076), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(1084), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [247] = { + [anon_sym_SEMI] = ACTIONS(1076), + [sym_comment] = ACTIONS(39), + }, + [248] = { + [sym_preproc_include] = STATE(455), + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(455), + [sym_type_definition] = STATE(455), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(455), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -10957,55 +11591,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(447), - [sym_expression_statement] = STATE(447), - [sym_if_statement] = STATE(447), - [sym_switch_statement] = STATE(447), - [sym_case_statement] = STATE(447), - [sym_while_statement] = STATE(447), - [sym_do_statement] = STATE(447), - [sym_for_statement] = STATE(447), - [sym_return_statement] = STATE(447), - [sym_break_statement] = STATE(447), - [sym_continue_statement] = STATE(447), - [sym_goto_statement] = STATE(447), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(447), + [sym_labeled_statement] = STATE(455), + [sym_expression_statement] = STATE(455), + [sym_if_statement] = STATE(455), + [sym_switch_statement] = STATE(455), + [sym_case_statement] = STATE(455), + [sym_while_statement] = STATE(455), + [sym_do_statement] = STATE(455), + [sym_for_statement] = STATE(455), + [sym_return_statement] = STATE(455), + [sym_break_statement] = STATE(455), + [sym_continue_statement] = STATE(455), + [sym_goto_statement] = STATE(455), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(455), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(447), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(455), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(530), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(532), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(534), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(1040), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_RBRACE] = ACTIONS(1112), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -11021,116 +11655,263 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), [sym_comment] = ACTIONS(39), }, - [256] = { - [ts_builtin_sym_end] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_RBRACE] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [249] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(456), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [257] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), + [250] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), [sym_comment] = ACTIONS(39), }, - [258] = { - [anon_sym_LPAREN] = ACTIONS(1050), + [251] = { + [anon_sym_LPAREN] = ACTIONS(1114), + [anon_sym_COMMA] = ACTIONS(1114), + [anon_sym_RPAREN] = ACTIONS(1114), + [anon_sym_SEMI] = ACTIONS(1114), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_LBRACK] = ACTIONS(1114), + [anon_sym_EQ] = ACTIONS(1114), [sym_comment] = ACTIONS(39), }, - [259] = { - [anon_sym_LPAREN] = ACTIONS(1052), + [252] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [260] = { - [sym__expression] = STATE(458), - [sym_conditional_expression] = STATE(458), - [sym_assignment_expression] = STATE(458), - [sym_pointer_expression] = STATE(458), - [sym_logical_expression] = STATE(458), - [sym_bitwise_expression] = STATE(458), + [253] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), + [sym_comment] = ACTIONS(39), + }, + [254] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), + [sym_comment] = ACTIONS(39), + }, + [255] = { + [sym__expression] = STATE(458), + [sym_conditional_expression] = STATE(458), + [sym_assignment_expression] = STATE(458), + [sym_pointer_expression] = STATE(458), + [sym_logical_expression] = STATE(458), + [sym_bitwise_expression] = STATE(458), [sym_equality_expression] = STATE(458), [sym_relational_expression] = STATE(458), [sym_shift_expression] = STATE(458), @@ -11143,639 +11924,173 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_compound_literal_expression] = STATE(458), [sym_parenthesized_expression] = STATE(458), [sym_concatenated_string] = STATE(458), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1068), - [sym_char_literal] = ACTIONS(1068), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1072), - [sym_false] = ACTIONS(1072), - [sym_null] = ACTIONS(1072), - [sym_identifier] = ACTIONS(1072), - [sym_comment] = ACTIONS(39), - }, - [261] = { - [anon_sym_COLON] = ACTIONS(1074), - [sym_comment] = ACTIONS(39), - }, - [262] = { - [anon_sym_LPAREN] = ACTIONS(1076), - [sym_comment] = ACTIONS(39), - }, - [263] = { - [sym_compound_statement] = STATE(468), - [sym_labeled_statement] = STATE(468), - [sym_expression_statement] = STATE(468), - [sym_if_statement] = STATE(468), - [sym_switch_statement] = STATE(468), - [sym_case_statement] = STATE(468), - [sym_while_statement] = STATE(468), - [sym_do_statement] = STATE(468), - [sym_for_statement] = STATE(468), - [sym_return_statement] = STATE(468), - [sym_break_statement] = STATE(468), - [sym_continue_statement] = STATE(468), - [sym_goto_statement] = STATE(468), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [264] = { - [anon_sym_LPAREN] = ACTIONS(1092), - [sym_comment] = ACTIONS(39), - }, - [265] = { - [sym__expression] = STATE(471), - [sym_conditional_expression] = STATE(471), - [sym_assignment_expression] = STATE(471), - [sym_pointer_expression] = STATE(471), - [sym_logical_expression] = STATE(471), - [sym_bitwise_expression] = STATE(471), - [sym_equality_expression] = STATE(471), - [sym_relational_expression] = STATE(471), - [sym_shift_expression] = STATE(471), - [sym_math_expression] = STATE(471), - [sym_cast_expression] = STATE(471), - [sym_sizeof_expression] = STATE(471), - [sym_subscript_expression] = STATE(471), - [sym_call_expression] = STATE(471), - [sym_field_expression] = STATE(471), - [sym_compound_literal_expression] = STATE(471), - [sym_parenthesized_expression] = STATE(471), - [sym_concatenated_string] = STATE(471), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(1094), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1096), - [sym_char_literal] = ACTIONS(1096), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1098), - [sym_false] = ACTIONS(1098), - [sym_null] = ACTIONS(1098), - [sym_identifier] = ACTIONS(1098), - [sym_comment] = ACTIONS(39), - }, - [266] = { - [anon_sym_SEMI] = ACTIONS(1100), - [sym_comment] = ACTIONS(39), - }, - [267] = { - [anon_sym_SEMI] = ACTIONS(1102), - [sym_comment] = ACTIONS(39), - }, - [268] = { - [sym_identifier] = ACTIONS(1104), - [sym_comment] = ACTIONS(39), - }, - [269] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), - [sym_comment] = ACTIONS(39), - }, - [270] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), - [sym_comment] = ACTIONS(39), - }, - [271] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), - [sym_comment] = ACTIONS(39), - }, - [272] = { - [sym__expression] = STATE(479), - [sym_conditional_expression] = STATE(479), - [sym_assignment_expression] = STATE(479), - [sym_pointer_expression] = STATE(479), - [sym_logical_expression] = STATE(479), - [sym_bitwise_expression] = STATE(479), - [sym_equality_expression] = STATE(479), - [sym_relational_expression] = STATE(479), - [sym_shift_expression] = STATE(479), - [sym_math_expression] = STATE(479), - [sym_cast_expression] = STATE(479), - [sym_sizeof_expression] = STATE(479), - [sym_subscript_expression] = STATE(479), - [sym_call_expression] = STATE(479), - [sym_field_expression] = STATE(479), - [sym_compound_literal_expression] = STATE(479), - [sym_parenthesized_expression] = STATE(479), - [sym_concatenated_string] = STATE(479), - [anon_sym_LPAREN] = ACTIONS(1118), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1120), - [sym_char_literal] = ACTIONS(1120), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1122), - [sym_false] = ACTIONS(1122), - [sym_null] = ACTIONS(1122), - [sym_identifier] = ACTIONS(1122), - [sym_comment] = ACTIONS(39), - }, - [273] = { - [aux_sym_concatenated_string_repeat1] = STATE(480), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(1128), + [anon_sym_LPAREN] = ACTIONS(1116), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1118), + [sym_char_literal] = ACTIONS(1118), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1120), + [sym_false] = ACTIONS(1120), + [sym_null] = ACTIONS(1120), + [sym_identifier] = ACTIONS(1120), [sym_comment] = ACTIONS(39), }, - [274] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(1140), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), - [sym_comment] = ACTIONS(39), - }, - [275] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1142), - [anon_sym_LPAREN] = ACTIONS(1144), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_RBRACE] = ACTIONS(1144), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [sym_char_literal] = ACTIONS(1144), - [sym_string_literal] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), - [sym_identifier] = ACTIONS(1142), - [sym_comment] = ACTIONS(39), - }, - [276] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1146), - [anon_sym_LPAREN] = ACTIONS(1148), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1146), - [sym_preproc_directive] = ACTIONS(1146), - [anon_sym_SEMI] = ACTIONS(1148), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1148), - [anon_sym_RBRACE] = ACTIONS(1148), - [anon_sym_STAR] = ACTIONS(1148), - [anon_sym_static] = ACTIONS(1146), - [anon_sym_auto] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_inline] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [anon_sym_restrict] = ACTIONS(1146), - [anon_sym_volatile] = ACTIONS(1146), - [anon_sym__Atomic] = ACTIONS(1146), - [anon_sym_unsigned] = ACTIONS(1146), - [anon_sym_long] = ACTIONS(1146), - [anon_sym_short] = ACTIONS(1146), - [sym_primitive_type] = ACTIONS(1146), - [anon_sym_enum] = ACTIONS(1146), - [anon_sym_struct] = ACTIONS(1146), - [anon_sym_union] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_switch] = ACTIONS(1146), - [anon_sym_case] = ACTIONS(1146), - [anon_sym_default] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1146), - [anon_sym_AMP] = ACTIONS(1148), - [anon_sym_BANG] = ACTIONS(1148), - [anon_sym_TILDE] = ACTIONS(1148), - [anon_sym_PLUS] = ACTIONS(1146), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1148), - [anon_sym_PLUS_PLUS] = ACTIONS(1148), - [anon_sym_sizeof] = ACTIONS(1146), - [sym_number_literal] = ACTIONS(1148), - [sym_char_literal] = ACTIONS(1148), - [sym_string_literal] = ACTIONS(1148), - [sym_true] = ACTIONS(1146), - [sym_false] = ACTIONS(1146), - [sym_null] = ACTIONS(1146), - [sym_identifier] = ACTIONS(1146), - [sym_comment] = ACTIONS(39), - }, - [277] = { - [sym__declarator] = STATE(483), - [sym_pointer_declarator] = STATE(483), - [sym_function_declarator] = STATE(483), - [sym_array_declarator] = STATE(483), - [sym_init_declarator] = STATE(484), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_SEMI] = ACTIONS(1150), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(1152), + [256] = { + [aux_sym_concatenated_string_repeat1] = STATE(459), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_RBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(1122), [sym_comment] = ACTIONS(39), }, - [278] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(1158), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [257] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_RBRACK] = ACTIONS(1054), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1057), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_BANG] = ACTIONS(86), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_TILDE] = ACTIONS(84), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1057), + [anon_sym_DASH] = ACTIONS(1057), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [anon_sym_sizeof] = ACTIONS(86), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_number_literal] = ACTIONS(84), + [sym_char_literal] = ACTIONS(84), + [sym_string_literal] = ACTIONS(84), + [sym_true] = ACTIONS(86), + [sym_false] = ACTIONS(86), + [sym_null] = ACTIONS(86), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [279] = { - [anon_sym_SEMI] = ACTIONS(1158), + [258] = { + [sym__expression] = STATE(461), + [sym_conditional_expression] = STATE(461), + [sym_assignment_expression] = STATE(461), + [sym_pointer_expression] = STATE(461), + [sym_logical_expression] = STATE(461), + [sym_bitwise_expression] = STATE(461), + [sym_equality_expression] = STATE(461), + [sym_relational_expression] = STATE(461), + [sym_shift_expression] = STATE(461), + [sym_math_expression] = STATE(461), + [sym_cast_expression] = STATE(461), + [sym_sizeof_expression] = STATE(461), + [sym_subscript_expression] = STATE(461), + [sym_call_expression] = STATE(461), + [sym_field_expression] = STATE(461), + [sym_compound_literal_expression] = STATE(461), + [sym_parenthesized_expression] = STATE(461), + [sym_concatenated_string] = STATE(461), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(1124), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1126), + [sym_char_literal] = ACTIONS(1126), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1128), + [sym_false] = ACTIONS(1128), + [sym_null] = ACTIONS(1128), + [sym_identifier] = ACTIONS(1128), [sym_comment] = ACTIONS(39), }, - [280] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [259] = { + [sym_storage_class_specifier] = STATE(462), + [sym_type_qualifier] = STATE(462), + [aux_sym__declaration_specifiers_repeat1] = STATE(462), + [anon_sym_LPAREN] = ACTIONS(98), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(1194), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_STAR] = ACTIONS(98), + [anon_sym_RBRACK] = ACTIONS(98), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -11784,544 +12099,75 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), - [sym_comment] = ACTIONS(39), - }, - [281] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(506), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), - [sym_comment] = ACTIONS(39), - }, - [282] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), - [sym_comment] = ACTIONS(39), - }, - [283] = { - [anon_sym_LPAREN] = ACTIONS(1196), - [anon_sym_COMMA] = ACTIONS(1196), - [anon_sym_RPAREN] = ACTIONS(1196), - [anon_sym_SEMI] = ACTIONS(1196), - [anon_sym_LBRACE] = ACTIONS(1196), - [anon_sym_LBRACK] = ACTIONS(1196), - [anon_sym_EQ] = ACTIONS(1196), - [sym_comment] = ACTIONS(39), - }, - [284] = { - [sym_enumerator_list] = STATE(509), - [anon_sym_LBRACE] = ACTIONS(1198), - [sym_identifier] = ACTIONS(1200), - [sym_comment] = ACTIONS(39), - }, - [285] = { - [sym_field_declaration_list] = STATE(512), - [anon_sym_LBRACE] = ACTIONS(1202), - [sym_identifier] = ACTIONS(1204), - [sym_comment] = ACTIONS(39), - }, - [286] = { - [sym_field_declaration_list] = STATE(514), - [anon_sym_LBRACE] = ACTIONS(1202), - [sym_identifier] = ACTIONS(1206), - [sym_comment] = ACTIONS(39), - }, - [287] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), + [anon_sym_AMP] = ACTIONS(98), + [anon_sym_BANG] = ACTIONS(98), + [anon_sym_TILDE] = ACTIONS(98), + [anon_sym_PLUS] = ACTIONS(100), + [anon_sym_DASH] = ACTIONS(100), + [anon_sym_DASH_DASH] = ACTIONS(98), + [anon_sym_PLUS_PLUS] = ACTIONS(98), + [anon_sym_sizeof] = ACTIONS(100), + [sym_number_literal] = ACTIONS(98), + [sym_char_literal] = ACTIONS(98), + [sym_string_literal] = ACTIONS(98), + [sym_true] = ACTIONS(100), + [sym_false] = ACTIONS(100), + [sym_null] = ACTIONS(100), + [sym_identifier] = ACTIONS(100), [sym_comment] = ACTIONS(39), }, - [288] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), - [sym_comment] = ACTIONS(39), - }, - [289] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), - [sym_comment] = ACTIONS(39), - }, - [290] = { - [sym__expression] = STATE(516), - [sym_conditional_expression] = STATE(516), - [sym_assignment_expression] = STATE(516), - [sym_pointer_expression] = STATE(516), - [sym_logical_expression] = STATE(516), - [sym_bitwise_expression] = STATE(516), - [sym_equality_expression] = STATE(516), - [sym_relational_expression] = STATE(516), - [sym_shift_expression] = STATE(516), - [sym_math_expression] = STATE(516), - [sym_cast_expression] = STATE(516), - [sym_sizeof_expression] = STATE(516), - [sym_subscript_expression] = STATE(516), - [sym_call_expression] = STATE(516), - [sym_field_expression] = STATE(516), - [sym_compound_literal_expression] = STATE(516), - [sym_parenthesized_expression] = STATE(516), - [sym_concatenated_string] = STATE(516), - [anon_sym_LPAREN] = ACTIONS(1208), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1210), - [sym_char_literal] = ACTIONS(1210), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1212), - [sym_false] = ACTIONS(1212), - [sym_null] = ACTIONS(1212), - [sym_identifier] = ACTIONS(1212), - [sym_comment] = ACTIONS(39), - }, - [291] = { - [aux_sym_concatenated_string_repeat1] = STATE(517), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), + [260] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), [anon_sym_RBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(1214), - [sym_comment] = ACTIONS(39), - }, - [292] = { - [anon_sym_LPAREN] = ACTIONS(1216), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_RBRACK] = ACTIONS(1134), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_BANG] = ACTIONS(92), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_TILDE] = ACTIONS(90), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1137), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1134), - [anon_sym_PLUS_PLUS] = ACTIONS(1134), - [anon_sym_sizeof] = ACTIONS(92), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_number_literal] = ACTIONS(90), - [sym_char_literal] = ACTIONS(90), - [sym_string_literal] = ACTIONS(90), - [sym_true] = ACTIONS(92), - [sym_false] = ACTIONS(92), - [sym_null] = ACTIONS(92), - [sym_identifier] = ACTIONS(92), - [sym_comment] = ACTIONS(39), - }, - [293] = { - [sym__expression] = STATE(520), - [sym_conditional_expression] = STATE(520), - [sym_assignment_expression] = STATE(520), - [sym_pointer_expression] = STATE(520), - [sym_logical_expression] = STATE(520), - [sym_bitwise_expression] = STATE(520), - [sym_equality_expression] = STATE(520), - [sym_relational_expression] = STATE(520), - [sym_shift_expression] = STATE(520), - [sym_math_expression] = STATE(520), - [sym_cast_expression] = STATE(520), - [sym_sizeof_expression] = STATE(520), - [sym_subscript_expression] = STATE(520), - [sym_call_expression] = STATE(520), - [sym_field_expression] = STATE(520), - [sym_compound_literal_expression] = STATE(520), - [sym_parenthesized_expression] = STATE(520), - [sym_concatenated_string] = STATE(520), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(1220), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1222), - [sym_char_literal] = ACTIONS(1222), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1224), - [sym_false] = ACTIONS(1224), - [sym_null] = ACTIONS(1224), - [sym_identifier] = ACTIONS(1224), - [sym_comment] = ACTIONS(39), - }, - [294] = { - [sym_storage_class_specifier] = STATE(523), - [sym_type_qualifier] = STATE(523), - [aux_sym__declaration_specifiers_repeat1] = STATE(523), - [anon_sym_LPAREN] = ACTIONS(104), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(104), - [anon_sym_RBRACK] = ACTIONS(104), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1228), - [anon_sym_restrict] = ACTIONS(1228), - [anon_sym_volatile] = ACTIONS(1228), - [anon_sym__Atomic] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(104), - [anon_sym_BANG] = ACTIONS(104), - [anon_sym_TILDE] = ACTIONS(104), - [anon_sym_PLUS] = ACTIONS(110), - [anon_sym_DASH] = ACTIONS(110), - [anon_sym_DASH_DASH] = ACTIONS(104), - [anon_sym_PLUS_PLUS] = ACTIONS(104), - [anon_sym_sizeof] = ACTIONS(110), - [sym_number_literal] = ACTIONS(104), - [sym_char_literal] = ACTIONS(104), - [sym_string_literal] = ACTIONS(104), - [sym_true] = ACTIONS(110), - [sym_false] = ACTIONS(110), - [sym_null] = ACTIONS(110), - [sym_identifier] = ACTIONS(110), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [295] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(1220), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [296] = { - [sym_storage_class_specifier] = STATE(57), - [sym_type_qualifier] = STATE(57), - [sym__type_specifier] = STATE(537), - [sym_sized_type_specifier] = STATE(537), - [sym_enum_specifier] = STATE(537), - [sym_struct_specifier] = STATE(537), - [sym_union_specifier] = STATE(537), - [sym_macro_type_specifier] = STATE(537), - [aux_sym__declaration_specifiers_repeat1] = STATE(57), - [aux_sym_sized_type_specifier_repeat1] = STATE(297), + [261] = { + [sym_storage_class_specifier] = STATE(50), + [sym_type_qualifier] = STATE(50), + [sym__type_specifier] = STATE(475), + [sym_sized_type_specifier] = STATE(475), + [sym_enum_specifier] = STATE(475), + [sym_struct_specifier] = STATE(475), + [sym_union_specifier] = STATE(475), + [sym_macro_type_specifier] = STATE(475), + [aux_sym__declaration_specifiers_repeat1] = STATE(50), + [aux_sym_sized_type_specifier_repeat1] = STATE(262), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -12331,342 +12177,459 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(636), - [anon_sym_long] = ACTIONS(636), - [anon_sym_short] = ACTIONS(636), - [sym_primitive_type] = ACTIONS(1258), - [anon_sym_enum] = ACTIONS(640), - [anon_sym_struct] = ACTIONS(642), - [anon_sym_union] = ACTIONS(644), - [sym_identifier] = ACTIONS(1260), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [sym_primitive_type] = ACTIONS(1158), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [297] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(540), - [anon_sym_LPAREN] = ACTIONS(116), - [anon_sym_extern] = ACTIONS(118), - [anon_sym_STAR] = ACTIONS(116), - [anon_sym_RBRACK] = ACTIONS(116), - [anon_sym_static] = ACTIONS(118), - [anon_sym_auto] = ACTIONS(118), - [anon_sym_register] = ACTIONS(118), - [anon_sym_inline] = ACTIONS(118), - [anon_sym_const] = ACTIONS(118), - [anon_sym_restrict] = ACTIONS(118), - [anon_sym_volatile] = ACTIONS(118), - [anon_sym__Atomic] = ACTIONS(118), - [anon_sym_unsigned] = ACTIONS(1262), - [anon_sym_long] = ACTIONS(1262), - [anon_sym_short] = ACTIONS(1262), - [sym_primitive_type] = ACTIONS(1264), - [anon_sym_AMP] = ACTIONS(116), - [anon_sym_BANG] = ACTIONS(116), - [anon_sym_TILDE] = ACTIONS(116), - [anon_sym_PLUS] = ACTIONS(118), - [anon_sym_DASH] = ACTIONS(118), - [anon_sym_DASH_DASH] = ACTIONS(116), - [anon_sym_PLUS_PLUS] = ACTIONS(116), - [anon_sym_sizeof] = ACTIONS(118), - [sym_number_literal] = ACTIONS(116), - [sym_char_literal] = ACTIONS(116), - [sym_string_literal] = ACTIONS(116), - [sym_true] = ACTIONS(118), - [sym_false] = ACTIONS(118), - [sym_null] = ACTIONS(118), - [sym_identifier] = ACTIONS(1266), + [262] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(476), + [anon_sym_LPAREN] = ACTIONS(106), + [anon_sym_extern] = ACTIONS(108), + [anon_sym_STAR] = ACTIONS(106), + [anon_sym_RBRACK] = ACTIONS(106), + [anon_sym_static] = ACTIONS(108), + [anon_sym_auto] = ACTIONS(108), + [anon_sym_register] = ACTIONS(108), + [anon_sym_inline] = ACTIONS(108), + [anon_sym_const] = ACTIONS(108), + [anon_sym_restrict] = ACTIONS(108), + [anon_sym_volatile] = ACTIONS(108), + [anon_sym__Atomic] = ACTIONS(108), + [anon_sym_unsigned] = ACTIONS(1160), + [anon_sym_long] = ACTIONS(1160), + [anon_sym_short] = ACTIONS(1160), + [sym_primitive_type] = ACTIONS(112), + [anon_sym_AMP] = ACTIONS(106), + [anon_sym_BANG] = ACTIONS(106), + [anon_sym_TILDE] = ACTIONS(106), + [anon_sym_PLUS] = ACTIONS(108), + [anon_sym_DASH] = ACTIONS(108), + [anon_sym_DASH_DASH] = ACTIONS(106), + [anon_sym_PLUS_PLUS] = ACTIONS(106), + [anon_sym_sizeof] = ACTIONS(108), + [sym_number_literal] = ACTIONS(106), + [sym_char_literal] = ACTIONS(106), + [sym_string_literal] = ACTIONS(106), + [sym_true] = ACTIONS(108), + [sym_false] = ACTIONS(108), + [sym_null] = ACTIONS(108), + [sym_identifier] = ACTIONS(114), [sym_comment] = ACTIONS(39), }, - [298] = { - [sym__expression] = STATE(545), - [sym_conditional_expression] = STATE(545), - [sym_assignment_expression] = STATE(545), - [sym_pointer_expression] = STATE(545), - [sym_logical_expression] = STATE(545), - [sym_bitwise_expression] = STATE(545), - [sym_equality_expression] = STATE(545), - [sym_relational_expression] = STATE(545), - [sym_shift_expression] = STATE(545), - [sym_math_expression] = STATE(545), - [sym_cast_expression] = STATE(545), - [sym_sizeof_expression] = STATE(545), - [sym_subscript_expression] = STATE(545), - [sym_call_expression] = STATE(545), - [sym_field_expression] = STATE(545), - [sym_compound_literal_expression] = STATE(545), - [sym_parenthesized_expression] = STATE(545), - [sym_initializer_list] = STATE(546), - [sym_initializer_pair] = STATE(546), - [sym_subscript_designator] = STATE(547), - [sym_field_designator] = STATE(547), - [sym_concatenated_string] = STATE(545), - [aux_sym_initializer_pair_repeat1] = STATE(547), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_COMMA] = ACTIONS(1269), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_RBRACE] = ACTIONS(1271), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_LBRACK] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [anon_sym_DOT] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(1277), - [sym_char_literal] = ACTIONS(1277), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1279), - [sym_false] = ACTIONS(1279), - [sym_null] = ACTIONS(1279), - [sym_identifier] = ACTIONS(1279), + [263] = { + [sym__expression] = STATE(481), + [sym_conditional_expression] = STATE(481), + [sym_assignment_expression] = STATE(481), + [sym_pointer_expression] = STATE(481), + [sym_logical_expression] = STATE(481), + [sym_bitwise_expression] = STATE(481), + [sym_equality_expression] = STATE(481), + [sym_relational_expression] = STATE(481), + [sym_shift_expression] = STATE(481), + [sym_math_expression] = STATE(481), + [sym_cast_expression] = STATE(481), + [sym_sizeof_expression] = STATE(481), + [sym_subscript_expression] = STATE(481), + [sym_call_expression] = STATE(481), + [sym_field_expression] = STATE(481), + [sym_compound_literal_expression] = STATE(481), + [sym_parenthesized_expression] = STATE(481), + [sym_initializer_list] = STATE(482), + [sym_initializer_pair] = STATE(482), + [sym_subscript_designator] = STATE(483), + [sym_field_designator] = STATE(483), + [sym_concatenated_string] = STATE(481), + [aux_sym_initializer_pair_repeat1] = STATE(483), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_COMMA] = ACTIONS(1162), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_RBRACE] = ACTIONS(1164), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [anon_sym_DOT] = ACTIONS(1168), + [sym_number_literal] = ACTIONS(1170), + [sym_char_literal] = ACTIONS(1170), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(1172), + [sym_false] = ACTIONS(1172), + [sym_null] = ACTIONS(1172), + [sym_identifier] = ACTIONS(1172), [sym_comment] = ACTIONS(39), }, - [299] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1281), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [264] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1174), + [anon_sym_SEMI] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(1084), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [300] = { - [anon_sym_COMMA] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1281), + [265] = { + [anon_sym_COMMA] = ACTIONS(1174), + [anon_sym_SEMI] = ACTIONS(1174), [sym_comment] = ACTIONS(39), }, - [301] = { - [ts_builtin_sym_end] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_RBRACE] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [266] = { + [ts_builtin_sym_end] = ACTIONS(1176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1178), + [anon_sym_LPAREN] = ACTIONS(1176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1178), + [sym_preproc_directive] = ACTIONS(1178), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym_typedef] = ACTIONS(1178), + [anon_sym_extern] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_RBRACE] = ACTIONS(1176), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_static] = ACTIONS(1178), + [anon_sym_auto] = ACTIONS(1178), + [anon_sym_register] = ACTIONS(1178), + [anon_sym_inline] = ACTIONS(1178), + [anon_sym_const] = ACTIONS(1178), + [anon_sym_restrict] = ACTIONS(1178), + [anon_sym_volatile] = ACTIONS(1178), + [anon_sym__Atomic] = ACTIONS(1178), + [anon_sym_unsigned] = ACTIONS(1178), + [anon_sym_long] = ACTIONS(1178), + [anon_sym_short] = ACTIONS(1178), + [sym_primitive_type] = ACTIONS(1178), + [anon_sym_enum] = ACTIONS(1178), + [anon_sym_struct] = ACTIONS(1178), + [anon_sym_union] = ACTIONS(1178), + [anon_sym_if] = ACTIONS(1178), + [anon_sym_else] = ACTIONS(1178), + [anon_sym_switch] = ACTIONS(1178), + [anon_sym_case] = ACTIONS(1178), + [anon_sym_default] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1178), + [anon_sym_do] = ACTIONS(1178), + [anon_sym_for] = ACTIONS(1178), + [anon_sym_return] = ACTIONS(1178), + [anon_sym_break] = ACTIONS(1178), + [anon_sym_continue] = ACTIONS(1178), + [anon_sym_goto] = ACTIONS(1178), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1178), + [sym_number_literal] = ACTIONS(1176), + [sym_char_literal] = ACTIONS(1176), + [sym_string_literal] = ACTIONS(1176), + [sym_true] = ACTIONS(1178), + [sym_false] = ACTIONS(1178), + [sym_null] = ACTIONS(1178), + [sym_identifier] = ACTIONS(1178), [sym_comment] = ACTIONS(39), }, - [302] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(1287), - [anon_sym_SEMI] = ACTIONS(996), + [267] = { + [aux_sym_declaration_repeat1] = STATE(267), + [anon_sym_COMMA] = ACTIONS(1180), + [anon_sym_SEMI] = ACTIONS(928), [sym_comment] = ACTIONS(39), }, - [303] = { - [ts_builtin_sym_end] = ACTIONS(1290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_RBRACE] = ACTIONS(1290), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [sym_identifier] = ACTIONS(1292), + [268] = { + [ts_builtin_sym_end] = ACTIONS(1183), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1185), + [anon_sym_LPAREN] = ACTIONS(1183), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1185), + [sym_preproc_directive] = ACTIONS(1185), + [anon_sym_SEMI] = ACTIONS(1183), + [anon_sym_typedef] = ACTIONS(1185), + [anon_sym_extern] = ACTIONS(1185), + [anon_sym_LBRACE] = ACTIONS(1183), + [anon_sym_RBRACE] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_static] = ACTIONS(1185), + [anon_sym_auto] = ACTIONS(1185), + [anon_sym_register] = ACTIONS(1185), + [anon_sym_inline] = ACTIONS(1185), + [anon_sym_const] = ACTIONS(1185), + [anon_sym_restrict] = ACTIONS(1185), + [anon_sym_volatile] = ACTIONS(1185), + [anon_sym__Atomic] = ACTIONS(1185), + [anon_sym_unsigned] = ACTIONS(1185), + [anon_sym_long] = ACTIONS(1185), + [anon_sym_short] = ACTIONS(1185), + [sym_primitive_type] = ACTIONS(1185), + [anon_sym_enum] = ACTIONS(1185), + [anon_sym_struct] = ACTIONS(1185), + [anon_sym_union] = ACTIONS(1185), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1185), + [anon_sym_case] = ACTIONS(1185), + [anon_sym_default] = ACTIONS(1185), + [anon_sym_while] = ACTIONS(1185), + [anon_sym_do] = ACTIONS(1185), + [anon_sym_for] = ACTIONS(1185), + [anon_sym_return] = ACTIONS(1185), + [anon_sym_break] = ACTIONS(1185), + [anon_sym_continue] = ACTIONS(1185), + [anon_sym_goto] = ACTIONS(1185), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_BANG] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_sizeof] = ACTIONS(1185), + [sym_number_literal] = ACTIONS(1183), + [sym_char_literal] = ACTIONS(1183), + [sym_string_literal] = ACTIONS(1183), + [sym_true] = ACTIONS(1185), + [sym_false] = ACTIONS(1185), + [sym_null] = ACTIONS(1185), + [sym_identifier] = ACTIONS(1185), [sym_comment] = ACTIONS(39), }, - [304] = { - [anon_sym_DOT_DOT_DOT] = ACTIONS(1294), - [sym_identifier] = ACTIONS(1294), + [269] = { + [anon_sym_DOT_DOT_DOT] = ACTIONS(1187), + [sym_identifier] = ACTIONS(1187), [sym_comment] = ACTIONS(39), }, - [305] = { - [anon_sym_LF] = ACTIONS(1296), - [sym_preproc_arg] = ACTIONS(1296), + [270] = { + [anon_sym_LF] = ACTIONS(1189), + [sym_preproc_arg] = ACTIONS(1189), [sym_comment] = ACTIONS(47), }, - [306] = { - [aux_sym_preproc_params_repeat1] = STATE(550), - [anon_sym_COMMA] = ACTIONS(692), - [anon_sym_RPAREN] = ACTIONS(1298), + [271] = { + [aux_sym_preproc_params_repeat1] = STATE(486), + [anon_sym_COMMA] = ACTIONS(632), + [anon_sym_RPAREN] = ACTIONS(1191), [sym_comment] = ACTIONS(39), }, - [307] = { - [ts_builtin_sym_end] = ACTIONS(1300), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym_RBRACE] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1302), + [272] = { + [ts_builtin_sym_end] = ACTIONS(1193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1195), + [anon_sym_LPAREN] = ACTIONS(1193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1195), + [sym_preproc_directive] = ACTIONS(1195), + [anon_sym_SEMI] = ACTIONS(1193), + [anon_sym_typedef] = ACTIONS(1195), + [anon_sym_extern] = ACTIONS(1195), + [anon_sym_LBRACE] = ACTIONS(1193), + [anon_sym_RBRACE] = ACTIONS(1193), + [anon_sym_STAR] = ACTIONS(1193), + [anon_sym_static] = ACTIONS(1195), + [anon_sym_auto] = ACTIONS(1195), + [anon_sym_register] = ACTIONS(1195), + [anon_sym_inline] = ACTIONS(1195), + [anon_sym_const] = ACTIONS(1195), + [anon_sym_restrict] = ACTIONS(1195), + [anon_sym_volatile] = ACTIONS(1195), + [anon_sym__Atomic] = ACTIONS(1195), + [anon_sym_unsigned] = ACTIONS(1195), + [anon_sym_long] = ACTIONS(1195), + [anon_sym_short] = ACTIONS(1195), + [sym_primitive_type] = ACTIONS(1195), + [anon_sym_enum] = ACTIONS(1195), + [anon_sym_struct] = ACTIONS(1195), + [anon_sym_union] = ACTIONS(1195), + [anon_sym_if] = ACTIONS(1195), + [anon_sym_switch] = ACTIONS(1195), + [anon_sym_case] = ACTIONS(1195), + [anon_sym_default] = ACTIONS(1195), + [anon_sym_while] = ACTIONS(1195), + [anon_sym_do] = ACTIONS(1195), + [anon_sym_for] = ACTIONS(1195), + [anon_sym_return] = ACTIONS(1195), + [anon_sym_break] = ACTIONS(1195), + [anon_sym_continue] = ACTIONS(1195), + [anon_sym_goto] = ACTIONS(1195), + [anon_sym_AMP] = ACTIONS(1193), + [anon_sym_BANG] = ACTIONS(1193), + [anon_sym_TILDE] = ACTIONS(1193), + [anon_sym_PLUS] = ACTIONS(1195), + [anon_sym_DASH] = ACTIONS(1195), + [anon_sym_DASH_DASH] = ACTIONS(1193), + [anon_sym_PLUS_PLUS] = ACTIONS(1193), + [anon_sym_sizeof] = ACTIONS(1195), + [sym_number_literal] = ACTIONS(1193), + [sym_char_literal] = ACTIONS(1193), + [sym_string_literal] = ACTIONS(1193), + [sym_true] = ACTIONS(1195), + [sym_false] = ACTIONS(1195), + [sym_null] = ACTIONS(1195), + [sym_identifier] = ACTIONS(1195), [sym_comment] = ACTIONS(39), }, - [308] = { - [sym_preproc_arg] = ACTIONS(1304), + [273] = { + [sym_preproc_arg] = ACTIONS(1197), [sym_comment] = ACTIONS(47), }, - [309] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(356), - [sym_preproc_directive] = ACTIONS(356), - [anon_sym_typedef] = ACTIONS(356), - [anon_sym_extern] = ACTIONS(356), - [anon_sym_static] = ACTIONS(356), - [anon_sym_auto] = ACTIONS(356), - [anon_sym_register] = ACTIONS(356), - [anon_sym_inline] = ACTIONS(356), - [anon_sym_const] = ACTIONS(356), - [anon_sym_restrict] = ACTIONS(356), - [anon_sym_volatile] = ACTIONS(356), - [anon_sym__Atomic] = ACTIONS(356), - [anon_sym_unsigned] = ACTIONS(356), - [anon_sym_long] = ACTIONS(356), - [anon_sym_short] = ACTIONS(356), - [sym_primitive_type] = ACTIONS(356), - [anon_sym_enum] = ACTIONS(356), - [anon_sym_struct] = ACTIONS(356), - [anon_sym_union] = ACTIONS(356), - [sym_identifier] = ACTIONS(356), + [274] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(324), + [anon_sym_LPAREN] = ACTIONS(322), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(324), + [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_typedef] = ACTIONS(324), + [anon_sym_extern] = ACTIONS(324), + [anon_sym_LBRACE] = ACTIONS(322), + [anon_sym_STAR] = ACTIONS(322), + [anon_sym_static] = ACTIONS(324), + [anon_sym_auto] = ACTIONS(324), + [anon_sym_register] = ACTIONS(324), + [anon_sym_inline] = ACTIONS(324), + [anon_sym_const] = ACTIONS(324), + [anon_sym_restrict] = ACTIONS(324), + [anon_sym_volatile] = ACTIONS(324), + [anon_sym__Atomic] = ACTIONS(324), + [anon_sym_unsigned] = ACTIONS(324), + [anon_sym_long] = ACTIONS(324), + [anon_sym_short] = ACTIONS(324), + [sym_primitive_type] = ACTIONS(324), + [anon_sym_enum] = ACTIONS(324), + [anon_sym_struct] = ACTIONS(324), + [anon_sym_union] = ACTIONS(324), + [anon_sym_if] = ACTIONS(324), + [anon_sym_switch] = ACTIONS(324), + [anon_sym_case] = ACTIONS(324), + [anon_sym_default] = ACTIONS(324), + [anon_sym_while] = ACTIONS(324), + [anon_sym_do] = ACTIONS(324), + [anon_sym_for] = ACTIONS(324), + [anon_sym_return] = ACTIONS(324), + [anon_sym_break] = ACTIONS(324), + [anon_sym_continue] = ACTIONS(324), + [anon_sym_goto] = ACTIONS(324), + [anon_sym_AMP] = ACTIONS(322), + [anon_sym_BANG] = ACTIONS(322), + [anon_sym_TILDE] = ACTIONS(322), + [anon_sym_PLUS] = ACTIONS(324), + [anon_sym_DASH] = ACTIONS(324), + [anon_sym_DASH_DASH] = ACTIONS(322), + [anon_sym_PLUS_PLUS] = ACTIONS(322), + [anon_sym_sizeof] = ACTIONS(324), + [sym_number_literal] = ACTIONS(322), + [sym_char_literal] = ACTIONS(322), + [sym_string_literal] = ACTIONS(322), + [sym_true] = ACTIONS(324), + [sym_false] = ACTIONS(324), + [sym_null] = ACTIONS(324), + [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(39), }, - [310] = { - [anon_sym_LF] = ACTIONS(1306), - [sym_preproc_arg] = ACTIONS(1308), + [275] = { + [anon_sym_LF] = ACTIONS(1199), + [sym_preproc_arg] = ACTIONS(1201), [sym_comment] = ACTIONS(47), }, - [311] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(374), - [sym_preproc_directive] = ACTIONS(374), - [anon_sym_typedef] = ACTIONS(374), - [anon_sym_extern] = ACTIONS(374), - [anon_sym_static] = ACTIONS(374), - [anon_sym_auto] = ACTIONS(374), - [anon_sym_register] = ACTIONS(374), - [anon_sym_inline] = ACTIONS(374), - [anon_sym_const] = ACTIONS(374), - [anon_sym_restrict] = ACTIONS(374), - [anon_sym_volatile] = ACTIONS(374), - [anon_sym__Atomic] = ACTIONS(374), - [anon_sym_unsigned] = ACTIONS(374), - [anon_sym_long] = ACTIONS(374), - [anon_sym_short] = ACTIONS(374), - [sym_primitive_type] = ACTIONS(374), - [anon_sym_enum] = ACTIONS(374), - [anon_sym_struct] = ACTIONS(374), - [anon_sym_union] = ACTIONS(374), - [sym_identifier] = ACTIONS(374), + [276] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(342), + [sym_preproc_directive] = ACTIONS(342), + [anon_sym_typedef] = ACTIONS(342), + [anon_sym_extern] = ACTIONS(342), + [anon_sym_static] = ACTIONS(342), + [anon_sym_auto] = ACTIONS(342), + [anon_sym_register] = ACTIONS(342), + [anon_sym_inline] = ACTIONS(342), + [anon_sym_const] = ACTIONS(342), + [anon_sym_restrict] = ACTIONS(342), + [anon_sym_volatile] = ACTIONS(342), + [anon_sym__Atomic] = ACTIONS(342), + [anon_sym_unsigned] = ACTIONS(342), + [anon_sym_long] = ACTIONS(342), + [anon_sym_short] = ACTIONS(342), + [sym_primitive_type] = ACTIONS(342), + [anon_sym_enum] = ACTIONS(342), + [anon_sym_struct] = ACTIONS(342), + [anon_sym_union] = ACTIONS(342), + [sym_identifier] = ACTIONS(342), [sym_comment] = ACTIONS(39), }, - [312] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1310), + [277] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1203), [sym_comment] = ACTIONS(39), }, - [313] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(555), - [sym_preproc_elif] = STATE(555), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [278] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(491), + [sym_preproc_elif] = STATE(491), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -12674,22 +12637,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1312), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1205), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -12708,54 +12671,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [314] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(418), - [sym_preproc_directive] = ACTIONS(418), - [anon_sym_typedef] = ACTIONS(418), - [anon_sym_extern] = ACTIONS(418), - [anon_sym_static] = ACTIONS(418), - [anon_sym_auto] = ACTIONS(418), - [anon_sym_register] = ACTIONS(418), - [anon_sym_inline] = ACTIONS(418), - [anon_sym_const] = ACTIONS(418), - [anon_sym_restrict] = ACTIONS(418), - [anon_sym_volatile] = ACTIONS(418), - [anon_sym__Atomic] = ACTIONS(418), - [anon_sym_unsigned] = ACTIONS(418), - [anon_sym_long] = ACTIONS(418), - [anon_sym_short] = ACTIONS(418), - [sym_primitive_type] = ACTIONS(418), - [anon_sym_enum] = ACTIONS(418), - [anon_sym_struct] = ACTIONS(418), - [anon_sym_union] = ACTIONS(418), - [sym_identifier] = ACTIONS(418), + [279] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(386), + [sym_preproc_directive] = ACTIONS(386), + [anon_sym_typedef] = ACTIONS(386), + [anon_sym_extern] = ACTIONS(386), + [anon_sym_static] = ACTIONS(386), + [anon_sym_auto] = ACTIONS(386), + [anon_sym_register] = ACTIONS(386), + [anon_sym_inline] = ACTIONS(386), + [anon_sym_const] = ACTIONS(386), + [anon_sym_restrict] = ACTIONS(386), + [anon_sym_volatile] = ACTIONS(386), + [anon_sym__Atomic] = ACTIONS(386), + [anon_sym_unsigned] = ACTIONS(386), + [anon_sym_long] = ACTIONS(386), + [anon_sym_short] = ACTIONS(386), + [sym_primitive_type] = ACTIONS(386), + [anon_sym_enum] = ACTIONS(386), + [anon_sym_struct] = ACTIONS(386), + [anon_sym_union] = ACTIONS(386), + [sym_identifier] = ACTIONS(386), [sym_comment] = ACTIONS(39), }, - [315] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1314), + [280] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1207), [sym_comment] = ACTIONS(39), }, - [316] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(557), - [sym_preproc_elif] = STATE(557), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [281] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(493), + [sym_preproc_elif] = STATE(493), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -12763,22 +12726,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1316), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1209), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -12797,54 +12760,54 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [317] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(426), - [sym_preproc_directive] = ACTIONS(426), - [anon_sym_typedef] = ACTIONS(426), - [anon_sym_extern] = ACTIONS(426), - [anon_sym_static] = ACTIONS(426), - [anon_sym_auto] = ACTIONS(426), - [anon_sym_register] = ACTIONS(426), - [anon_sym_inline] = ACTIONS(426), - [anon_sym_const] = ACTIONS(426), - [anon_sym_restrict] = ACTIONS(426), - [anon_sym_volatile] = ACTIONS(426), - [anon_sym__Atomic] = ACTIONS(426), - [anon_sym_unsigned] = ACTIONS(426), - [anon_sym_long] = ACTIONS(426), - [anon_sym_short] = ACTIONS(426), - [sym_primitive_type] = ACTIONS(426), - [anon_sym_enum] = ACTIONS(426), - [anon_sym_struct] = ACTIONS(426), - [anon_sym_union] = ACTIONS(426), - [sym_identifier] = ACTIONS(426), + [282] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(394), + [sym_preproc_directive] = ACTIONS(394), + [anon_sym_typedef] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(394), + [anon_sym_static] = ACTIONS(394), + [anon_sym_auto] = ACTIONS(394), + [anon_sym_register] = ACTIONS(394), + [anon_sym_inline] = ACTIONS(394), + [anon_sym_const] = ACTIONS(394), + [anon_sym_restrict] = ACTIONS(394), + [anon_sym_volatile] = ACTIONS(394), + [anon_sym__Atomic] = ACTIONS(394), + [anon_sym_unsigned] = ACTIONS(394), + [anon_sym_long] = ACTIONS(394), + [anon_sym_short] = ACTIONS(394), + [sym_primitive_type] = ACTIONS(394), + [anon_sym_enum] = ACTIONS(394), + [anon_sym_struct] = ACTIONS(394), + [anon_sym_union] = ACTIONS(394), + [sym_identifier] = ACTIONS(394), [sym_comment] = ACTIONS(39), }, - [318] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1318), + [283] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1211), [sym_comment] = ACTIONS(39), }, - [319] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(559), - [sym_preproc_elif] = STATE(559), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [284] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(495), + [sym_preproc_elif] = STATE(495), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -12852,22 +12815,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1320), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1213), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -12886,55 +12849,84 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [320] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(129), - [anon_sym_typedef] = ACTIONS(129), - [anon_sym_extern] = ACTIONS(129), - [anon_sym_static] = ACTIONS(129), - [anon_sym_auto] = ACTIONS(129), - [anon_sym_register] = ACTIONS(129), - [anon_sym_inline] = ACTIONS(129), - [anon_sym_const] = ACTIONS(129), - [anon_sym_restrict] = ACTIONS(129), - [anon_sym_volatile] = ACTIONS(129), - [anon_sym__Atomic] = ACTIONS(129), - [anon_sym_unsigned] = ACTIONS(129), - [anon_sym_long] = ACTIONS(129), - [anon_sym_short] = ACTIONS(129), - [sym_primitive_type] = ACTIONS(129), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_struct] = ACTIONS(129), - [anon_sym_union] = ACTIONS(129), - [sym_identifier] = ACTIONS(129), + [285] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(119), + [anon_sym_LPAREN] = ACTIONS(117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(119), + [sym_preproc_directive] = ACTIONS(119), + [anon_sym_SEMI] = ACTIONS(117), + [anon_sym_typedef] = ACTIONS(119), + [anon_sym_extern] = ACTIONS(119), + [anon_sym_LBRACE] = ACTIONS(117), + [anon_sym_STAR] = ACTIONS(117), + [anon_sym_static] = ACTIONS(119), + [anon_sym_auto] = ACTIONS(119), + [anon_sym_register] = ACTIONS(119), + [anon_sym_inline] = ACTIONS(119), + [anon_sym_const] = ACTIONS(119), + [anon_sym_restrict] = ACTIONS(119), + [anon_sym_volatile] = ACTIONS(119), + [anon_sym__Atomic] = ACTIONS(119), + [anon_sym_unsigned] = ACTIONS(119), + [anon_sym_long] = ACTIONS(119), + [anon_sym_short] = ACTIONS(119), + [sym_primitive_type] = ACTIONS(119), + [anon_sym_enum] = ACTIONS(119), + [anon_sym_struct] = ACTIONS(119), + [anon_sym_union] = ACTIONS(119), + [anon_sym_if] = ACTIONS(119), + [anon_sym_switch] = ACTIONS(119), + [anon_sym_case] = ACTIONS(119), + [anon_sym_default] = ACTIONS(119), + [anon_sym_while] = ACTIONS(119), + [anon_sym_do] = ACTIONS(119), + [anon_sym_for] = ACTIONS(119), + [anon_sym_return] = ACTIONS(119), + [anon_sym_break] = ACTIONS(119), + [anon_sym_continue] = ACTIONS(119), + [anon_sym_goto] = ACTIONS(119), + [anon_sym_AMP] = ACTIONS(117), + [anon_sym_BANG] = ACTIONS(117), + [anon_sym_TILDE] = ACTIONS(117), + [anon_sym_PLUS] = ACTIONS(119), + [anon_sym_DASH] = ACTIONS(119), + [anon_sym_DASH_DASH] = ACTIONS(117), + [anon_sym_PLUS_PLUS] = ACTIONS(117), + [anon_sym_sizeof] = ACTIONS(119), + [sym_number_literal] = ACTIONS(117), + [sym_char_literal] = ACTIONS(117), + [sym_string_literal] = ACTIONS(117), + [sym_true] = ACTIONS(119), + [sym_false] = ACTIONS(119), + [sym_null] = ACTIONS(119), + [sym_identifier] = ACTIONS(119), [sym_comment] = ACTIONS(39), }, - [321] = { - [sym_preproc_params] = STATE(562), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1322), - [anon_sym_LF] = ACTIONS(1324), - [anon_sym_LPAREN] = ACTIONS(135), + [286] = { + [sym_preproc_params] = STATE(498), + [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1215), + [anon_sym_LF] = ACTIONS(1217), + [anon_sym_LPAREN] = ACTIONS(125), [sym_comment] = ACTIONS(47), }, - [322] = { - [sym_preproc_include] = STATE(565), - [sym_preproc_def] = STATE(565), - [sym_preproc_function_def] = STATE(565), - [sym_preproc_call] = STATE(565), - [sym_preproc_if] = STATE(565), - [sym_preproc_ifdef] = STATE(565), - [sym_preproc_else] = STATE(564), - [sym_preproc_elif] = STATE(564), - [sym_function_definition] = STATE(565), - [sym_declaration] = STATE(565), - [sym_type_definition] = STATE(565), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(565), + [287] = { + [sym_preproc_include] = STATE(501), + [sym_preproc_def] = STATE(501), + [sym_preproc_function_def] = STATE(501), + [sym_preproc_call] = STATE(501), + [sym_preproc_if] = STATE(501), + [sym_preproc_ifdef] = STATE(501), + [sym_preproc_else] = STATE(500), + [sym_preproc_elif] = STATE(500), + [sym_function_definition] = STATE(501), + [sym_declaration] = STATE(501), + [sym_type_definition] = STATE(501), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(501), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -12942,22 +12934,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(565), + [sym__empty_declaration] = STATE(501), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(565), + [aux_sym_translation_unit_repeat1] = STATE(501), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1326), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1219), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -12976,20 +12968,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [323] = { - [sym_preproc_include] = STATE(568), - [sym_preproc_def] = STATE(568), - [sym_preproc_function_def] = STATE(568), - [sym_preproc_call] = STATE(568), - [sym_preproc_if] = STATE(568), - [sym_preproc_ifdef] = STATE(568), - [sym_preproc_else] = STATE(567), - [sym_preproc_elif] = STATE(567), - [sym_function_definition] = STATE(568), - [sym_declaration] = STATE(568), - [sym_type_definition] = STATE(568), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(568), + [288] = { + [sym_preproc_include] = STATE(504), + [sym_preproc_def] = STATE(504), + [sym_preproc_function_def] = STATE(504), + [sym_preproc_call] = STATE(504), + [sym_preproc_if] = STATE(504), + [sym_preproc_ifdef] = STATE(504), + [sym_preproc_else] = STATE(503), + [sym_preproc_elif] = STATE(503), + [sym_function_definition] = STATE(504), + [sym_declaration] = STATE(504), + [sym_type_definition] = STATE(504), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(504), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -12997,22 +12989,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(568), + [sym__empty_declaration] = STATE(504), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(568), + [aux_sym_translation_unit_repeat1] = STATE(504), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1328), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1221), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -13031,20 +13023,20 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [324] = { - [sym_preproc_include] = STATE(571), - [sym_preproc_def] = STATE(571), - [sym_preproc_function_def] = STATE(571), - [sym_preproc_call] = STATE(571), - [sym_preproc_if] = STATE(571), - [sym_preproc_ifdef] = STATE(571), - [sym_preproc_else] = STATE(570), - [sym_preproc_elif] = STATE(570), - [sym_function_definition] = STATE(571), - [sym_declaration] = STATE(571), - [sym_type_definition] = STATE(571), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(571), + [289] = { + [sym_preproc_include] = STATE(507), + [sym_preproc_def] = STATE(507), + [sym_preproc_function_def] = STATE(507), + [sym_preproc_call] = STATE(507), + [sym_preproc_if] = STATE(507), + [sym_preproc_ifdef] = STATE(507), + [sym_preproc_else] = STATE(506), + [sym_preproc_elif] = STATE(506), + [sym_function_definition] = STATE(507), + [sym_declaration] = STATE(507), + [sym_type_definition] = STATE(507), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(507), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -13052,22 +13044,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(571), + [sym__empty_declaration] = STATE(507), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(571), + [aux_sym_translation_unit_repeat1] = STATE(507), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1330), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1223), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -13086,165 +13078,223 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [325] = { - [sym_preproc_arg] = ACTIONS(1332), + [290] = { + [sym_preproc_arg] = ACTIONS(1225), [sym_comment] = ACTIONS(47), }, - [326] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(167), - [sym_preproc_directive] = ACTIONS(167), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(167), - [anon_sym_static] = ACTIONS(167), - [anon_sym_auto] = ACTIONS(167), - [anon_sym_register] = ACTIONS(167), - [anon_sym_inline] = ACTIONS(167), - [anon_sym_const] = ACTIONS(167), - [anon_sym_restrict] = ACTIONS(167), - [anon_sym_volatile] = ACTIONS(167), - [anon_sym__Atomic] = ACTIONS(167), - [anon_sym_unsigned] = ACTIONS(167), - [anon_sym_long] = ACTIONS(167), - [anon_sym_short] = ACTIONS(167), - [sym_primitive_type] = ACTIONS(167), - [anon_sym_enum] = ACTIONS(167), - [anon_sym_struct] = ACTIONS(167), - [anon_sym_union] = ACTIONS(167), - [sym_identifier] = ACTIONS(167), - [sym_comment] = ACTIONS(39), - }, - [327] = { - [sym__type_declarator] = STATE(573), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [291] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(157), + [anon_sym_LPAREN] = ACTIONS(155), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(157), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(157), + [sym_preproc_directive] = ACTIONS(157), + [anon_sym_SEMI] = ACTIONS(155), + [anon_sym_typedef] = ACTIONS(157), + [anon_sym_extern] = ACTIONS(157), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_STAR] = ACTIONS(155), + [anon_sym_static] = ACTIONS(157), + [anon_sym_auto] = ACTIONS(157), + [anon_sym_register] = ACTIONS(157), + [anon_sym_inline] = ACTIONS(157), + [anon_sym_const] = ACTIONS(157), + [anon_sym_restrict] = ACTIONS(157), + [anon_sym_volatile] = ACTIONS(157), + [anon_sym__Atomic] = ACTIONS(157), + [anon_sym_unsigned] = ACTIONS(157), + [anon_sym_long] = ACTIONS(157), + [anon_sym_short] = ACTIONS(157), + [sym_primitive_type] = ACTIONS(157), + [anon_sym_enum] = ACTIONS(157), + [anon_sym_struct] = ACTIONS(157), + [anon_sym_union] = ACTIONS(157), + [anon_sym_if] = ACTIONS(157), + [anon_sym_switch] = ACTIONS(157), + [anon_sym_case] = ACTIONS(157), + [anon_sym_default] = ACTIONS(157), + [anon_sym_while] = ACTIONS(157), + [anon_sym_do] = ACTIONS(157), + [anon_sym_for] = ACTIONS(157), + [anon_sym_return] = ACTIONS(157), + [anon_sym_break] = ACTIONS(157), + [anon_sym_continue] = ACTIONS(157), + [anon_sym_goto] = ACTIONS(157), + [anon_sym_AMP] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(155), + [anon_sym_TILDE] = ACTIONS(155), + [anon_sym_PLUS] = ACTIONS(157), + [anon_sym_DASH] = ACTIONS(157), + [anon_sym_DASH_DASH] = ACTIONS(155), + [anon_sym_PLUS_PLUS] = ACTIONS(155), + [anon_sym_sizeof] = ACTIONS(157), + [sym_number_literal] = ACTIONS(155), + [sym_char_literal] = ACTIONS(155), + [sym_string_literal] = ACTIONS(155), + [sym_true] = ACTIONS(157), + [sym_false] = ACTIONS(157), + [sym_null] = ACTIONS(157), + [sym_identifier] = ACTIONS(157), [sym_comment] = ACTIONS(39), }, - [328] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(574), - [sym_sized_type_specifier] = STATE(574), - [sym_enum_specifier] = STATE(574), - [sym_struct_specifier] = STATE(574), - [sym_union_specifier] = STATE(574), - [sym_macro_type_specifier] = STATE(574), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(1334), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [292] = { + [sym__type_declarator] = STATE(509), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [329] = { - [sym_function_definition] = STATE(576), - [sym_declaration] = STATE(576), - [sym__declaration_specifiers] = STATE(577), - [sym_declaration_list] = STATE(576), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), + [293] = { + [sym_type_qualifier] = STATE(87), + [sym__type_specifier] = STATE(510), + [sym_sized_type_specifier] = STATE(510), + [sym_enum_specifier] = STATE(510), + [sym_struct_specifier] = STATE(510), + [sym_union_specifier] = STATE(510), + [sym_macro_type_specifier] = STATE(510), + [aux_sym_type_definition_repeat1] = STATE(87), + [aux_sym_sized_type_specifier_repeat1] = STATE(31), [anon_sym_const] = ACTIONS(25), [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(57), + [anon_sym_long] = ACTIONS(57), + [anon_sym_short] = ACTIONS(57), + [sym_primitive_type] = ACTIONS(1227), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [330] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(255), - [sym_preproc_directive] = ACTIONS(255), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_static] = ACTIONS(255), - [anon_sym_auto] = ACTIONS(255), - [anon_sym_register] = ACTIONS(255), - [anon_sym_inline] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_restrict] = ACTIONS(255), - [anon_sym_volatile] = ACTIONS(255), - [anon_sym__Atomic] = ACTIONS(255), - [anon_sym_unsigned] = ACTIONS(255), - [anon_sym_long] = ACTIONS(255), - [anon_sym_short] = ACTIONS(255), - [sym_primitive_type] = ACTIONS(255), - [anon_sym_enum] = ACTIONS(255), - [anon_sym_struct] = ACTIONS(255), - [anon_sym_union] = ACTIONS(255), - [sym_identifier] = ACTIONS(255), + [294] = { + [sym_function_definition] = STATE(512), + [sym_declaration] = STATE(512), + [sym__declaration_specifiers] = STATE(513), + [sym_declaration_list] = STATE(512), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [331] = { - [sym_compound_statement] = STATE(580), - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(581), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(1338), - [anon_sym_LBRACE] = ACTIONS(1340), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [295] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(227), + [anon_sym_LPAREN] = ACTIONS(225), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(227), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(227), + [sym_preproc_directive] = ACTIONS(227), + [anon_sym_SEMI] = ACTIONS(225), + [anon_sym_typedef] = ACTIONS(227), + [anon_sym_extern] = ACTIONS(227), + [anon_sym_LBRACE] = ACTIONS(225), + [anon_sym_STAR] = ACTIONS(225), + [anon_sym_static] = ACTIONS(227), + [anon_sym_auto] = ACTIONS(227), + [anon_sym_register] = ACTIONS(227), + [anon_sym_inline] = ACTIONS(227), + [anon_sym_const] = ACTIONS(227), + [anon_sym_restrict] = ACTIONS(227), + [anon_sym_volatile] = ACTIONS(227), + [anon_sym__Atomic] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(227), + [anon_sym_long] = ACTIONS(227), + [anon_sym_short] = ACTIONS(227), + [sym_primitive_type] = ACTIONS(227), + [anon_sym_enum] = ACTIONS(227), + [anon_sym_struct] = ACTIONS(227), + [anon_sym_union] = ACTIONS(227), + [anon_sym_if] = ACTIONS(227), + [anon_sym_switch] = ACTIONS(227), + [anon_sym_case] = ACTIONS(227), + [anon_sym_default] = ACTIONS(227), + [anon_sym_while] = ACTIONS(227), + [anon_sym_do] = ACTIONS(227), + [anon_sym_for] = ACTIONS(227), + [anon_sym_return] = ACTIONS(227), + [anon_sym_break] = ACTIONS(227), + [anon_sym_continue] = ACTIONS(227), + [anon_sym_goto] = ACTIONS(227), + [anon_sym_AMP] = ACTIONS(225), + [anon_sym_BANG] = ACTIONS(225), + [anon_sym_TILDE] = ACTIONS(225), + [anon_sym_PLUS] = ACTIONS(227), + [anon_sym_DASH] = ACTIONS(227), + [anon_sym_DASH_DASH] = ACTIONS(225), + [anon_sym_PLUS_PLUS] = ACTIONS(225), + [anon_sym_sizeof] = ACTIONS(227), + [sym_number_literal] = ACTIONS(225), + [sym_char_literal] = ACTIONS(225), + [sym_string_literal] = ACTIONS(225), + [sym_true] = ACTIONS(227), + [sym_false] = ACTIONS(227), + [sym_null] = ACTIONS(227), + [sym_identifier] = ACTIONS(227), [sym_comment] = ACTIONS(39), }, - [332] = { - [aux_sym_declaration_repeat1] = STATE(581), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(1338), + [296] = { + [sym_compound_statement] = STATE(516), + [sym_parameter_list] = STATE(127), + [aux_sym_declaration_repeat1] = STATE(517), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(1231), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, - [333] = { - [sym_preproc_include] = STATE(333), - [sym_preproc_def] = STATE(333), - [sym_preproc_function_def] = STATE(333), - [sym_preproc_call] = STATE(333), - [sym_preproc_if] = STATE(333), - [sym_preproc_ifdef] = STATE(333), - [sym_function_definition] = STATE(333), - [sym_declaration] = STATE(333), - [sym_type_definition] = STATE(333), - [sym__declaration_specifiers] = STATE(167), - [sym_linkage_specification] = STATE(333), + [297] = { + [aux_sym_declaration_repeat1] = STATE(517), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(1231), + [sym_comment] = ACTIONS(39), + }, + [298] = { + [sym_preproc_include] = STATE(298), + [sym_preproc_def] = STATE(298), + [sym_preproc_function_def] = STATE(298), + [sym_preproc_call] = STATE(298), + [sym_preproc_if] = STATE(298), + [sym_preproc_ifdef] = STATE(298), + [sym_function_definition] = STATE(298), + [sym_declaration] = STATE(298), + [sym_type_definition] = STATE(298), + [sym__declaration_specifiers] = STATE(149), + [sym_linkage_specification] = STATE(298), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -13252,56 +13302,56 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(333), + [sym__empty_declaration] = STATE(298), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(333), + [aux_sym_translation_unit_repeat1] = STATE(298), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1342), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1345), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1348), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(765), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1351), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1354), - [sym_preproc_directive] = ACTIONS(1357), - [anon_sym_typedef] = ACTIONS(1360), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(305), - [anon_sym_auto] = ACTIONS(305), - [anon_sym_register] = ACTIONS(305), - [anon_sym_inline] = ACTIONS(305), - [anon_sym_const] = ACTIONS(308), - [anon_sym_restrict] = ACTIONS(308), - [anon_sym_volatile] = ACTIONS(308), - [anon_sym__Atomic] = ACTIONS(308), - [anon_sym_unsigned] = ACTIONS(311), - [anon_sym_long] = ACTIONS(311), - [anon_sym_short] = ACTIONS(311), - [sym_primitive_type] = ACTIONS(314), - [anon_sym_enum] = ACTIONS(317), - [anon_sym_struct] = ACTIONS(320), - [anon_sym_union] = ACTIONS(323), - [sym_identifier] = ACTIONS(326), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1235), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1238), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(705), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1244), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1250), + [anon_sym_typedef] = ACTIONS(1253), + [anon_sym_extern] = ACTIONS(1256), + [anon_sym_static] = ACTIONS(273), + [anon_sym_auto] = ACTIONS(273), + [anon_sym_register] = ACTIONS(273), + [anon_sym_inline] = ACTIONS(273), + [anon_sym_const] = ACTIONS(276), + [anon_sym_restrict] = ACTIONS(276), + [anon_sym_volatile] = ACTIONS(276), + [anon_sym__Atomic] = ACTIONS(276), + [anon_sym_unsigned] = ACTIONS(279), + [anon_sym_long] = ACTIONS(279), + [anon_sym_short] = ACTIONS(279), + [sym_primitive_type] = ACTIONS(282), + [anon_sym_enum] = ACTIONS(285), + [anon_sym_struct] = ACTIONS(288), + [anon_sym_union] = ACTIONS(291), + [sym_identifier] = ACTIONS(294), [sym_comment] = ACTIONS(39), }, - [334] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1366), + [299] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1259), [sym_comment] = ACTIONS(39), }, - [335] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(582), - [sym_preproc_elif] = STATE(582), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [300] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(518), + [sym_preproc_elif] = STATE(518), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -13309,22 +13359,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1368), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -13343,39 +13393,39 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [336] = { - [anon_sym_LF] = ACTIONS(1370), + [301] = { + [anon_sym_LF] = ACTIONS(1263), [sym_comment] = ACTIONS(47), }, - [337] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(1372), - [anon_sym_LBRACK] = ACTIONS(446), + [302] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [338] = { - [sym__type_declarator] = STATE(585), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [303] = { + [sym__type_declarator] = STATE(521), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [339] = { - [sym_preproc_include] = STATE(587), - [sym_preproc_def] = STATE(587), - [sym_preproc_function_def] = STATE(587), - [sym_preproc_call] = STATE(587), - [sym_preproc_if] = STATE(587), - [sym_preproc_ifdef] = STATE(587), - [sym_function_definition] = STATE(587), - [sym_declaration] = STATE(587), - [sym_type_definition] = STATE(587), + [304] = { + [sym_preproc_include] = STATE(523), + [sym_preproc_def] = STATE(523), + [sym_preproc_function_def] = STATE(523), + [sym_preproc_call] = STATE(523), + [sym_preproc_if] = STATE(523), + [sym_preproc_ifdef] = STATE(523), + [sym_function_definition] = STATE(523), + [sym_declaration] = STATE(523), + [sym_type_definition] = STATE(523), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(587), + [sym_linkage_specification] = STATE(523), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -13383,9 +13433,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(587), + [sym__empty_declaration] = STATE(523), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(587), + [aux_sym_translation_unit_repeat1] = STATE(523), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), @@ -13396,7 +13446,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(17), [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(21), - [anon_sym_RBRACE] = ACTIONS(1374), + [anon_sym_RBRACE] = ACTIONS(1267), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -13415,88 +13465,118 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [340] = { - [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), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(466), - [sym_preproc_directive] = ACTIONS(466), - [anon_sym_typedef] = ACTIONS(466), - [anon_sym_extern] = ACTIONS(466), - [anon_sym_static] = ACTIONS(466), - [anon_sym_auto] = ACTIONS(466), - [anon_sym_register] = ACTIONS(466), - [anon_sym_inline] = ACTIONS(466), - [anon_sym_const] = ACTIONS(466), - [anon_sym_restrict] = ACTIONS(466), - [anon_sym_volatile] = ACTIONS(466), - [anon_sym__Atomic] = ACTIONS(466), - [anon_sym_unsigned] = ACTIONS(466), - [anon_sym_long] = ACTIONS(466), - [anon_sym_short] = ACTIONS(466), - [sym_primitive_type] = ACTIONS(466), - [anon_sym_enum] = ACTIONS(466), - [anon_sym_struct] = ACTIONS(466), - [anon_sym_union] = ACTIONS(466), - [sym_identifier] = ACTIONS(466), + [305] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(428), + [sym_preproc_directive] = ACTIONS(428), + [anon_sym_typedef] = ACTIONS(428), + [anon_sym_extern] = ACTIONS(428), + [anon_sym_static] = ACTIONS(428), + [anon_sym_auto] = ACTIONS(428), + [anon_sym_register] = ACTIONS(428), + [anon_sym_inline] = ACTIONS(428), + [anon_sym_const] = ACTIONS(428), + [anon_sym_restrict] = ACTIONS(428), + [anon_sym_volatile] = ACTIONS(428), + [anon_sym__Atomic] = ACTIONS(428), + [anon_sym_unsigned] = ACTIONS(428), + [anon_sym_long] = ACTIONS(428), + [anon_sym_short] = ACTIONS(428), + [sym_primitive_type] = ACTIONS(428), + [anon_sym_enum] = ACTIONS(428), + [anon_sym_struct] = ACTIONS(428), + [anon_sym_union] = ACTIONS(428), + [sym_identifier] = ACTIONS(428), [sym_comment] = ACTIONS(39), }, - [341] = { - [sym__declarator] = STATE(177), - [sym_pointer_declarator] = STATE(177), - [sym_function_declarator] = STATE(177), - [sym_array_declarator] = STATE(177), - [sym_init_declarator] = STATE(178), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(412), + [306] = { + [sym__declarator] = STATE(159), + [sym_pointer_declarator] = STATE(159), + [sym_function_declarator] = STATE(159), + [sym_array_declarator] = STATE(159), + [sym_init_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(380), [sym_comment] = ACTIONS(39), }, - [342] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [307] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(526), + [anon_sym_LPAREN] = ACTIONS(524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(526), + [sym_preproc_directive] = ACTIONS(526), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_typedef] = ACTIONS(526), + [anon_sym_extern] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_static] = ACTIONS(526), + [anon_sym_auto] = ACTIONS(526), + [anon_sym_register] = ACTIONS(526), + [anon_sym_inline] = ACTIONS(526), + [anon_sym_const] = ACTIONS(526), + [anon_sym_restrict] = ACTIONS(526), + [anon_sym_volatile] = ACTIONS(526), + [anon_sym__Atomic] = ACTIONS(526), + [anon_sym_unsigned] = ACTIONS(526), + [anon_sym_long] = ACTIONS(526), + [anon_sym_short] = ACTIONS(526), + [sym_primitive_type] = ACTIONS(526), + [anon_sym_enum] = ACTIONS(526), + [anon_sym_struct] = ACTIONS(526), + [anon_sym_union] = ACTIONS(526), + [anon_sym_if] = ACTIONS(526), + [anon_sym_else] = ACTIONS(526), + [anon_sym_switch] = ACTIONS(526), + [anon_sym_case] = ACTIONS(526), + [anon_sym_default] = ACTIONS(526), + [anon_sym_while] = ACTIONS(526), + [anon_sym_do] = ACTIONS(526), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(526), + [anon_sym_break] = ACTIONS(526), + [anon_sym_continue] = ACTIONS(526), + [anon_sym_goto] = ACTIONS(526), + [anon_sym_AMP] = ACTIONS(524), + [anon_sym_BANG] = ACTIONS(524), + [anon_sym_TILDE] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(526), + [anon_sym_DASH] = ACTIONS(526), + [anon_sym_DASH_DASH] = ACTIONS(524), + [anon_sym_PLUS_PLUS] = ACTIONS(524), + [anon_sym_sizeof] = ACTIONS(526), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(524), + [sym_true] = ACTIONS(526), + [sym_false] = ACTIONS(526), + [sym_null] = ACTIONS(526), + [sym_identifier] = ACTIONS(526), [sym_comment] = ACTIONS(39), }, - [343] = { - [sym_preproc_include] = STATE(589), - [sym_preproc_def] = STATE(589), - [sym_preproc_function_def] = STATE(589), - [sym_preproc_call] = STATE(589), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(589), - [sym_type_definition] = STATE(589), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(589), + [308] = { + [sym_preproc_include] = STATE(525), + [sym_preproc_def] = STATE(525), + [sym_preproc_function_def] = STATE(525), + [sym_preproc_call] = STATE(525), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(525), + [sym_type_definition] = STATE(525), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(525), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -13504,55 +13584,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(589), - [sym_expression_statement] = STATE(589), - [sym_if_statement] = STATE(589), - [sym_switch_statement] = STATE(589), - [sym_case_statement] = STATE(589), - [sym_while_statement] = STATE(589), - [sym_do_statement] = STATE(589), - [sym_for_statement] = STATE(589), - [sym_return_statement] = STATE(589), - [sym_break_statement] = STATE(589), - [sym_continue_statement] = STATE(589), - [sym_goto_statement] = STATE(589), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(589), + [sym_labeled_statement] = STATE(525), + [sym_expression_statement] = STATE(525), + [sym_if_statement] = STATE(525), + [sym_switch_statement] = STATE(525), + [sym_case_statement] = STATE(525), + [sym_while_statement] = STATE(525), + [sym_do_statement] = STATE(525), + [sym_for_statement] = STATE(525), + [sym_return_statement] = STATE(525), + [sym_break_statement] = STATE(525), + [sym_continue_statement] = STATE(525), + [sym_goto_statement] = STATE(525), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(525), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(589), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(525), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(530), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(532), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(534), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(1376), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_RBRACE] = ACTIONS(1269), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -13568,351 +13648,351 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), - [sym_comment] = ACTIONS(39), - }, - [344] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(672), - [sym_preproc_directive] = ACTIONS(672), - [anon_sym_typedef] = ACTIONS(672), - [anon_sym_extern] = ACTIONS(672), - [anon_sym_static] = ACTIONS(672), - [anon_sym_auto] = ACTIONS(672), - [anon_sym_register] = ACTIONS(672), - [anon_sym_inline] = ACTIONS(672), - [anon_sym_const] = ACTIONS(672), - [anon_sym_restrict] = ACTIONS(672), - [anon_sym_volatile] = ACTIONS(672), - [anon_sym__Atomic] = ACTIONS(672), - [anon_sym_unsigned] = ACTIONS(672), - [anon_sym_long] = ACTIONS(672), - [anon_sym_short] = ACTIONS(672), - [sym_primitive_type] = ACTIONS(672), - [anon_sym_enum] = ACTIONS(672), - [anon_sym_struct] = ACTIONS(672), - [anon_sym_union] = ACTIONS(672), - [sym_identifier] = ACTIONS(672), - [sym_comment] = ACTIONS(39), - }, - [345] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(1378), - [sym_comment] = ACTIONS(39), - }, - [346] = { - [ts_builtin_sym_end] = ACTIONS(1380), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym_RBRACE] = ACTIONS(1380), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [sym_identifier] = ACTIONS(1382), - [sym_comment] = ACTIONS(39), - }, - [347] = { - [ts_builtin_sym_end] = ACTIONS(1384), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1384), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [sym_identifier] = ACTIONS(1386), - [sym_comment] = ACTIONS(39), - }, - [348] = { - [ts_builtin_sym_end] = ACTIONS(1388), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1388), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [sym_identifier] = ACTIONS(1390), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), [sym_comment] = ACTIONS(39), }, - [349] = { - [anon_sym_LPAREN] = ACTIONS(833), - [anon_sym_STAR] = ACTIONS(833), - [sym_identifier] = ACTIONS(833), + [309] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(618), + [sym_preproc_directive] = ACTIONS(618), + [anon_sym_typedef] = ACTIONS(618), + [anon_sym_extern] = ACTIONS(618), + [anon_sym_static] = ACTIONS(618), + [anon_sym_auto] = ACTIONS(618), + [anon_sym_register] = ACTIONS(618), + [anon_sym_inline] = ACTIONS(618), + [anon_sym_const] = ACTIONS(618), + [anon_sym_restrict] = ACTIONS(618), + [anon_sym_volatile] = ACTIONS(618), + [anon_sym__Atomic] = ACTIONS(618), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(618), + [anon_sym_enum] = ACTIONS(618), + [anon_sym_struct] = ACTIONS(618), + [anon_sym_union] = ACTIONS(618), + [sym_identifier] = ACTIONS(618), [sym_comment] = ACTIONS(39), }, - [350] = { - [sym_enumerator] = STATE(372), - [anon_sym_RBRACE] = ACTIONS(1392), - [sym_identifier] = ACTIONS(207), + [310] = { + [aux_sym_declaration_repeat1] = STATE(267), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(1271), [sym_comment] = ACTIONS(39), }, - [351] = { - [aux_sym_enumerator_list_repeat1] = STATE(374), - [anon_sym_COMMA] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1392), + [311] = { + [ts_builtin_sym_end] = ACTIONS(1273), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym_RBRACE] = ACTIONS(1273), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [sym_identifier] = ACTIONS(1275), [sym_comment] = ACTIONS(39), }, - [352] = { - [anon_sym_LPAREN] = ACTIONS(913), - [anon_sym_STAR] = ACTIONS(913), - [sym_identifier] = ACTIONS(913), + [312] = { + [ts_builtin_sym_end] = ACTIONS(1277), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym_RBRACE] = ACTIONS(1277), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [sym_identifier] = ACTIONS(1279), [sym_comment] = ACTIONS(39), }, - [353] = { - [anon_sym_LPAREN] = ACTIONS(969), - [anon_sym_STAR] = ACTIONS(969), - [sym_identifier] = ACTIONS(969), + [313] = { + [ts_builtin_sym_end] = ACTIONS(1281), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1283), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1283), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_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), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym_RBRACE] = ACTIONS(1281), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [sym_identifier] = ACTIONS(1283), [sym_comment] = ACTIONS(39), }, - [354] = { - [anon_sym_LPAREN] = ACTIONS(1396), - [anon_sym_RPAREN] = ACTIONS(1396), - [anon_sym_SEMI] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1396), + [314] = { + [anon_sym_LPAREN] = ACTIONS(1285), + [anon_sym_RPAREN] = ACTIONS(1285), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym_LBRACK] = ACTIONS(1285), [sym_comment] = ACTIONS(39), }, - [355] = { - [anon_sym_LPAREN] = ACTIONS(1398), - [anon_sym_RPAREN] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(1398), + [315] = { + [anon_sym_LPAREN] = ACTIONS(1287), + [anon_sym_RPAREN] = ACTIONS(1287), + [anon_sym_SEMI] = ACTIONS(1287), + [anon_sym_LBRACK] = ACTIONS(1287), [sym_comment] = ACTIONS(39), }, - [356] = { - [sym__expression] = STATE(594), - [sym_conditional_expression] = STATE(594), - [sym_assignment_expression] = STATE(594), - [sym_pointer_expression] = STATE(594), - [sym_logical_expression] = STATE(594), - [sym_bitwise_expression] = STATE(594), - [sym_equality_expression] = STATE(594), - [sym_relational_expression] = STATE(594), - [sym_shift_expression] = STATE(594), - [sym_math_expression] = STATE(594), - [sym_cast_expression] = STATE(594), - [sym_sizeof_expression] = STATE(594), - [sym_subscript_expression] = STATE(594), - [sym_call_expression] = STATE(594), - [sym_field_expression] = STATE(594), - [sym_compound_literal_expression] = STATE(594), - [sym_parenthesized_expression] = STATE(594), - [sym_concatenated_string] = STATE(594), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(1400), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1402), - [sym_char_literal] = ACTIONS(1402), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1404), - [sym_false] = ACTIONS(1404), - [sym_null] = ACTIONS(1404), - [sym_identifier] = ACTIONS(1404), + [316] = { + [sym__expression] = STATE(528), + [sym_conditional_expression] = STATE(528), + [sym_assignment_expression] = STATE(528), + [sym_pointer_expression] = STATE(528), + [sym_logical_expression] = STATE(528), + [sym_bitwise_expression] = STATE(528), + [sym_equality_expression] = STATE(528), + [sym_relational_expression] = STATE(528), + [sym_shift_expression] = STATE(528), + [sym_math_expression] = STATE(528), + [sym_cast_expression] = STATE(528), + [sym_sizeof_expression] = STATE(528), + [sym_subscript_expression] = STATE(528), + [sym_call_expression] = STATE(528), + [sym_field_expression] = STATE(528), + [sym_compound_literal_expression] = STATE(528), + [sym_parenthesized_expression] = STATE(528), + [sym_concatenated_string] = STATE(528), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1291), + [sym_char_literal] = ACTIONS(1291), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1293), + [sym_false] = ACTIONS(1293), + [sym_null] = ACTIONS(1293), + [sym_identifier] = ACTIONS(1293), [sym_comment] = ACTIONS(39), }, - [357] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(1400), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [317] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1289), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [358] = { - [ts_builtin_sym_end] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_RBRACE] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), + [318] = { + [ts_builtin_sym_end] = ACTIONS(1295), + [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(1295), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_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), + [sym_preproc_directive] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1297), + [anon_sym_extern] = ACTIONS(1297), + [anon_sym_LBRACE] = ACTIONS(1295), + [anon_sym_RBRACE] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1297), + [anon_sym_auto] = ACTIONS(1297), + [anon_sym_register] = ACTIONS(1297), + [anon_sym_inline] = ACTIONS(1297), + [anon_sym_const] = ACTIONS(1297), + [anon_sym_restrict] = ACTIONS(1297), + [anon_sym_volatile] = ACTIONS(1297), + [anon_sym__Atomic] = ACTIONS(1297), + [anon_sym_unsigned] = ACTIONS(1297), + [anon_sym_long] = ACTIONS(1297), + [anon_sym_short] = ACTIONS(1297), + [sym_primitive_type] = ACTIONS(1297), + [anon_sym_enum] = ACTIONS(1297), + [anon_sym_struct] = ACTIONS(1297), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_if] = ACTIONS(1297), + [anon_sym_else] = ACTIONS(1297), + [anon_sym_switch] = ACTIONS(1297), + [anon_sym_case] = ACTIONS(1297), + [anon_sym_default] = ACTIONS(1297), + [anon_sym_while] = ACTIONS(1297), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1297), + [anon_sym_return] = ACTIONS(1297), + [anon_sym_break] = ACTIONS(1297), + [anon_sym_continue] = ACTIONS(1297), + [anon_sym_goto] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1295), + [anon_sym_BANG] = ACTIONS(1295), + [anon_sym_TILDE] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1297), + [anon_sym_DASH_DASH] = ACTIONS(1295), + [anon_sym_PLUS_PLUS] = ACTIONS(1295), + [anon_sym_sizeof] = ACTIONS(1297), + [sym_number_literal] = ACTIONS(1295), + [sym_char_literal] = ACTIONS(1295), + [sym_string_literal] = ACTIONS(1295), + [sym_true] = ACTIONS(1297), + [sym_false] = ACTIONS(1297), + [sym_null] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1297), [sym_comment] = ACTIONS(39), }, - [359] = { - [ts_builtin_sym_end] = ACTIONS(1410), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym_RBRACE] = ACTIONS(1410), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [sym_identifier] = ACTIONS(1412), + [319] = { + [ts_builtin_sym_end] = ACTIONS(1299), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1301), + [sym_preproc_directive] = ACTIONS(1301), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_RBRACE] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1301), + [anon_sym_auto] = ACTIONS(1301), + [anon_sym_register] = ACTIONS(1301), + [anon_sym_inline] = ACTIONS(1301), + [anon_sym_const] = ACTIONS(1301), + [anon_sym_restrict] = ACTIONS(1301), + [anon_sym_volatile] = ACTIONS(1301), + [anon_sym__Atomic] = ACTIONS(1301), + [anon_sym_unsigned] = ACTIONS(1301), + [anon_sym_long] = ACTIONS(1301), + [anon_sym_short] = ACTIONS(1301), + [sym_primitive_type] = ACTIONS(1301), + [anon_sym_enum] = ACTIONS(1301), + [anon_sym_struct] = ACTIONS(1301), + [anon_sym_union] = ACTIONS(1301), + [sym_identifier] = ACTIONS(1301), [sym_comment] = ACTIONS(39), }, - [360] = { - [sym_preproc_include] = STATE(360), - [sym_preproc_def] = STATE(360), - [sym_preproc_function_def] = STATE(360), - [sym_preproc_call] = STATE(360), - [sym_preproc_if] = STATE(360), - [sym_preproc_ifdef] = STATE(360), - [sym_function_definition] = STATE(360), - [sym_declaration] = STATE(360), - [sym_type_definition] = STATE(360), + [320] = { + [sym_preproc_include] = STATE(320), + [sym_preproc_def] = STATE(320), + [sym_preproc_function_def] = STATE(320), + [sym_preproc_call] = STATE(320), + [sym_preproc_if] = STATE(320), + [sym_preproc_ifdef] = STATE(320), + [sym_function_definition] = STATE(320), + [sym_declaration] = STATE(320), + [sym_type_definition] = STATE(320), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(360), + [sym_linkage_specification] = STATE(320), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -13920,494 +14000,509 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(360), + [sym__empty_declaration] = STATE(320), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(360), + [aux_sym_translation_unit_repeat1] = STATE(320), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(281), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(284), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(287), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(293), - [sym_preproc_directive] = ACTIONS(296), - [anon_sym_typedef] = ACTIONS(299), - [anon_sym_extern] = ACTIONS(302), - [anon_sym_RBRACE] = ACTIONS(279), - [anon_sym_static] = ACTIONS(305), - [anon_sym_auto] = ACTIONS(305), - [anon_sym_register] = ACTIONS(305), - [anon_sym_inline] = ACTIONS(305), - [anon_sym_const] = ACTIONS(308), - [anon_sym_restrict] = ACTIONS(308), - [anon_sym_volatile] = ACTIONS(308), - [anon_sym__Atomic] = ACTIONS(308), - [anon_sym_unsigned] = ACTIONS(311), - [anon_sym_long] = ACTIONS(311), - [anon_sym_short] = ACTIONS(311), - [sym_primitive_type] = ACTIONS(314), - [anon_sym_enum] = ACTIONS(317), - [anon_sym_struct] = ACTIONS(320), - [anon_sym_union] = ACTIONS(323), - [sym_identifier] = ACTIONS(326), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(252), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(258), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(261), + [sym_preproc_directive] = ACTIONS(264), + [anon_sym_typedef] = ACTIONS(267), + [anon_sym_extern] = ACTIONS(270), + [anon_sym_RBRACE] = ACTIONS(247), + [anon_sym_static] = ACTIONS(273), + [anon_sym_auto] = ACTIONS(273), + [anon_sym_register] = ACTIONS(273), + [anon_sym_inline] = ACTIONS(273), + [anon_sym_const] = ACTIONS(276), + [anon_sym_restrict] = ACTIONS(276), + [anon_sym_volatile] = ACTIONS(276), + [anon_sym__Atomic] = ACTIONS(276), + [anon_sym_unsigned] = ACTIONS(279), + [anon_sym_long] = ACTIONS(279), + [anon_sym_short] = ACTIONS(279), + [sym_primitive_type] = ACTIONS(282), + [anon_sym_enum] = ACTIONS(285), + [anon_sym_struct] = ACTIONS(288), + [anon_sym_union] = ACTIONS(291), + [sym_identifier] = ACTIONS(294), [sym_comment] = ACTIONS(39), }, - [361] = { - [sym_storage_class_specifier] = STATE(361), - [sym_type_qualifier] = STATE(361), - [aux_sym__declaration_specifiers_repeat1] = STATE(361), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(680), - [anon_sym_STAR] = ACTIONS(678), - [anon_sym_static] = ACTIONS(680), - [anon_sym_auto] = ACTIONS(680), - [anon_sym_register] = ACTIONS(680), - [anon_sym_inline] = ACTIONS(680), - [anon_sym_const] = ACTIONS(683), - [anon_sym_restrict] = ACTIONS(683), - [anon_sym_volatile] = ACTIONS(683), - [anon_sym__Atomic] = ACTIONS(683), - [sym_identifier] = ACTIONS(335), + [321] = { + [sym_storage_class_specifier] = STATE(321), + [sym_type_qualifier] = STATE(321), + [aux_sym__declaration_specifiers_repeat1] = STATE(321), + [anon_sym_LPAREN] = ACTIONS(624), + [anon_sym_extern] = ACTIONS(297), + [anon_sym_STAR] = ACTIONS(624), + [anon_sym_static] = ACTIONS(297), + [anon_sym_auto] = ACTIONS(297), + [anon_sym_register] = ACTIONS(297), + [anon_sym_inline] = ACTIONS(297), + [anon_sym_const] = ACTIONS(300), + [anon_sym_restrict] = ACTIONS(300), + [anon_sym_volatile] = ACTIONS(300), + [anon_sym__Atomic] = ACTIONS(300), + [sym_identifier] = ACTIONS(303), [sym_comment] = ACTIONS(39), }, - [362] = { - [sym_storage_class_specifier] = STATE(361), - [sym_type_qualifier] = STATE(361), - [aux_sym__declaration_specifiers_repeat1] = STATE(361), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(688), + [322] = { + [sym_storage_class_specifier] = STATE(321), + [sym_type_qualifier] = STATE(321), + [aux_sym__declaration_specifiers_repeat1] = STATE(321), + [anon_sym_LPAREN] = ACTIONS(626), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(626), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(628), [sym_comment] = ACTIONS(39), }, - [363] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(595), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [323] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(529), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [364] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), + [324] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), [sym_comment] = ACTIONS(39), }, - [365] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), + [325] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [366] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), + [326] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), [sym_comment] = ACTIONS(39), }, - [367] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), + [327] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), [sym_comment] = ACTIONS(39), }, - [368] = { - [sym__expression] = STATE(597), - [sym_conditional_expression] = STATE(597), - [sym_assignment_expression] = STATE(597), - [sym_pointer_expression] = STATE(597), - [sym_logical_expression] = STATE(597), - [sym_bitwise_expression] = STATE(597), - [sym_equality_expression] = STATE(597), - [sym_relational_expression] = STATE(597), - [sym_shift_expression] = STATE(597), - [sym_math_expression] = STATE(597), - [sym_cast_expression] = STATE(597), - [sym_sizeof_expression] = STATE(597), - [sym_subscript_expression] = STATE(597), - [sym_call_expression] = STATE(597), - [sym_field_expression] = STATE(597), - [sym_compound_literal_expression] = STATE(597), - [sym_parenthesized_expression] = STATE(597), - [sym_concatenated_string] = STATE(597), - [anon_sym_LPAREN] = ACTIONS(1414), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(1416), - [sym_char_literal] = ACTIONS(1416), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1418), - [sym_false] = ACTIONS(1418), - [sym_null] = ACTIONS(1418), - [sym_identifier] = ACTIONS(1418), + [328] = { + [sym__expression] = STATE(531), + [sym_conditional_expression] = STATE(531), + [sym_assignment_expression] = STATE(531), + [sym_pointer_expression] = STATE(531), + [sym_logical_expression] = STATE(531), + [sym_bitwise_expression] = STATE(531), + [sym_equality_expression] = STATE(531), + [sym_relational_expression] = STATE(531), + [sym_shift_expression] = STATE(531), + [sym_math_expression] = STATE(531), + [sym_cast_expression] = STATE(531), + [sym_sizeof_expression] = STATE(531), + [sym_subscript_expression] = STATE(531), + [sym_call_expression] = STATE(531), + [sym_field_expression] = STATE(531), + [sym_compound_literal_expression] = STATE(531), + [sym_parenthesized_expression] = STATE(531), + [sym_concatenated_string] = STATE(531), + [anon_sym_LPAREN] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(1305), + [sym_char_literal] = ACTIONS(1305), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [sym_null] = ACTIONS(1307), + [sym_identifier] = ACTIONS(1307), [sym_comment] = ACTIONS(39), }, - [369] = { - [aux_sym_concatenated_string_repeat1] = STATE(598), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_RBRACE] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(1420), + [329] = { + [aux_sym_concatenated_string_repeat1] = STATE(532), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_RBRACE] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(1309), [sym_comment] = ACTIONS(39), }, - [370] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1422), - [anon_sym_RBRACE] = ACTIONS(1422), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_QMARK] = ACTIONS(1428), - [anon_sym_STAR_EQ] = ACTIONS(1430), - [anon_sym_SLASH_EQ] = ACTIONS(1430), - [anon_sym_PERCENT_EQ] = ACTIONS(1430), - [anon_sym_PLUS_EQ] = ACTIONS(1430), - [anon_sym_DASH_EQ] = ACTIONS(1430), - [anon_sym_LT_LT_EQ] = ACTIONS(1430), - [anon_sym_GT_GT_EQ] = ACTIONS(1430), - [anon_sym_AMP_EQ] = ACTIONS(1430), - [anon_sym_CARET_EQ] = ACTIONS(1430), - [anon_sym_PIPE_EQ] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(1434), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [330] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1311), + [anon_sym_RBRACE] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_QMARK] = ACTIONS(1317), + [anon_sym_STAR_EQ] = ACTIONS(1319), + [anon_sym_SLASH_EQ] = ACTIONS(1319), + [anon_sym_PERCENT_EQ] = ACTIONS(1319), + [anon_sym_PLUS_EQ] = ACTIONS(1319), + [anon_sym_DASH_EQ] = ACTIONS(1319), + [anon_sym_LT_LT_EQ] = ACTIONS(1319), + [anon_sym_GT_GT_EQ] = ACTIONS(1319), + [anon_sym_AMP_EQ] = ACTIONS(1319), + [anon_sym_CARET_EQ] = ACTIONS(1319), + [anon_sym_PIPE_EQ] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(1323), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [371] = { - [anon_sym_LPAREN] = ACTIONS(1452), - [anon_sym_COMMA] = ACTIONS(1452), - [anon_sym_RPAREN] = ACTIONS(1452), - [anon_sym_SEMI] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym_COLON] = ACTIONS(1452), - [sym_identifier] = ACTIONS(1454), + [331] = { + [anon_sym_LPAREN] = ACTIONS(1341), + [anon_sym_COMMA] = ACTIONS(1341), + [anon_sym_RPAREN] = ACTIONS(1341), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_LBRACK] = ACTIONS(1341), + [anon_sym_RBRACK] = ACTIONS(1341), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym_COLON] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1341), + [sym_char_literal] = ACTIONS(1341), + [sym_string_literal] = ACTIONS(1341), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [sym_null] = ACTIONS(1343), + [sym_identifier] = ACTIONS(1343), [sym_comment] = ACTIONS(39), }, - [372] = { - [anon_sym_COMMA] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), + [332] = { + [anon_sym_COMMA] = ACTIONS(1345), + [anon_sym_RBRACE] = ACTIONS(1345), [sym_comment] = ACTIONS(39), }, - [373] = { - [sym_enumerator] = STATE(372), - [anon_sym_RBRACE] = ACTIONS(1458), - [sym_identifier] = ACTIONS(207), + [333] = { + [sym_enumerator] = STATE(332), + [anon_sym_RBRACE] = ACTIONS(1347), + [sym_identifier] = ACTIONS(179), [sym_comment] = ACTIONS(39), }, - [374] = { - [aux_sym_enumerator_list_repeat1] = STATE(374), - [anon_sym_COMMA] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1456), + [334] = { + [aux_sym_enumerator_list_repeat1] = STATE(334), + [anon_sym_COMMA] = ACTIONS(1349), + [anon_sym_RBRACE] = ACTIONS(1345), [sym_comment] = ACTIONS(39), }, - [375] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1463), - [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), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1463), - [anon_sym_auto] = ACTIONS(1463), - [anon_sym_register] = ACTIONS(1463), - [anon_sym_inline] = ACTIONS(1463), - [anon_sym_const] = ACTIONS(1463), - [anon_sym_restrict] = ACTIONS(1463), - [anon_sym_volatile] = ACTIONS(1463), - [anon_sym__Atomic] = ACTIONS(1463), - [anon_sym_unsigned] = ACTIONS(1463), - [anon_sym_long] = ACTIONS(1463), - [anon_sym_short] = ACTIONS(1463), - [sym_primitive_type] = ACTIONS(1463), - [anon_sym_enum] = ACTIONS(1463), - [anon_sym_struct] = ACTIONS(1463), - [anon_sym_union] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1463), + [335] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1352), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1354), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1354), + [anon_sym_extern] = ACTIONS(1352), + [anon_sym_RBRACE] = ACTIONS(1354), + [anon_sym_static] = ACTIONS(1352), + [anon_sym_auto] = ACTIONS(1352), + [anon_sym_register] = ACTIONS(1352), + [anon_sym_inline] = ACTIONS(1352), + [anon_sym_const] = ACTIONS(1352), + [anon_sym_restrict] = ACTIONS(1352), + [anon_sym_volatile] = ACTIONS(1352), + [anon_sym__Atomic] = ACTIONS(1352), + [anon_sym_unsigned] = ACTIONS(1352), + [anon_sym_long] = ACTIONS(1352), + [anon_sym_short] = ACTIONS(1352), + [sym_primitive_type] = ACTIONS(1352), + [anon_sym_enum] = ACTIONS(1352), + [anon_sym_struct] = ACTIONS(1352), + [anon_sym_union] = ACTIONS(1352), + [sym_identifier] = ACTIONS(1352), [sym_comment] = ACTIONS(39), }, - [376] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(613), - [sym_field_declaration] = STATE(613), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(613), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1467), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), + [336] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(547), + [sym_field_declaration] = STATE(547), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(547), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1356), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -14417,53 +14512,53 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [377] = { - [sym_preproc_arg] = ACTIONS(1469), + [337] = { + [sym_preproc_arg] = ACTIONS(1358), [sym_comment] = ACTIONS(47), }, - [378] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1471), + [338] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1360), [sym_comment] = ACTIONS(39), }, - [379] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1473), + [339] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1362), [sym_comment] = ACTIONS(39), }, - [380] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(618), - [sym_preproc_elif_in_field_declaration_list] = STATE(619), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(620), - [sym_field_declaration] = STATE(620), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(620), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1475), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [340] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(552), + [sym_preproc_elif_in_field_declaration_list] = STATE(553), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(554), + [sym_field_declaration] = STATE(554), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(554), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1364), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -14473,76 +14568,76 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [381] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1477), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1479), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1479), - [anon_sym_extern] = ACTIONS(1477), - [anon_sym_RBRACE] = ACTIONS(1479), - [anon_sym_static] = ACTIONS(1477), - [anon_sym_auto] = ACTIONS(1477), - [anon_sym_register] = ACTIONS(1477), - [anon_sym_inline] = ACTIONS(1477), - [anon_sym_const] = ACTIONS(1477), - [anon_sym_restrict] = ACTIONS(1477), - [anon_sym_volatile] = ACTIONS(1477), - [anon_sym__Atomic] = ACTIONS(1477), - [anon_sym_unsigned] = ACTIONS(1477), - [anon_sym_long] = ACTIONS(1477), - [anon_sym_short] = ACTIONS(1477), - [sym_primitive_type] = ACTIONS(1477), - [anon_sym_enum] = ACTIONS(1477), - [anon_sym_struct] = ACTIONS(1477), - [anon_sym_union] = ACTIONS(1477), - [sym_identifier] = ACTIONS(1477), + [341] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1366), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1368), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1368), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1368), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1368), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1368), + [anon_sym_extern] = ACTIONS(1366), + [anon_sym_RBRACE] = ACTIONS(1368), + [anon_sym_static] = ACTIONS(1366), + [anon_sym_auto] = ACTIONS(1366), + [anon_sym_register] = ACTIONS(1366), + [anon_sym_inline] = ACTIONS(1366), + [anon_sym_const] = ACTIONS(1366), + [anon_sym_restrict] = ACTIONS(1366), + [anon_sym_volatile] = ACTIONS(1366), + [anon_sym__Atomic] = ACTIONS(1366), + [anon_sym_unsigned] = ACTIONS(1366), + [anon_sym_long] = ACTIONS(1366), + [anon_sym_short] = ACTIONS(1366), + [sym_primitive_type] = ACTIONS(1366), + [anon_sym_enum] = ACTIONS(1366), + [anon_sym_struct] = ACTIONS(1366), + [anon_sym_union] = ACTIONS(1366), + [sym_identifier] = ACTIONS(1366), [sym_comment] = ACTIONS(39), }, - [382] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1481), + [342] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1370), [sym_comment] = ACTIONS(39), }, - [383] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1483), + [343] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1372), [sym_comment] = ACTIONS(39), }, - [384] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(624), - [sym_preproc_elif_in_field_declaration_list] = STATE(625), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(620), - [sym_field_declaration] = STATE(620), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(620), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1485), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [344] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(558), + [sym_preproc_elif_in_field_declaration_list] = STATE(559), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(554), + [sym_field_declaration] = STATE(554), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(554), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1374), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -14552,76 +14647,76 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [385] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1487), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1489), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1489), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1489), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1489), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1489), - [anon_sym_extern] = ACTIONS(1487), - [anon_sym_RBRACE] = ACTIONS(1489), - [anon_sym_static] = ACTIONS(1487), - [anon_sym_auto] = ACTIONS(1487), - [anon_sym_register] = ACTIONS(1487), - [anon_sym_inline] = ACTIONS(1487), - [anon_sym_const] = ACTIONS(1487), - [anon_sym_restrict] = ACTIONS(1487), - [anon_sym_volatile] = ACTIONS(1487), - [anon_sym__Atomic] = ACTIONS(1487), - [anon_sym_unsigned] = ACTIONS(1487), - [anon_sym_long] = ACTIONS(1487), - [anon_sym_short] = ACTIONS(1487), - [sym_primitive_type] = ACTIONS(1487), - [anon_sym_enum] = ACTIONS(1487), - [anon_sym_struct] = ACTIONS(1487), - [anon_sym_union] = ACTIONS(1487), - [sym_identifier] = ACTIONS(1487), + [345] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1376), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1378), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1378), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1378), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1378), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1378), + [anon_sym_extern] = ACTIONS(1376), + [anon_sym_RBRACE] = ACTIONS(1378), + [anon_sym_static] = ACTIONS(1376), + [anon_sym_auto] = ACTIONS(1376), + [anon_sym_register] = ACTIONS(1376), + [anon_sym_inline] = ACTIONS(1376), + [anon_sym_const] = ACTIONS(1376), + [anon_sym_restrict] = ACTIONS(1376), + [anon_sym_volatile] = ACTIONS(1376), + [anon_sym__Atomic] = ACTIONS(1376), + [anon_sym_unsigned] = ACTIONS(1376), + [anon_sym_long] = ACTIONS(1376), + [anon_sym_short] = ACTIONS(1376), + [sym_primitive_type] = ACTIONS(1376), + [anon_sym_enum] = ACTIONS(1376), + [anon_sym_struct] = ACTIONS(1376), + [anon_sym_union] = ACTIONS(1376), + [sym_identifier] = ACTIONS(1376), [sym_comment] = ACTIONS(39), }, - [386] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1491), + [346] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1380), [sym_comment] = ACTIONS(39), }, - [387] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1493), + [347] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1382), [sym_comment] = ACTIONS(39), }, - [388] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(629), - [sym_preproc_elif_in_field_declaration_list] = STATE(630), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(620), - [sym_field_declaration] = STATE(620), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(620), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1495), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [348] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(563), + [sym_preproc_elif_in_field_declaration_list] = STATE(564), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(554), + [sym_field_declaration] = STATE(554), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(554), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -14631,447 +14726,447 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [389] = { - [sym__field_declarator] = STATE(391), - [sym_pointer_field_declarator] = STATE(220), - [sym_function_field_declarator] = STATE(221), - [sym_array_field_declarator] = STATE(222), - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_STAR] = ACTIONS(871), - [sym_identifier] = ACTIONS(514), + [349] = { + [sym__field_declarator] = STATE(351), + [sym_pointer_field_declarator] = STATE(193), + [sym_function_field_declarator] = STATE(194), + [sym_array_field_declarator] = STATE(195), + [anon_sym_LPAREN] = ACTIONS(468), + [anon_sym_STAR] = ACTIONS(803), + [sym_identifier] = ACTIONS(476), [sym_comment] = ACTIONS(39), }, - [390] = { - [sym_parameter_list] = STATE(404), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(1497), - [anon_sym_LBRACK] = ACTIONS(903), + [350] = { + [sym_parameter_list] = STATE(364), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(1386), + [anon_sym_LBRACK] = ACTIONS(835), [sym_comment] = ACTIONS(39), }, - [391] = { - [sym_parameter_list] = STATE(404), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(1499), - [anon_sym_RPAREN] = ACTIONS(1499), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_COLON] = ACTIONS(1499), + [351] = { + [sym_parameter_list] = STATE(364), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(1388), + [anon_sym_RPAREN] = ACTIONS(1388), + [anon_sym_SEMI] = ACTIONS(1388), + [anon_sym_LBRACK] = ACTIONS(835), + [anon_sym_COLON] = ACTIONS(1388), [sym_comment] = ACTIONS(39), }, - [392] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(632), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [352] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(566), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [393] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), + [353] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), [sym_comment] = ACTIONS(39), }, - [394] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), + [354] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [395] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), + [355] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), [sym_comment] = ACTIONS(39), }, - [396] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), + [356] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), [sym_comment] = ACTIONS(39), }, - [397] = { - [sym__expression] = STATE(634), - [sym_conditional_expression] = STATE(634), - [sym_assignment_expression] = STATE(634), - [sym_pointer_expression] = STATE(634), - [sym_logical_expression] = STATE(634), - [sym_bitwise_expression] = STATE(634), - [sym_equality_expression] = STATE(634), - [sym_relational_expression] = STATE(634), - [sym_shift_expression] = STATE(634), - [sym_math_expression] = STATE(634), - [sym_cast_expression] = STATE(634), - [sym_sizeof_expression] = STATE(634), - [sym_subscript_expression] = STATE(634), - [sym_call_expression] = STATE(634), - [sym_field_expression] = STATE(634), - [sym_compound_literal_expression] = STATE(634), - [sym_parenthesized_expression] = STATE(634), - [sym_concatenated_string] = STATE(634), - [anon_sym_LPAREN] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1503), - [sym_char_literal] = ACTIONS(1503), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1505), - [sym_false] = ACTIONS(1505), - [sym_null] = ACTIONS(1505), - [sym_identifier] = ACTIONS(1505), + [357] = { + [sym__expression] = STATE(568), + [sym_conditional_expression] = STATE(568), + [sym_assignment_expression] = STATE(568), + [sym_pointer_expression] = STATE(568), + [sym_logical_expression] = STATE(568), + [sym_bitwise_expression] = STATE(568), + [sym_equality_expression] = STATE(568), + [sym_relational_expression] = STATE(568), + [sym_shift_expression] = STATE(568), + [sym_math_expression] = STATE(568), + [sym_cast_expression] = STATE(568), + [sym_sizeof_expression] = STATE(568), + [sym_subscript_expression] = STATE(568), + [sym_call_expression] = STATE(568), + [sym_field_expression] = STATE(568), + [sym_compound_literal_expression] = STATE(568), + [sym_parenthesized_expression] = STATE(568), + [sym_concatenated_string] = STATE(568), + [anon_sym_LPAREN] = ACTIONS(1390), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1392), + [sym_char_literal] = ACTIONS(1392), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1394), + [sym_false] = ACTIONS(1394), + [sym_null] = ACTIONS(1394), + [sym_identifier] = ACTIONS(1394), [sym_comment] = ACTIONS(39), }, - [398] = { - [aux_sym_concatenated_string_repeat1] = STATE(635), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(1507), + [358] = { + [aux_sym_concatenated_string_repeat1] = STATE(569), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(1396), [sym_comment] = ACTIONS(39), }, - [399] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [359] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(1398), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [400] = { - [sym__field_declarator] = STATE(649), - [sym_pointer_field_declarator] = STATE(220), - [sym_function_field_declarator] = STATE(221), - [sym_array_field_declarator] = STATE(222), - [anon_sym_LPAREN] = ACTIONS(506), - [anon_sym_STAR] = ACTIONS(510), - [sym_identifier] = ACTIONS(514), + [360] = { + [sym__field_declarator] = STATE(583), + [sym_pointer_field_declarator] = STATE(193), + [sym_function_field_declarator] = STATE(194), + [sym_array_field_declarator] = STATE(195), + [anon_sym_LPAREN] = ACTIONS(468), + [anon_sym_STAR] = ACTIONS(472), + [sym_identifier] = ACTIONS(476), [sym_comment] = ACTIONS(39), }, - [401] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1539), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1541), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1541), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1541), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1541), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1541), - [anon_sym_extern] = ACTIONS(1539), - [anon_sym_RBRACE] = ACTIONS(1541), - [anon_sym_static] = ACTIONS(1539), - [anon_sym_auto] = ACTIONS(1539), - [anon_sym_register] = ACTIONS(1539), - [anon_sym_inline] = ACTIONS(1539), - [anon_sym_const] = ACTIONS(1539), - [anon_sym_restrict] = ACTIONS(1539), - [anon_sym_volatile] = ACTIONS(1539), - [anon_sym__Atomic] = ACTIONS(1539), - [anon_sym_unsigned] = ACTIONS(1539), - [anon_sym_long] = ACTIONS(1539), - [anon_sym_short] = ACTIONS(1539), - [sym_primitive_type] = ACTIONS(1539), - [anon_sym_enum] = ACTIONS(1539), - [anon_sym_struct] = ACTIONS(1539), - [anon_sym_union] = ACTIONS(1539), - [sym_identifier] = ACTIONS(1539), + [361] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1430), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1430), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1430), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1430), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1430), + [anon_sym_extern] = ACTIONS(1428), + [anon_sym_RBRACE] = ACTIONS(1430), + [anon_sym_static] = ACTIONS(1428), + [anon_sym_auto] = ACTIONS(1428), + [anon_sym_register] = ACTIONS(1428), + [anon_sym_inline] = ACTIONS(1428), + [anon_sym_const] = ACTIONS(1428), + [anon_sym_restrict] = ACTIONS(1428), + [anon_sym_volatile] = ACTIONS(1428), + [anon_sym__Atomic] = ACTIONS(1428), + [anon_sym_unsigned] = ACTIONS(1428), + [anon_sym_long] = ACTIONS(1428), + [anon_sym_short] = ACTIONS(1428), + [sym_primitive_type] = ACTIONS(1428), + [anon_sym_enum] = ACTIONS(1428), + [anon_sym_struct] = ACTIONS(1428), + [anon_sym_union] = ACTIONS(1428), + [sym_identifier] = ACTIONS(1428), [sym_comment] = ACTIONS(39), }, - [402] = { - [sym__declaration_specifiers] = STATE(651), - [sym_storage_class_specifier] = STATE(296), - [sym_type_qualifier] = STATE(296), - [sym__type_specifier] = STATE(294), - [sym_sized_type_specifier] = STATE(294), - [sym_enum_specifier] = STATE(294), - [sym_struct_specifier] = STATE(294), - [sym_union_specifier] = STATE(294), - [sym__expression] = STATE(652), - [sym_conditional_expression] = STATE(652), - [sym_assignment_expression] = STATE(652), - [sym_pointer_expression] = STATE(652), - [sym_logical_expression] = STATE(652), - [sym_bitwise_expression] = STATE(652), - [sym_equality_expression] = STATE(652), - [sym_relational_expression] = STATE(652), - [sym_shift_expression] = STATE(652), - [sym_math_expression] = STATE(652), - [sym_cast_expression] = STATE(652), - [sym_sizeof_expression] = STATE(652), - [sym_subscript_expression] = STATE(652), - [sym_call_expression] = STATE(652), - [sym_field_expression] = STATE(652), - [sym_compound_literal_expression] = STATE(652), - [sym_parenthesized_expression] = STATE(652), - [sym_concatenated_string] = STATE(652), - [sym_macro_type_specifier] = STATE(294), - [aux_sym__declaration_specifiers_repeat1] = STATE(296), - [aux_sym_sized_type_specifier_repeat1] = STATE(297), - [anon_sym_LPAREN] = ACTIONS(630), + [362] = { + [sym__declaration_specifiers] = STATE(585), + [sym_storage_class_specifier] = STATE(261), + [sym_type_qualifier] = STATE(261), + [sym__type_specifier] = STATE(259), + [sym_sized_type_specifier] = STATE(259), + [sym_enum_specifier] = STATE(259), + [sym_struct_specifier] = STATE(259), + [sym_union_specifier] = STATE(259), + [sym__expression] = STATE(586), + [sym_conditional_expression] = STATE(586), + [sym_assignment_expression] = STATE(586), + [sym_pointer_expression] = STATE(586), + [sym_logical_expression] = STATE(586), + [sym_bitwise_expression] = STATE(586), + [sym_equality_expression] = STATE(586), + [sym_relational_expression] = STATE(586), + [sym_shift_expression] = STATE(586), + [sym_math_expression] = STATE(586), + [sym_cast_expression] = STATE(586), + [sym_sizeof_expression] = STATE(586), + [sym_subscript_expression] = STATE(586), + [sym_call_expression] = STATE(586), + [sym_field_expression] = STATE(586), + [sym_compound_literal_expression] = STATE(586), + [sym_parenthesized_expression] = STATE(586), + [sym_concatenated_string] = STATE(586), + [sym_macro_type_specifier] = STATE(259), + [aux_sym__declaration_specifiers_repeat1] = STATE(261), + [aux_sym_sized_type_specifier_repeat1] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(582), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(1543), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(1432), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -15080,260 +15175,260 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(636), - [anon_sym_long] = ACTIONS(636), - [anon_sym_short] = ACTIONS(636), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(640), - [anon_sym_struct] = ACTIONS(642), - [anon_sym_union] = ACTIONS(644), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1545), - [sym_char_literal] = ACTIONS(1545), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1547), - [sym_false] = ACTIONS(1547), - [sym_null] = ACTIONS(1547), - [sym_identifier] = ACTIONS(662), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [sym_primitive_type] = ACTIONS(590), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1434), + [sym_char_literal] = ACTIONS(1434), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1436), + [sym_false] = ACTIONS(1436), + [sym_null] = ACTIONS(1436), + [sym_identifier] = ACTIONS(608), [sym_comment] = ACTIONS(39), }, - [403] = { - [sym__expression] = STATE(653), - [sym_conditional_expression] = STATE(653), - [sym_assignment_expression] = STATE(653), - [sym_pointer_expression] = STATE(653), - [sym_logical_expression] = STATE(653), - [sym_bitwise_expression] = STATE(653), - [sym_equality_expression] = STATE(653), - [sym_relational_expression] = STATE(653), - [sym_shift_expression] = STATE(653), - [sym_math_expression] = STATE(653), - [sym_cast_expression] = STATE(653), - [sym_sizeof_expression] = STATE(653), - [sym_subscript_expression] = STATE(653), - [sym_call_expression] = STATE(653), - [sym_field_expression] = STATE(653), - [sym_compound_literal_expression] = STATE(653), - [sym_parenthesized_expression] = STATE(653), - [sym_concatenated_string] = STATE(653), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1549), - [sym_char_literal] = ACTIONS(1549), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1551), - [sym_false] = ACTIONS(1551), - [sym_null] = ACTIONS(1551), - [sym_identifier] = ACTIONS(1551), + [363] = { + [sym__expression] = STATE(587), + [sym_conditional_expression] = STATE(587), + [sym_assignment_expression] = STATE(587), + [sym_pointer_expression] = STATE(587), + [sym_logical_expression] = STATE(587), + [sym_bitwise_expression] = STATE(587), + [sym_equality_expression] = STATE(587), + [sym_relational_expression] = STATE(587), + [sym_shift_expression] = STATE(587), + [sym_math_expression] = STATE(587), + [sym_cast_expression] = STATE(587), + [sym_sizeof_expression] = STATE(587), + [sym_subscript_expression] = STATE(587), + [sym_call_expression] = STATE(587), + [sym_field_expression] = STATE(587), + [sym_compound_literal_expression] = STATE(587), + [sym_parenthesized_expression] = STATE(587), + [sym_concatenated_string] = STATE(587), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1438), + [sym_char_literal] = ACTIONS(1438), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1440), + [sym_false] = ACTIONS(1440), + [sym_null] = ACTIONS(1440), + [sym_identifier] = ACTIONS(1440), [sym_comment] = ACTIONS(39), }, - [404] = { - [anon_sym_LPAREN] = ACTIONS(1553), - [anon_sym_COMMA] = ACTIONS(1553), - [anon_sym_RPAREN] = ACTIONS(1553), - [anon_sym_SEMI] = ACTIONS(1553), - [anon_sym_LBRACK] = ACTIONS(1553), - [anon_sym_COLON] = ACTIONS(1553), + [364] = { + [anon_sym_LPAREN] = ACTIONS(1442), + [anon_sym_COMMA] = ACTIONS(1442), + [anon_sym_RPAREN] = ACTIONS(1442), + [anon_sym_SEMI] = ACTIONS(1442), + [anon_sym_LBRACK] = ACTIONS(1442), + [anon_sym_COLON] = ACTIONS(1442), [sym_comment] = ACTIONS(39), }, - [405] = { - [aux_sym_field_declaration_repeat1] = STATE(655), - [anon_sym_COMMA] = ACTIONS(899), - [anon_sym_SEMI] = ACTIONS(1509), - [anon_sym_COLON] = ACTIONS(1555), + [365] = { + [aux_sym_field_declaration_repeat1] = STATE(589), + [anon_sym_COMMA] = ACTIONS(831), + [anon_sym_SEMI] = ACTIONS(1398), + [anon_sym_COLON] = ACTIONS(1444), [sym_comment] = ACTIONS(39), }, - [406] = { - [sym_storage_class_specifier] = STATE(406), - [sym_type_qualifier] = STATE(406), - [aux_sym__declaration_specifiers_repeat1] = STATE(406), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_SEMI] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(680), - [anon_sym_STAR] = ACTIONS(678), - [anon_sym_static] = ACTIONS(680), - [anon_sym_auto] = ACTIONS(680), - [anon_sym_register] = ACTIONS(680), - [anon_sym_inline] = ACTIONS(680), - [anon_sym_const] = ACTIONS(683), - [anon_sym_restrict] = ACTIONS(683), - [anon_sym_volatile] = ACTIONS(683), - [anon_sym__Atomic] = ACTIONS(683), - [anon_sym_COLON] = ACTIONS(678), - [sym_identifier] = ACTIONS(335), + [366] = { + [sym_storage_class_specifier] = STATE(366), + [sym_type_qualifier] = STATE(366), + [aux_sym__declaration_specifiers_repeat1] = STATE(366), + [anon_sym_LPAREN] = ACTIONS(624), + [anon_sym_SEMI] = ACTIONS(624), + [anon_sym_extern] = ACTIONS(297), + [anon_sym_STAR] = ACTIONS(624), + [anon_sym_static] = ACTIONS(297), + [anon_sym_auto] = ACTIONS(297), + [anon_sym_register] = ACTIONS(297), + [anon_sym_inline] = ACTIONS(297), + [anon_sym_const] = ACTIONS(300), + [anon_sym_restrict] = ACTIONS(300), + [anon_sym_volatile] = ACTIONS(300), + [anon_sym__Atomic] = ACTIONS(300), + [anon_sym_COLON] = ACTIONS(624), + [sym_identifier] = ACTIONS(303), [sym_comment] = ACTIONS(39), }, - [407] = { - [sym_storage_class_specifier] = STATE(406), - [sym_type_qualifier] = STATE(406), - [aux_sym__declaration_specifiers_repeat1] = STATE(406), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_SEMI] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [anon_sym_COLON] = ACTIONS(686), - [sym_identifier] = ACTIONS(688), + [367] = { + [sym_storage_class_specifier] = STATE(366), + [sym_type_qualifier] = STATE(366), + [aux_sym__declaration_specifiers_repeat1] = STATE(366), + [anon_sym_LPAREN] = ACTIONS(626), + [anon_sym_SEMI] = ACTIONS(626), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(626), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_COLON] = ACTIONS(626), + [sym_identifier] = ACTIONS(628), [sym_comment] = ACTIONS(39), }, - [408] = { - [sym_parameter_list] = STATE(414), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(1557), - [anon_sym_LBRACK] = ACTIONS(965), + [368] = { + [sym_parameter_list] = STATE(374), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(1446), + [anon_sym_LBRACK] = ACTIONS(897), [sym_comment] = ACTIONS(39), }, - [409] = { - [sym_parameter_list] = STATE(414), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(1559), - [anon_sym_RPAREN] = ACTIONS(1559), - [anon_sym_LBRACK] = ACTIONS(965), + [369] = { + [sym_parameter_list] = STATE(374), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(1448), + [anon_sym_RPAREN] = ACTIONS(1448), + [anon_sym_LBRACK] = ACTIONS(897), [sym_comment] = ACTIONS(39), }, - [410] = { - [anon_sym_LPAREN] = ACTIONS(1561), - [anon_sym_COMMA] = ACTIONS(1561), - [anon_sym_RPAREN] = ACTIONS(1561), - [anon_sym_LBRACK] = ACTIONS(1561), + [370] = { + [anon_sym_LPAREN] = ACTIONS(1450), + [anon_sym_COMMA] = ACTIONS(1450), + [anon_sym_RPAREN] = ACTIONS(1450), + [anon_sym_LBRACK] = ACTIONS(1450), [sym_comment] = ACTIONS(39), }, - [411] = { - [sym__expression] = STATE(658), - [sym_conditional_expression] = STATE(658), - [sym_assignment_expression] = STATE(658), - [sym_pointer_expression] = STATE(658), - [sym_logical_expression] = STATE(658), - [sym_bitwise_expression] = STATE(658), - [sym_equality_expression] = STATE(658), - [sym_relational_expression] = STATE(658), - [sym_shift_expression] = STATE(658), - [sym_math_expression] = STATE(658), - [sym_cast_expression] = STATE(658), - [sym_sizeof_expression] = STATE(658), - [sym_subscript_expression] = STATE(658), - [sym_call_expression] = STATE(658), - [sym_field_expression] = STATE(658), - [sym_compound_literal_expression] = STATE(658), - [sym_parenthesized_expression] = STATE(658), - [sym_concatenated_string] = STATE(658), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(1563), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1567), - [sym_identifier] = ACTIONS(1567), + [371] = { + [sym__expression] = STATE(592), + [sym_conditional_expression] = STATE(592), + [sym_assignment_expression] = STATE(592), + [sym_pointer_expression] = STATE(592), + [sym_logical_expression] = STATE(592), + [sym_bitwise_expression] = STATE(592), + [sym_equality_expression] = STATE(592), + [sym_relational_expression] = STATE(592), + [sym_shift_expression] = STATE(592), + [sym_math_expression] = STATE(592), + [sym_cast_expression] = STATE(592), + [sym_sizeof_expression] = STATE(592), + [sym_subscript_expression] = STATE(592), + [sym_call_expression] = STATE(592), + [sym_field_expression] = STATE(592), + [sym_compound_literal_expression] = STATE(592), + [sym_parenthesized_expression] = STATE(592), + [sym_concatenated_string] = STATE(592), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(1452), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1454), + [sym_char_literal] = ACTIONS(1454), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_identifier] = ACTIONS(1456), [sym_comment] = ACTIONS(39), }, - [412] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(1563), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [372] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1452), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [413] = { - [sym__declaration_specifiers] = STATE(659), - [sym_storage_class_specifier] = STATE(296), - [sym_type_qualifier] = STATE(296), - [sym__type_specifier] = STATE(294), - [sym_sized_type_specifier] = STATE(294), - [sym_enum_specifier] = STATE(294), - [sym_struct_specifier] = STATE(294), - [sym_union_specifier] = STATE(294), - [sym__expression] = STATE(658), - [sym_conditional_expression] = STATE(658), - [sym_assignment_expression] = STATE(658), - [sym_pointer_expression] = STATE(658), - [sym_logical_expression] = STATE(658), - [sym_bitwise_expression] = STATE(658), - [sym_equality_expression] = STATE(658), - [sym_relational_expression] = STATE(658), - [sym_shift_expression] = STATE(658), - [sym_math_expression] = STATE(658), - [sym_cast_expression] = STATE(658), - [sym_sizeof_expression] = STATE(658), - [sym_subscript_expression] = STATE(658), - [sym_call_expression] = STATE(658), - [sym_field_expression] = STATE(658), - [sym_compound_literal_expression] = STATE(658), - [sym_parenthesized_expression] = STATE(658), - [sym_concatenated_string] = STATE(658), - [sym_macro_type_specifier] = STATE(294), - [aux_sym__declaration_specifiers_repeat1] = STATE(296), - [aux_sym_sized_type_specifier_repeat1] = STATE(297), - [anon_sym_LPAREN] = ACTIONS(630), + [373] = { + [sym__declaration_specifiers] = STATE(593), + [sym_storage_class_specifier] = STATE(261), + [sym_type_qualifier] = STATE(261), + [sym__type_specifier] = STATE(259), + [sym_sized_type_specifier] = STATE(259), + [sym_enum_specifier] = STATE(259), + [sym_struct_specifier] = STATE(259), + [sym_union_specifier] = STATE(259), + [sym__expression] = STATE(592), + [sym_conditional_expression] = STATE(592), + [sym_assignment_expression] = STATE(592), + [sym_pointer_expression] = STATE(592), + [sym_logical_expression] = STATE(592), + [sym_bitwise_expression] = STATE(592), + [sym_equality_expression] = STATE(592), + [sym_relational_expression] = STATE(592), + [sym_shift_expression] = STATE(592), + [sym_math_expression] = STATE(592), + [sym_cast_expression] = STATE(592), + [sym_sizeof_expression] = STATE(592), + [sym_subscript_expression] = STATE(592), + [sym_call_expression] = STATE(592), + [sym_field_expression] = STATE(592), + [sym_compound_literal_expression] = STATE(592), + [sym_parenthesized_expression] = STATE(592), + [sym_concatenated_string] = STATE(592), + [sym_macro_type_specifier] = STATE(259), + [aux_sym__declaration_specifiers_repeat1] = STATE(261), + [aux_sym_sized_type_specifier_repeat1] = STATE(262), + [anon_sym_LPAREN] = ACTIONS(582), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(1563), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(1452), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -15342,58 +15437,58 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(636), - [anon_sym_long] = ACTIONS(636), - [anon_sym_short] = ACTIONS(636), - [sym_primitive_type] = ACTIONS(638), - [anon_sym_enum] = ACTIONS(640), - [anon_sym_struct] = ACTIONS(642), - [anon_sym_union] = ACTIONS(644), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1565), - [sym_char_literal] = ACTIONS(1565), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1567), - [sym_false] = ACTIONS(1567), - [sym_null] = ACTIONS(1567), - [sym_identifier] = ACTIONS(662), + [anon_sym_unsigned] = ACTIONS(588), + [anon_sym_long] = ACTIONS(588), + [anon_sym_short] = ACTIONS(588), + [sym_primitive_type] = ACTIONS(590), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1454), + [sym_char_literal] = ACTIONS(1454), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1456), + [sym_false] = ACTIONS(1456), + [sym_null] = ACTIONS(1456), + [sym_identifier] = ACTIONS(608), [sym_comment] = ACTIONS(39), }, - [414] = { - [anon_sym_LPAREN] = ACTIONS(1569), - [anon_sym_COMMA] = ACTIONS(1569), - [anon_sym_RPAREN] = ACTIONS(1569), - [anon_sym_LBRACK] = ACTIONS(1569), + [374] = { + [anon_sym_LPAREN] = ACTIONS(1458), + [anon_sym_COMMA] = ACTIONS(1458), + [anon_sym_RPAREN] = ACTIONS(1458), + [anon_sym_LBRACK] = ACTIONS(1458), [sym_comment] = ACTIONS(39), }, - [415] = { - [sym_parameter_list] = STATE(414), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_RPAREN] = ACTIONS(1571), - [anon_sym_LBRACK] = ACTIONS(965), + [375] = { + [sym_parameter_list] = STATE(374), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_RPAREN] = ACTIONS(1460), + [anon_sym_LBRACK] = ACTIONS(897), [sym_comment] = ACTIONS(39), }, - [416] = { - [sym__declaration_specifiers] = STATE(239), - [sym_storage_class_specifier] = STATE(241), - [sym_type_qualifier] = STATE(241), - [sym__type_specifier] = STATE(240), - [sym_sized_type_specifier] = STATE(240), - [sym_enum_specifier] = STATE(240), - [sym_struct_specifier] = STATE(240), - [sym_union_specifier] = STATE(240), - [sym_parameter_declaration] = STATE(660), - [sym_macro_type_specifier] = STATE(240), - [aux_sym__declaration_specifiers_repeat1] = STATE(241), - [aux_sym_sized_type_specifier_repeat1] = STATE(242), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1573), + [376] = { + [sym__declaration_specifiers] = STATE(212), + [sym_storage_class_specifier] = STATE(214), + [sym_type_qualifier] = STATE(214), + [sym__type_specifier] = STATE(213), + [sym_sized_type_specifier] = STATE(213), + [sym_enum_specifier] = STATE(213), + [sym_struct_specifier] = STATE(213), + [sym_union_specifier] = STATE(213), + [sym_parameter_declaration] = STATE(594), + [sym_macro_type_specifier] = STATE(213), + [aux_sym__declaration_specifiers_repeat1] = STATE(214), + [aux_sym_sized_type_specifier_repeat1] = STATE(215), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1462), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -15403,61 +15498,61 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(554), - [anon_sym_long] = ACTIONS(554), - [anon_sym_short] = ACTIONS(554), - [sym_primitive_type] = ACTIONS(556), + [anon_sym_unsigned] = ACTIONS(516), + [anon_sym_long] = ACTIONS(516), + [anon_sym_short] = ACTIONS(516), + [sym_primitive_type] = ACTIONS(518), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [417] = { - [anon_sym_LPAREN] = ACTIONS(1575), - [anon_sym_COMMA] = ACTIONS(1575), - [anon_sym_RPAREN] = ACTIONS(1575), - [anon_sym_SEMI] = ACTIONS(1575), - [anon_sym_LBRACE] = ACTIONS(1575), - [anon_sym_LBRACK] = ACTIONS(1575), - [anon_sym_EQ] = ACTIONS(1575), - [anon_sym_COLON] = ACTIONS(1575), + [377] = { + [anon_sym_LPAREN] = ACTIONS(1464), + [anon_sym_COMMA] = ACTIONS(1464), + [anon_sym_RPAREN] = ACTIONS(1464), + [anon_sym_SEMI] = ACTIONS(1464), + [anon_sym_LBRACE] = ACTIONS(1464), + [anon_sym_LBRACK] = ACTIONS(1464), + [anon_sym_EQ] = ACTIONS(1464), + [anon_sym_COLON] = ACTIONS(1464), [sym_comment] = ACTIONS(39), }, - [418] = { - [aux_sym_parameter_list_repeat1] = STATE(662), - [anon_sym_COMMA] = ACTIONS(978), - [anon_sym_RPAREN] = ACTIONS(1577), + [378] = { + [aux_sym_parameter_list_repeat1] = STATE(596), + [anon_sym_COMMA] = ACTIONS(910), + [anon_sym_RPAREN] = ACTIONS(1466), [sym_comment] = ACTIONS(39), }, - [419] = { - [sym__declaration_specifiers] = STATE(239), - [sym__declarator] = STATE(136), - [sym__abstract_declarator] = STATE(408), - [sym_pointer_declarator] = STATE(136), - [sym_abstract_pointer_declarator] = STATE(408), - [sym_function_declarator] = STATE(136), - [sym_abstract_function_declarator] = STATE(408), - [sym_array_declarator] = STATE(136), - [sym_abstract_array_declarator] = STATE(408), - [sym_storage_class_specifier] = STATE(241), - [sym_type_qualifier] = STATE(241), - [sym__type_specifier] = STATE(240), - [sym_sized_type_specifier] = STATE(240), - [sym_enum_specifier] = STATE(240), - [sym_struct_specifier] = STATE(240), - [sym_union_specifier] = STATE(240), - [sym_parameter_list] = STATE(232), - [sym_parameter_declaration] = STATE(237), - [sym_macro_type_specifier] = STATE(240), - [aux_sym__declaration_specifiers_repeat1] = STATE(241), - [aux_sym_sized_type_specifier_repeat1] = STATE(242), - [anon_sym_LPAREN] = ACTIONS(984), - [anon_sym_DOT_DOT_DOT] = ACTIONS(550), - [anon_sym_RPAREN] = ACTIONS(552), + [379] = { + [sym__declaration_specifiers] = STATE(212), + [sym__declarator] = STATE(118), + [sym__abstract_declarator] = STATE(368), + [sym_pointer_declarator] = STATE(118), + [sym_abstract_pointer_declarator] = STATE(368), + [sym_function_declarator] = STATE(118), + [sym_abstract_function_declarator] = STATE(368), + [sym_array_declarator] = STATE(118), + [sym_abstract_array_declarator] = STATE(368), + [sym_storage_class_specifier] = STATE(214), + [sym_type_qualifier] = STATE(214), + [sym__type_specifier] = STATE(213), + [sym_sized_type_specifier] = STATE(213), + [sym_enum_specifier] = STATE(213), + [sym_struct_specifier] = STATE(213), + [sym_union_specifier] = STATE(213), + [sym_parameter_list] = STATE(205), + [sym_parameter_declaration] = STATE(210), + [sym_macro_type_specifier] = STATE(213), + [aux_sym__declaration_specifiers_repeat1] = STATE(214), + [aux_sym_sized_type_specifier_repeat1] = STATE(215), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_DOT_DOT_DOT] = ACTIONS(512), + [anon_sym_RPAREN] = ACTIONS(514), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(536), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_LBRACK] = ACTIONS(498), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -15466,576 +15561,512 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(554), - [anon_sym_long] = ACTIONS(554), - [anon_sym_short] = ACTIONS(554), - [sym_primitive_type] = ACTIONS(556), + [anon_sym_unsigned] = ACTIONS(516), + [anon_sym_long] = ACTIONS(516), + [anon_sym_short] = ACTIONS(516), + [sym_primitive_type] = ACTIONS(518), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(1581), - [sym_comment] = ACTIONS(39), - }, - [420] = { - [sym__declarator] = STATE(137), - [sym__abstract_declarator] = STATE(409), - [sym_pointer_declarator] = STATE(137), - [sym_abstract_pointer_declarator] = STATE(409), - [sym_function_declarator] = STATE(137), - [sym_abstract_function_declarator] = STATE(409), - [sym_array_declarator] = STATE(137), - [sym_abstract_array_declarator] = STATE(409), - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(984), - [anon_sym_COMMA] = ACTIONS(955), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_STAR] = ACTIONS(988), - [anon_sym_LBRACK] = ACTIONS(536), - [sym_identifier] = ACTIONS(257), + [sym_identifier] = ACTIONS(1470), [sym_comment] = ACTIONS(39), }, - [421] = { - [sym_parameter_list] = STATE(145), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(267), + [380] = { + [sym__declarator] = STATE(119), + [sym__abstract_declarator] = STATE(369), + [sym_pointer_declarator] = STATE(119), + [sym_abstract_pointer_declarator] = STATE(369), + [sym_function_declarator] = STATE(119), + [sym_abstract_function_declarator] = STATE(369), + [sym_array_declarator] = STATE(119), + [sym_abstract_array_declarator] = STATE(369), + [sym_parameter_list] = STATE(205), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_COMMA] = ACTIONS(887), + [anon_sym_RPAREN] = ACTIONS(887), + [anon_sym_STAR] = ACTIONS(920), + [anon_sym_LBRACK] = ACTIONS(498), + [sym_identifier] = ACTIONS(229), [sym_comment] = ACTIONS(39), }, - [422] = { - [sym_parameter_list] = STATE(414), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(1583), - [anon_sym_RPAREN] = ACTIONS(1583), - [anon_sym_LBRACK] = ACTIONS(965), + [381] = { + [sym_parameter_list] = STATE(127), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(1472), + [anon_sym_RPAREN] = ACTIONS(1472), + [anon_sym_LBRACK] = ACTIONS(239), [sym_comment] = ACTIONS(39), }, - [423] = { - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_COMMA] = ACTIONS(275), - [anon_sym_RPAREN] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_LBRACK] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(277), + [382] = { + [sym_parameter_list] = STATE(374), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(1472), + [anon_sym_RPAREN] = ACTIONS(1472), + [anon_sym_LBRACK] = ACTIONS(897), [sym_comment] = ACTIONS(39), }, - [424] = { - [sym_storage_class_specifier] = STATE(666), - [sym_type_qualifier] = STATE(666), - [aux_sym__declaration_specifiers_repeat1] = STATE(666), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_COMMA] = ACTIONS(275), - [anon_sym_RPAREN] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_LBRACK] = ACTIONS(275), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(277), + [383] = { + [sym_storage_class_specifier] = STATE(599), + [sym_type_qualifier] = STATE(599), + [aux_sym__declaration_specifiers_repeat1] = STATE(599), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_COMMA] = ACTIONS(243), + [anon_sym_RPAREN] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_LBRACK] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [425] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(425), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_COMMA] = ACTIONS(345), - [anon_sym_RPAREN] = ACTIONS(345), - [anon_sym_extern] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_LBRACK] = ACTIONS(345), - [anon_sym_static] = ACTIONS(347), - [anon_sym_auto] = ACTIONS(347), - [anon_sym_register] = ACTIONS(347), - [anon_sym_inline] = ACTIONS(347), - [anon_sym_const] = ACTIONS(347), - [anon_sym_restrict] = ACTIONS(347), - [anon_sym_volatile] = ACTIONS(347), - [anon_sym__Atomic] = ACTIONS(347), - [anon_sym_unsigned] = ACTIONS(1585), - [anon_sym_long] = ACTIONS(1585), - [anon_sym_short] = ACTIONS(1585), - [sym_primitive_type] = ACTIONS(347), - [sym_identifier] = ACTIONS(347), + [384] = { + [sym_storage_class_specifier] = STATE(600), + [sym_type_qualifier] = STATE(600), + [aux_sym__declaration_specifiers_repeat1] = STATE(600), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_COMMA] = ACTIONS(243), + [anon_sym_RPAREN] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_LBRACK] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [426] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(127), - [anon_sym_typedef] = ACTIONS(129), - [anon_sym_extern] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_RBRACE] = ACTIONS(127), - [anon_sym_STAR] = ACTIONS(127), - [anon_sym_static] = ACTIONS(129), - [anon_sym_auto] = ACTIONS(129), - [anon_sym_register] = ACTIONS(129), - [anon_sym_inline] = ACTIONS(129), - [anon_sym_const] = ACTIONS(129), - [anon_sym_restrict] = ACTIONS(129), - [anon_sym_volatile] = ACTIONS(129), - [anon_sym__Atomic] = ACTIONS(129), - [anon_sym_unsigned] = ACTIONS(129), - [anon_sym_long] = ACTIONS(129), - [anon_sym_short] = ACTIONS(129), - [sym_primitive_type] = ACTIONS(129), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_struct] = ACTIONS(129), - [anon_sym_union] = ACTIONS(129), - [anon_sym_if] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(129), - [anon_sym_case] = ACTIONS(129), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(129), - [anon_sym_do] = ACTIONS(129), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(129), - [anon_sym_break] = ACTIONS(129), - [anon_sym_continue] = ACTIONS(129), - [anon_sym_goto] = ACTIONS(129), - [anon_sym_AMP] = ACTIONS(127), - [anon_sym_BANG] = ACTIONS(127), - [anon_sym_TILDE] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(127), - [anon_sym_PLUS_PLUS] = ACTIONS(127), - [anon_sym_sizeof] = ACTIONS(129), - [sym_number_literal] = ACTIONS(127), - [sym_char_literal] = ACTIONS(127), - [sym_string_literal] = ACTIONS(127), - [sym_true] = ACTIONS(129), - [sym_false] = ACTIONS(129), - [sym_null] = ACTIONS(129), - [sym_identifier] = ACTIONS(129), + [385] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(385), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_COMMA] = ACTIONS(313), + [anon_sym_RPAREN] = ACTIONS(313), + [anon_sym_extern] = ACTIONS(315), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(313), + [anon_sym_static] = ACTIONS(315), + [anon_sym_auto] = ACTIONS(315), + [anon_sym_register] = ACTIONS(315), + [anon_sym_inline] = ACTIONS(315), + [anon_sym_const] = ACTIONS(315), + [anon_sym_restrict] = ACTIONS(315), + [anon_sym_volatile] = ACTIONS(315), + [anon_sym__Atomic] = ACTIONS(315), + [anon_sym_unsigned] = ACTIONS(1474), + [anon_sym_long] = ACTIONS(1474), + [anon_sym_short] = ACTIONS(1474), + [sym_primitive_type] = ACTIONS(315), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, - [427] = { - [sym_preproc_params] = STATE(669), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(1588), - [anon_sym_LF] = ACTIONS(1590), - [anon_sym_LPAREN] = ACTIONS(135), - [sym_comment] = ACTIONS(47), - }, - [428] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(670), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [386] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(601), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [429] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), + [387] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), [sym_comment] = ACTIONS(39), }, - [430] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), + [388] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [431] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), + [389] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), [sym_comment] = ACTIONS(39), }, - [432] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), + [390] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), [sym_comment] = ACTIONS(39), }, - [433] = { - [sym__expression] = STATE(672), - [sym_conditional_expression] = STATE(672), - [sym_assignment_expression] = STATE(672), - [sym_pointer_expression] = STATE(672), - [sym_logical_expression] = STATE(672), - [sym_bitwise_expression] = STATE(672), - [sym_equality_expression] = STATE(672), - [sym_relational_expression] = STATE(672), - [sym_shift_expression] = STATE(672), - [sym_math_expression] = STATE(672), - [sym_cast_expression] = STATE(672), - [sym_sizeof_expression] = STATE(672), - [sym_subscript_expression] = STATE(672), - [sym_call_expression] = STATE(672), - [sym_field_expression] = STATE(672), - [sym_compound_literal_expression] = STATE(672), - [sym_parenthesized_expression] = STATE(672), - [sym_concatenated_string] = STATE(672), - [anon_sym_LPAREN] = ACTIONS(1592), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1594), - [sym_char_literal] = ACTIONS(1594), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1596), - [sym_false] = ACTIONS(1596), - [sym_null] = ACTIONS(1596), - [sym_identifier] = ACTIONS(1596), + [391] = { + [sym__expression] = STATE(603), + [sym_conditional_expression] = STATE(603), + [sym_assignment_expression] = STATE(603), + [sym_pointer_expression] = STATE(603), + [sym_logical_expression] = STATE(603), + [sym_bitwise_expression] = STATE(603), + [sym_equality_expression] = STATE(603), + [sym_relational_expression] = STATE(603), + [sym_shift_expression] = STATE(603), + [sym_math_expression] = STATE(603), + [sym_cast_expression] = STATE(603), + [sym_sizeof_expression] = STATE(603), + [sym_subscript_expression] = STATE(603), + [sym_call_expression] = STATE(603), + [sym_field_expression] = STATE(603), + [sym_compound_literal_expression] = STATE(603), + [sym_parenthesized_expression] = STATE(603), + [sym_concatenated_string] = STATE(603), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(1479), + [sym_char_literal] = ACTIONS(1479), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(1481), + [sym_false] = ACTIONS(1481), + [sym_null] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1481), [sym_comment] = ACTIONS(39), }, - [434] = { - [aux_sym_concatenated_string_repeat1] = STATE(673), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_RPAREN] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(1598), + [392] = { + [aux_sym_concatenated_string_repeat1] = STATE(604), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_RPAREN] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(1483), [sym_comment] = ACTIONS(39), }, - [435] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_RPAREN] = ACTIONS(1134), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1134), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [393] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_RPAREN] = ACTIONS(1054), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1054), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [436] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_RPAREN] = ACTIONS(1602), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [394] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1485), + [anon_sym_RPAREN] = ACTIONS(1487), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [437] = { - [anon_sym_RPAREN] = ACTIONS(1602), + [395] = { + [anon_sym_RPAREN] = ACTIONS(1487), [sym_comment] = ACTIONS(39), }, - [438] = { - [anon_sym_RPAREN] = ACTIONS(1632), + [396] = { + [anon_sym_RPAREN] = ACTIONS(1517), [sym_comment] = ACTIONS(39), }, - [439] = { - [sym_preproc_include] = STATE(720), - [sym_preproc_def] = STATE(720), - [sym_preproc_function_def] = STATE(720), - [sym_preproc_call] = STATE(720), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(715), - [sym_preproc_elif_in_compound_statement] = STATE(716), - [sym_declaration] = STATE(720), - [sym_type_definition] = STATE(720), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(720), + [397] = { + [sym_preproc_include] = STATE(646), + [sym_preproc_def] = STATE(646), + [sym_preproc_function_def] = STATE(646), + [sym_preproc_call] = STATE(646), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(641), + [sym_preproc_elif_in_compound_statement] = STATE(642), + [sym_declaration] = STATE(646), + [sym_type_definition] = STATE(646), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(646), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -16043,57 +16074,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(720), - [sym_expression_statement] = STATE(720), - [sym_if_statement] = STATE(720), - [sym_switch_statement] = STATE(720), - [sym_case_statement] = STATE(720), - [sym_while_statement] = STATE(720), - [sym_do_statement] = STATE(720), - [sym_for_statement] = STATE(720), - [sym_return_statement] = STATE(720), - [sym_break_statement] = STATE(720), - [sym_continue_statement] = STATE(720), - [sym_goto_statement] = STATE(720), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(720), + [sym_labeled_statement] = STATE(646), + [sym_expression_statement] = STATE(646), + [sym_if_statement] = STATE(646), + [sym_switch_statement] = STATE(646), + [sym_case_statement] = STATE(646), + [sym_while_statement] = STATE(646), + [sym_do_statement] = STATE(646), + [sym_for_statement] = STATE(646), + [sym_return_statement] = STATE(646), + [sym_break_statement] = STATE(646), + [sym_continue_statement] = STATE(646), + [sym_goto_statement] = STATE(646), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(646), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(720), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(646), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1640), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1521), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -16109,47 +16140,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [440] = { - [sym_preproc_include] = STATE(724), - [sym_preproc_def] = STATE(724), - [sym_preproc_function_def] = STATE(724), - [sym_preproc_call] = STATE(724), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(722), - [sym_preproc_elif_in_compound_statement] = STATE(723), - [sym_declaration] = STATE(724), - [sym_type_definition] = STATE(724), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(724), + [398] = { + [sym_preproc_include] = STATE(650), + [sym_preproc_def] = STATE(650), + [sym_preproc_function_def] = STATE(650), + [sym_preproc_call] = STATE(650), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(648), + [sym_preproc_elif_in_compound_statement] = STATE(649), + [sym_declaration] = STATE(650), + [sym_type_definition] = STATE(650), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(650), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -16157,57 +16188,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(724), - [sym_expression_statement] = STATE(724), - [sym_if_statement] = STATE(724), - [sym_switch_statement] = STATE(724), - [sym_case_statement] = STATE(724), - [sym_while_statement] = STATE(724), - [sym_do_statement] = STATE(724), - [sym_for_statement] = STATE(724), - [sym_return_statement] = STATE(724), - [sym_break_statement] = STATE(724), - [sym_continue_statement] = STATE(724), - [sym_goto_statement] = STATE(724), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(724), + [sym_labeled_statement] = STATE(650), + [sym_expression_statement] = STATE(650), + [sym_if_statement] = STATE(650), + [sym_switch_statement] = STATE(650), + [sym_case_statement] = STATE(650), + [sym_while_statement] = STATE(650), + [sym_do_statement] = STATE(650), + [sym_for_statement] = STATE(650), + [sym_return_statement] = STATE(650), + [sym_break_statement] = STATE(650), + [sym_continue_statement] = STATE(650), + [sym_goto_statement] = STATE(650), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(650), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(724), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(650), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1686), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1561), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -16223,47 +16254,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [441] = { - [sym_preproc_include] = STATE(728), - [sym_preproc_def] = STATE(728), - [sym_preproc_function_def] = STATE(728), - [sym_preproc_call] = STATE(728), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(726), - [sym_preproc_elif_in_compound_statement] = STATE(727), - [sym_declaration] = STATE(728), - [sym_type_definition] = STATE(728), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(728), + [399] = { + [sym_preproc_include] = STATE(654), + [sym_preproc_def] = STATE(654), + [sym_preproc_function_def] = STATE(654), + [sym_preproc_call] = STATE(654), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(652), + [sym_preproc_elif_in_compound_statement] = STATE(653), + [sym_declaration] = STATE(654), + [sym_type_definition] = STATE(654), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(654), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -16271,57 +16302,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(728), - [sym_expression_statement] = STATE(728), - [sym_if_statement] = STATE(728), - [sym_switch_statement] = STATE(728), - [sym_case_statement] = STATE(728), - [sym_while_statement] = STATE(728), - [sym_do_statement] = STATE(728), - [sym_for_statement] = STATE(728), - [sym_return_statement] = STATE(728), - [sym_break_statement] = STATE(728), - [sym_continue_statement] = STATE(728), - [sym_goto_statement] = STATE(728), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(728), + [sym_labeled_statement] = STATE(654), + [sym_expression_statement] = STATE(654), + [sym_if_statement] = STATE(654), + [sym_switch_statement] = STATE(654), + [sym_case_statement] = STATE(654), + [sym_while_statement] = STATE(654), + [sym_do_statement] = STATE(654), + [sym_for_statement] = STATE(654), + [sym_return_statement] = STATE(654), + [sym_break_statement] = STATE(654), + [sym_continue_statement] = STATE(654), + [sym_goto_statement] = STATE(654), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(654), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(728), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(654), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1688), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1563), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -16337,803 +16368,541 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), - [sym_comment] = ACTIONS(39), - }, - [442] = { - [sym_preproc_arg] = ACTIONS(1690), - [sym_comment] = ACTIONS(47), - }, - [443] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(167), - [sym_preproc_directive] = ACTIONS(167), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(167), - [anon_sym_LBRACE] = ACTIONS(165), - [anon_sym_RBRACE] = ACTIONS(165), - [anon_sym_STAR] = ACTIONS(165), - [anon_sym_static] = ACTIONS(167), - [anon_sym_auto] = ACTIONS(167), - [anon_sym_register] = ACTIONS(167), - [anon_sym_inline] = ACTIONS(167), - [anon_sym_const] = ACTIONS(167), - [anon_sym_restrict] = ACTIONS(167), - [anon_sym_volatile] = ACTIONS(167), - [anon_sym__Atomic] = ACTIONS(167), - [anon_sym_unsigned] = ACTIONS(167), - [anon_sym_long] = ACTIONS(167), - [anon_sym_short] = ACTIONS(167), - [sym_primitive_type] = ACTIONS(167), - [anon_sym_enum] = ACTIONS(167), - [anon_sym_struct] = ACTIONS(167), - [anon_sym_union] = ACTIONS(167), - [anon_sym_if] = ACTIONS(167), - [anon_sym_switch] = ACTIONS(167), - [anon_sym_case] = ACTIONS(167), - [anon_sym_default] = ACTIONS(167), - [anon_sym_while] = ACTIONS(167), - [anon_sym_do] = ACTIONS(167), - [anon_sym_for] = ACTIONS(167), - [anon_sym_return] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(167), - [anon_sym_AMP] = ACTIONS(165), - [anon_sym_BANG] = ACTIONS(165), - [anon_sym_TILDE] = ACTIONS(165), - [anon_sym_PLUS] = ACTIONS(167), - [anon_sym_DASH] = ACTIONS(167), - [anon_sym_DASH_DASH] = ACTIONS(165), - [anon_sym_PLUS_PLUS] = ACTIONS(165), - [anon_sym_sizeof] = ACTIONS(167), - [sym_number_literal] = ACTIONS(165), - [sym_char_literal] = ACTIONS(165), - [sym_string_literal] = ACTIONS(165), - [sym_true] = ACTIONS(167), - [sym_false] = ACTIONS(167), - [sym_null] = ACTIONS(167), - [sym_identifier] = ACTIONS(167), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [444] = { - [sym__type_declarator] = STATE(730), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [400] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1565), + [anon_sym_RPAREN] = ACTIONS(1565), + [anon_sym_SEMI] = ACTIONS(1565), + [anon_sym_RBRACE] = ACTIONS(1565), + [anon_sym_STAR] = ACTIONS(1567), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1565), + [anon_sym_EQ] = ACTIONS(1567), + [anon_sym_COLON] = ACTIONS(1565), + [anon_sym_QMARK] = ACTIONS(1565), + [anon_sym_STAR_EQ] = ACTIONS(1565), + [anon_sym_SLASH_EQ] = ACTIONS(1565), + [anon_sym_PERCENT_EQ] = ACTIONS(1565), + [anon_sym_PLUS_EQ] = ACTIONS(1565), + [anon_sym_DASH_EQ] = ACTIONS(1565), + [anon_sym_LT_LT_EQ] = ACTIONS(1565), + [anon_sym_GT_GT_EQ] = ACTIONS(1565), + [anon_sym_AMP_EQ] = ACTIONS(1565), + [anon_sym_CARET_EQ] = ACTIONS(1565), + [anon_sym_PIPE_EQ] = ACTIONS(1565), + [anon_sym_AMP] = ACTIONS(1567), + [anon_sym_PIPE_PIPE] = ACTIONS(1565), + [anon_sym_AMP_AMP] = ACTIONS(1565), + [anon_sym_PIPE] = ACTIONS(1567), + [anon_sym_CARET] = ACTIONS(1567), + [anon_sym_EQ_EQ] = ACTIONS(1565), + [anon_sym_BANG_EQ] = ACTIONS(1565), + [anon_sym_LT] = ACTIONS(1567), + [anon_sym_GT] = ACTIONS(1567), + [anon_sym_LT_EQ] = ACTIONS(1565), + [anon_sym_GT_EQ] = ACTIONS(1565), + [anon_sym_LT_LT] = ACTIONS(1567), + [anon_sym_GT_GT] = ACTIONS(1567), + [anon_sym_PLUS] = ACTIONS(1567), + [anon_sym_DASH] = ACTIONS(1567), + [anon_sym_SLASH] = ACTIONS(1567), + [anon_sym_PERCENT] = ACTIONS(1567), + [anon_sym_DASH_DASH] = ACTIONS(1565), + [anon_sym_PLUS_PLUS] = ACTIONS(1565), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [445] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(731), - [sym_sized_type_specifier] = STATE(731), - [sym_enum_specifier] = STATE(731), - [sym_struct_specifier] = STATE(731), - [sym_union_specifier] = STATE(731), - [sym_macro_type_specifier] = STATE(731), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(1692), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [401] = { + [sym__expression] = STATE(662), + [sym_conditional_expression] = STATE(662), + [sym_assignment_expression] = STATE(662), + [sym_pointer_expression] = STATE(662), + [sym_logical_expression] = STATE(662), + [sym_bitwise_expression] = STATE(662), + [sym_equality_expression] = STATE(662), + [sym_relational_expression] = STATE(662), + [sym_shift_expression] = STATE(662), + [sym_math_expression] = STATE(662), + [sym_cast_expression] = STATE(662), + [sym_sizeof_expression] = STATE(662), + [sym_subscript_expression] = STATE(662), + [sym_call_expression] = STATE(662), + [sym_field_expression] = STATE(662), + [sym_compound_literal_expression] = STATE(662), + [sym_parenthesized_expression] = STATE(662), + [sym_concatenated_string] = STATE(662), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1583), + [sym_char_literal] = ACTIONS(1583), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1587), + [sym_false] = ACTIONS(1587), + [sym_null] = ACTIONS(1587), + [sym_identifier] = ACTIONS(1587), [sym_comment] = ACTIONS(39), }, - [446] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_RBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1042), - [sym_char_literal] = ACTIONS(1042), - [sym_string_literal] = ACTIONS(1042), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [402] = { + [sym__expression] = STATE(663), + [sym_conditional_expression] = STATE(663), + [sym_assignment_expression] = STATE(663), + [sym_pointer_expression] = STATE(663), + [sym_logical_expression] = STATE(663), + [sym_bitwise_expression] = STATE(663), + [sym_equality_expression] = STATE(663), + [sym_relational_expression] = STATE(663), + [sym_shift_expression] = STATE(663), + [sym_math_expression] = STATE(663), + [sym_cast_expression] = STATE(663), + [sym_sizeof_expression] = STATE(663), + [sym_subscript_expression] = STATE(663), + [sym_call_expression] = STATE(663), + [sym_field_expression] = STATE(663), + [sym_compound_literal_expression] = STATE(663), + [sym_parenthesized_expression] = STATE(663), + [sym_concatenated_string] = STATE(663), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1589), + [sym_char_literal] = ACTIONS(1589), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1591), + [sym_false] = ACTIONS(1591), + [sym_null] = ACTIONS(1591), + [sym_identifier] = ACTIONS(1591), [sym_comment] = ACTIONS(39), }, - [447] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(1694), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), + [403] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(664), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), [anon_sym_const] = ACTIONS(25), [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [448] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1696), - [anon_sym_RPAREN] = ACTIONS(1696), - [anon_sym_SEMI] = ACTIONS(1696), - [anon_sym_RBRACE] = ACTIONS(1696), - [anon_sym_STAR] = ACTIONS(1698), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(1696), - [anon_sym_EQ] = ACTIONS(1698), - [anon_sym_COLON] = ACTIONS(1696), - [anon_sym_QMARK] = ACTIONS(1696), - [anon_sym_STAR_EQ] = ACTIONS(1696), - [anon_sym_SLASH_EQ] = ACTIONS(1696), - [anon_sym_PERCENT_EQ] = ACTIONS(1696), - [anon_sym_PLUS_EQ] = ACTIONS(1696), - [anon_sym_DASH_EQ] = ACTIONS(1696), - [anon_sym_LT_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_GT_EQ] = ACTIONS(1696), - [anon_sym_AMP_EQ] = ACTIONS(1696), - [anon_sym_CARET_EQ] = ACTIONS(1696), - [anon_sym_PIPE_EQ] = ACTIONS(1696), - [anon_sym_AMP] = ACTIONS(1698), - [anon_sym_PIPE_PIPE] = ACTIONS(1696), - [anon_sym_AMP_AMP] = ACTIONS(1696), - [anon_sym_PIPE] = ACTIONS(1698), - [anon_sym_CARET] = ACTIONS(1698), - [anon_sym_EQ_EQ] = ACTIONS(1696), - [anon_sym_BANG_EQ] = ACTIONS(1696), - [anon_sym_LT] = ACTIONS(1698), - [anon_sym_GT] = ACTIONS(1698), - [anon_sym_LT_EQ] = ACTIONS(1696), - [anon_sym_GT_EQ] = ACTIONS(1696), - [anon_sym_LT_LT] = ACTIONS(1698), - [anon_sym_GT_GT] = ACTIONS(1698), - [anon_sym_PLUS] = ACTIONS(1698), - [anon_sym_DASH] = ACTIONS(1698), - [anon_sym_SLASH] = ACTIONS(1698), - [anon_sym_PERCENT] = ACTIONS(1698), - [anon_sym_DASH_DASH] = ACTIONS(1696), - [anon_sym_PLUS_PLUS] = ACTIONS(1696), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [404] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), [sym_comment] = ACTIONS(39), }, - [449] = { - [sym__expression] = STATE(740), - [sym_conditional_expression] = STATE(740), - [sym_assignment_expression] = STATE(740), - [sym_pointer_expression] = STATE(740), - [sym_logical_expression] = STATE(740), - [sym_bitwise_expression] = STATE(740), - [sym_equality_expression] = STATE(740), - [sym_relational_expression] = STATE(740), - [sym_shift_expression] = STATE(740), - [sym_math_expression] = STATE(740), - [sym_cast_expression] = STATE(740), - [sym_sizeof_expression] = STATE(740), - [sym_subscript_expression] = STATE(740), - [sym_call_expression] = STATE(740), - [sym_field_expression] = STATE(740), - [sym_compound_literal_expression] = STATE(740), - [sym_parenthesized_expression] = STATE(740), - [sym_concatenated_string] = STATE(740), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1714), - [sym_char_literal] = ACTIONS(1714), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1718), - [sym_false] = ACTIONS(1718), - [sym_null] = ACTIONS(1718), - [sym_identifier] = ACTIONS(1718), + [405] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [450] = { - [sym__expression] = STATE(741), - [sym_conditional_expression] = STATE(741), - [sym_assignment_expression] = STATE(741), - [sym_pointer_expression] = STATE(741), - [sym_logical_expression] = STATE(741), - [sym_bitwise_expression] = STATE(741), - [sym_equality_expression] = STATE(741), - [sym_relational_expression] = STATE(741), - [sym_shift_expression] = STATE(741), - [sym_math_expression] = STATE(741), - [sym_cast_expression] = STATE(741), - [sym_sizeof_expression] = STATE(741), - [sym_subscript_expression] = STATE(741), - [sym_call_expression] = STATE(741), - [sym_field_expression] = STATE(741), - [sym_compound_literal_expression] = STATE(741), - [sym_parenthesized_expression] = STATE(741), - [sym_concatenated_string] = STATE(741), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1720), - [sym_char_literal] = ACTIONS(1720), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1722), - [sym_false] = ACTIONS(1722), - [sym_null] = ACTIONS(1722), - [sym_identifier] = ACTIONS(1722), + [406] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), [sym_comment] = ACTIONS(39), }, - [451] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(742), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [407] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), [sym_comment] = ACTIONS(39), }, - [452] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), + [408] = { + [sym__expression] = STATE(666), + [sym_conditional_expression] = STATE(666), + [sym_assignment_expression] = STATE(666), + [sym_pointer_expression] = STATE(666), + [sym_logical_expression] = STATE(666), + [sym_bitwise_expression] = STATE(666), + [sym_equality_expression] = STATE(666), + [sym_relational_expression] = STATE(666), + [sym_shift_expression] = STATE(666), + [sym_math_expression] = STATE(666), + [sym_cast_expression] = STATE(666), + [sym_sizeof_expression] = STATE(666), + [sym_subscript_expression] = STATE(666), + [sym_call_expression] = STATE(666), + [sym_field_expression] = STATE(666), + [sym_compound_literal_expression] = STATE(666), + [sym_parenthesized_expression] = STATE(666), + [sym_concatenated_string] = STATE(666), + [anon_sym_LPAREN] = ACTIONS(1593), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1595), + [sym_char_literal] = ACTIONS(1595), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1597), + [sym_false] = ACTIONS(1597), + [sym_null] = ACTIONS(1597), + [sym_identifier] = ACTIONS(1597), [sym_comment] = ACTIONS(39), }, - [453] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), - [sym_comment] = ACTIONS(39), - }, - [454] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), - [sym_comment] = ACTIONS(39), - }, - [455] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), - [sym_comment] = ACTIONS(39), - }, - [456] = { - [sym__expression] = STATE(744), - [sym_conditional_expression] = STATE(744), - [sym_assignment_expression] = STATE(744), - [sym_pointer_expression] = STATE(744), - [sym_logical_expression] = STATE(744), - [sym_bitwise_expression] = STATE(744), - [sym_equality_expression] = STATE(744), - [sym_relational_expression] = STATE(744), - [sym_shift_expression] = STATE(744), - [sym_math_expression] = STATE(744), - [sym_cast_expression] = STATE(744), - [sym_sizeof_expression] = STATE(744), - [sym_subscript_expression] = STATE(744), - [sym_call_expression] = STATE(744), - [sym_field_expression] = STATE(744), - [sym_compound_literal_expression] = STATE(744), - [sym_parenthesized_expression] = STATE(744), - [sym_concatenated_string] = STATE(744), - [anon_sym_LPAREN] = ACTIONS(1724), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1726), - [sym_char_literal] = ACTIONS(1726), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1728), - [sym_false] = ACTIONS(1728), - [sym_null] = ACTIONS(1728), - [sym_identifier] = ACTIONS(1728), - [sym_comment] = ACTIONS(39), - }, - [457] = { - [aux_sym_concatenated_string_repeat1] = STATE(745), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(1124), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(1730), + [409] = { + [aux_sym_concatenated_string_repeat1] = STATE(667), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(1044), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(1599), [sym_comment] = ACTIONS(39), }, - [458] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(1736), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [410] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(1605), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [459] = { - [sym_declaration] = STATE(760), - [sym_type_definition] = STATE(760), - [sym__declaration_specifiers] = STATE(761), - [sym_compound_statement] = STATE(760), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(760), - [sym_expression_statement] = STATE(760), - [sym_if_statement] = STATE(760), - [sym_switch_statement] = STATE(760), - [sym_case_statement] = STATE(760), - [sym_while_statement] = STATE(760), - [sym_do_statement] = STATE(760), - [sym_for_statement] = STATE(760), - [sym_return_statement] = STATE(760), - [sym_break_statement] = STATE(760), - [sym_continue_statement] = STATE(760), - [sym_goto_statement] = STATE(760), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [411] = { + [sym_declaration] = STATE(682), + [sym_type_definition] = STATE(682), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(682), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(682), + [sym_expression_statement] = STATE(682), + [sym_if_statement] = STATE(682), + [sym_switch_statement] = STATE(682), + [sym_case_statement] = STATE(682), + [sym_while_statement] = STATE(682), + [sym_do_statement] = STATE(682), + [sym_for_statement] = STATE(682), + [sym_return_statement] = STATE(682), + [sym_break_statement] = STATE(682), + [sym_continue_statement] = STATE(682), + [sym_goto_statement] = STATE(682), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -17142,218 +16911,218 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1762), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1631), [sym_comment] = ACTIONS(39), }, - [460] = { - [sym__expression] = STATE(762), - [sym_conditional_expression] = STATE(762), - [sym_assignment_expression] = STATE(762), - [sym_pointer_expression] = STATE(762), - [sym_logical_expression] = STATE(762), - [sym_bitwise_expression] = STATE(762), - [sym_equality_expression] = STATE(762), - [sym_relational_expression] = STATE(762), - [sym_shift_expression] = STATE(762), - [sym_math_expression] = STATE(762), - [sym_cast_expression] = STATE(762), - [sym_sizeof_expression] = STATE(762), - [sym_subscript_expression] = STATE(762), - [sym_call_expression] = STATE(762), - [sym_field_expression] = STATE(762), - [sym_compound_literal_expression] = STATE(762), - [sym_parenthesized_expression] = STATE(762), - [sym_concatenated_string] = STATE(762), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1764), - [sym_char_literal] = ACTIONS(1764), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1766), - [sym_false] = ACTIONS(1766), - [sym_null] = ACTIONS(1766), - [sym_identifier] = ACTIONS(1766), + [412] = { + [sym__expression] = STATE(684), + [sym_conditional_expression] = STATE(684), + [sym_assignment_expression] = STATE(684), + [sym_pointer_expression] = STATE(684), + [sym_logical_expression] = STATE(684), + [sym_bitwise_expression] = STATE(684), + [sym_equality_expression] = STATE(684), + [sym_relational_expression] = STATE(684), + [sym_shift_expression] = STATE(684), + [sym_math_expression] = STATE(684), + [sym_cast_expression] = STATE(684), + [sym_sizeof_expression] = STATE(684), + [sym_subscript_expression] = STATE(684), + [sym_call_expression] = STATE(684), + [sym_field_expression] = STATE(684), + [sym_compound_literal_expression] = STATE(684), + [sym_parenthesized_expression] = STATE(684), + [sym_concatenated_string] = STATE(684), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1633), + [sym_char_literal] = ACTIONS(1633), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1635), + [sym_false] = ACTIONS(1635), + [sym_null] = ACTIONS(1635), + [sym_identifier] = ACTIONS(1635), [sym_comment] = ACTIONS(39), }, - [461] = { - [anon_sym_LPAREN] = ACTIONS(1768), + [413] = { + [anon_sym_LPAREN] = ACTIONS(1637), [sym_comment] = ACTIONS(39), }, - [462] = { - [anon_sym_LPAREN] = ACTIONS(1770), + [414] = { + [anon_sym_LPAREN] = ACTIONS(1639), [sym_comment] = ACTIONS(39), }, - [463] = { - [sym__expression] = STATE(765), - [sym_conditional_expression] = STATE(765), - [sym_assignment_expression] = STATE(765), - [sym_pointer_expression] = STATE(765), - [sym_logical_expression] = STATE(765), - [sym_bitwise_expression] = STATE(765), - [sym_equality_expression] = STATE(765), - [sym_relational_expression] = STATE(765), - [sym_shift_expression] = STATE(765), - [sym_math_expression] = STATE(765), - [sym_cast_expression] = STATE(765), - [sym_sizeof_expression] = STATE(765), - [sym_subscript_expression] = STATE(765), - [sym_call_expression] = STATE(765), - [sym_field_expression] = STATE(765), - [sym_compound_literal_expression] = STATE(765), - [sym_parenthesized_expression] = STATE(765), - [sym_concatenated_string] = STATE(765), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1772), - [sym_char_literal] = ACTIONS(1772), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1774), - [sym_false] = ACTIONS(1774), - [sym_null] = ACTIONS(1774), - [sym_identifier] = ACTIONS(1774), + [415] = { + [sym__expression] = STATE(687), + [sym_conditional_expression] = STATE(687), + [sym_assignment_expression] = STATE(687), + [sym_pointer_expression] = STATE(687), + [sym_logical_expression] = STATE(687), + [sym_bitwise_expression] = STATE(687), + [sym_equality_expression] = STATE(687), + [sym_relational_expression] = STATE(687), + [sym_shift_expression] = STATE(687), + [sym_math_expression] = STATE(687), + [sym_cast_expression] = STATE(687), + [sym_sizeof_expression] = STATE(687), + [sym_subscript_expression] = STATE(687), + [sym_call_expression] = STATE(687), + [sym_field_expression] = STATE(687), + [sym_compound_literal_expression] = STATE(687), + [sym_parenthesized_expression] = STATE(687), + [sym_concatenated_string] = STATE(687), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1641), + [sym_char_literal] = ACTIONS(1641), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1643), + [sym_false] = ACTIONS(1643), + [sym_null] = ACTIONS(1643), + [sym_identifier] = ACTIONS(1643), [sym_comment] = ACTIONS(39), }, - [464] = { - [anon_sym_COLON] = ACTIONS(1776), + [416] = { + [anon_sym_COLON] = ACTIONS(1645), [sym_comment] = ACTIONS(39), }, - [465] = { - [anon_sym_LPAREN] = ACTIONS(1778), + [417] = { + [anon_sym_LPAREN] = ACTIONS(1647), [sym_comment] = ACTIONS(39), }, - [466] = { - [anon_sym_LPAREN] = ACTIONS(1780), + [418] = { + [anon_sym_LPAREN] = ACTIONS(1649), [sym_comment] = ACTIONS(39), }, - [467] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(1782), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [419] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(1651), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [468] = { - [anon_sym_while] = ACTIONS(1784), + [420] = { + [anon_sym_while] = ACTIONS(1653), [sym_comment] = ACTIONS(39), }, - [469] = { - [sym_declaration] = STATE(771), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(774), - [sym_conditional_expression] = STATE(774), - [sym_assignment_expression] = STATE(774), - [sym_pointer_expression] = STATE(774), - [sym_logical_expression] = STATE(774), - [sym_bitwise_expression] = STATE(774), - [sym_equality_expression] = STATE(774), - [sym_relational_expression] = STATE(774), - [sym_shift_expression] = STATE(774), - [sym_math_expression] = STATE(774), - [sym_cast_expression] = STATE(774), - [sym_sizeof_expression] = STATE(774), - [sym_subscript_expression] = STATE(774), - [sym_call_expression] = STATE(774), - [sym_field_expression] = STATE(774), - [sym_compound_literal_expression] = STATE(774), - [sym_parenthesized_expression] = STATE(774), - [sym_concatenated_string] = STATE(774), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(1786), + [421] = { + [sym_declaration] = STATE(693), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(695), + [sym_conditional_expression] = STATE(695), + [sym_assignment_expression] = STATE(695), + [sym_pointer_expression] = STATE(695), + [sym_logical_expression] = STATE(695), + [sym_bitwise_expression] = STATE(695), + [sym_equality_expression] = STATE(695), + [sym_relational_expression] = STATE(695), + [sym_shift_expression] = STATE(695), + [sym_math_expression] = STATE(695), + [sym_cast_expression] = STATE(695), + [sym_sizeof_expression] = STATE(695), + [sym_subscript_expression] = STATE(695), + [sym_call_expression] = STATE(695), + [sym_field_expression] = STATE(695), + [sym_compound_literal_expression] = STATE(695), + [sym_parenthesized_expression] = STATE(695), + [sym_concatenated_string] = STATE(695), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(1655), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), + [anon_sym_STAR] = ACTIONS(811), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -17362,1430 +17131,1401 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1788), - [sym_char_literal] = ACTIONS(1788), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1790), - [sym_false] = ACTIONS(1790), - [sym_null] = ACTIONS(1790), - [sym_identifier] = ACTIONS(1792), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1657), + [sym_char_literal] = ACTIONS(1657), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1659), + [sym_false] = ACTIONS(1659), + [sym_null] = ACTIONS(1659), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [470] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_RBRACE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_auto] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_AMP] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [sym_char_literal] = ACTIONS(1796), - [sym_string_literal] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_identifier] = ACTIONS(1794), + [422] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1663), + [anon_sym_LPAREN] = ACTIONS(1665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_RBRACE] = ACTIONS(1665), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_auto] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_AMP] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [sym_char_literal] = ACTIONS(1665), + [sym_string_literal] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_identifier] = ACTIONS(1663), [sym_comment] = ACTIONS(39), }, - [471] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(1798), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [423] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(1667), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [472] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1800), - [anon_sym_LPAREN] = ACTIONS(1802), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1800), - [sym_preproc_directive] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1800), - [anon_sym_extern] = ACTIONS(1800), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1800), - [anon_sym_auto] = ACTIONS(1800), - [anon_sym_register] = ACTIONS(1800), - [anon_sym_inline] = ACTIONS(1800), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_restrict] = ACTIONS(1800), - [anon_sym_volatile] = ACTIONS(1800), - [anon_sym__Atomic] = ACTIONS(1800), - [anon_sym_unsigned] = ACTIONS(1800), - [anon_sym_long] = ACTIONS(1800), - [anon_sym_short] = ACTIONS(1800), - [sym_primitive_type] = ACTIONS(1800), - [anon_sym_enum] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1800), - [anon_sym_union] = ACTIONS(1800), - [anon_sym_if] = ACTIONS(1800), - [anon_sym_switch] = ACTIONS(1800), - [anon_sym_case] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1800), - [anon_sym_while] = ACTIONS(1800), - [anon_sym_do] = ACTIONS(1800), - [anon_sym_for] = ACTIONS(1800), - [anon_sym_return] = ACTIONS(1800), - [anon_sym_break] = ACTIONS(1800), - [anon_sym_continue] = ACTIONS(1800), - [anon_sym_goto] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_TILDE] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1800), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1802), - [anon_sym_sizeof] = ACTIONS(1800), - [sym_number_literal] = ACTIONS(1802), - [sym_char_literal] = ACTIONS(1802), - [sym_string_literal] = ACTIONS(1802), - [sym_true] = ACTIONS(1800), - [sym_false] = ACTIONS(1800), - [sym_null] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1800), + [424] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1671), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1669), + [sym_preproc_directive] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1671), + [anon_sym_typedef] = ACTIONS(1669), + [anon_sym_extern] = ACTIONS(1669), + [anon_sym_LBRACE] = ACTIONS(1671), + [anon_sym_RBRACE] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1669), + [anon_sym_auto] = ACTIONS(1669), + [anon_sym_register] = ACTIONS(1669), + [anon_sym_inline] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_restrict] = ACTIONS(1669), + [anon_sym_volatile] = ACTIONS(1669), + [anon_sym__Atomic] = ACTIONS(1669), + [anon_sym_unsigned] = ACTIONS(1669), + [anon_sym_long] = ACTIONS(1669), + [anon_sym_short] = ACTIONS(1669), + [sym_primitive_type] = ACTIONS(1669), + [anon_sym_enum] = ACTIONS(1669), + [anon_sym_struct] = ACTIONS(1669), + [anon_sym_union] = ACTIONS(1669), + [anon_sym_if] = ACTIONS(1669), + [anon_sym_else] = ACTIONS(1669), + [anon_sym_switch] = ACTIONS(1669), + [anon_sym_case] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1669), + [anon_sym_while] = ACTIONS(1669), + [anon_sym_do] = ACTIONS(1669), + [anon_sym_for] = ACTIONS(1669), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1669), + [anon_sym_continue] = ACTIONS(1669), + [anon_sym_goto] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_BANG] = ACTIONS(1671), + [anon_sym_TILDE] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_DASH_DASH] = ACTIONS(1671), + [anon_sym_PLUS_PLUS] = ACTIONS(1671), + [anon_sym_sizeof] = ACTIONS(1669), + [sym_number_literal] = ACTIONS(1671), + [sym_char_literal] = ACTIONS(1671), + [sym_string_literal] = ACTIONS(1671), + [sym_true] = ACTIONS(1669), + [sym_false] = ACTIONS(1669), + [sym_null] = ACTIONS(1669), + [sym_identifier] = ACTIONS(1669), [sym_comment] = ACTIONS(39), }, - [473] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1804), - [sym_preproc_directive] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1804), - [anon_sym_extern] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1806), - [anon_sym_RBRACE] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1804), - [anon_sym_auto] = ACTIONS(1804), - [anon_sym_register] = ACTIONS(1804), - [anon_sym_inline] = ACTIONS(1804), - [anon_sym_const] = ACTIONS(1804), - [anon_sym_restrict] = ACTIONS(1804), - [anon_sym_volatile] = ACTIONS(1804), - [anon_sym__Atomic] = ACTIONS(1804), - [anon_sym_unsigned] = ACTIONS(1804), - [anon_sym_long] = ACTIONS(1804), - [anon_sym_short] = ACTIONS(1804), - [sym_primitive_type] = ACTIONS(1804), - [anon_sym_enum] = ACTIONS(1804), - [anon_sym_struct] = ACTIONS(1804), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_if] = ACTIONS(1804), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1804), - [anon_sym_default] = ACTIONS(1804), - [anon_sym_while] = ACTIONS(1804), - [anon_sym_do] = ACTIONS(1804), - [anon_sym_for] = ACTIONS(1804), - [anon_sym_return] = ACTIONS(1804), - [anon_sym_break] = ACTIONS(1804), - [anon_sym_continue] = ACTIONS(1804), - [anon_sym_goto] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1804), - [sym_number_literal] = ACTIONS(1806), - [sym_char_literal] = ACTIONS(1806), - [sym_string_literal] = ACTIONS(1806), - [sym_true] = ACTIONS(1804), - [sym_false] = ACTIONS(1804), - [sym_null] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1804), + [425] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1673), + [anon_sym_LPAREN] = ACTIONS(1675), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1673), + [sym_preproc_directive] = ACTIONS(1673), + [anon_sym_SEMI] = ACTIONS(1675), + [anon_sym_typedef] = ACTIONS(1673), + [anon_sym_extern] = ACTIONS(1673), + [anon_sym_LBRACE] = ACTIONS(1675), + [anon_sym_RBRACE] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1673), + [anon_sym_auto] = ACTIONS(1673), + [anon_sym_register] = ACTIONS(1673), + [anon_sym_inline] = ACTIONS(1673), + [anon_sym_const] = ACTIONS(1673), + [anon_sym_restrict] = ACTIONS(1673), + [anon_sym_volatile] = ACTIONS(1673), + [anon_sym__Atomic] = ACTIONS(1673), + [anon_sym_unsigned] = ACTIONS(1673), + [anon_sym_long] = ACTIONS(1673), + [anon_sym_short] = ACTIONS(1673), + [sym_primitive_type] = ACTIONS(1673), + [anon_sym_enum] = ACTIONS(1673), + [anon_sym_struct] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_if] = ACTIONS(1673), + [anon_sym_else] = ACTIONS(1673), + [anon_sym_switch] = ACTIONS(1673), + [anon_sym_case] = ACTIONS(1673), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_while] = ACTIONS(1673), + [anon_sym_do] = ACTIONS(1673), + [anon_sym_for] = ACTIONS(1673), + [anon_sym_return] = ACTIONS(1673), + [anon_sym_break] = ACTIONS(1673), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_BANG] = ACTIONS(1675), + [anon_sym_TILDE] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1673), + [anon_sym_DASH_DASH] = ACTIONS(1675), + [anon_sym_PLUS_PLUS] = ACTIONS(1675), + [anon_sym_sizeof] = ACTIONS(1673), + [sym_number_literal] = ACTIONS(1675), + [sym_char_literal] = ACTIONS(1675), + [sym_string_literal] = ACTIONS(1675), + [sym_true] = ACTIONS(1673), + [sym_false] = ACTIONS(1673), + [sym_null] = ACTIONS(1673), + [sym_identifier] = ACTIONS(1673), [sym_comment] = ACTIONS(39), }, - [474] = { - [anon_sym_SEMI] = ACTIONS(1808), + [426] = { + [anon_sym_SEMI] = ACTIONS(1677), [sym_comment] = ACTIONS(39), }, - [475] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [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(1162), - [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(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [427] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1679), + [anon_sym_RPAREN] = ACTIONS(1679), + [anon_sym_SEMI] = ACTIONS(1679), + [anon_sym_RBRACE] = ACTIONS(1679), + [anon_sym_STAR] = ACTIONS(1681), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1679), + [anon_sym_EQ] = ACTIONS(1681), + [anon_sym_COLON] = ACTIONS(1679), + [anon_sym_QMARK] = ACTIONS(1679), + [anon_sym_STAR_EQ] = ACTIONS(1679), + [anon_sym_SLASH_EQ] = ACTIONS(1679), + [anon_sym_PERCENT_EQ] = ACTIONS(1679), + [anon_sym_PLUS_EQ] = ACTIONS(1679), + [anon_sym_DASH_EQ] = ACTIONS(1679), + [anon_sym_LT_LT_EQ] = ACTIONS(1679), + [anon_sym_GT_GT_EQ] = ACTIONS(1679), + [anon_sym_AMP_EQ] = ACTIONS(1679), + [anon_sym_CARET_EQ] = ACTIONS(1679), + [anon_sym_PIPE_EQ] = ACTIONS(1679), + [anon_sym_AMP] = ACTIONS(1681), + [anon_sym_PIPE_PIPE] = ACTIONS(1679), + [anon_sym_AMP_AMP] = ACTIONS(1679), + [anon_sym_PIPE] = ACTIONS(1681), + [anon_sym_CARET] = ACTIONS(1681), + [anon_sym_EQ_EQ] = ACTIONS(1679), + [anon_sym_BANG_EQ] = ACTIONS(1679), + [anon_sym_LT] = ACTIONS(1681), + [anon_sym_GT] = ACTIONS(1681), + [anon_sym_LT_EQ] = ACTIONS(1679), + [anon_sym_GT_EQ] = ACTIONS(1679), + [anon_sym_LT_LT] = ACTIONS(1681), + [anon_sym_GT_GT] = ACTIONS(1681), + [anon_sym_PLUS] = ACTIONS(1681), + [anon_sym_DASH] = ACTIONS(1681), + [anon_sym_SLASH] = ACTIONS(1681), + [anon_sym_PERCENT] = ACTIONS(1681), + [anon_sym_DASH_DASH] = ACTIONS(1679), + [anon_sym_PLUS_PLUS] = ACTIONS(1679), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [476] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1814), - [anon_sym_RPAREN] = ACTIONS(1814), - [anon_sym_SEMI] = ACTIONS(1814), - [anon_sym_RBRACE] = ACTIONS(1814), - [anon_sym_STAR] = ACTIONS(1816), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(1814), - [anon_sym_EQ] = ACTIONS(1816), - [anon_sym_COLON] = ACTIONS(1814), - [anon_sym_QMARK] = ACTIONS(1814), - [anon_sym_STAR_EQ] = ACTIONS(1814), - [anon_sym_SLASH_EQ] = ACTIONS(1814), - [anon_sym_PERCENT_EQ] = ACTIONS(1814), - [anon_sym_PLUS_EQ] = ACTIONS(1814), - [anon_sym_DASH_EQ] = ACTIONS(1814), - [anon_sym_LT_LT_EQ] = ACTIONS(1814), - [anon_sym_GT_GT_EQ] = ACTIONS(1814), - [anon_sym_AMP_EQ] = ACTIONS(1814), - [anon_sym_CARET_EQ] = ACTIONS(1814), - [anon_sym_PIPE_EQ] = ACTIONS(1814), - [anon_sym_AMP] = ACTIONS(1816), - [anon_sym_PIPE_PIPE] = ACTIONS(1814), - [anon_sym_AMP_AMP] = ACTIONS(1814), - [anon_sym_PIPE] = ACTIONS(1816), - [anon_sym_CARET] = ACTIONS(1816), - [anon_sym_EQ_EQ] = ACTIONS(1814), - [anon_sym_BANG_EQ] = ACTIONS(1814), - [anon_sym_LT] = ACTIONS(1816), - [anon_sym_GT] = ACTIONS(1816), - [anon_sym_LT_EQ] = ACTIONS(1814), - [anon_sym_GT_EQ] = ACTIONS(1814), - [anon_sym_LT_LT] = ACTIONS(1816), - [anon_sym_GT_GT] = ACTIONS(1816), - [anon_sym_PLUS] = ACTIONS(1816), - [anon_sym_DASH] = ACTIONS(1816), - [anon_sym_SLASH] = ACTIONS(1816), - [anon_sym_PERCENT] = ACTIONS(1816), - [anon_sym_DASH_DASH] = ACTIONS(1814), - [anon_sym_PLUS_PLUS] = ACTIONS(1814), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [428] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1683), + [anon_sym_RPAREN] = ACTIONS(1683), + [anon_sym_SEMI] = ACTIONS(1683), + [anon_sym_RBRACE] = ACTIONS(1683), + [anon_sym_STAR] = ACTIONS(1685), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1683), + [anon_sym_EQ] = ACTIONS(1685), + [anon_sym_COLON] = ACTIONS(1683), + [anon_sym_QMARK] = ACTIONS(1683), + [anon_sym_STAR_EQ] = ACTIONS(1683), + [anon_sym_SLASH_EQ] = ACTIONS(1683), + [anon_sym_PERCENT_EQ] = ACTIONS(1683), + [anon_sym_PLUS_EQ] = ACTIONS(1683), + [anon_sym_DASH_EQ] = ACTIONS(1683), + [anon_sym_LT_LT_EQ] = ACTIONS(1683), + [anon_sym_GT_GT_EQ] = ACTIONS(1683), + [anon_sym_AMP_EQ] = ACTIONS(1683), + [anon_sym_CARET_EQ] = ACTIONS(1683), + [anon_sym_PIPE_EQ] = ACTIONS(1683), + [anon_sym_AMP] = ACTIONS(1685), + [anon_sym_PIPE_PIPE] = ACTIONS(1683), + [anon_sym_AMP_AMP] = ACTIONS(1683), + [anon_sym_PIPE] = ACTIONS(1685), + [anon_sym_CARET] = ACTIONS(1685), + [anon_sym_EQ_EQ] = ACTIONS(1683), + [anon_sym_BANG_EQ] = ACTIONS(1683), + [anon_sym_LT] = ACTIONS(1685), + [anon_sym_GT] = ACTIONS(1685), + [anon_sym_LT_EQ] = ACTIONS(1683), + [anon_sym_GT_EQ] = ACTIONS(1683), + [anon_sym_LT_LT] = ACTIONS(1685), + [anon_sym_GT_GT] = ACTIONS(1685), + [anon_sym_PLUS] = ACTIONS(1685), + [anon_sym_DASH] = ACTIONS(1685), + [anon_sym_SLASH] = ACTIONS(1685), + [anon_sym_PERCENT] = ACTIONS(1685), + [anon_sym_DASH_DASH] = ACTIONS(1683), + [anon_sym_PLUS_PLUS] = ACTIONS(1683), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [477] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [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(1162), - [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(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [429] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1687), + [anon_sym_RPAREN] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(1687), + [anon_sym_RBRACE] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1687), + [anon_sym_EQ] = ACTIONS(1689), + [anon_sym_COLON] = ACTIONS(1687), + [anon_sym_QMARK] = ACTIONS(1687), + [anon_sym_STAR_EQ] = ACTIONS(1687), + [anon_sym_SLASH_EQ] = ACTIONS(1687), + [anon_sym_PERCENT_EQ] = ACTIONS(1687), + [anon_sym_PLUS_EQ] = ACTIONS(1687), + [anon_sym_DASH_EQ] = ACTIONS(1687), + [anon_sym_LT_LT_EQ] = ACTIONS(1687), + [anon_sym_GT_GT_EQ] = ACTIONS(1687), + [anon_sym_AMP_EQ] = ACTIONS(1687), + [anon_sym_CARET_EQ] = ACTIONS(1687), + [anon_sym_PIPE_EQ] = ACTIONS(1687), + [anon_sym_AMP] = ACTIONS(1689), + [anon_sym_PIPE_PIPE] = ACTIONS(1687), + [anon_sym_AMP_AMP] = ACTIONS(1687), + [anon_sym_PIPE] = ACTIONS(1689), + [anon_sym_CARET] = ACTIONS(1689), + [anon_sym_EQ_EQ] = ACTIONS(1687), + [anon_sym_BANG_EQ] = ACTIONS(1687), + [anon_sym_LT] = ACTIONS(1689), + [anon_sym_GT] = ACTIONS(1689), + [anon_sym_LT_EQ] = ACTIONS(1687), + [anon_sym_GT_EQ] = ACTIONS(1687), + [anon_sym_LT_LT] = ACTIONS(1689), + [anon_sym_GT_GT] = ACTIONS(1689), + [anon_sym_PLUS] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1689), + [anon_sym_SLASH] = ACTIONS(1689), + [anon_sym_PERCENT] = ACTIONS(1689), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [478] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(777), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [430] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(698), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), - [sym_comment] = ACTIONS(39), - }, - [479] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1822), - [anon_sym_SEMI] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [480] = { - [aux_sym_concatenated_string_repeat1] = STATE(778), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_COMMA] = ACTIONS(1826), - [anon_sym_SEMI] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(1830), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [481] = { - [sym_compound_statement] = STATE(780), - [sym_labeled_statement] = STATE(780), - [sym_expression_statement] = STATE(780), - [sym_if_statement] = STATE(780), - [sym_switch_statement] = STATE(780), - [sym_case_statement] = STATE(780), - [sym_while_statement] = STATE(780), - [sym_do_statement] = STATE(780), - [sym_for_statement] = STATE(780), - [sym_return_statement] = STATE(780), - [sym_break_statement] = STATE(780), - [sym_continue_statement] = STATE(780), - [sym_goto_statement] = STATE(780), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), + [431] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1691), + [anon_sym_SEMI] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [482] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(255), - [anon_sym_LPAREN] = ACTIONS(253), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(255), - [sym_preproc_directive] = ACTIONS(255), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_RBRACE] = ACTIONS(253), - [anon_sym_STAR] = ACTIONS(253), - [anon_sym_static] = ACTIONS(255), - [anon_sym_auto] = ACTIONS(255), - [anon_sym_register] = ACTIONS(255), - [anon_sym_inline] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_restrict] = ACTIONS(255), - [anon_sym_volatile] = ACTIONS(255), - [anon_sym__Atomic] = ACTIONS(255), - [anon_sym_unsigned] = ACTIONS(255), - [anon_sym_long] = ACTIONS(255), - [anon_sym_short] = ACTIONS(255), - [sym_primitive_type] = ACTIONS(255), - [anon_sym_enum] = ACTIONS(255), - [anon_sym_struct] = ACTIONS(255), - [anon_sym_union] = ACTIONS(255), - [anon_sym_if] = ACTIONS(255), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(255), - [anon_sym_default] = ACTIONS(255), - [anon_sym_while] = ACTIONS(255), - [anon_sym_do] = ACTIONS(255), - [anon_sym_for] = ACTIONS(255), - [anon_sym_return] = ACTIONS(255), - [anon_sym_break] = ACTIONS(255), - [anon_sym_continue] = ACTIONS(255), - [anon_sym_goto] = ACTIONS(255), - [anon_sym_AMP] = ACTIONS(253), - [anon_sym_BANG] = ACTIONS(253), - [anon_sym_TILDE] = ACTIONS(253), - [anon_sym_PLUS] = ACTIONS(255), - [anon_sym_DASH] = ACTIONS(255), - [anon_sym_DASH_DASH] = ACTIONS(253), - [anon_sym_PLUS_PLUS] = ACTIONS(253), - [anon_sym_sizeof] = ACTIONS(255), - [sym_number_literal] = ACTIONS(253), - [sym_char_literal] = ACTIONS(253), - [sym_string_literal] = ACTIONS(253), - [sym_true] = ACTIONS(255), - [sym_false] = ACTIONS(255), - [sym_null] = ACTIONS(255), - [sym_identifier] = ACTIONS(255), + [432] = { + [aux_sym_concatenated_string_repeat1] = STATE(699), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_COMMA] = ACTIONS(1695), + [anon_sym_SEMI] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(1699), [sym_comment] = ACTIONS(39), }, - [483] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(782), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(1834), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [433] = { + [sym_compound_statement] = STATE(701), + [sym_labeled_statement] = STATE(701), + [sym_expression_statement] = STATE(701), + [sym_if_statement] = STATE(701), + [sym_switch_statement] = STATE(701), + [sym_case_statement] = STATE(701), + [sym_while_statement] = STATE(701), + [sym_do_statement] = STATE(701), + [sym_for_statement] = STATE(701), + [sym_return_statement] = STATE(701), + [sym_break_statement] = STATE(701), + [sym_continue_statement] = STATE(701), + [sym_goto_statement] = STATE(701), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [484] = { - [aux_sym_declaration_repeat1] = STATE(782), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(1834), + [434] = { + [sym_parameter_list] = STATE(127), + [aux_sym_declaration_repeat1] = STATE(128), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(235), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, - [485] = { - [sym__expression] = STATE(784), - [sym_conditional_expression] = STATE(784), - [sym_assignment_expression] = STATE(784), - [sym_pointer_expression] = STATE(784), - [sym_logical_expression] = STATE(784), - [sym_bitwise_expression] = STATE(784), - [sym_equality_expression] = STATE(784), - [sym_relational_expression] = STATE(784), - [sym_shift_expression] = STATE(784), - [sym_math_expression] = STATE(784), - [sym_cast_expression] = STATE(784), - [sym_sizeof_expression] = STATE(784), - [sym_subscript_expression] = STATE(784), - [sym_call_expression] = STATE(784), - [sym_field_expression] = STATE(784), - [sym_compound_literal_expression] = STATE(784), - [sym_parenthesized_expression] = STATE(784), - [sym_concatenated_string] = STATE(784), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(1836), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1838), - [sym_char_literal] = ACTIONS(1838), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1840), - [sym_false] = ACTIONS(1840), - [sym_null] = ACTIONS(1840), - [sym_identifier] = ACTIONS(1840), + [435] = { + [sym__expression] = STATE(703), + [sym_conditional_expression] = STATE(703), + [sym_assignment_expression] = STATE(703), + [sym_pointer_expression] = STATE(703), + [sym_logical_expression] = STATE(703), + [sym_bitwise_expression] = STATE(703), + [sym_equality_expression] = STATE(703), + [sym_relational_expression] = STATE(703), + [sym_shift_expression] = STATE(703), + [sym_math_expression] = STATE(703), + [sym_cast_expression] = STATE(703), + [sym_sizeof_expression] = STATE(703), + [sym_subscript_expression] = STATE(703), + [sym_call_expression] = STATE(703), + [sym_field_expression] = STATE(703), + [sym_compound_literal_expression] = STATE(703), + [sym_parenthesized_expression] = STATE(703), + [sym_concatenated_string] = STATE(703), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(1703), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(1705), + [sym_char_literal] = ACTIONS(1705), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(1707), + [sym_false] = ACTIONS(1707), + [sym_null] = ACTIONS(1707), + [sym_identifier] = ACTIONS(1707), [sym_comment] = ACTIONS(39), }, - [486] = { - [sym__expression] = STATE(785), - [sym_comma_expression] = STATE(786), - [sym_conditional_expression] = STATE(785), - [sym_assignment_expression] = STATE(785), - [sym_pointer_expression] = STATE(785), - [sym_logical_expression] = STATE(785), - [sym_bitwise_expression] = STATE(785), - [sym_equality_expression] = STATE(785), - [sym_relational_expression] = STATE(785), - [sym_shift_expression] = STATE(785), - [sym_math_expression] = STATE(785), - [sym_cast_expression] = STATE(785), - [sym_sizeof_expression] = STATE(785), - [sym_subscript_expression] = STATE(785), - [sym_call_expression] = STATE(785), - [sym_field_expression] = STATE(785), - [sym_compound_literal_expression] = STATE(785), - [sym_parenthesized_expression] = STATE(785), - [sym_concatenated_string] = STATE(785), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1842), - [sym_char_literal] = ACTIONS(1842), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1844), - [sym_false] = ACTIONS(1844), - [sym_null] = ACTIONS(1844), - [sym_identifier] = ACTIONS(1844), + [436] = { + [sym__expression] = STATE(704), + [sym_comma_expression] = STATE(705), + [sym_conditional_expression] = STATE(704), + [sym_assignment_expression] = STATE(704), + [sym_pointer_expression] = STATE(704), + [sym_logical_expression] = STATE(704), + [sym_bitwise_expression] = STATE(704), + [sym_equality_expression] = STATE(704), + [sym_relational_expression] = STATE(704), + [sym_shift_expression] = STATE(704), + [sym_math_expression] = STATE(704), + [sym_cast_expression] = STATE(704), + [sym_sizeof_expression] = STATE(704), + [sym_subscript_expression] = STATE(704), + [sym_call_expression] = STATE(704), + [sym_field_expression] = STATE(704), + [sym_compound_literal_expression] = STATE(704), + [sym_parenthesized_expression] = STATE(704), + [sym_concatenated_string] = STATE(704), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1709), + [sym_char_literal] = ACTIONS(1709), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1711), + [sym_false] = ACTIONS(1711), + [sym_null] = ACTIONS(1711), + [sym_identifier] = ACTIONS(1711), [sym_comment] = ACTIONS(39), }, - [487] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1846), - [anon_sym_LPAREN] = ACTIONS(1848), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_RBRACE] = ACTIONS(1848), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_AMP] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [sym_char_literal] = ACTIONS(1848), - [sym_string_literal] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1846), + [437] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1713), + [anon_sym_LPAREN] = ACTIONS(1715), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1713), + [sym_preproc_directive] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1715), + [anon_sym_typedef] = ACTIONS(1713), + [anon_sym_extern] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1715), + [anon_sym_RBRACE] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1713), + [anon_sym_auto] = ACTIONS(1713), + [anon_sym_register] = ACTIONS(1713), + [anon_sym_inline] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1713), + [anon_sym_restrict] = ACTIONS(1713), + [anon_sym_volatile] = ACTIONS(1713), + [anon_sym__Atomic] = ACTIONS(1713), + [anon_sym_unsigned] = ACTIONS(1713), + [anon_sym_long] = ACTIONS(1713), + [anon_sym_short] = ACTIONS(1713), + [sym_primitive_type] = ACTIONS(1713), + [anon_sym_enum] = ACTIONS(1713), + [anon_sym_struct] = ACTIONS(1713), + [anon_sym_union] = ACTIONS(1713), + [anon_sym_if] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1713), + [anon_sym_case] = ACTIONS(1713), + [anon_sym_default] = ACTIONS(1713), + [anon_sym_while] = ACTIONS(1713), + [anon_sym_do] = ACTIONS(1713), + [anon_sym_for] = ACTIONS(1713), + [anon_sym_return] = ACTIONS(1713), + [anon_sym_break] = ACTIONS(1713), + [anon_sym_continue] = ACTIONS(1713), + [anon_sym_goto] = ACTIONS(1713), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_BANG] = ACTIONS(1715), + [anon_sym_TILDE] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1715), + [anon_sym_PLUS_PLUS] = ACTIONS(1715), + [anon_sym_sizeof] = ACTIONS(1713), + [sym_number_literal] = ACTIONS(1715), + [sym_char_literal] = ACTIONS(1715), + [sym_string_literal] = ACTIONS(1715), + [sym_true] = ACTIONS(1713), + [sym_false] = ACTIONS(1713), + [sym_null] = ACTIONS(1713), + [sym_identifier] = ACTIONS(1713), [sym_comment] = ACTIONS(39), }, - [488] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [438] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [489] = { - [sym__expression] = STATE(788), - [sym_conditional_expression] = STATE(788), - [sym_assignment_expression] = STATE(788), - [sym_pointer_expression] = STATE(788), - [sym_logical_expression] = STATE(788), - [sym_bitwise_expression] = STATE(788), - [sym_equality_expression] = STATE(788), - [sym_relational_expression] = STATE(788), - [sym_shift_expression] = STATE(788), - [sym_math_expression] = STATE(788), - [sym_cast_expression] = STATE(788), - [sym_sizeof_expression] = STATE(788), - [sym_subscript_expression] = STATE(788), - [sym_call_expression] = STATE(788), - [sym_field_expression] = STATE(788), - [sym_compound_literal_expression] = STATE(788), - [sym_parenthesized_expression] = STATE(788), - [sym_concatenated_string] = STATE(788), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1854), - [sym_char_literal] = ACTIONS(1854), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1856), - [sym_false] = ACTIONS(1856), - [sym_null] = ACTIONS(1856), - [sym_identifier] = ACTIONS(1856), + [439] = { + [sym__expression] = STATE(707), + [sym_conditional_expression] = STATE(707), + [sym_assignment_expression] = STATE(707), + [sym_pointer_expression] = STATE(707), + [sym_logical_expression] = STATE(707), + [sym_bitwise_expression] = STATE(707), + [sym_equality_expression] = STATE(707), + [sym_relational_expression] = STATE(707), + [sym_shift_expression] = STATE(707), + [sym_math_expression] = STATE(707), + [sym_cast_expression] = STATE(707), + [sym_sizeof_expression] = STATE(707), + [sym_subscript_expression] = STATE(707), + [sym_call_expression] = STATE(707), + [sym_field_expression] = STATE(707), + [sym_compound_literal_expression] = STATE(707), + [sym_parenthesized_expression] = STATE(707), + [sym_concatenated_string] = STATE(707), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1721), + [sym_char_literal] = ACTIONS(1721), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1723), + [sym_false] = ACTIONS(1723), + [sym_null] = ACTIONS(1723), + [sym_identifier] = ACTIONS(1723), [sym_comment] = ACTIONS(39), }, - [490] = { - [sym__expression] = STATE(789), - [sym_conditional_expression] = STATE(789), - [sym_assignment_expression] = STATE(789), - [sym_pointer_expression] = STATE(789), - [sym_logical_expression] = STATE(789), - [sym_bitwise_expression] = STATE(789), - [sym_equality_expression] = STATE(789), - [sym_relational_expression] = STATE(789), - [sym_shift_expression] = STATE(789), - [sym_math_expression] = STATE(789), - [sym_cast_expression] = STATE(789), - [sym_sizeof_expression] = STATE(789), - [sym_subscript_expression] = STATE(789), - [sym_call_expression] = STATE(789), - [sym_field_expression] = STATE(789), - [sym_compound_literal_expression] = STATE(789), - [sym_parenthesized_expression] = STATE(789), - [sym_concatenated_string] = STATE(789), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1858), - [sym_char_literal] = ACTIONS(1858), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1860), - [sym_false] = ACTIONS(1860), - [sym_null] = ACTIONS(1860), - [sym_identifier] = ACTIONS(1860), + [440] = { + [sym__expression] = STATE(708), + [sym_conditional_expression] = STATE(708), + [sym_assignment_expression] = STATE(708), + [sym_pointer_expression] = STATE(708), + [sym_logical_expression] = STATE(708), + [sym_bitwise_expression] = STATE(708), + [sym_equality_expression] = STATE(708), + [sym_relational_expression] = STATE(708), + [sym_shift_expression] = STATE(708), + [sym_math_expression] = STATE(708), + [sym_cast_expression] = STATE(708), + [sym_sizeof_expression] = STATE(708), + [sym_subscript_expression] = STATE(708), + [sym_call_expression] = STATE(708), + [sym_field_expression] = STATE(708), + [sym_compound_literal_expression] = STATE(708), + [sym_parenthesized_expression] = STATE(708), + [sym_concatenated_string] = STATE(708), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1725), + [sym_char_literal] = ACTIONS(1725), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1727), + [sym_false] = ACTIONS(1727), + [sym_null] = ACTIONS(1727), + [sym_identifier] = ACTIONS(1727), [sym_comment] = ACTIONS(39), }, - [491] = { - [sym__expression] = STATE(790), - [sym_conditional_expression] = STATE(790), - [sym_assignment_expression] = STATE(790), - [sym_pointer_expression] = STATE(790), - [sym_logical_expression] = STATE(790), - [sym_bitwise_expression] = STATE(790), - [sym_equality_expression] = STATE(790), - [sym_relational_expression] = STATE(790), - [sym_shift_expression] = STATE(790), - [sym_math_expression] = STATE(790), - [sym_cast_expression] = STATE(790), - [sym_sizeof_expression] = STATE(790), - [sym_subscript_expression] = STATE(790), - [sym_call_expression] = STATE(790), - [sym_field_expression] = STATE(790), - [sym_compound_literal_expression] = STATE(790), - [sym_parenthesized_expression] = STATE(790), - [sym_concatenated_string] = STATE(790), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1862), - [sym_char_literal] = ACTIONS(1862), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1864), - [sym_false] = ACTIONS(1864), - [sym_null] = ACTIONS(1864), - [sym_identifier] = ACTIONS(1864), + [441] = { + [sym__expression] = STATE(709), + [sym_conditional_expression] = STATE(709), + [sym_assignment_expression] = STATE(709), + [sym_pointer_expression] = STATE(709), + [sym_logical_expression] = STATE(709), + [sym_bitwise_expression] = STATE(709), + [sym_equality_expression] = STATE(709), + [sym_relational_expression] = STATE(709), + [sym_shift_expression] = STATE(709), + [sym_math_expression] = STATE(709), + [sym_cast_expression] = STATE(709), + [sym_sizeof_expression] = STATE(709), + [sym_subscript_expression] = STATE(709), + [sym_call_expression] = STATE(709), + [sym_field_expression] = STATE(709), + [sym_compound_literal_expression] = STATE(709), + [sym_parenthesized_expression] = STATE(709), + [sym_concatenated_string] = STATE(709), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1729), + [sym_char_literal] = ACTIONS(1729), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1731), + [sym_false] = ACTIONS(1731), + [sym_null] = ACTIONS(1731), + [sym_identifier] = ACTIONS(1731), [sym_comment] = ACTIONS(39), }, - [492] = { - [sym__expression] = STATE(791), - [sym_conditional_expression] = STATE(791), - [sym_assignment_expression] = STATE(791), - [sym_pointer_expression] = STATE(791), - [sym_logical_expression] = STATE(791), - [sym_bitwise_expression] = STATE(791), - [sym_equality_expression] = STATE(791), - [sym_relational_expression] = STATE(791), - [sym_shift_expression] = STATE(791), - [sym_math_expression] = STATE(791), - [sym_cast_expression] = STATE(791), - [sym_sizeof_expression] = STATE(791), - [sym_subscript_expression] = STATE(791), - [sym_call_expression] = STATE(791), - [sym_field_expression] = STATE(791), - [sym_compound_literal_expression] = STATE(791), - [sym_parenthesized_expression] = STATE(791), - [sym_concatenated_string] = STATE(791), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1866), - [sym_char_literal] = ACTIONS(1866), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1868), - [sym_false] = ACTIONS(1868), - [sym_null] = ACTIONS(1868), - [sym_identifier] = ACTIONS(1868), + [442] = { + [sym__expression] = STATE(710), + [sym_conditional_expression] = STATE(710), + [sym_assignment_expression] = STATE(710), + [sym_pointer_expression] = STATE(710), + [sym_logical_expression] = STATE(710), + [sym_bitwise_expression] = STATE(710), + [sym_equality_expression] = STATE(710), + [sym_relational_expression] = STATE(710), + [sym_shift_expression] = STATE(710), + [sym_math_expression] = STATE(710), + [sym_cast_expression] = STATE(710), + [sym_sizeof_expression] = STATE(710), + [sym_subscript_expression] = STATE(710), + [sym_call_expression] = STATE(710), + [sym_field_expression] = STATE(710), + [sym_compound_literal_expression] = STATE(710), + [sym_parenthesized_expression] = STATE(710), + [sym_concatenated_string] = STATE(710), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1733), + [sym_char_literal] = ACTIONS(1733), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1735), + [sym_false] = ACTIONS(1735), + [sym_null] = ACTIONS(1735), + [sym_identifier] = ACTIONS(1735), [sym_comment] = ACTIONS(39), }, - [493] = { - [sym__expression] = STATE(792), - [sym_conditional_expression] = STATE(792), - [sym_assignment_expression] = STATE(792), - [sym_pointer_expression] = STATE(792), - [sym_logical_expression] = STATE(792), - [sym_bitwise_expression] = STATE(792), - [sym_equality_expression] = STATE(792), - [sym_relational_expression] = STATE(792), - [sym_shift_expression] = STATE(792), - [sym_math_expression] = STATE(792), - [sym_cast_expression] = STATE(792), - [sym_sizeof_expression] = STATE(792), - [sym_subscript_expression] = STATE(792), - [sym_call_expression] = STATE(792), - [sym_field_expression] = STATE(792), - [sym_compound_literal_expression] = STATE(792), - [sym_parenthesized_expression] = STATE(792), - [sym_concatenated_string] = STATE(792), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1870), - [sym_char_literal] = ACTIONS(1870), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1872), - [sym_false] = ACTIONS(1872), - [sym_null] = ACTIONS(1872), - [sym_identifier] = ACTIONS(1872), + [443] = { + [sym__expression] = STATE(711), + [sym_conditional_expression] = STATE(711), + [sym_assignment_expression] = STATE(711), + [sym_pointer_expression] = STATE(711), + [sym_logical_expression] = STATE(711), + [sym_bitwise_expression] = STATE(711), + [sym_equality_expression] = STATE(711), + [sym_relational_expression] = STATE(711), + [sym_shift_expression] = STATE(711), + [sym_math_expression] = STATE(711), + [sym_cast_expression] = STATE(711), + [sym_sizeof_expression] = STATE(711), + [sym_subscript_expression] = STATE(711), + [sym_call_expression] = STATE(711), + [sym_field_expression] = STATE(711), + [sym_compound_literal_expression] = STATE(711), + [sym_parenthesized_expression] = STATE(711), + [sym_concatenated_string] = STATE(711), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1737), + [sym_char_literal] = ACTIONS(1737), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1739), + [sym_false] = ACTIONS(1739), + [sym_null] = ACTIONS(1739), + [sym_identifier] = ACTIONS(1739), [sym_comment] = ACTIONS(39), }, - [494] = { - [sym__expression] = STATE(793), - [sym_conditional_expression] = STATE(793), - [sym_assignment_expression] = STATE(793), - [sym_pointer_expression] = STATE(793), - [sym_logical_expression] = STATE(793), - [sym_bitwise_expression] = STATE(793), - [sym_equality_expression] = STATE(793), - [sym_relational_expression] = STATE(793), - [sym_shift_expression] = STATE(793), - [sym_math_expression] = STATE(793), - [sym_cast_expression] = STATE(793), - [sym_sizeof_expression] = STATE(793), - [sym_subscript_expression] = STATE(793), - [sym_call_expression] = STATE(793), - [sym_field_expression] = STATE(793), - [sym_compound_literal_expression] = STATE(793), - [sym_parenthesized_expression] = STATE(793), - [sym_concatenated_string] = STATE(793), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1874), - [sym_char_literal] = ACTIONS(1874), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1876), - [sym_false] = ACTIONS(1876), - [sym_null] = ACTIONS(1876), - [sym_identifier] = ACTIONS(1876), + [444] = { + [sym__expression] = STATE(712), + [sym_conditional_expression] = STATE(712), + [sym_assignment_expression] = STATE(712), + [sym_pointer_expression] = STATE(712), + [sym_logical_expression] = STATE(712), + [sym_bitwise_expression] = STATE(712), + [sym_equality_expression] = STATE(712), + [sym_relational_expression] = STATE(712), + [sym_shift_expression] = STATE(712), + [sym_math_expression] = STATE(712), + [sym_cast_expression] = STATE(712), + [sym_sizeof_expression] = STATE(712), + [sym_subscript_expression] = STATE(712), + [sym_call_expression] = STATE(712), + [sym_field_expression] = STATE(712), + [sym_compound_literal_expression] = STATE(712), + [sym_parenthesized_expression] = STATE(712), + [sym_concatenated_string] = STATE(712), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1741), + [sym_char_literal] = ACTIONS(1741), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1743), + [sym_false] = ACTIONS(1743), + [sym_null] = ACTIONS(1743), + [sym_identifier] = ACTIONS(1743), [sym_comment] = ACTIONS(39), }, - [495] = { - [sym__expression] = STATE(794), - [sym_conditional_expression] = STATE(794), - [sym_assignment_expression] = STATE(794), - [sym_pointer_expression] = STATE(794), - [sym_logical_expression] = STATE(794), - [sym_bitwise_expression] = STATE(794), - [sym_equality_expression] = STATE(794), - [sym_relational_expression] = STATE(794), - [sym_shift_expression] = STATE(794), - [sym_math_expression] = STATE(794), - [sym_cast_expression] = STATE(794), - [sym_sizeof_expression] = STATE(794), - [sym_subscript_expression] = STATE(794), - [sym_call_expression] = STATE(794), - [sym_field_expression] = STATE(794), - [sym_compound_literal_expression] = STATE(794), - [sym_parenthesized_expression] = STATE(794), - [sym_concatenated_string] = STATE(794), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1878), - [sym_char_literal] = ACTIONS(1878), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1880), - [sym_false] = ACTIONS(1880), - [sym_null] = ACTIONS(1880), - [sym_identifier] = ACTIONS(1880), + [445] = { + [sym__expression] = STATE(713), + [sym_conditional_expression] = STATE(713), + [sym_assignment_expression] = STATE(713), + [sym_pointer_expression] = STATE(713), + [sym_logical_expression] = STATE(713), + [sym_bitwise_expression] = STATE(713), + [sym_equality_expression] = STATE(713), + [sym_relational_expression] = STATE(713), + [sym_shift_expression] = STATE(713), + [sym_math_expression] = STATE(713), + [sym_cast_expression] = STATE(713), + [sym_sizeof_expression] = STATE(713), + [sym_subscript_expression] = STATE(713), + [sym_call_expression] = STATE(713), + [sym_field_expression] = STATE(713), + [sym_compound_literal_expression] = STATE(713), + [sym_parenthesized_expression] = STATE(713), + [sym_concatenated_string] = STATE(713), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1745), + [sym_char_literal] = ACTIONS(1745), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1747), + [sym_false] = ACTIONS(1747), + [sym_null] = ACTIONS(1747), + [sym_identifier] = ACTIONS(1747), [sym_comment] = ACTIONS(39), }, - [496] = { - [sym__expression] = STATE(795), - [sym_conditional_expression] = STATE(795), - [sym_assignment_expression] = STATE(795), - [sym_pointer_expression] = STATE(795), - [sym_logical_expression] = STATE(795), - [sym_bitwise_expression] = STATE(795), - [sym_equality_expression] = STATE(795), - [sym_relational_expression] = STATE(795), - [sym_shift_expression] = STATE(795), - [sym_math_expression] = STATE(795), - [sym_cast_expression] = STATE(795), - [sym_sizeof_expression] = STATE(795), - [sym_subscript_expression] = STATE(795), - [sym_call_expression] = STATE(795), - [sym_field_expression] = STATE(795), - [sym_compound_literal_expression] = STATE(795), - [sym_parenthesized_expression] = STATE(795), - [sym_concatenated_string] = STATE(795), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1882), - [sym_char_literal] = ACTIONS(1882), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1884), - [sym_false] = ACTIONS(1884), - [sym_null] = ACTIONS(1884), - [sym_identifier] = ACTIONS(1884), + [446] = { + [sym__expression] = STATE(714), + [sym_conditional_expression] = STATE(714), + [sym_assignment_expression] = STATE(714), + [sym_pointer_expression] = STATE(714), + [sym_logical_expression] = STATE(714), + [sym_bitwise_expression] = STATE(714), + [sym_equality_expression] = STATE(714), + [sym_relational_expression] = STATE(714), + [sym_shift_expression] = STATE(714), + [sym_math_expression] = STATE(714), + [sym_cast_expression] = STATE(714), + [sym_sizeof_expression] = STATE(714), + [sym_subscript_expression] = STATE(714), + [sym_call_expression] = STATE(714), + [sym_field_expression] = STATE(714), + [sym_compound_literal_expression] = STATE(714), + [sym_parenthesized_expression] = STATE(714), + [sym_concatenated_string] = STATE(714), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1749), + [sym_char_literal] = ACTIONS(1749), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1751), + [sym_false] = ACTIONS(1751), + [sym_null] = ACTIONS(1751), + [sym_identifier] = ACTIONS(1751), [sym_comment] = ACTIONS(39), }, - [497] = { - [sym__expression] = STATE(796), - [sym_conditional_expression] = STATE(796), - [sym_assignment_expression] = STATE(796), - [sym_pointer_expression] = STATE(796), - [sym_logical_expression] = STATE(796), - [sym_bitwise_expression] = STATE(796), - [sym_equality_expression] = STATE(796), - [sym_relational_expression] = STATE(796), - [sym_shift_expression] = STATE(796), - [sym_math_expression] = STATE(796), - [sym_cast_expression] = STATE(796), - [sym_sizeof_expression] = STATE(796), - [sym_subscript_expression] = STATE(796), - [sym_call_expression] = STATE(796), - [sym_field_expression] = STATE(796), - [sym_compound_literal_expression] = STATE(796), - [sym_parenthesized_expression] = STATE(796), - [sym_concatenated_string] = STATE(796), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1886), - [sym_char_literal] = ACTIONS(1886), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1888), - [sym_false] = ACTIONS(1888), - [sym_null] = ACTIONS(1888), - [sym_identifier] = ACTIONS(1888), + [447] = { + [sym__expression] = STATE(715), + [sym_conditional_expression] = STATE(715), + [sym_assignment_expression] = STATE(715), + [sym_pointer_expression] = STATE(715), + [sym_logical_expression] = STATE(715), + [sym_bitwise_expression] = STATE(715), + [sym_equality_expression] = STATE(715), + [sym_relational_expression] = STATE(715), + [sym_shift_expression] = STATE(715), + [sym_math_expression] = STATE(715), + [sym_cast_expression] = STATE(715), + [sym_sizeof_expression] = STATE(715), + [sym_subscript_expression] = STATE(715), + [sym_call_expression] = STATE(715), + [sym_field_expression] = STATE(715), + [sym_compound_literal_expression] = STATE(715), + [sym_parenthesized_expression] = STATE(715), + [sym_concatenated_string] = STATE(715), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1753), + [sym_char_literal] = ACTIONS(1753), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1755), + [sym_false] = ACTIONS(1755), + [sym_null] = ACTIONS(1755), + [sym_identifier] = ACTIONS(1755), [sym_comment] = ACTIONS(39), }, - [498] = { - [sym__expression] = STATE(797), - [sym_conditional_expression] = STATE(797), - [sym_assignment_expression] = STATE(797), - [sym_pointer_expression] = STATE(797), - [sym_logical_expression] = STATE(797), - [sym_bitwise_expression] = STATE(797), - [sym_equality_expression] = STATE(797), - [sym_relational_expression] = STATE(797), - [sym_shift_expression] = STATE(797), - [sym_math_expression] = STATE(797), - [sym_cast_expression] = STATE(797), - [sym_sizeof_expression] = STATE(797), - [sym_subscript_expression] = STATE(797), - [sym_call_expression] = STATE(797), - [sym_field_expression] = STATE(797), - [sym_compound_literal_expression] = STATE(797), - [sym_parenthesized_expression] = STATE(797), - [sym_concatenated_string] = STATE(797), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1890), - [sym_char_literal] = ACTIONS(1890), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1892), - [sym_false] = ACTIONS(1892), - [sym_null] = ACTIONS(1892), - [sym_identifier] = ACTIONS(1892), + [448] = { + [sym__expression] = STATE(716), + [sym_conditional_expression] = STATE(716), + [sym_assignment_expression] = STATE(716), + [sym_pointer_expression] = STATE(716), + [sym_logical_expression] = STATE(716), + [sym_bitwise_expression] = STATE(716), + [sym_equality_expression] = STATE(716), + [sym_relational_expression] = STATE(716), + [sym_shift_expression] = STATE(716), + [sym_math_expression] = STATE(716), + [sym_cast_expression] = STATE(716), + [sym_sizeof_expression] = STATE(716), + [sym_subscript_expression] = STATE(716), + [sym_call_expression] = STATE(716), + [sym_field_expression] = STATE(716), + [sym_compound_literal_expression] = STATE(716), + [sym_parenthesized_expression] = STATE(716), + [sym_concatenated_string] = STATE(716), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1757), + [sym_char_literal] = ACTIONS(1757), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1759), + [sym_false] = ACTIONS(1759), + [sym_null] = ACTIONS(1759), + [sym_identifier] = ACTIONS(1759), [sym_comment] = ACTIONS(39), }, - [499] = { - [sym__expression] = STATE(798), - [sym_conditional_expression] = STATE(798), - [sym_assignment_expression] = STATE(798), - [sym_pointer_expression] = STATE(798), - [sym_logical_expression] = STATE(798), - [sym_bitwise_expression] = STATE(798), - [sym_equality_expression] = STATE(798), - [sym_relational_expression] = STATE(798), - [sym_shift_expression] = STATE(798), - [sym_math_expression] = STATE(798), - [sym_cast_expression] = STATE(798), - [sym_sizeof_expression] = STATE(798), - [sym_subscript_expression] = STATE(798), - [sym_call_expression] = STATE(798), - [sym_field_expression] = STATE(798), - [sym_compound_literal_expression] = STATE(798), - [sym_parenthesized_expression] = STATE(798), - [sym_concatenated_string] = STATE(798), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1894), - [sym_char_literal] = ACTIONS(1894), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1896), - [sym_false] = ACTIONS(1896), - [sym_null] = ACTIONS(1896), - [sym_identifier] = ACTIONS(1896), + [449] = { + [sym__expression] = STATE(717), + [sym_conditional_expression] = STATE(717), + [sym_assignment_expression] = STATE(717), + [sym_pointer_expression] = STATE(717), + [sym_logical_expression] = STATE(717), + [sym_bitwise_expression] = STATE(717), + [sym_equality_expression] = STATE(717), + [sym_relational_expression] = STATE(717), + [sym_shift_expression] = STATE(717), + [sym_math_expression] = STATE(717), + [sym_cast_expression] = STATE(717), + [sym_sizeof_expression] = STATE(717), + [sym_subscript_expression] = STATE(717), + [sym_call_expression] = STATE(717), + [sym_field_expression] = STATE(717), + [sym_compound_literal_expression] = STATE(717), + [sym_parenthesized_expression] = STATE(717), + [sym_concatenated_string] = STATE(717), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1761), + [sym_char_literal] = ACTIONS(1761), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1763), + [sym_false] = ACTIONS(1763), + [sym_null] = ACTIONS(1763), + [sym_identifier] = ACTIONS(1763), [sym_comment] = ACTIONS(39), }, - [500] = { - [sym__expression] = STATE(799), - [sym_conditional_expression] = STATE(799), - [sym_assignment_expression] = STATE(799), - [sym_pointer_expression] = STATE(799), - [sym_logical_expression] = STATE(799), - [sym_bitwise_expression] = STATE(799), - [sym_equality_expression] = STATE(799), - [sym_relational_expression] = STATE(799), - [sym_shift_expression] = STATE(799), - [sym_math_expression] = STATE(799), - [sym_cast_expression] = STATE(799), - [sym_sizeof_expression] = STATE(799), - [sym_subscript_expression] = STATE(799), - [sym_call_expression] = STATE(799), - [sym_field_expression] = STATE(799), - [sym_compound_literal_expression] = STATE(799), - [sym_parenthesized_expression] = STATE(799), - [sym_concatenated_string] = STATE(799), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1898), - [sym_char_literal] = ACTIONS(1898), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1900), - [sym_false] = ACTIONS(1900), - [sym_null] = ACTIONS(1900), - [sym_identifier] = ACTIONS(1900), + [450] = { + [sym__expression] = STATE(718), + [sym_conditional_expression] = STATE(718), + [sym_assignment_expression] = STATE(718), + [sym_pointer_expression] = STATE(718), + [sym_logical_expression] = STATE(718), + [sym_bitwise_expression] = STATE(718), + [sym_equality_expression] = STATE(718), + [sym_relational_expression] = STATE(718), + [sym_shift_expression] = STATE(718), + [sym_math_expression] = STATE(718), + [sym_cast_expression] = STATE(718), + [sym_sizeof_expression] = STATE(718), + [sym_subscript_expression] = STATE(718), + [sym_call_expression] = STATE(718), + [sym_field_expression] = STATE(718), + [sym_compound_literal_expression] = STATE(718), + [sym_parenthesized_expression] = STATE(718), + [sym_concatenated_string] = STATE(718), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1765), + [sym_char_literal] = ACTIONS(1765), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1767), + [sym_false] = ACTIONS(1767), + [sym_null] = ACTIONS(1767), + [sym_identifier] = ACTIONS(1767), [sym_comment] = ACTIONS(39), }, - [501] = { - [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), + [451] = { + [anon_sym_LPAREN] = ACTIONS(1687), + [anon_sym_COMMA] = ACTIONS(1687), + [anon_sym_RPAREN] = ACTIONS(1687), + [anon_sym_SEMI] = ACTIONS(1687), + [anon_sym_RBRACE] = ACTIONS(1687), + [anon_sym_STAR] = ACTIONS(1689), + [anon_sym_LBRACK] = ACTIONS(1687), + [anon_sym_RBRACK] = ACTIONS(1687), + [anon_sym_EQ] = ACTIONS(1689), + [anon_sym_COLON] = ACTIONS(1687), + [anon_sym_QMARK] = ACTIONS(1687), + [anon_sym_STAR_EQ] = ACTIONS(1687), + [anon_sym_SLASH_EQ] = ACTIONS(1687), + [anon_sym_PERCENT_EQ] = ACTIONS(1687), + [anon_sym_PLUS_EQ] = ACTIONS(1687), + [anon_sym_DASH_EQ] = ACTIONS(1687), + [anon_sym_LT_LT_EQ] = ACTIONS(1687), + [anon_sym_GT_GT_EQ] = ACTIONS(1687), + [anon_sym_AMP_EQ] = ACTIONS(1687), + [anon_sym_CARET_EQ] = ACTIONS(1687), + [anon_sym_PIPE_EQ] = ACTIONS(1687), + [anon_sym_AMP] = ACTIONS(1689), + [anon_sym_PIPE_PIPE] = ACTIONS(1687), + [anon_sym_AMP_AMP] = ACTIONS(1687), + [anon_sym_PIPE] = ACTIONS(1689), + [anon_sym_CARET] = ACTIONS(1689), + [anon_sym_EQ_EQ] = ACTIONS(1687), + [anon_sym_BANG_EQ] = ACTIONS(1687), + [anon_sym_LT] = ACTIONS(1689), + [anon_sym_GT] = ACTIONS(1689), + [anon_sym_LT_EQ] = ACTIONS(1687), + [anon_sym_GT_EQ] = ACTIONS(1687), + [anon_sym_LT_LT] = ACTIONS(1689), + [anon_sym_GT_GT] = ACTIONS(1689), + [anon_sym_PLUS] = ACTIONS(1689), + [anon_sym_DASH] = ACTIONS(1689), + [anon_sym_SLASH] = ACTIONS(1689), + [anon_sym_PERCENT] = ACTIONS(1689), + [anon_sym_DASH_DASH] = ACTIONS(1687), + [anon_sym_PLUS_PLUS] = ACTIONS(1687), + [anon_sym_DOT] = ACTIONS(1687), + [anon_sym_DASH_GT] = ACTIONS(1687), [sym_comment] = ACTIONS(39), }, - [502] = { - [sym_identifier] = ACTIONS(1902), + [452] = { + [sym_identifier] = ACTIONS(1769), [sym_comment] = ACTIONS(39), }, - [503] = { - [anon_sym_LPAREN] = ACTIONS(1904), - [anon_sym_COMMA] = ACTIONS(1904), - [anon_sym_RPAREN] = ACTIONS(1904), - [anon_sym_SEMI] = ACTIONS(1904), - [anon_sym_RBRACE] = ACTIONS(1904), - [anon_sym_STAR] = ACTIONS(1906), - [anon_sym_LBRACK] = ACTIONS(1904), - [anon_sym_RBRACK] = ACTIONS(1904), - [anon_sym_EQ] = ACTIONS(1906), - [anon_sym_COLON] = ACTIONS(1904), - [anon_sym_QMARK] = ACTIONS(1904), - [anon_sym_STAR_EQ] = ACTIONS(1904), - [anon_sym_SLASH_EQ] = ACTIONS(1904), - [anon_sym_PERCENT_EQ] = ACTIONS(1904), - [anon_sym_PLUS_EQ] = ACTIONS(1904), - [anon_sym_DASH_EQ] = ACTIONS(1904), - [anon_sym_LT_LT_EQ] = ACTIONS(1904), - [anon_sym_GT_GT_EQ] = ACTIONS(1904), - [anon_sym_AMP_EQ] = ACTIONS(1904), - [anon_sym_CARET_EQ] = ACTIONS(1904), - [anon_sym_PIPE_EQ] = ACTIONS(1904), - [anon_sym_AMP] = ACTIONS(1906), - [anon_sym_PIPE_PIPE] = ACTIONS(1904), - [anon_sym_AMP_AMP] = ACTIONS(1904), - [anon_sym_PIPE] = ACTIONS(1906), - [anon_sym_CARET] = ACTIONS(1906), - [anon_sym_EQ_EQ] = ACTIONS(1904), - [anon_sym_BANG_EQ] = ACTIONS(1904), - [anon_sym_LT] = ACTIONS(1906), - [anon_sym_GT] = ACTIONS(1906), - [anon_sym_LT_EQ] = ACTIONS(1904), - [anon_sym_GT_EQ] = ACTIONS(1904), - [anon_sym_LT_LT] = ACTIONS(1906), - [anon_sym_GT_GT] = ACTIONS(1906), - [anon_sym_PLUS] = ACTIONS(1906), - [anon_sym_DASH] = ACTIONS(1906), - [anon_sym_SLASH] = ACTIONS(1906), - [anon_sym_PERCENT] = ACTIONS(1906), - [anon_sym_DASH_DASH] = ACTIONS(1904), - [anon_sym_PLUS_PLUS] = ACTIONS(1904), - [anon_sym_DOT] = ACTIONS(1904), - [anon_sym_DASH_GT] = ACTIONS(1904), + [453] = { + [anon_sym_LPAREN] = ACTIONS(1771), + [anon_sym_COMMA] = ACTIONS(1771), + [anon_sym_RPAREN] = ACTIONS(1771), + [anon_sym_SEMI] = ACTIONS(1771), + [anon_sym_RBRACE] = ACTIONS(1771), + [anon_sym_STAR] = ACTIONS(1773), + [anon_sym_LBRACK] = ACTIONS(1771), + [anon_sym_RBRACK] = ACTIONS(1771), + [anon_sym_EQ] = ACTIONS(1773), + [anon_sym_COLON] = ACTIONS(1771), + [anon_sym_QMARK] = ACTIONS(1771), + [anon_sym_STAR_EQ] = ACTIONS(1771), + [anon_sym_SLASH_EQ] = ACTIONS(1771), + [anon_sym_PERCENT_EQ] = ACTIONS(1771), + [anon_sym_PLUS_EQ] = ACTIONS(1771), + [anon_sym_DASH_EQ] = ACTIONS(1771), + [anon_sym_LT_LT_EQ] = ACTIONS(1771), + [anon_sym_GT_GT_EQ] = ACTIONS(1771), + [anon_sym_AMP_EQ] = ACTIONS(1771), + [anon_sym_CARET_EQ] = ACTIONS(1771), + [anon_sym_PIPE_EQ] = ACTIONS(1771), + [anon_sym_AMP] = ACTIONS(1773), + [anon_sym_PIPE_PIPE] = ACTIONS(1771), + [anon_sym_AMP_AMP] = ACTIONS(1771), + [anon_sym_PIPE] = ACTIONS(1773), + [anon_sym_CARET] = ACTIONS(1773), + [anon_sym_EQ_EQ] = ACTIONS(1771), + [anon_sym_BANG_EQ] = ACTIONS(1771), + [anon_sym_LT] = ACTIONS(1773), + [anon_sym_GT] = ACTIONS(1773), + [anon_sym_LT_EQ] = ACTIONS(1771), + [anon_sym_GT_EQ] = ACTIONS(1771), + [anon_sym_LT_LT] = ACTIONS(1773), + [anon_sym_GT_GT] = ACTIONS(1773), + [anon_sym_PLUS] = ACTIONS(1773), + [anon_sym_DASH] = ACTIONS(1773), + [anon_sym_SLASH] = ACTIONS(1773), + [anon_sym_PERCENT] = ACTIONS(1773), + [anon_sym_DASH_DASH] = ACTIONS(1771), + [anon_sym_PLUS_PLUS] = ACTIONS(1771), + [anon_sym_DOT] = ACTIONS(1771), + [anon_sym_DASH_GT] = ACTIONS(1771), [sym_comment] = ACTIONS(39), }, - [504] = { - [ts_builtin_sym_end] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_RBRACE] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), + [454] = { + [ts_builtin_sym_end] = ACTIONS(1775), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1777), + [anon_sym_LPAREN] = ACTIONS(1775), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1777), + [sym_preproc_directive] = ACTIONS(1777), + [anon_sym_SEMI] = ACTIONS(1775), + [anon_sym_typedef] = ACTIONS(1777), + [anon_sym_extern] = ACTIONS(1777), + [anon_sym_LBRACE] = ACTIONS(1775), + [anon_sym_RBRACE] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1777), + [anon_sym_auto] = ACTIONS(1777), + [anon_sym_register] = ACTIONS(1777), + [anon_sym_inline] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1777), + [anon_sym_restrict] = ACTIONS(1777), + [anon_sym_volatile] = ACTIONS(1777), + [anon_sym__Atomic] = ACTIONS(1777), + [anon_sym_unsigned] = ACTIONS(1777), + [anon_sym_long] = ACTIONS(1777), + [anon_sym_short] = ACTIONS(1777), + [sym_primitive_type] = ACTIONS(1777), + [anon_sym_enum] = ACTIONS(1777), + [anon_sym_struct] = ACTIONS(1777), + [anon_sym_union] = ACTIONS(1777), + [anon_sym_if] = ACTIONS(1777), + [anon_sym_else] = ACTIONS(1777), + [anon_sym_switch] = ACTIONS(1777), + [anon_sym_case] = ACTIONS(1777), + [anon_sym_default] = ACTIONS(1777), + [anon_sym_while] = ACTIONS(1777), + [anon_sym_do] = ACTIONS(1777), + [anon_sym_for] = ACTIONS(1777), + [anon_sym_return] = ACTIONS(1777), + [anon_sym_break] = ACTIONS(1777), + [anon_sym_continue] = ACTIONS(1777), + [anon_sym_goto] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_BANG] = ACTIONS(1775), + [anon_sym_TILDE] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1777), + [anon_sym_DASH_DASH] = ACTIONS(1775), + [anon_sym_PLUS_PLUS] = ACTIONS(1775), + [anon_sym_sizeof] = ACTIONS(1777), + [sym_number_literal] = ACTIONS(1775), + [sym_char_literal] = ACTIONS(1775), + [sym_string_literal] = ACTIONS(1775), + [sym_true] = ACTIONS(1777), + [sym_false] = ACTIONS(1777), + [sym_null] = ACTIONS(1777), + [sym_identifier] = ACTIONS(1777), [sym_comment] = ACTIONS(39), }, - [505] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), + [455] = { + [sym_preproc_include] = STATE(455), + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(455), + [sym_type_definition] = STATE(455), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(455), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -18793,193 +18533,304 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), + [sym_labeled_statement] = STATE(455), + [sym_expression_statement] = STATE(455), + [sym_if_statement] = STATE(455), + [sym_switch_statement] = STATE(455), + [sym_case_statement] = STATE(455), + [sym_while_statement] = STATE(455), + [sym_do_statement] = STATE(455), + [sym_for_statement] = STATE(455), + [sym_return_statement] = STATE(455), + [sym_break_statement] = STATE(455), + [sym_continue_statement] = STATE(455), + [sym_goto_statement] = STATE(455), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(455), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(455), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1912), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1915), - [anon_sym_LPAREN] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1921), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1924), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1927), - [sym_preproc_directive] = ACTIONS(1930), - [anon_sym_SEMI] = ACTIONS(1933), - [anon_sym_typedef] = ACTIONS(1936), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1942), - [anon_sym_RBRACE] = ACTIONS(1945), - [anon_sym_STAR] = ACTIONS(1947), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1950), - [anon_sym_restrict] = ACTIONS(1950), - [anon_sym_volatile] = ACTIONS(1950), - [anon_sym__Atomic] = ACTIONS(1950), - [anon_sym_unsigned] = ACTIONS(1953), - [anon_sym_long] = ACTIONS(1953), - [anon_sym_short] = ACTIONS(1953), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1959), - [anon_sym_struct] = ACTIONS(1962), - [anon_sym_union] = ACTIONS(1965), - [anon_sym_if] = ACTIONS(1968), - [anon_sym_switch] = ACTIONS(1971), - [anon_sym_case] = ACTIONS(1974), - [anon_sym_default] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1980), - [anon_sym_do] = ACTIONS(1983), - [anon_sym_for] = ACTIONS(1986), - [anon_sym_return] = ACTIONS(1989), - [anon_sym_break] = ACTIONS(1992), - [anon_sym_continue] = ACTIONS(1995), - [anon_sym_goto] = ACTIONS(1998), - [anon_sym_AMP] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(2001), - [anon_sym_TILDE] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2007), - [anon_sym_DASH] = ACTIONS(2007), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2013), - [sym_number_literal] = ACTIONS(2016), - [sym_char_literal] = ACTIONS(2016), - [sym_string_literal] = ACTIONS(2019), - [sym_true] = ACTIONS(2022), - [sym_false] = ACTIONS(2022), - [sym_null] = ACTIONS(2022), - [sym_identifier] = ACTIONS(2025), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1779), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1782), + [anon_sym_LPAREN] = ACTIONS(1785), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1788), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), + [sym_preproc_directive] = ACTIONS(1797), + [anon_sym_SEMI] = ACTIONS(1800), + [anon_sym_typedef] = ACTIONS(1803), + [anon_sym_extern] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(1809), + [anon_sym_RBRACE] = ACTIONS(1812), + [anon_sym_STAR] = ACTIONS(1814), + [anon_sym_static] = ACTIONS(1806), + [anon_sym_auto] = ACTIONS(1806), + [anon_sym_register] = ACTIONS(1806), + [anon_sym_inline] = ACTIONS(1806), + [anon_sym_const] = ACTIONS(1817), + [anon_sym_restrict] = ACTIONS(1817), + [anon_sym_volatile] = ACTIONS(1817), + [anon_sym__Atomic] = ACTIONS(1817), + [anon_sym_unsigned] = ACTIONS(1820), + [anon_sym_long] = ACTIONS(1820), + [anon_sym_short] = ACTIONS(1820), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1826), + [anon_sym_struct] = ACTIONS(1829), + [anon_sym_union] = ACTIONS(1832), + [anon_sym_if] = ACTIONS(1835), + [anon_sym_switch] = ACTIONS(1838), + [anon_sym_case] = ACTIONS(1841), + [anon_sym_default] = ACTIONS(1844), + [anon_sym_while] = ACTIONS(1847), + [anon_sym_do] = ACTIONS(1850), + [anon_sym_for] = ACTIONS(1853), + [anon_sym_return] = ACTIONS(1856), + [anon_sym_break] = ACTIONS(1859), + [anon_sym_continue] = ACTIONS(1862), + [anon_sym_goto] = ACTIONS(1865), + [anon_sym_AMP] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1868), + [anon_sym_TILDE] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1874), + [anon_sym_DASH] = ACTIONS(1874), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1880), + [sym_number_literal] = ACTIONS(1883), + [sym_char_literal] = ACTIONS(1883), + [sym_string_literal] = ACTIONS(1886), + [sym_true] = ACTIONS(1889), + [sym_false] = ACTIONS(1889), + [sym_null] = ACTIONS(1889), + [sym_identifier] = ACTIONS(1892), [sym_comment] = ACTIONS(39), }, - [506] = { - [anon_sym_RPAREN] = ACTIONS(2028), + [456] = { + [anon_sym_RPAREN] = ACTIONS(1895), [sym_comment] = ACTIONS(39), }, - [507] = { - [sym_enumerator] = STATE(804), - [anon_sym_COMMA] = ACTIONS(2030), - [anon_sym_RBRACE] = ACTIONS(2032), - [sym_identifier] = ACTIONS(207), + [457] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(721), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [508] = { - [sym_enumerator_list] = STATE(805), - [anon_sym_LPAREN] = ACTIONS(209), - [anon_sym_extern] = ACTIONS(211), - [anon_sym_LBRACE] = ACTIONS(1198), - [anon_sym_STAR] = ACTIONS(209), - [anon_sym_RBRACK] = ACTIONS(209), - [anon_sym_static] = ACTIONS(211), - [anon_sym_auto] = ACTIONS(211), - [anon_sym_register] = ACTIONS(211), - [anon_sym_inline] = ACTIONS(211), - [anon_sym_const] = ACTIONS(211), - [anon_sym_restrict] = ACTIONS(211), - [anon_sym_volatile] = ACTIONS(211), - [anon_sym__Atomic] = ACTIONS(211), - [anon_sym_AMP] = ACTIONS(209), - [anon_sym_BANG] = ACTIONS(209), - [anon_sym_TILDE] = ACTIONS(209), - [anon_sym_PLUS] = ACTIONS(211), - [anon_sym_DASH] = ACTIONS(211), - [anon_sym_DASH_DASH] = ACTIONS(209), - [anon_sym_PLUS_PLUS] = ACTIONS(209), - [anon_sym_sizeof] = ACTIONS(211), - [sym_number_literal] = ACTIONS(209), - [sym_char_literal] = ACTIONS(209), - [sym_string_literal] = ACTIONS(209), - [sym_true] = ACTIONS(211), - [sym_false] = ACTIONS(211), - [sym_null] = ACTIONS(211), - [sym_identifier] = ACTIONS(211), + [458] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1691), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [509] = { - [anon_sym_LPAREN] = ACTIONS(213), - [anon_sym_extern] = ACTIONS(215), - [anon_sym_STAR] = ACTIONS(213), - [anon_sym_RBRACK] = ACTIONS(213), - [anon_sym_static] = ACTIONS(215), - [anon_sym_auto] = ACTIONS(215), - [anon_sym_register] = ACTIONS(215), - [anon_sym_inline] = ACTIONS(215), - [anon_sym_const] = ACTIONS(215), - [anon_sym_restrict] = ACTIONS(215), - [anon_sym_volatile] = ACTIONS(215), - [anon_sym__Atomic] = ACTIONS(215), - [anon_sym_AMP] = ACTIONS(213), - [anon_sym_BANG] = ACTIONS(213), - [anon_sym_TILDE] = ACTIONS(213), - [anon_sym_PLUS] = ACTIONS(215), - [anon_sym_DASH] = ACTIONS(215), - [anon_sym_DASH_DASH] = ACTIONS(213), - [anon_sym_PLUS_PLUS] = ACTIONS(213), - [anon_sym_sizeof] = ACTIONS(215), - [sym_number_literal] = ACTIONS(213), - [sym_char_literal] = ACTIONS(213), - [sym_string_literal] = ACTIONS(213), - [sym_true] = ACTIONS(215), - [sym_false] = ACTIONS(215), - [sym_null] = ACTIONS(215), - [sym_identifier] = ACTIONS(215), + [459] = { + [aux_sym_concatenated_string_repeat1] = STATE(722), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_RBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(1897), [sym_comment] = ACTIONS(39), }, - [510] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(807), - [sym_field_declaration] = STATE(807), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(807), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), + [460] = { + [anon_sym_LPAREN] = ACTIONS(1899), + [anon_sym_COMMA] = ACTIONS(1899), + [anon_sym_RPAREN] = ACTIONS(1899), + [anon_sym_SEMI] = ACTIONS(1899), + [anon_sym_LBRACE] = ACTIONS(1899), + [anon_sym_LBRACK] = ACTIONS(1899), + [anon_sym_EQ] = ACTIONS(1899), + [sym_comment] = ACTIONS(39), + }, + [461] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(1901), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [462] = { + [sym_storage_class_specifier] = STATE(724), + [sym_type_qualifier] = STATE(724), + [aux_sym__declaration_specifiers_repeat1] = STATE(724), + [anon_sym_LPAREN] = ACTIONS(243), [anon_sym_extern] = ACTIONS(23), - [anon_sym_RBRACE] = ACTIONS(2034), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_RBRACK] = ACTIONS(243), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -18988,1454 +18839,993 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), + [anon_sym_AMP] = ACTIONS(243), + [anon_sym_BANG] = ACTIONS(243), + [anon_sym_TILDE] = ACTIONS(243), + [anon_sym_PLUS] = ACTIONS(245), + [anon_sym_DASH] = ACTIONS(245), + [anon_sym_DASH_DASH] = ACTIONS(243), + [anon_sym_PLUS_PLUS] = ACTIONS(243), + [anon_sym_sizeof] = ACTIONS(245), + [sym_number_literal] = ACTIONS(243), + [sym_char_literal] = ACTIONS(243), + [sym_string_literal] = ACTIONS(243), + [sym_true] = ACTIONS(245), + [sym_false] = ACTIONS(245), + [sym_null] = ACTIONS(245), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [511] = { - [sym_field_declaration_list] = STATE(808), - [anon_sym_LPAREN] = ACTIONS(229), - [anon_sym_extern] = ACTIONS(231), - [anon_sym_LBRACE] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(229), - [anon_sym_RBRACK] = ACTIONS(229), - [anon_sym_static] = ACTIONS(231), - [anon_sym_auto] = ACTIONS(231), - [anon_sym_register] = ACTIONS(231), - [anon_sym_inline] = ACTIONS(231), - [anon_sym_const] = ACTIONS(231), - [anon_sym_restrict] = ACTIONS(231), - [anon_sym_volatile] = ACTIONS(231), - [anon_sym__Atomic] = ACTIONS(231), - [anon_sym_AMP] = ACTIONS(229), - [anon_sym_BANG] = ACTIONS(229), - [anon_sym_TILDE] = ACTIONS(229), - [anon_sym_PLUS] = ACTIONS(231), - [anon_sym_DASH] = ACTIONS(231), - [anon_sym_DASH_DASH] = ACTIONS(229), - [anon_sym_PLUS_PLUS] = ACTIONS(229), - [anon_sym_sizeof] = ACTIONS(231), - [sym_number_literal] = ACTIONS(229), - [sym_char_literal] = ACTIONS(229), - [sym_string_literal] = ACTIONS(229), - [sym_true] = ACTIONS(231), - [sym_false] = ACTIONS(231), - [sym_null] = ACTIONS(231), - [sym_identifier] = ACTIONS(231), + [463] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [512] = { - [anon_sym_LPAREN] = ACTIONS(233), - [anon_sym_extern] = ACTIONS(235), - [anon_sym_STAR] = ACTIONS(233), - [anon_sym_RBRACK] = ACTIONS(233), - [anon_sym_static] = ACTIONS(235), - [anon_sym_auto] = ACTIONS(235), - [anon_sym_register] = ACTIONS(235), - [anon_sym_inline] = ACTIONS(235), - [anon_sym_const] = ACTIONS(235), - [anon_sym_restrict] = ACTIONS(235), - [anon_sym_volatile] = ACTIONS(235), - [anon_sym__Atomic] = ACTIONS(235), - [anon_sym_AMP] = ACTIONS(233), - [anon_sym_BANG] = ACTIONS(233), - [anon_sym_TILDE] = ACTIONS(233), - [anon_sym_PLUS] = ACTIONS(235), - [anon_sym_DASH] = ACTIONS(235), - [anon_sym_DASH_DASH] = ACTIONS(233), - [anon_sym_PLUS_PLUS] = ACTIONS(233), - [anon_sym_sizeof] = ACTIONS(235), - [sym_number_literal] = ACTIONS(233), - [sym_char_literal] = ACTIONS(233), - [sym_string_literal] = ACTIONS(233), - [sym_true] = ACTIONS(235), - [sym_false] = ACTIONS(235), - [sym_null] = ACTIONS(235), - [sym_identifier] = ACTIONS(235), + [464] = { + [sym__expression] = STATE(725), + [sym_conditional_expression] = STATE(725), + [sym_assignment_expression] = STATE(725), + [sym_pointer_expression] = STATE(725), + [sym_logical_expression] = STATE(725), + [sym_bitwise_expression] = STATE(725), + [sym_equality_expression] = STATE(725), + [sym_relational_expression] = STATE(725), + [sym_shift_expression] = STATE(725), + [sym_math_expression] = STATE(725), + [sym_cast_expression] = STATE(725), + [sym_sizeof_expression] = STATE(725), + [sym_subscript_expression] = STATE(725), + [sym_call_expression] = STATE(725), + [sym_field_expression] = STATE(725), + [sym_compound_literal_expression] = STATE(725), + [sym_parenthesized_expression] = STATE(725), + [sym_concatenated_string] = STATE(725), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1903), + [sym_char_literal] = ACTIONS(1903), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1905), + [sym_false] = ACTIONS(1905), + [sym_null] = ACTIONS(1905), + [sym_identifier] = ACTIONS(1905), [sym_comment] = ACTIONS(39), }, - [513] = { - [sym_field_declaration_list] = STATE(809), - [anon_sym_LPAREN] = ACTIONS(237), - [anon_sym_extern] = ACTIONS(239), - [anon_sym_LBRACE] = ACTIONS(1202), - [anon_sym_STAR] = ACTIONS(237), - [anon_sym_RBRACK] = ACTIONS(237), - [anon_sym_static] = ACTIONS(239), - [anon_sym_auto] = ACTIONS(239), - [anon_sym_register] = ACTIONS(239), - [anon_sym_inline] = ACTIONS(239), - [anon_sym_const] = ACTIONS(239), - [anon_sym_restrict] = ACTIONS(239), - [anon_sym_volatile] = ACTIONS(239), - [anon_sym__Atomic] = ACTIONS(239), - [anon_sym_AMP] = ACTIONS(237), - [anon_sym_BANG] = ACTIONS(237), - [anon_sym_TILDE] = ACTIONS(237), - [anon_sym_PLUS] = ACTIONS(239), - [anon_sym_DASH] = ACTIONS(239), - [anon_sym_DASH_DASH] = ACTIONS(237), - [anon_sym_PLUS_PLUS] = ACTIONS(237), - [anon_sym_sizeof] = ACTIONS(239), - [sym_number_literal] = ACTIONS(237), - [sym_char_literal] = ACTIONS(237), - [sym_string_literal] = ACTIONS(237), - [sym_true] = ACTIONS(239), - [sym_false] = ACTIONS(239), - [sym_null] = ACTIONS(239), - [sym_identifier] = ACTIONS(239), + [465] = { + [sym__expression] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(726), + [sym_logical_expression] = STATE(726), + [sym_bitwise_expression] = STATE(726), + [sym_equality_expression] = STATE(726), + [sym_relational_expression] = STATE(726), + [sym_shift_expression] = STATE(726), + [sym_math_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_subscript_expression] = STATE(726), + [sym_call_expression] = STATE(726), + [sym_field_expression] = STATE(726), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(726), + [sym_concatenated_string] = STATE(726), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1907), + [sym_char_literal] = ACTIONS(1907), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1909), + [sym_false] = ACTIONS(1909), + [sym_null] = ACTIONS(1909), + [sym_identifier] = ACTIONS(1909), [sym_comment] = ACTIONS(39), }, - [514] = { - [anon_sym_LPAREN] = ACTIONS(241), - [anon_sym_extern] = ACTIONS(243), - [anon_sym_STAR] = ACTIONS(241), - [anon_sym_RBRACK] = ACTIONS(241), - [anon_sym_static] = ACTIONS(243), - [anon_sym_auto] = ACTIONS(243), - [anon_sym_register] = ACTIONS(243), - [anon_sym_inline] = ACTIONS(243), - [anon_sym_const] = ACTIONS(243), - [anon_sym_restrict] = ACTIONS(243), - [anon_sym_volatile] = ACTIONS(243), - [anon_sym__Atomic] = ACTIONS(243), - [anon_sym_AMP] = ACTIONS(241), - [anon_sym_BANG] = ACTIONS(241), - [anon_sym_TILDE] = ACTIONS(241), - [anon_sym_PLUS] = ACTIONS(243), - [anon_sym_DASH] = ACTIONS(243), - [anon_sym_DASH_DASH] = ACTIONS(241), - [anon_sym_PLUS_PLUS] = ACTIONS(241), - [anon_sym_sizeof] = ACTIONS(243), - [sym_number_literal] = ACTIONS(241), - [sym_char_literal] = ACTIONS(241), - [sym_string_literal] = ACTIONS(241), - [sym_true] = ACTIONS(243), - [sym_false] = ACTIONS(243), - [sym_null] = ACTIONS(243), - [sym_identifier] = ACTIONS(243), + [466] = { + [sym__expression] = STATE(727), + [sym_conditional_expression] = STATE(727), + [sym_assignment_expression] = STATE(727), + [sym_pointer_expression] = STATE(727), + [sym_logical_expression] = STATE(727), + [sym_bitwise_expression] = STATE(727), + [sym_equality_expression] = STATE(727), + [sym_relational_expression] = STATE(727), + [sym_shift_expression] = STATE(727), + [sym_math_expression] = STATE(727), + [sym_cast_expression] = STATE(727), + [sym_sizeof_expression] = STATE(727), + [sym_subscript_expression] = STATE(727), + [sym_call_expression] = STATE(727), + [sym_field_expression] = STATE(727), + [sym_compound_literal_expression] = STATE(727), + [sym_parenthesized_expression] = STATE(727), + [sym_concatenated_string] = STATE(727), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1911), + [sym_char_literal] = ACTIONS(1911), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1913), + [sym_false] = ACTIONS(1913), + [sym_null] = ACTIONS(1913), + [sym_identifier] = ACTIONS(1913), [sym_comment] = ACTIONS(39), }, - [515] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(810), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [467] = { + [sym__expression] = STATE(728), + [sym_conditional_expression] = STATE(728), + [sym_assignment_expression] = STATE(728), + [sym_pointer_expression] = STATE(728), + [sym_logical_expression] = STATE(728), + [sym_bitwise_expression] = STATE(728), + [sym_equality_expression] = STATE(728), + [sym_relational_expression] = STATE(728), + [sym_shift_expression] = STATE(728), + [sym_math_expression] = STATE(728), + [sym_cast_expression] = STATE(728), + [sym_sizeof_expression] = STATE(728), + [sym_subscript_expression] = STATE(728), + [sym_call_expression] = STATE(728), + [sym_field_expression] = STATE(728), + [sym_compound_literal_expression] = STATE(728), + [sym_parenthesized_expression] = STATE(728), + [sym_concatenated_string] = STATE(728), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1915), + [sym_char_literal] = ACTIONS(1915), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1917), + [sym_false] = ACTIONS(1917), + [sym_null] = ACTIONS(1917), + [sym_identifier] = ACTIONS(1917), [sym_comment] = ACTIONS(39), }, - [516] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(1822), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [468] = { + [sym__expression] = STATE(729), + [sym_conditional_expression] = STATE(729), + [sym_assignment_expression] = STATE(729), + [sym_pointer_expression] = STATE(729), + [sym_logical_expression] = STATE(729), + [sym_bitwise_expression] = STATE(729), + [sym_equality_expression] = STATE(729), + [sym_relational_expression] = STATE(729), + [sym_shift_expression] = STATE(729), + [sym_math_expression] = STATE(729), + [sym_cast_expression] = STATE(729), + [sym_sizeof_expression] = STATE(729), + [sym_subscript_expression] = STATE(729), + [sym_call_expression] = STATE(729), + [sym_field_expression] = STATE(729), + [sym_compound_literal_expression] = STATE(729), + [sym_parenthesized_expression] = STATE(729), + [sym_concatenated_string] = STATE(729), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1919), + [sym_char_literal] = ACTIONS(1919), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1921), + [sym_false] = ACTIONS(1921), + [sym_null] = ACTIONS(1921), + [sym_identifier] = ACTIONS(1921), [sym_comment] = ACTIONS(39), }, - [517] = { - [aux_sym_concatenated_string_repeat1] = STATE(811), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_RBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(2036), + [469] = { + [sym__expression] = STATE(730), + [sym_conditional_expression] = STATE(730), + [sym_assignment_expression] = STATE(730), + [sym_pointer_expression] = STATE(730), + [sym_logical_expression] = STATE(730), + [sym_bitwise_expression] = STATE(730), + [sym_equality_expression] = STATE(730), + [sym_relational_expression] = STATE(730), + [sym_shift_expression] = STATE(730), + [sym_math_expression] = STATE(730), + [sym_cast_expression] = STATE(730), + [sym_sizeof_expression] = STATE(730), + [sym_subscript_expression] = STATE(730), + [sym_call_expression] = STATE(730), + [sym_field_expression] = STATE(730), + [sym_compound_literal_expression] = STATE(730), + [sym_parenthesized_expression] = STATE(730), + [sym_concatenated_string] = STATE(730), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1923), + [sym_char_literal] = ACTIONS(1923), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1925), + [sym_false] = ACTIONS(1925), + [sym_null] = ACTIONS(1925), + [sym_identifier] = ACTIONS(1925), [sym_comment] = ACTIONS(39), }, - [518] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym_type_descriptor] = STATE(812), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), + [470] = { + [sym__expression] = STATE(731), + [sym_conditional_expression] = STATE(731), + [sym_assignment_expression] = STATE(731), + [sym_pointer_expression] = STATE(731), + [sym_logical_expression] = STATE(731), + [sym_bitwise_expression] = STATE(731), + [sym_equality_expression] = STATE(731), + [sym_relational_expression] = STATE(731), + [sym_shift_expression] = STATE(731), + [sym_math_expression] = STATE(731), + [sym_cast_expression] = STATE(731), + [sym_sizeof_expression] = STATE(731), + [sym_subscript_expression] = STATE(731), + [sym_call_expression] = STATE(731), + [sym_field_expression] = STATE(731), + [sym_compound_literal_expression] = STATE(731), + [sym_parenthesized_expression] = STATE(731), + [sym_concatenated_string] = STATE(731), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1927), + [sym_char_literal] = ACTIONS(1927), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1929), + [sym_false] = ACTIONS(1929), + [sym_null] = ACTIONS(1929), + [sym_identifier] = ACTIONS(1929), [sym_comment] = ACTIONS(39), }, - [519] = { - [anon_sym_LPAREN] = ACTIONS(2038), - [anon_sym_COMMA] = ACTIONS(2038), - [anon_sym_RPAREN] = ACTIONS(2038), - [anon_sym_SEMI] = ACTIONS(2038), - [anon_sym_LBRACE] = ACTIONS(2038), - [anon_sym_LBRACK] = ACTIONS(2038), - [anon_sym_EQ] = ACTIONS(2038), + [471] = { + [sym__expression] = STATE(732), + [sym_conditional_expression] = STATE(732), + [sym_assignment_expression] = STATE(732), + [sym_pointer_expression] = STATE(732), + [sym_logical_expression] = STATE(732), + [sym_bitwise_expression] = STATE(732), + [sym_equality_expression] = STATE(732), + [sym_relational_expression] = STATE(732), + [sym_shift_expression] = STATE(732), + [sym_math_expression] = STATE(732), + [sym_cast_expression] = STATE(732), + [sym_sizeof_expression] = STATE(732), + [sym_subscript_expression] = STATE(732), + [sym_call_expression] = STATE(732), + [sym_field_expression] = STATE(732), + [sym_compound_literal_expression] = STATE(732), + [sym_parenthesized_expression] = STATE(732), + [sym_concatenated_string] = STATE(732), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1931), + [sym_char_literal] = ACTIONS(1931), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1933), + [sym_false] = ACTIONS(1933), + [sym_null] = ACTIONS(1933), + [sym_identifier] = ACTIONS(1933), [sym_comment] = ACTIONS(39), }, - [520] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2040), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [472] = { + [sym__expression] = STATE(733), + [sym_conditional_expression] = STATE(733), + [sym_assignment_expression] = STATE(733), + [sym_pointer_expression] = STATE(733), + [sym_logical_expression] = STATE(733), + [sym_bitwise_expression] = STATE(733), + [sym_equality_expression] = STATE(733), + [sym_relational_expression] = STATE(733), + [sym_shift_expression] = STATE(733), + [sym_math_expression] = STATE(733), + [sym_cast_expression] = STATE(733), + [sym_sizeof_expression] = STATE(733), + [sym_subscript_expression] = STATE(733), + [sym_call_expression] = STATE(733), + [sym_field_expression] = STATE(733), + [sym_compound_literal_expression] = STATE(733), + [sym_parenthesized_expression] = STATE(733), + [sym_concatenated_string] = STATE(733), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1935), + [sym_char_literal] = ACTIONS(1935), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1937), + [sym_false] = ACTIONS(1937), + [sym_null] = ACTIONS(1937), + [sym_identifier] = ACTIONS(1937), [sym_comment] = ACTIONS(39), }, - [521] = { - [anon_sym_LPAREN] = ACTIONS(271), - [anon_sym_extern] = ACTIONS(71), - [anon_sym_STAR] = ACTIONS(271), - [anon_sym_RBRACK] = ACTIONS(271), - [anon_sym_static] = ACTIONS(71), - [anon_sym_auto] = ACTIONS(71), - [anon_sym_register] = ACTIONS(71), - [anon_sym_inline] = ACTIONS(71), - [anon_sym_const] = ACTIONS(71), - [anon_sym_restrict] = ACTIONS(71), - [anon_sym_volatile] = ACTIONS(71), - [anon_sym__Atomic] = ACTIONS(71), - [anon_sym_AMP] = ACTIONS(271), - [anon_sym_BANG] = ACTIONS(271), - [anon_sym_TILDE] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(71), - [anon_sym_DASH] = ACTIONS(71), - [anon_sym_DASH_DASH] = ACTIONS(271), - [anon_sym_PLUS_PLUS] = ACTIONS(271), - [anon_sym_sizeof] = ACTIONS(71), - [sym_number_literal] = ACTIONS(271), - [sym_char_literal] = ACTIONS(271), - [sym_string_literal] = ACTIONS(271), - [sym_true] = ACTIONS(71), - [sym_false] = ACTIONS(71), - [sym_null] = ACTIONS(71), - [sym_identifier] = ACTIONS(71), + [473] = { + [sym__expression] = STATE(734), + [sym_conditional_expression] = STATE(734), + [sym_assignment_expression] = STATE(734), + [sym_pointer_expression] = STATE(734), + [sym_logical_expression] = STATE(734), + [sym_bitwise_expression] = STATE(734), + [sym_equality_expression] = STATE(734), + [sym_relational_expression] = STATE(734), + [sym_shift_expression] = STATE(734), + [sym_math_expression] = STATE(734), + [sym_cast_expression] = STATE(734), + [sym_sizeof_expression] = STATE(734), + [sym_subscript_expression] = STATE(734), + [sym_call_expression] = STATE(734), + [sym_field_expression] = STATE(734), + [sym_compound_literal_expression] = STATE(734), + [sym_parenthesized_expression] = STATE(734), + [sym_concatenated_string] = STATE(734), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1939), + [sym_char_literal] = ACTIONS(1939), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1941), + [sym_false] = ACTIONS(1941), + [sym_null] = ACTIONS(1941), + [sym_identifier] = ACTIONS(1941), [sym_comment] = ACTIONS(39), }, - [522] = { - [anon_sym_LPAREN] = ACTIONS(273), - [anon_sym_extern] = ACTIONS(75), - [anon_sym_STAR] = ACTIONS(273), - [anon_sym_RBRACK] = ACTIONS(273), - [anon_sym_static] = ACTIONS(75), - [anon_sym_auto] = ACTIONS(75), - [anon_sym_register] = ACTIONS(75), - [anon_sym_inline] = ACTIONS(75), - [anon_sym_const] = ACTIONS(75), - [anon_sym_restrict] = ACTIONS(75), - [anon_sym_volatile] = ACTIONS(75), - [anon_sym__Atomic] = ACTIONS(75), - [anon_sym_AMP] = ACTIONS(273), - [anon_sym_BANG] = ACTIONS(273), - [anon_sym_TILDE] = ACTIONS(273), - [anon_sym_PLUS] = ACTIONS(75), - [anon_sym_DASH] = ACTIONS(75), - [anon_sym_DASH_DASH] = ACTIONS(273), - [anon_sym_PLUS_PLUS] = ACTIONS(273), - [anon_sym_sizeof] = ACTIONS(75), - [sym_number_literal] = ACTIONS(273), - [sym_char_literal] = ACTIONS(273), - [sym_string_literal] = ACTIONS(273), - [sym_true] = ACTIONS(75), - [sym_false] = ACTIONS(75), - [sym_null] = ACTIONS(75), - [sym_identifier] = ACTIONS(75), + [474] = { + [sym__expression] = STATE(735), + [sym_conditional_expression] = STATE(735), + [sym_assignment_expression] = STATE(735), + [sym_pointer_expression] = STATE(735), + [sym_logical_expression] = STATE(735), + [sym_bitwise_expression] = STATE(735), + [sym_equality_expression] = STATE(735), + [sym_relational_expression] = STATE(735), + [sym_shift_expression] = STATE(735), + [sym_math_expression] = STATE(735), + [sym_cast_expression] = STATE(735), + [sym_sizeof_expression] = STATE(735), + [sym_subscript_expression] = STATE(735), + [sym_call_expression] = STATE(735), + [sym_field_expression] = STATE(735), + [sym_compound_literal_expression] = STATE(735), + [sym_parenthesized_expression] = STATE(735), + [sym_concatenated_string] = STATE(735), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1943), + [sym_char_literal] = ACTIONS(1943), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1945), + [sym_false] = ACTIONS(1945), + [sym_null] = ACTIONS(1945), + [sym_identifier] = ACTIONS(1945), [sym_comment] = ACTIONS(39), }, - [523] = { - [sym_storage_class_specifier] = STATE(814), - [sym_type_qualifier] = STATE(814), - [aux_sym__declaration_specifiers_repeat1] = STATE(814), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_RBRACK] = ACTIONS(275), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1228), - [anon_sym_restrict] = ACTIONS(1228), - [anon_sym_volatile] = ACTIONS(1228), - [anon_sym__Atomic] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(275), - [anon_sym_TILDE] = ACTIONS(275), - [anon_sym_PLUS] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(277), - [anon_sym_DASH_DASH] = ACTIONS(275), - [anon_sym_PLUS_PLUS] = ACTIONS(275), - [anon_sym_sizeof] = ACTIONS(277), - [sym_number_literal] = ACTIONS(275), - [sym_char_literal] = ACTIONS(275), - [sym_string_literal] = ACTIONS(275), - [sym_true] = ACTIONS(277), - [sym_false] = ACTIONS(277), - [sym_null] = ACTIONS(277), - [sym_identifier] = ACTIONS(277), + [475] = { + [sym_storage_class_specifier] = STATE(736), + [sym_type_qualifier] = STATE(736), + [aux_sym__declaration_specifiers_repeat1] = STATE(736), + [anon_sym_LPAREN] = ACTIONS(243), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(243), + [anon_sym_RBRACK] = ACTIONS(243), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_AMP] = ACTIONS(243), + [anon_sym_BANG] = ACTIONS(243), + [anon_sym_TILDE] = ACTIONS(243), + [anon_sym_PLUS] = ACTIONS(245), + [anon_sym_DASH] = ACTIONS(245), + [anon_sym_DASH_DASH] = ACTIONS(243), + [anon_sym_PLUS_PLUS] = ACTIONS(243), + [anon_sym_sizeof] = ACTIONS(245), + [sym_number_literal] = ACTIONS(243), + [sym_char_literal] = ACTIONS(243), + [sym_string_literal] = ACTIONS(243), + [sym_true] = ACTIONS(245), + [sym_false] = ACTIONS(245), + [sym_null] = ACTIONS(245), + [sym_identifier] = ACTIONS(245), [sym_comment] = ACTIONS(39), }, - [524] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [476] = { + [aux_sym_sized_type_specifier_repeat1] = STATE(476), + [anon_sym_LPAREN] = ACTIONS(313), + [anon_sym_extern] = ACTIONS(315), + [anon_sym_STAR] = ACTIONS(313), + [anon_sym_RBRACK] = ACTIONS(313), + [anon_sym_static] = ACTIONS(315), + [anon_sym_auto] = ACTIONS(315), + [anon_sym_register] = ACTIONS(315), + [anon_sym_inline] = ACTIONS(315), + [anon_sym_const] = ACTIONS(315), + [anon_sym_restrict] = ACTIONS(315), + [anon_sym_volatile] = ACTIONS(315), + [anon_sym__Atomic] = ACTIONS(315), + [anon_sym_unsigned] = ACTIONS(1947), + [anon_sym_long] = ACTIONS(1947), + [anon_sym_short] = ACTIONS(1947), + [sym_primitive_type] = ACTIONS(315), + [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(313), + [sym_char_literal] = ACTIONS(313), + [sym_string_literal] = ACTIONS(313), + [sym_true] = ACTIONS(315), + [sym_false] = ACTIONS(315), + [sym_null] = ACTIONS(315), + [sym_identifier] = ACTIONS(315), [sym_comment] = ACTIONS(39), }, - [525] = { - [sym__expression] = STATE(815), - [sym_conditional_expression] = STATE(815), - [sym_assignment_expression] = STATE(815), - [sym_pointer_expression] = STATE(815), - [sym_logical_expression] = STATE(815), - [sym_bitwise_expression] = STATE(815), - [sym_equality_expression] = STATE(815), - [sym_relational_expression] = STATE(815), - [sym_shift_expression] = STATE(815), - [sym_math_expression] = STATE(815), - [sym_cast_expression] = STATE(815), - [sym_sizeof_expression] = STATE(815), - [sym_subscript_expression] = STATE(815), - [sym_call_expression] = STATE(815), - [sym_field_expression] = STATE(815), - [sym_compound_literal_expression] = STATE(815), - [sym_parenthesized_expression] = STATE(815), - [sym_concatenated_string] = STATE(815), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2042), - [sym_char_literal] = ACTIONS(2042), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2044), - [sym_false] = ACTIONS(2044), - [sym_null] = ACTIONS(2044), - [sym_identifier] = ACTIONS(2044), + [477] = { + [anon_sym_RBRACE] = ACTIONS(1950), [sym_comment] = ACTIONS(39), }, - [526] = { - [sym__expression] = STATE(816), - [sym_conditional_expression] = STATE(816), - [sym_assignment_expression] = STATE(816), - [sym_pointer_expression] = STATE(816), - [sym_logical_expression] = STATE(816), - [sym_bitwise_expression] = STATE(816), - [sym_equality_expression] = STATE(816), - [sym_relational_expression] = STATE(816), - [sym_shift_expression] = STATE(816), - [sym_math_expression] = STATE(816), - [sym_cast_expression] = STATE(816), - [sym_sizeof_expression] = STATE(816), - [sym_subscript_expression] = STATE(816), - [sym_call_expression] = STATE(816), - [sym_field_expression] = STATE(816), - [sym_compound_literal_expression] = STATE(816), - [sym_parenthesized_expression] = STATE(816), - [sym_concatenated_string] = STATE(816), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2046), - [sym_char_literal] = ACTIONS(2046), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2048), - [sym_false] = ACTIONS(2048), - [sym_null] = ACTIONS(2048), - [sym_identifier] = ACTIONS(2048), + [478] = { + [anon_sym_LPAREN] = ACTIONS(1952), + [anon_sym_COMMA] = ACTIONS(1952), + [anon_sym_RPAREN] = ACTIONS(1952), + [anon_sym_SEMI] = ACTIONS(1952), + [anon_sym_RBRACE] = ACTIONS(1952), + [anon_sym_STAR] = ACTIONS(1954), + [anon_sym_LBRACK] = ACTIONS(1952), + [anon_sym_RBRACK] = ACTIONS(1952), + [anon_sym_EQ] = ACTIONS(1954), + [anon_sym_COLON] = ACTIONS(1952), + [anon_sym_QMARK] = ACTIONS(1952), + [anon_sym_STAR_EQ] = ACTIONS(1952), + [anon_sym_SLASH_EQ] = ACTIONS(1952), + [anon_sym_PERCENT_EQ] = ACTIONS(1952), + [anon_sym_PLUS_EQ] = ACTIONS(1952), + [anon_sym_DASH_EQ] = ACTIONS(1952), + [anon_sym_LT_LT_EQ] = ACTIONS(1952), + [anon_sym_GT_GT_EQ] = ACTIONS(1952), + [anon_sym_AMP_EQ] = ACTIONS(1952), + [anon_sym_CARET_EQ] = ACTIONS(1952), + [anon_sym_PIPE_EQ] = ACTIONS(1952), + [anon_sym_AMP] = ACTIONS(1954), + [anon_sym_PIPE_PIPE] = ACTIONS(1952), + [anon_sym_AMP_AMP] = ACTIONS(1952), + [anon_sym_PIPE] = ACTIONS(1954), + [anon_sym_CARET] = ACTIONS(1954), + [anon_sym_EQ_EQ] = ACTIONS(1952), + [anon_sym_BANG_EQ] = ACTIONS(1952), + [anon_sym_LT] = ACTIONS(1954), + [anon_sym_GT] = ACTIONS(1954), + [anon_sym_LT_EQ] = ACTIONS(1952), + [anon_sym_GT_EQ] = ACTIONS(1952), + [anon_sym_LT_LT] = ACTIONS(1954), + [anon_sym_GT_GT] = ACTIONS(1954), + [anon_sym_PLUS] = ACTIONS(1954), + [anon_sym_DASH] = ACTIONS(1954), + [anon_sym_SLASH] = ACTIONS(1954), + [anon_sym_PERCENT] = ACTIONS(1954), + [anon_sym_DASH_DASH] = ACTIONS(1952), + [anon_sym_PLUS_PLUS] = ACTIONS(1952), + [anon_sym_DOT] = ACTIONS(1952), + [anon_sym_DASH_GT] = ACTIONS(1952), [sym_comment] = ACTIONS(39), }, - [527] = { - [sym__expression] = STATE(817), - [sym_conditional_expression] = STATE(817), - [sym_assignment_expression] = STATE(817), - [sym_pointer_expression] = STATE(817), - [sym_logical_expression] = STATE(817), - [sym_bitwise_expression] = STATE(817), - [sym_equality_expression] = STATE(817), - [sym_relational_expression] = STATE(817), - [sym_shift_expression] = STATE(817), - [sym_math_expression] = STATE(817), - [sym_cast_expression] = STATE(817), - [sym_sizeof_expression] = STATE(817), - [sym_subscript_expression] = STATE(817), - [sym_call_expression] = STATE(817), - [sym_field_expression] = STATE(817), - [sym_compound_literal_expression] = STATE(817), - [sym_parenthesized_expression] = STATE(817), - [sym_concatenated_string] = STATE(817), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2050), - [sym_char_literal] = ACTIONS(2050), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2052), - [sym_false] = ACTIONS(2052), - [sym_null] = ACTIONS(2052), - [sym_identifier] = ACTIONS(2052), + [479] = { + [sym__expression] = STATE(738), + [sym_conditional_expression] = STATE(738), + [sym_assignment_expression] = STATE(738), + [sym_pointer_expression] = STATE(738), + [sym_logical_expression] = STATE(738), + [sym_bitwise_expression] = STATE(738), + [sym_equality_expression] = STATE(738), + [sym_relational_expression] = STATE(738), + [sym_shift_expression] = STATE(738), + [sym_math_expression] = STATE(738), + [sym_cast_expression] = STATE(738), + [sym_sizeof_expression] = STATE(738), + [sym_subscript_expression] = STATE(738), + [sym_call_expression] = STATE(738), + [sym_field_expression] = STATE(738), + [sym_compound_literal_expression] = STATE(738), + [sym_parenthesized_expression] = STATE(738), + [sym_concatenated_string] = STATE(738), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(1956), + [sym_char_literal] = ACTIONS(1956), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(1958), + [sym_false] = ACTIONS(1958), + [sym_null] = ACTIONS(1958), + [sym_identifier] = ACTIONS(1958), [sym_comment] = ACTIONS(39), }, - [528] = { - [sym__expression] = STATE(818), - [sym_conditional_expression] = STATE(818), - [sym_assignment_expression] = STATE(818), - [sym_pointer_expression] = STATE(818), - [sym_logical_expression] = STATE(818), - [sym_bitwise_expression] = STATE(818), - [sym_equality_expression] = STATE(818), - [sym_relational_expression] = STATE(818), - [sym_shift_expression] = STATE(818), - [sym_math_expression] = STATE(818), - [sym_cast_expression] = STATE(818), - [sym_sizeof_expression] = STATE(818), - [sym_subscript_expression] = STATE(818), - [sym_call_expression] = STATE(818), - [sym_field_expression] = STATE(818), - [sym_compound_literal_expression] = STATE(818), - [sym_parenthesized_expression] = STATE(818), - [sym_concatenated_string] = STATE(818), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2054), - [sym_char_literal] = ACTIONS(2054), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2056), - [sym_false] = ACTIONS(2056), - [sym_null] = ACTIONS(2056), - [sym_identifier] = ACTIONS(2056), + [480] = { + [sym_identifier] = ACTIONS(1960), [sym_comment] = ACTIONS(39), }, - [529] = { - [sym__expression] = STATE(819), - [sym_conditional_expression] = STATE(819), - [sym_assignment_expression] = STATE(819), - [sym_pointer_expression] = STATE(819), - [sym_logical_expression] = STATE(819), - [sym_bitwise_expression] = STATE(819), - [sym_equality_expression] = STATE(819), - [sym_relational_expression] = STATE(819), - [sym_shift_expression] = STATE(819), - [sym_math_expression] = STATE(819), - [sym_cast_expression] = STATE(819), - [sym_sizeof_expression] = STATE(819), - [sym_subscript_expression] = STATE(819), - [sym_call_expression] = STATE(819), - [sym_field_expression] = STATE(819), - [sym_compound_literal_expression] = STATE(819), - [sym_parenthesized_expression] = STATE(819), - [sym_concatenated_string] = STATE(819), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2058), - [sym_char_literal] = ACTIONS(2058), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2060), - [sym_false] = ACTIONS(2060), - [sym_null] = ACTIONS(2060), - [sym_identifier] = ACTIONS(2060), + [481] = { + [sym_argument_list] = STATE(453), + [aux_sym_initializer_list_repeat1] = STATE(741), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1962), + [anon_sym_RBRACE] = ACTIONS(1950), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_QMARK] = ACTIONS(1317), + [anon_sym_STAR_EQ] = ACTIONS(1319), + [anon_sym_SLASH_EQ] = ACTIONS(1319), + [anon_sym_PERCENT_EQ] = ACTIONS(1319), + [anon_sym_PLUS_EQ] = ACTIONS(1319), + [anon_sym_DASH_EQ] = ACTIONS(1319), + [anon_sym_LT_LT_EQ] = ACTIONS(1319), + [anon_sym_GT_GT_EQ] = ACTIONS(1319), + [anon_sym_AMP_EQ] = ACTIONS(1319), + [anon_sym_CARET_EQ] = ACTIONS(1319), + [anon_sym_PIPE_EQ] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(1323), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [530] = { - [sym__expression] = STATE(820), - [sym_conditional_expression] = STATE(820), - [sym_assignment_expression] = STATE(820), - [sym_pointer_expression] = STATE(820), - [sym_logical_expression] = STATE(820), - [sym_bitwise_expression] = STATE(820), - [sym_equality_expression] = STATE(820), - [sym_relational_expression] = STATE(820), - [sym_shift_expression] = STATE(820), - [sym_math_expression] = STATE(820), - [sym_cast_expression] = STATE(820), - [sym_sizeof_expression] = STATE(820), - [sym_subscript_expression] = STATE(820), - [sym_call_expression] = STATE(820), - [sym_field_expression] = STATE(820), - [sym_compound_literal_expression] = STATE(820), - [sym_parenthesized_expression] = STATE(820), - [sym_concatenated_string] = STATE(820), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2062), - [sym_char_literal] = ACTIONS(2062), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2064), - [sym_false] = ACTIONS(2064), - [sym_null] = ACTIONS(2064), - [sym_identifier] = ACTIONS(2064), + [482] = { + [aux_sym_initializer_list_repeat1] = STATE(741), + [anon_sym_COMMA] = ACTIONS(1962), + [anon_sym_RBRACE] = ACTIONS(1950), [sym_comment] = ACTIONS(39), }, - [531] = { - [sym__expression] = STATE(821), - [sym_conditional_expression] = STATE(821), - [sym_assignment_expression] = STATE(821), - [sym_pointer_expression] = STATE(821), - [sym_logical_expression] = STATE(821), - [sym_bitwise_expression] = STATE(821), - [sym_equality_expression] = STATE(821), - [sym_relational_expression] = STATE(821), - [sym_shift_expression] = STATE(821), - [sym_math_expression] = STATE(821), - [sym_cast_expression] = STATE(821), - [sym_sizeof_expression] = STATE(821), - [sym_subscript_expression] = STATE(821), - [sym_call_expression] = STATE(821), - [sym_field_expression] = STATE(821), - [sym_compound_literal_expression] = STATE(821), - [sym_parenthesized_expression] = STATE(821), - [sym_concatenated_string] = STATE(821), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2066), - [sym_char_literal] = ACTIONS(2066), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2068), - [sym_false] = ACTIONS(2068), - [sym_null] = ACTIONS(2068), - [sym_identifier] = ACTIONS(2068), + [483] = { + [sym_subscript_designator] = STATE(743), + [sym_field_designator] = STATE(743), + [aux_sym_initializer_pair_repeat1] = STATE(743), + [anon_sym_LBRACK] = ACTIONS(1166), + [anon_sym_EQ] = ACTIONS(1964), + [anon_sym_DOT] = ACTIONS(1168), [sym_comment] = ACTIONS(39), }, - [532] = { - [sym__expression] = STATE(822), - [sym_conditional_expression] = STATE(822), - [sym_assignment_expression] = STATE(822), - [sym_pointer_expression] = STATE(822), - [sym_logical_expression] = STATE(822), - [sym_bitwise_expression] = STATE(822), - [sym_equality_expression] = STATE(822), - [sym_relational_expression] = STATE(822), - [sym_shift_expression] = STATE(822), - [sym_math_expression] = STATE(822), - [sym_cast_expression] = STATE(822), - [sym_sizeof_expression] = STATE(822), - [sym_subscript_expression] = STATE(822), - [sym_call_expression] = STATE(822), - [sym_field_expression] = STATE(822), - [sym_compound_literal_expression] = STATE(822), - [sym_parenthesized_expression] = STATE(822), - [sym_concatenated_string] = STATE(822), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2070), - [sym_char_literal] = ACTIONS(2070), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2072), - [sym_false] = ACTIONS(2072), - [sym_null] = ACTIONS(2072), - [sym_identifier] = ACTIONS(2072), - [sym_comment] = ACTIONS(39), - }, - [533] = { - [sym__expression] = STATE(823), - [sym_conditional_expression] = STATE(823), - [sym_assignment_expression] = STATE(823), - [sym_pointer_expression] = STATE(823), - [sym_logical_expression] = STATE(823), - [sym_bitwise_expression] = STATE(823), - [sym_equality_expression] = STATE(823), - [sym_relational_expression] = STATE(823), - [sym_shift_expression] = STATE(823), - [sym_math_expression] = STATE(823), - [sym_cast_expression] = STATE(823), - [sym_sizeof_expression] = STATE(823), - [sym_subscript_expression] = STATE(823), - [sym_call_expression] = STATE(823), - [sym_field_expression] = STATE(823), - [sym_compound_literal_expression] = STATE(823), - [sym_parenthesized_expression] = STATE(823), - [sym_concatenated_string] = STATE(823), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2074), - [sym_char_literal] = ACTIONS(2074), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2076), - [sym_false] = ACTIONS(2076), - [sym_null] = ACTIONS(2076), - [sym_identifier] = ACTIONS(2076), - [sym_comment] = ACTIONS(39), - }, - [534] = { - [sym__expression] = STATE(824), - [sym_conditional_expression] = STATE(824), - [sym_assignment_expression] = STATE(824), - [sym_pointer_expression] = STATE(824), - [sym_logical_expression] = STATE(824), - [sym_bitwise_expression] = STATE(824), - [sym_equality_expression] = STATE(824), - [sym_relational_expression] = STATE(824), - [sym_shift_expression] = STATE(824), - [sym_math_expression] = STATE(824), - [sym_cast_expression] = STATE(824), - [sym_sizeof_expression] = STATE(824), - [sym_subscript_expression] = STATE(824), - [sym_call_expression] = STATE(824), - [sym_field_expression] = STATE(824), - [sym_compound_literal_expression] = STATE(824), - [sym_parenthesized_expression] = STATE(824), - [sym_concatenated_string] = STATE(824), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2078), - [sym_char_literal] = ACTIONS(2078), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2080), - [sym_false] = ACTIONS(2080), - [sym_null] = ACTIONS(2080), - [sym_identifier] = ACTIONS(2080), - [sym_comment] = ACTIONS(39), - }, - [535] = { - [sym__expression] = STATE(825), - [sym_conditional_expression] = STATE(825), - [sym_assignment_expression] = STATE(825), - [sym_pointer_expression] = STATE(825), - [sym_logical_expression] = STATE(825), - [sym_bitwise_expression] = STATE(825), - [sym_equality_expression] = STATE(825), - [sym_relational_expression] = STATE(825), - [sym_shift_expression] = STATE(825), - [sym_math_expression] = STATE(825), - [sym_cast_expression] = STATE(825), - [sym_sizeof_expression] = STATE(825), - [sym_subscript_expression] = STATE(825), - [sym_call_expression] = STATE(825), - [sym_field_expression] = STATE(825), - [sym_compound_literal_expression] = STATE(825), - [sym_parenthesized_expression] = STATE(825), - [sym_concatenated_string] = STATE(825), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2082), - [sym_char_literal] = ACTIONS(2082), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2084), - [sym_false] = ACTIONS(2084), - [sym_null] = ACTIONS(2084), - [sym_identifier] = ACTIONS(2084), - [sym_comment] = ACTIONS(39), - }, - [536] = { - [anon_sym_LPAREN] = ACTIONS(2086), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(90), - [anon_sym_RBRACK] = ACTIONS(90), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_AMP] = ACTIONS(90), - [anon_sym_BANG] = ACTIONS(90), - [anon_sym_TILDE] = ACTIONS(90), - [anon_sym_PLUS] = ACTIONS(92), - [anon_sym_DASH] = ACTIONS(92), - [anon_sym_DASH_DASH] = ACTIONS(90), - [anon_sym_PLUS_PLUS] = ACTIONS(90), - [anon_sym_sizeof] = ACTIONS(92), - [sym_number_literal] = ACTIONS(90), - [sym_char_literal] = ACTIONS(90), - [sym_string_literal] = ACTIONS(90), - [sym_true] = ACTIONS(92), - [sym_false] = ACTIONS(92), - [sym_null] = ACTIONS(92), - [sym_identifier] = ACTIONS(92), - [sym_comment] = ACTIONS(39), - }, - [537] = { - [sym_storage_class_specifier] = STATE(826), - [sym_type_qualifier] = STATE(826), - [aux_sym__declaration_specifiers_repeat1] = STATE(826), - [anon_sym_LPAREN] = ACTIONS(275), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(275), - [anon_sym_RBRACK] = ACTIONS(275), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1228), - [anon_sym_restrict] = ACTIONS(1228), - [anon_sym_volatile] = ACTIONS(1228), - [anon_sym__Atomic] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(275), - [anon_sym_BANG] = ACTIONS(275), - [anon_sym_TILDE] = ACTIONS(275), - [anon_sym_PLUS] = ACTIONS(277), - [anon_sym_DASH] = ACTIONS(277), - [anon_sym_DASH_DASH] = ACTIONS(275), - [anon_sym_PLUS_PLUS] = ACTIONS(275), - [anon_sym_sizeof] = ACTIONS(277), - [sym_number_literal] = ACTIONS(275), - [sym_char_literal] = ACTIONS(275), - [sym_string_literal] = ACTIONS(275), - [sym_true] = ACTIONS(277), - [sym_false] = ACTIONS(277), - [sym_null] = ACTIONS(277), - [sym_identifier] = ACTIONS(277), - [sym_comment] = ACTIONS(39), - }, - [538] = { - [anon_sym_LPAREN] = ACTIONS(337), - [anon_sym_extern] = ACTIONS(339), - [anon_sym_STAR] = ACTIONS(337), - [anon_sym_RBRACK] = ACTIONS(337), - [anon_sym_static] = ACTIONS(339), - [anon_sym_auto] = ACTIONS(339), - [anon_sym_register] = ACTIONS(339), - [anon_sym_inline] = ACTIONS(339), - [anon_sym_const] = ACTIONS(339), - [anon_sym_restrict] = ACTIONS(339), - [anon_sym_volatile] = ACTIONS(339), - [anon_sym__Atomic] = ACTIONS(339), - [anon_sym_AMP] = ACTIONS(337), - [anon_sym_BANG] = ACTIONS(337), - [anon_sym_TILDE] = ACTIONS(337), - [anon_sym_PLUS] = ACTIONS(339), - [anon_sym_DASH] = ACTIONS(339), - [anon_sym_DASH_DASH] = ACTIONS(337), - [anon_sym_PLUS_PLUS] = ACTIONS(337), - [anon_sym_sizeof] = ACTIONS(339), - [sym_number_literal] = ACTIONS(337), - [sym_char_literal] = ACTIONS(337), - [sym_string_literal] = ACTIONS(337), - [sym_true] = ACTIONS(339), - [sym_false] = ACTIONS(339), - [sym_null] = ACTIONS(339), - [sym_identifier] = ACTIONS(339), - [sym_comment] = ACTIONS(39), - }, - [539] = { - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_extern] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(341), - [anon_sym_RBRACK] = ACTIONS(341), - [anon_sym_static] = ACTIONS(343), - [anon_sym_auto] = ACTIONS(343), - [anon_sym_register] = ACTIONS(343), - [anon_sym_inline] = ACTIONS(343), - [anon_sym_const] = ACTIONS(343), - [anon_sym_restrict] = ACTIONS(343), - [anon_sym_volatile] = ACTIONS(343), - [anon_sym__Atomic] = ACTIONS(343), - [anon_sym_AMP] = ACTIONS(341), - [anon_sym_BANG] = ACTIONS(341), - [anon_sym_TILDE] = ACTIONS(341), - [anon_sym_PLUS] = ACTIONS(343), - [anon_sym_DASH] = ACTIONS(343), - [anon_sym_DASH_DASH] = ACTIONS(341), - [anon_sym_PLUS_PLUS] = ACTIONS(341), - [anon_sym_sizeof] = ACTIONS(343), - [sym_number_literal] = ACTIONS(341), - [sym_char_literal] = ACTIONS(341), - [sym_string_literal] = ACTIONS(341), - [sym_true] = ACTIONS(343), - [sym_false] = ACTIONS(343), - [sym_null] = ACTIONS(343), - [sym_identifier] = ACTIONS(343), - [sym_comment] = ACTIONS(39), - }, - [540] = { - [aux_sym_sized_type_specifier_repeat1] = STATE(540), - [anon_sym_LPAREN] = ACTIONS(345), - [anon_sym_extern] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(345), - [anon_sym_RBRACK] = ACTIONS(345), - [anon_sym_static] = ACTIONS(347), - [anon_sym_auto] = ACTIONS(347), - [anon_sym_register] = ACTIONS(347), - [anon_sym_inline] = ACTIONS(347), - [anon_sym_const] = ACTIONS(347), - [anon_sym_restrict] = ACTIONS(347), - [anon_sym_volatile] = ACTIONS(347), - [anon_sym__Atomic] = ACTIONS(347), - [anon_sym_unsigned] = ACTIONS(2089), - [anon_sym_long] = ACTIONS(2089), - [anon_sym_short] = ACTIONS(2089), - [sym_primitive_type] = ACTIONS(347), - [anon_sym_AMP] = ACTIONS(345), - [anon_sym_BANG] = ACTIONS(345), - [anon_sym_TILDE] = ACTIONS(345), - [anon_sym_PLUS] = ACTIONS(347), - [anon_sym_DASH] = ACTIONS(347), - [anon_sym_DASH_DASH] = ACTIONS(345), - [anon_sym_PLUS_PLUS] = ACTIONS(345), - [anon_sym_sizeof] = ACTIONS(347), - [sym_number_literal] = ACTIONS(345), - [sym_char_literal] = ACTIONS(345), - [sym_string_literal] = ACTIONS(345), - [sym_true] = ACTIONS(347), - [sym_false] = ACTIONS(347), - [sym_null] = ACTIONS(347), - [sym_identifier] = ACTIONS(347), - [sym_comment] = ACTIONS(39), - }, - [541] = { - [anon_sym_RBRACE] = ACTIONS(2092), - [sym_comment] = ACTIONS(39), - }, - [542] = { - [anon_sym_LPAREN] = ACTIONS(2094), - [anon_sym_COMMA] = ACTIONS(2094), - [anon_sym_RPAREN] = ACTIONS(2094), - [anon_sym_SEMI] = ACTIONS(2094), - [anon_sym_RBRACE] = ACTIONS(2094), - [anon_sym_STAR] = ACTIONS(2096), - [anon_sym_LBRACK] = ACTIONS(2094), - [anon_sym_RBRACK] = ACTIONS(2094), - [anon_sym_EQ] = ACTIONS(2096), - [anon_sym_COLON] = ACTIONS(2094), - [anon_sym_QMARK] = ACTIONS(2094), - [anon_sym_STAR_EQ] = ACTIONS(2094), - [anon_sym_SLASH_EQ] = ACTIONS(2094), - [anon_sym_PERCENT_EQ] = ACTIONS(2094), - [anon_sym_PLUS_EQ] = ACTIONS(2094), - [anon_sym_DASH_EQ] = ACTIONS(2094), - [anon_sym_LT_LT_EQ] = ACTIONS(2094), - [anon_sym_GT_GT_EQ] = ACTIONS(2094), - [anon_sym_AMP_EQ] = ACTIONS(2094), - [anon_sym_CARET_EQ] = ACTIONS(2094), - [anon_sym_PIPE_EQ] = ACTIONS(2094), - [anon_sym_AMP] = ACTIONS(2096), - [anon_sym_PIPE_PIPE] = ACTIONS(2094), - [anon_sym_AMP_AMP] = ACTIONS(2094), - [anon_sym_PIPE] = ACTIONS(2096), - [anon_sym_CARET] = ACTIONS(2096), - [anon_sym_EQ_EQ] = ACTIONS(2094), - [anon_sym_BANG_EQ] = ACTIONS(2094), - [anon_sym_LT] = ACTIONS(2096), - [anon_sym_GT] = ACTIONS(2096), - [anon_sym_LT_EQ] = ACTIONS(2094), - [anon_sym_GT_EQ] = ACTIONS(2094), - [anon_sym_LT_LT] = ACTIONS(2096), - [anon_sym_GT_GT] = ACTIONS(2096), - [anon_sym_PLUS] = ACTIONS(2096), - [anon_sym_DASH] = ACTIONS(2096), - [anon_sym_SLASH] = ACTIONS(2096), - [anon_sym_PERCENT] = ACTIONS(2096), - [anon_sym_DASH_DASH] = ACTIONS(2094), - [anon_sym_PLUS_PLUS] = ACTIONS(2094), - [anon_sym_DOT] = ACTIONS(2094), - [anon_sym_DASH_GT] = ACTIONS(2094), - [sym_comment] = ACTIONS(39), - }, - [543] = { - [sym__expression] = STATE(828), - [sym_conditional_expression] = STATE(828), - [sym_assignment_expression] = STATE(828), - [sym_pointer_expression] = STATE(828), - [sym_logical_expression] = STATE(828), - [sym_bitwise_expression] = STATE(828), - [sym_equality_expression] = STATE(828), - [sym_relational_expression] = STATE(828), - [sym_shift_expression] = STATE(828), - [sym_math_expression] = STATE(828), - [sym_cast_expression] = STATE(828), - [sym_sizeof_expression] = STATE(828), - [sym_subscript_expression] = STATE(828), - [sym_call_expression] = STATE(828), - [sym_field_expression] = STATE(828), - [sym_compound_literal_expression] = STATE(828), - [sym_parenthesized_expression] = STATE(828), - [sym_concatenated_string] = STATE(828), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2098), - [sym_char_literal] = ACTIONS(2098), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2100), - [sym_false] = ACTIONS(2100), - [sym_null] = ACTIONS(2100), - [sym_identifier] = ACTIONS(2100), - [sym_comment] = ACTIONS(39), - }, - [544] = { - [sym_identifier] = ACTIONS(2102), - [sym_comment] = ACTIONS(39), - }, - [545] = { - [sym_argument_list] = STATE(503), - [aux_sym_initializer_list_repeat1] = STATE(831), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2104), - [anon_sym_RBRACE] = ACTIONS(2092), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_QMARK] = ACTIONS(1428), - [anon_sym_STAR_EQ] = ACTIONS(1430), - [anon_sym_SLASH_EQ] = ACTIONS(1430), - [anon_sym_PERCENT_EQ] = ACTIONS(1430), - [anon_sym_PLUS_EQ] = ACTIONS(1430), - [anon_sym_DASH_EQ] = ACTIONS(1430), - [anon_sym_LT_LT_EQ] = ACTIONS(1430), - [anon_sym_GT_GT_EQ] = ACTIONS(1430), - [anon_sym_AMP_EQ] = ACTIONS(1430), - [anon_sym_CARET_EQ] = ACTIONS(1430), - [anon_sym_PIPE_EQ] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(1434), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [546] = { - [aux_sym_initializer_list_repeat1] = STATE(831), - [anon_sym_COMMA] = ACTIONS(2104), - [anon_sym_RBRACE] = ACTIONS(2092), - [sym_comment] = ACTIONS(39), - }, - [547] = { - [sym_subscript_designator] = STATE(833), - [sym_field_designator] = STATE(833), - [aux_sym_initializer_pair_repeat1] = STATE(833), - [anon_sym_LBRACK] = ACTIONS(1273), - [anon_sym_EQ] = ACTIONS(2106), - [anon_sym_DOT] = ACTIONS(1275), - [sym_comment] = ACTIONS(39), - }, - [548] = { - [anon_sym_COMMA] = ACTIONS(2108), - [anon_sym_RPAREN] = ACTIONS(2108), + [484] = { + [anon_sym_COMMA] = ACTIONS(1966), + [anon_sym_RPAREN] = ACTIONS(1966), [sym_comment] = ACTIONS(39), }, - [549] = { - [anon_sym_LF] = ACTIONS(2110), - [sym_preproc_arg] = ACTIONS(2110), + [485] = { + [anon_sym_LF] = ACTIONS(1968), + [sym_preproc_arg] = ACTIONS(1968), [sym_comment] = ACTIONS(47), }, - [550] = { - [aux_sym_preproc_params_repeat1] = STATE(550), - [anon_sym_COMMA] = ACTIONS(2112), - [anon_sym_RPAREN] = ACTIONS(2108), + [486] = { + [aux_sym_preproc_params_repeat1] = STATE(486), + [anon_sym_COMMA] = ACTIONS(1970), + [anon_sym_RPAREN] = ACTIONS(1966), [sym_comment] = ACTIONS(39), }, - [551] = { - [anon_sym_LF] = ACTIONS(2115), + [487] = { + [anon_sym_LF] = ACTIONS(1973), [sym_comment] = ACTIONS(47), }, - [552] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(700), - [sym_preproc_directive] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(700), - [anon_sym_extern] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_auto] = ACTIONS(700), - [anon_sym_register] = ACTIONS(700), - [anon_sym_inline] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_restrict] = ACTIONS(700), - [anon_sym_volatile] = ACTIONS(700), - [anon_sym__Atomic] = ACTIONS(700), - [anon_sym_unsigned] = ACTIONS(700), - [anon_sym_long] = ACTIONS(700), - [anon_sym_short] = ACTIONS(700), - [sym_primitive_type] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [sym_identifier] = ACTIONS(700), + [488] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(638), + [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), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(640), + [sym_preproc_directive] = ACTIONS(640), + [anon_sym_SEMI] = ACTIONS(638), + [anon_sym_typedef] = ACTIONS(640), + [anon_sym_extern] = ACTIONS(640), + [anon_sym_LBRACE] = ACTIONS(638), + [anon_sym_STAR] = ACTIONS(638), + [anon_sym_static] = ACTIONS(640), + [anon_sym_auto] = ACTIONS(640), + [anon_sym_register] = ACTIONS(640), + [anon_sym_inline] = ACTIONS(640), + [anon_sym_const] = ACTIONS(640), + [anon_sym_restrict] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [anon_sym__Atomic] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [sym_primitive_type] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [anon_sym_union] = ACTIONS(640), + [anon_sym_if] = ACTIONS(640), + [anon_sym_switch] = ACTIONS(640), + [anon_sym_case] = ACTIONS(640), + [anon_sym_default] = ACTIONS(640), + [anon_sym_while] = ACTIONS(640), + [anon_sym_do] = ACTIONS(640), + [anon_sym_for] = ACTIONS(640), + [anon_sym_return] = ACTIONS(640), + [anon_sym_break] = ACTIONS(640), + [anon_sym_continue] = ACTIONS(640), + [anon_sym_goto] = ACTIONS(640), + [anon_sym_AMP] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(638), + [anon_sym_TILDE] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_DASH_DASH] = ACTIONS(638), + [anon_sym_PLUS_PLUS] = ACTIONS(638), + [anon_sym_sizeof] = ACTIONS(640), + [sym_number_literal] = ACTIONS(638), + [sym_char_literal] = ACTIONS(638), + [sym_string_literal] = ACTIONS(638), + [sym_true] = ACTIONS(640), + [sym_false] = ACTIONS(640), + [sym_null] = ACTIONS(640), + [sym_identifier] = ACTIONS(640), [sym_comment] = ACTIONS(39), }, - [553] = { - [anon_sym_LF] = ACTIONS(2117), + [489] = { + [anon_sym_LF] = ACTIONS(1975), [sym_comment] = ACTIONS(47), }, - [554] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(748), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_typedef] = ACTIONS(748), - [anon_sym_extern] = ACTIONS(748), - [anon_sym_static] = ACTIONS(748), - [anon_sym_auto] = ACTIONS(748), - [anon_sym_register] = ACTIONS(748), - [anon_sym_inline] = ACTIONS(748), - [anon_sym_const] = ACTIONS(748), - [anon_sym_restrict] = ACTIONS(748), - [anon_sym_volatile] = ACTIONS(748), - [anon_sym__Atomic] = ACTIONS(748), - [anon_sym_unsigned] = ACTIONS(748), - [anon_sym_long] = ACTIONS(748), - [anon_sym_short] = ACTIONS(748), - [sym_primitive_type] = ACTIONS(748), - [anon_sym_enum] = ACTIONS(748), - [anon_sym_struct] = ACTIONS(748), - [anon_sym_union] = ACTIONS(748), - [sym_identifier] = ACTIONS(748), + [490] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(688), + [sym_preproc_directive] = ACTIONS(688), + [anon_sym_typedef] = ACTIONS(688), + [anon_sym_extern] = ACTIONS(688), + [anon_sym_static] = ACTIONS(688), + [anon_sym_auto] = ACTIONS(688), + [anon_sym_register] = ACTIONS(688), + [anon_sym_inline] = ACTIONS(688), + [anon_sym_const] = ACTIONS(688), + [anon_sym_restrict] = ACTIONS(688), + [anon_sym_volatile] = ACTIONS(688), + [anon_sym__Atomic] = ACTIONS(688), + [anon_sym_unsigned] = ACTIONS(688), + [anon_sym_long] = ACTIONS(688), + [anon_sym_short] = ACTIONS(688), + [sym_primitive_type] = ACTIONS(688), + [anon_sym_enum] = ACTIONS(688), + [anon_sym_struct] = ACTIONS(688), + [anon_sym_union] = ACTIONS(688), + [sym_identifier] = ACTIONS(688), [sym_comment] = ACTIONS(39), }, - [555] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2119), + [491] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1977), [sym_comment] = ACTIONS(39), }, - [556] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(784), - [sym_preproc_directive] = ACTIONS(784), - [anon_sym_typedef] = ACTIONS(784), - [anon_sym_extern] = ACTIONS(784), - [anon_sym_static] = ACTIONS(784), - [anon_sym_auto] = ACTIONS(784), - [anon_sym_register] = ACTIONS(784), - [anon_sym_inline] = ACTIONS(784), - [anon_sym_const] = ACTIONS(784), - [anon_sym_restrict] = ACTIONS(784), - [anon_sym_volatile] = ACTIONS(784), - [anon_sym__Atomic] = ACTIONS(784), - [anon_sym_unsigned] = ACTIONS(784), - [anon_sym_long] = ACTIONS(784), - [anon_sym_short] = ACTIONS(784), - [sym_primitive_type] = ACTIONS(784), - [anon_sym_enum] = ACTIONS(784), - [anon_sym_struct] = ACTIONS(784), - [anon_sym_union] = ACTIONS(784), - [sym_identifier] = ACTIONS(784), + [492] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(724), + [sym_preproc_directive] = ACTIONS(724), + [anon_sym_typedef] = ACTIONS(724), + [anon_sym_extern] = ACTIONS(724), + [anon_sym_static] = ACTIONS(724), + [anon_sym_auto] = ACTIONS(724), + [anon_sym_register] = ACTIONS(724), + [anon_sym_inline] = ACTIONS(724), + [anon_sym_const] = ACTIONS(724), + [anon_sym_restrict] = ACTIONS(724), + [anon_sym_volatile] = ACTIONS(724), + [anon_sym__Atomic] = ACTIONS(724), + [anon_sym_unsigned] = ACTIONS(724), + [anon_sym_long] = ACTIONS(724), + [anon_sym_short] = ACTIONS(724), + [sym_primitive_type] = ACTIONS(724), + [anon_sym_enum] = ACTIONS(724), + [anon_sym_struct] = ACTIONS(724), + [anon_sym_union] = ACTIONS(724), + [sym_identifier] = ACTIONS(724), [sym_comment] = ACTIONS(39), }, - [557] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2121), + [493] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1979), [sym_comment] = ACTIONS(39), }, - [558] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(790), - [sym_preproc_directive] = ACTIONS(790), - [anon_sym_typedef] = ACTIONS(790), - [anon_sym_extern] = ACTIONS(790), - [anon_sym_static] = ACTIONS(790), - [anon_sym_auto] = ACTIONS(790), - [anon_sym_register] = ACTIONS(790), - [anon_sym_inline] = ACTIONS(790), - [anon_sym_const] = ACTIONS(790), - [anon_sym_restrict] = ACTIONS(790), - [anon_sym_volatile] = ACTIONS(790), - [anon_sym__Atomic] = ACTIONS(790), - [anon_sym_unsigned] = ACTIONS(790), - [anon_sym_long] = ACTIONS(790), - [anon_sym_short] = ACTIONS(790), - [sym_primitive_type] = ACTIONS(790), - [anon_sym_enum] = ACTIONS(790), - [anon_sym_struct] = ACTIONS(790), - [anon_sym_union] = ACTIONS(790), - [sym_identifier] = ACTIONS(790), + [494] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(730), + [sym_preproc_directive] = ACTIONS(730), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_inline] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [anon_sym__Atomic] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [sym_primitive_type] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(730), [sym_comment] = ACTIONS(39), }, - [559] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2123), + [495] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1981), [sym_comment] = ACTIONS(39), }, - [560] = { - [sym_preproc_arg] = ACTIONS(2125), + [496] = { + [sym_preproc_arg] = ACTIONS(1983), [sym_comment] = ACTIONS(47), }, - [561] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(356), - [sym_preproc_directive] = ACTIONS(356), - [anon_sym_typedef] = ACTIONS(356), - [anon_sym_extern] = ACTIONS(356), - [anon_sym_static] = ACTIONS(356), - [anon_sym_auto] = ACTIONS(356), - [anon_sym_register] = ACTIONS(356), - [anon_sym_inline] = ACTIONS(356), - [anon_sym_const] = ACTIONS(356), - [anon_sym_restrict] = ACTIONS(356), - [anon_sym_volatile] = ACTIONS(356), - [anon_sym__Atomic] = ACTIONS(356), - [anon_sym_unsigned] = ACTIONS(356), - [anon_sym_long] = ACTIONS(356), - [anon_sym_short] = ACTIONS(356), - [sym_primitive_type] = ACTIONS(356), - [anon_sym_enum] = ACTIONS(356), - [anon_sym_struct] = ACTIONS(356), - [anon_sym_union] = ACTIONS(356), - [sym_identifier] = ACTIONS(356), + [497] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(324), + [anon_sym_LPAREN] = ACTIONS(322), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(324), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(324), + [sym_preproc_directive] = ACTIONS(324), + [anon_sym_SEMI] = ACTIONS(322), + [anon_sym_typedef] = ACTIONS(324), + [anon_sym_extern] = ACTIONS(324), + [anon_sym_LBRACE] = ACTIONS(322), + [anon_sym_STAR] = ACTIONS(322), + [anon_sym_static] = ACTIONS(324), + [anon_sym_auto] = ACTIONS(324), + [anon_sym_register] = ACTIONS(324), + [anon_sym_inline] = ACTIONS(324), + [anon_sym_const] = ACTIONS(324), + [anon_sym_restrict] = ACTIONS(324), + [anon_sym_volatile] = ACTIONS(324), + [anon_sym__Atomic] = ACTIONS(324), + [anon_sym_unsigned] = ACTIONS(324), + [anon_sym_long] = ACTIONS(324), + [anon_sym_short] = ACTIONS(324), + [sym_primitive_type] = ACTIONS(324), + [anon_sym_enum] = ACTIONS(324), + [anon_sym_struct] = ACTIONS(324), + [anon_sym_union] = ACTIONS(324), + [anon_sym_if] = ACTIONS(324), + [anon_sym_switch] = ACTIONS(324), + [anon_sym_case] = ACTIONS(324), + [anon_sym_default] = ACTIONS(324), + [anon_sym_while] = ACTIONS(324), + [anon_sym_do] = ACTIONS(324), + [anon_sym_for] = ACTIONS(324), + [anon_sym_return] = ACTIONS(324), + [anon_sym_break] = ACTIONS(324), + [anon_sym_continue] = ACTIONS(324), + [anon_sym_goto] = ACTIONS(324), + [anon_sym_AMP] = ACTIONS(322), + [anon_sym_BANG] = ACTIONS(322), + [anon_sym_TILDE] = ACTIONS(322), + [anon_sym_PLUS] = ACTIONS(324), + [anon_sym_DASH] = ACTIONS(324), + [anon_sym_DASH_DASH] = ACTIONS(322), + [anon_sym_PLUS_PLUS] = ACTIONS(322), + [anon_sym_sizeof] = ACTIONS(324), + [sym_number_literal] = ACTIONS(322), + [sym_char_literal] = ACTIONS(322), + [sym_string_literal] = ACTIONS(322), + [sym_true] = ACTIONS(324), + [sym_false] = ACTIONS(324), + [sym_null] = ACTIONS(324), + [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(39), }, - [562] = { - [anon_sym_LF] = ACTIONS(2127), - [sym_preproc_arg] = ACTIONS(2129), + [498] = { + [anon_sym_LF] = ACTIONS(1985), + [sym_preproc_arg] = ACTIONS(1987), [sym_comment] = ACTIONS(47), }, - [563] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(374), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(374), - [sym_preproc_directive] = ACTIONS(374), - [anon_sym_typedef] = ACTIONS(374), - [anon_sym_extern] = ACTIONS(374), - [anon_sym_static] = ACTIONS(374), - [anon_sym_auto] = ACTIONS(374), - [anon_sym_register] = ACTIONS(374), - [anon_sym_inline] = ACTIONS(374), - [anon_sym_const] = ACTIONS(374), - [anon_sym_restrict] = ACTIONS(374), - [anon_sym_volatile] = ACTIONS(374), - [anon_sym__Atomic] = ACTIONS(374), - [anon_sym_unsigned] = ACTIONS(374), - [anon_sym_long] = ACTIONS(374), - [anon_sym_short] = ACTIONS(374), - [sym_primitive_type] = ACTIONS(374), - [anon_sym_enum] = ACTIONS(374), - [anon_sym_struct] = ACTIONS(374), - [anon_sym_union] = ACTIONS(374), - [sym_identifier] = ACTIONS(374), + [499] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(342), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(342), + [sym_preproc_directive] = ACTIONS(342), + [anon_sym_typedef] = ACTIONS(342), + [anon_sym_extern] = ACTIONS(342), + [anon_sym_static] = ACTIONS(342), + [anon_sym_auto] = ACTIONS(342), + [anon_sym_register] = ACTIONS(342), + [anon_sym_inline] = ACTIONS(342), + [anon_sym_const] = ACTIONS(342), + [anon_sym_restrict] = ACTIONS(342), + [anon_sym_volatile] = ACTIONS(342), + [anon_sym__Atomic] = ACTIONS(342), + [anon_sym_unsigned] = ACTIONS(342), + [anon_sym_long] = ACTIONS(342), + [anon_sym_short] = ACTIONS(342), + [sym_primitive_type] = ACTIONS(342), + [anon_sym_enum] = ACTIONS(342), + [anon_sym_struct] = ACTIONS(342), + [anon_sym_union] = ACTIONS(342), + [sym_identifier] = ACTIONS(342), [sym_comment] = ACTIONS(39), }, - [564] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2131), + [500] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1989), [sym_comment] = ACTIONS(39), }, - [565] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(843), - [sym_preproc_elif] = STATE(843), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [501] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(753), + [sym_preproc_elif] = STATE(753), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -20443,22 +19833,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2133), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1991), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -20477,52 +19867,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [566] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(418), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(418), - [sym_preproc_directive] = ACTIONS(418), - [anon_sym_typedef] = ACTIONS(418), - [anon_sym_extern] = ACTIONS(418), - [anon_sym_static] = ACTIONS(418), - [anon_sym_auto] = ACTIONS(418), - [anon_sym_register] = ACTIONS(418), - [anon_sym_inline] = ACTIONS(418), - [anon_sym_const] = ACTIONS(418), - [anon_sym_restrict] = ACTIONS(418), - [anon_sym_volatile] = ACTIONS(418), - [anon_sym__Atomic] = ACTIONS(418), - [anon_sym_unsigned] = ACTIONS(418), - [anon_sym_long] = ACTIONS(418), - [anon_sym_short] = ACTIONS(418), - [sym_primitive_type] = ACTIONS(418), - [anon_sym_enum] = ACTIONS(418), - [anon_sym_struct] = ACTIONS(418), - [anon_sym_union] = ACTIONS(418), - [sym_identifier] = ACTIONS(418), + [502] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(386), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(386), + [sym_preproc_directive] = ACTIONS(386), + [anon_sym_typedef] = ACTIONS(386), + [anon_sym_extern] = ACTIONS(386), + [anon_sym_static] = ACTIONS(386), + [anon_sym_auto] = ACTIONS(386), + [anon_sym_register] = ACTIONS(386), + [anon_sym_inline] = ACTIONS(386), + [anon_sym_const] = ACTIONS(386), + [anon_sym_restrict] = ACTIONS(386), + [anon_sym_volatile] = ACTIONS(386), + [anon_sym__Atomic] = ACTIONS(386), + [anon_sym_unsigned] = ACTIONS(386), + [anon_sym_long] = ACTIONS(386), + [anon_sym_short] = ACTIONS(386), + [sym_primitive_type] = ACTIONS(386), + [anon_sym_enum] = ACTIONS(386), + [anon_sym_struct] = ACTIONS(386), + [anon_sym_union] = ACTIONS(386), + [sym_identifier] = ACTIONS(386), [sym_comment] = ACTIONS(39), }, - [567] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2135), + [503] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1993), [sym_comment] = ACTIONS(39), }, - [568] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(845), - [sym_preproc_elif] = STATE(845), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [504] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(755), + [sym_preproc_elif] = STATE(755), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -20530,22 +19920,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1995), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -20564,52 +19954,52 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [569] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(426), - [sym_preproc_directive] = ACTIONS(426), - [anon_sym_typedef] = ACTIONS(426), - [anon_sym_extern] = ACTIONS(426), - [anon_sym_static] = ACTIONS(426), - [anon_sym_auto] = ACTIONS(426), - [anon_sym_register] = ACTIONS(426), - [anon_sym_inline] = ACTIONS(426), - [anon_sym_const] = ACTIONS(426), - [anon_sym_restrict] = ACTIONS(426), - [anon_sym_volatile] = ACTIONS(426), - [anon_sym__Atomic] = ACTIONS(426), - [anon_sym_unsigned] = ACTIONS(426), - [anon_sym_long] = ACTIONS(426), - [anon_sym_short] = ACTIONS(426), - [sym_primitive_type] = ACTIONS(426), - [anon_sym_enum] = ACTIONS(426), - [anon_sym_struct] = ACTIONS(426), - [anon_sym_union] = ACTIONS(426), - [sym_identifier] = ACTIONS(426), + [505] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(394), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(394), + [sym_preproc_directive] = ACTIONS(394), + [anon_sym_typedef] = ACTIONS(394), + [anon_sym_extern] = ACTIONS(394), + [anon_sym_static] = ACTIONS(394), + [anon_sym_auto] = ACTIONS(394), + [anon_sym_register] = ACTIONS(394), + [anon_sym_inline] = ACTIONS(394), + [anon_sym_const] = ACTIONS(394), + [anon_sym_restrict] = ACTIONS(394), + [anon_sym_volatile] = ACTIONS(394), + [anon_sym__Atomic] = ACTIONS(394), + [anon_sym_unsigned] = ACTIONS(394), + [anon_sym_long] = ACTIONS(394), + [anon_sym_short] = ACTIONS(394), + [sym_primitive_type] = ACTIONS(394), + [anon_sym_enum] = ACTIONS(394), + [anon_sym_struct] = ACTIONS(394), + [anon_sym_union] = ACTIONS(394), + [sym_identifier] = ACTIONS(394), [sym_comment] = ACTIONS(39), }, - [570] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2139), + [506] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1997), [sym_comment] = ACTIONS(39), }, - [571] = { - [sym_preproc_include] = STATE(180), - [sym_preproc_def] = STATE(180), - [sym_preproc_function_def] = STATE(180), - [sym_preproc_call] = STATE(180), - [sym_preproc_if] = STATE(180), - [sym_preproc_ifdef] = STATE(180), - [sym_preproc_else] = STATE(847), - [sym_preproc_elif] = STATE(847), - [sym_function_definition] = STATE(180), - [sym_declaration] = STATE(180), - [sym_type_definition] = STATE(180), - [sym__declaration_specifiers] = STATE(77), - [sym_linkage_specification] = STATE(180), + [507] = { + [sym_preproc_include] = STATE(162), + [sym_preproc_def] = STATE(162), + [sym_preproc_function_def] = STATE(162), + [sym_preproc_call] = STATE(162), + [sym_preproc_if] = STATE(162), + [sym_preproc_ifdef] = STATE(162), + [sym_preproc_else] = STATE(757), + [sym_preproc_elif] = STATE(757), + [sym_function_definition] = STATE(162), + [sym_declaration] = STATE(162), + [sym_type_definition] = STATE(162), + [sym__declaration_specifiers] = STATE(70), + [sym_linkage_specification] = STATE(162), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -20617,22 +20007,22 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(180), + [sym__empty_declaration] = STATE(162), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(180), + [aux_sym_translation_unit_repeat1] = STATE(162), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(137), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(139), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2141), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(145), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(147), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(149), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(151), - [sym_preproc_directive] = ACTIONS(153), - [anon_sym_typedef] = ACTIONS(155), - [anon_sym_extern] = ACTIONS(157), + [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(1999), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(137), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(139), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(141), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(147), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -20651,39 +20041,39 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [572] = { - [anon_sym_LF] = ACTIONS(2143), + [508] = { + [anon_sym_LF] = ACTIONS(2001), [sym_comment] = ACTIONS(47), }, - [573] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(2145), - [anon_sym_LBRACK] = ACTIONS(446), + [509] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_SEMI] = ACTIONS(2003), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [574] = { - [sym__type_declarator] = STATE(850), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [510] = { + [sym__type_declarator] = STATE(760), + [sym_pointer_type_declarator] = STATE(83), + [sym_function_type_declarator] = STATE(84), + [sym_array_type_declarator] = STATE(85), + [anon_sym_LPAREN] = ACTIONS(159), + [anon_sym_STAR] = ACTIONS(161), + [sym_identifier] = ACTIONS(163), [sym_comment] = ACTIONS(39), }, - [575] = { - [sym_preproc_include] = STATE(852), - [sym_preproc_def] = STATE(852), - [sym_preproc_function_def] = STATE(852), - [sym_preproc_call] = STATE(852), - [sym_preproc_if] = STATE(852), - [sym_preproc_ifdef] = STATE(852), - [sym_function_definition] = STATE(852), - [sym_declaration] = STATE(852), - [sym_type_definition] = STATE(852), + [511] = { + [sym_preproc_include] = STATE(762), + [sym_preproc_def] = STATE(762), + [sym_preproc_function_def] = STATE(762), + [sym_preproc_call] = STATE(762), + [sym_preproc_if] = STATE(762), + [sym_preproc_ifdef] = STATE(762), + [sym_function_definition] = STATE(762), + [sym_declaration] = STATE(762), + [sym_type_definition] = STATE(762), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(852), + [sym_linkage_specification] = STATE(762), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -20691,9 +20081,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(852), + [sym__empty_declaration] = STATE(762), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(852), + [aux_sym_translation_unit_repeat1] = STATE(762), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), @@ -20704,7 +20094,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(17), [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(21), - [anon_sym_RBRACE] = ACTIONS(2147), + [anon_sym_RBRACE] = ACTIONS(2005), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -20723,84 +20113,114 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [576] = { - [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(466), - [anon_sym_typedef] = ACTIONS(466), - [anon_sym_extern] = ACTIONS(466), - [anon_sym_static] = ACTIONS(466), - [anon_sym_auto] = ACTIONS(466), - [anon_sym_register] = ACTIONS(466), - [anon_sym_inline] = ACTIONS(466), - [anon_sym_const] = ACTIONS(466), - [anon_sym_restrict] = ACTIONS(466), - [anon_sym_volatile] = ACTIONS(466), - [anon_sym__Atomic] = ACTIONS(466), - [anon_sym_unsigned] = ACTIONS(466), - [anon_sym_long] = ACTIONS(466), - [anon_sym_short] = ACTIONS(466), - [sym_primitive_type] = ACTIONS(466), - [anon_sym_enum] = ACTIONS(466), - [anon_sym_struct] = ACTIONS(466), - [anon_sym_union] = ACTIONS(466), - [sym_identifier] = ACTIONS(466), + [512] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(428), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(428), + [sym_preproc_directive] = ACTIONS(428), + [anon_sym_typedef] = ACTIONS(428), + [anon_sym_extern] = ACTIONS(428), + [anon_sym_static] = ACTIONS(428), + [anon_sym_auto] = ACTIONS(428), + [anon_sym_register] = ACTIONS(428), + [anon_sym_inline] = ACTIONS(428), + [anon_sym_const] = ACTIONS(428), + [anon_sym_restrict] = ACTIONS(428), + [anon_sym_volatile] = ACTIONS(428), + [anon_sym__Atomic] = ACTIONS(428), + [anon_sym_unsigned] = ACTIONS(428), + [anon_sym_long] = ACTIONS(428), + [anon_sym_short] = ACTIONS(428), + [sym_primitive_type] = ACTIONS(428), + [anon_sym_enum] = ACTIONS(428), + [anon_sym_struct] = ACTIONS(428), + [anon_sym_union] = ACTIONS(428), + [sym_identifier] = ACTIONS(428), [sym_comment] = ACTIONS(39), }, - [577] = { - [sym__declarator] = STATE(331), - [sym_pointer_declarator] = STATE(331), - [sym_function_declarator] = STATE(331), - [sym_array_declarator] = STATE(331), - [sym_init_declarator] = STATE(332), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(100), - [sym_identifier] = ACTIONS(734), + [513] = { + [sym__declarator] = STATE(296), + [sym_pointer_declarator] = STATE(296), + [sym_function_declarator] = STATE(296), + [sym_array_declarator] = STATE(296), + [sym_init_declarator] = STATE(297), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(94), + [sym_identifier] = ACTIONS(674), [sym_comment] = ACTIONS(39), }, - [578] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [514] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(526), + [anon_sym_LPAREN] = ACTIONS(524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(526), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(526), + [sym_preproc_directive] = ACTIONS(526), + [anon_sym_SEMI] = ACTIONS(524), + [anon_sym_typedef] = ACTIONS(526), + [anon_sym_extern] = ACTIONS(526), + [anon_sym_LBRACE] = ACTIONS(524), + [anon_sym_STAR] = ACTIONS(524), + [anon_sym_static] = ACTIONS(526), + [anon_sym_auto] = ACTIONS(526), + [anon_sym_register] = ACTIONS(526), + [anon_sym_inline] = ACTIONS(526), + [anon_sym_const] = ACTIONS(526), + [anon_sym_restrict] = ACTIONS(526), + [anon_sym_volatile] = ACTIONS(526), + [anon_sym__Atomic] = ACTIONS(526), + [anon_sym_unsigned] = ACTIONS(526), + [anon_sym_long] = ACTIONS(526), + [anon_sym_short] = ACTIONS(526), + [sym_primitive_type] = ACTIONS(526), + [anon_sym_enum] = ACTIONS(526), + [anon_sym_struct] = ACTIONS(526), + [anon_sym_union] = ACTIONS(526), + [anon_sym_if] = ACTIONS(526), + [anon_sym_else] = ACTIONS(526), + [anon_sym_switch] = ACTIONS(526), + [anon_sym_case] = ACTIONS(526), + [anon_sym_default] = ACTIONS(526), + [anon_sym_while] = ACTIONS(526), + [anon_sym_do] = ACTIONS(526), + [anon_sym_for] = ACTIONS(526), + [anon_sym_return] = ACTIONS(526), + [anon_sym_break] = ACTIONS(526), + [anon_sym_continue] = ACTIONS(526), + [anon_sym_goto] = ACTIONS(526), + [anon_sym_AMP] = ACTIONS(524), + [anon_sym_BANG] = ACTIONS(524), + [anon_sym_TILDE] = ACTIONS(524), + [anon_sym_PLUS] = ACTIONS(526), + [anon_sym_DASH] = ACTIONS(526), + [anon_sym_DASH_DASH] = ACTIONS(524), + [anon_sym_PLUS_PLUS] = ACTIONS(524), + [anon_sym_sizeof] = ACTIONS(526), + [sym_number_literal] = ACTIONS(524), + [sym_char_literal] = ACTIONS(524), + [sym_string_literal] = ACTIONS(524), + [sym_true] = ACTIONS(526), + [sym_false] = ACTIONS(526), + [sym_null] = ACTIONS(526), + [sym_identifier] = ACTIONS(526), [sym_comment] = ACTIONS(39), }, - [579] = { - [sym_preproc_include] = STATE(854), - [sym_preproc_def] = STATE(854), - [sym_preproc_function_def] = STATE(854), - [sym_preproc_call] = STATE(854), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(854), - [sym_type_definition] = STATE(854), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(854), + [515] = { + [sym_preproc_include] = STATE(764), + [sym_preproc_def] = STATE(764), + [sym_preproc_function_def] = STATE(764), + [sym_preproc_call] = STATE(764), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(764), + [sym_type_definition] = STATE(764), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(764), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -20808,55 +20228,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(854), - [sym_expression_statement] = STATE(854), - [sym_if_statement] = STATE(854), - [sym_switch_statement] = STATE(854), - [sym_case_statement] = STATE(854), - [sym_while_statement] = STATE(854), - [sym_do_statement] = STATE(854), - [sym_for_statement] = STATE(854), - [sym_return_statement] = STATE(854), - [sym_break_statement] = STATE(854), - [sym_continue_statement] = STATE(854), - [sym_goto_statement] = STATE(854), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(854), + [sym_labeled_statement] = STATE(764), + [sym_expression_statement] = STATE(764), + [sym_if_statement] = STATE(764), + [sym_switch_statement] = STATE(764), + [sym_case_statement] = STATE(764), + [sym_while_statement] = STATE(764), + [sym_do_statement] = STATE(764), + [sym_for_statement] = STATE(764), + [sym_return_statement] = STATE(764), + [sym_break_statement] = STATE(764), + [sym_continue_statement] = STATE(764), + [sym_goto_statement] = STATE(764), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(764), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(854), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(764), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(530), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(532), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(534), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(2149), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_RBRACE] = ACTIONS(2007), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -20872,181 +20292,240 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), [sym_comment] = ACTIONS(39), }, - [580] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(672), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(672), - [sym_preproc_directive] = ACTIONS(672), - [anon_sym_typedef] = ACTIONS(672), - [anon_sym_extern] = ACTIONS(672), - [anon_sym_static] = ACTIONS(672), - [anon_sym_auto] = ACTIONS(672), - [anon_sym_register] = ACTIONS(672), - [anon_sym_inline] = ACTIONS(672), - [anon_sym_const] = ACTIONS(672), - [anon_sym_restrict] = ACTIONS(672), - [anon_sym_volatile] = ACTIONS(672), - [anon_sym__Atomic] = ACTIONS(672), - [anon_sym_unsigned] = ACTIONS(672), - [anon_sym_long] = ACTIONS(672), - [anon_sym_short] = ACTIONS(672), - [sym_primitive_type] = ACTIONS(672), - [anon_sym_enum] = ACTIONS(672), - [anon_sym_struct] = ACTIONS(672), - [anon_sym_union] = ACTIONS(672), - [sym_identifier] = ACTIONS(672), + [516] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(618), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(618), + [sym_preproc_directive] = ACTIONS(618), + [anon_sym_typedef] = ACTIONS(618), + [anon_sym_extern] = ACTIONS(618), + [anon_sym_static] = ACTIONS(618), + [anon_sym_auto] = ACTIONS(618), + [anon_sym_register] = ACTIONS(618), + [anon_sym_inline] = ACTIONS(618), + [anon_sym_const] = ACTIONS(618), + [anon_sym_restrict] = ACTIONS(618), + [anon_sym_volatile] = ACTIONS(618), + [anon_sym__Atomic] = ACTIONS(618), + [anon_sym_unsigned] = ACTIONS(618), + [anon_sym_long] = ACTIONS(618), + [anon_sym_short] = ACTIONS(618), + [sym_primitive_type] = ACTIONS(618), + [anon_sym_enum] = ACTIONS(618), + [anon_sym_struct] = ACTIONS(618), + [anon_sym_union] = ACTIONS(618), + [sym_identifier] = ACTIONS(618), [sym_comment] = ACTIONS(39), }, - [581] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(2151), + [517] = { + [aux_sym_declaration_repeat1] = STATE(267), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(2009), [sym_comment] = ACTIONS(39), }, - [582] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2153), + [518] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2011), [sym_comment] = ACTIONS(39), }, - [583] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(796), - [sym_preproc_directive] = ACTIONS(796), - [anon_sym_typedef] = ACTIONS(796), - [anon_sym_extern] = ACTIONS(796), - [anon_sym_static] = ACTIONS(796), - [anon_sym_auto] = ACTIONS(796), - [anon_sym_register] = ACTIONS(796), - [anon_sym_inline] = ACTIONS(796), - [anon_sym_const] = ACTIONS(796), - [anon_sym_restrict] = ACTIONS(796), - [anon_sym_volatile] = ACTIONS(796), - [anon_sym__Atomic] = ACTIONS(796), - [anon_sym_unsigned] = ACTIONS(796), - [anon_sym_long] = ACTIONS(796), - [anon_sym_short] = ACTIONS(796), - [sym_primitive_type] = ACTIONS(796), - [anon_sym_enum] = ACTIONS(796), - [anon_sym_struct] = ACTIONS(796), - [anon_sym_union] = ACTIONS(796), - [sym_identifier] = ACTIONS(796), + [519] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(736), + [anon_sym_LPAREN] = ACTIONS(734), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(736), + [sym_preproc_directive] = ACTIONS(736), + [anon_sym_SEMI] = ACTIONS(734), + [anon_sym_typedef] = ACTIONS(736), + [anon_sym_extern] = ACTIONS(736), + [anon_sym_LBRACE] = ACTIONS(734), + [anon_sym_STAR] = ACTIONS(734), + [anon_sym_static] = ACTIONS(736), + [anon_sym_auto] = ACTIONS(736), + [anon_sym_register] = ACTIONS(736), + [anon_sym_inline] = ACTIONS(736), + [anon_sym_const] = ACTIONS(736), + [anon_sym_restrict] = ACTIONS(736), + [anon_sym_volatile] = ACTIONS(736), + [anon_sym__Atomic] = ACTIONS(736), + [anon_sym_unsigned] = ACTIONS(736), + [anon_sym_long] = ACTIONS(736), + [anon_sym_short] = ACTIONS(736), + [sym_primitive_type] = ACTIONS(736), + [anon_sym_enum] = ACTIONS(736), + [anon_sym_struct] = ACTIONS(736), + [anon_sym_union] = ACTIONS(736), + [anon_sym_if] = ACTIONS(736), + [anon_sym_switch] = ACTIONS(736), + [anon_sym_case] = ACTIONS(736), + [anon_sym_default] = ACTIONS(736), + [anon_sym_while] = ACTIONS(736), + [anon_sym_do] = ACTIONS(736), + [anon_sym_for] = ACTIONS(736), + [anon_sym_return] = ACTIONS(736), + [anon_sym_break] = ACTIONS(736), + [anon_sym_continue] = ACTIONS(736), + [anon_sym_goto] = ACTIONS(736), + [anon_sym_AMP] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(734), + [anon_sym_TILDE] = ACTIONS(734), + [anon_sym_PLUS] = ACTIONS(736), + [anon_sym_DASH] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(734), + [anon_sym_PLUS_PLUS] = ACTIONS(734), + [anon_sym_sizeof] = ACTIONS(736), + [sym_number_literal] = ACTIONS(734), + [sym_char_literal] = ACTIONS(734), + [sym_string_literal] = ACTIONS(734), + [sym_true] = ACTIONS(736), + [sym_false] = ACTIONS(736), + [sym_null] = ACTIONS(736), + [sym_identifier] = ACTIONS(736), [sym_comment] = ACTIONS(39), }, - [584] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), + [520] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(742), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(744), + [sym_preproc_directive] = ACTIONS(744), + [anon_sym_SEMI] = ACTIONS(742), + [anon_sym_typedef] = ACTIONS(744), + [anon_sym_extern] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(742), + [anon_sym_STAR] = ACTIONS(742), + [anon_sym_static] = ACTIONS(744), + [anon_sym_auto] = ACTIONS(744), + [anon_sym_register] = ACTIONS(744), + [anon_sym_inline] = ACTIONS(744), + [anon_sym_const] = ACTIONS(744), + [anon_sym_restrict] = ACTIONS(744), + [anon_sym_volatile] = ACTIONS(744), + [anon_sym__Atomic] = ACTIONS(744), + [anon_sym_unsigned] = ACTIONS(744), + [anon_sym_long] = ACTIONS(744), + [anon_sym_short] = ACTIONS(744), + [sym_primitive_type] = ACTIONS(744), + [anon_sym_enum] = ACTIONS(744), + [anon_sym_struct] = ACTIONS(744), + [anon_sym_union] = ACTIONS(744), + [anon_sym_if] = ACTIONS(744), + [anon_sym_else] = ACTIONS(744), + [anon_sym_switch] = ACTIONS(744), + [anon_sym_case] = ACTIONS(744), + [anon_sym_default] = ACTIONS(744), + [anon_sym_while] = ACTIONS(744), + [anon_sym_do] = ACTIONS(744), + [anon_sym_for] = ACTIONS(744), + [anon_sym_return] = ACTIONS(744), + [anon_sym_break] = ACTIONS(744), + [anon_sym_continue] = ACTIONS(744), + [anon_sym_goto] = ACTIONS(744), + [anon_sym_AMP] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(742), + [anon_sym_TILDE] = ACTIONS(742), + [anon_sym_PLUS] = ACTIONS(744), + [anon_sym_DASH] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(742), + [anon_sym_PLUS_PLUS] = ACTIONS(742), + [anon_sym_sizeof] = ACTIONS(744), + [sym_number_literal] = ACTIONS(742), + [sym_char_literal] = ACTIONS(742), + [sym_string_literal] = ACTIONS(742), + [sym_true] = ACTIONS(744), + [sym_false] = ACTIONS(744), + [sym_null] = ACTIONS(744), + [sym_identifier] = ACTIONS(744), [sym_comment] = ACTIONS(39), }, - [585] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(2155), - [anon_sym_LBRACK] = ACTIONS(446), + [521] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_SEMI] = ACTIONS(2013), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [586] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(826), - [sym_preproc_directive] = ACTIONS(826), - [anon_sym_typedef] = ACTIONS(826), - [anon_sym_extern] = ACTIONS(826), - [anon_sym_static] = ACTIONS(826), - [anon_sym_auto] = ACTIONS(826), - [anon_sym_register] = ACTIONS(826), - [anon_sym_inline] = ACTIONS(826), - [anon_sym_const] = ACTIONS(826), - [anon_sym_restrict] = ACTIONS(826), - [anon_sym_volatile] = ACTIONS(826), - [anon_sym__Atomic] = ACTIONS(826), - [anon_sym_unsigned] = ACTIONS(826), - [anon_sym_long] = ACTIONS(826), - [anon_sym_short] = ACTIONS(826), - [sym_primitive_type] = ACTIONS(826), - [anon_sym_enum] = ACTIONS(826), - [anon_sym_struct] = ACTIONS(826), - [anon_sym_union] = ACTIONS(826), - [sym_identifier] = ACTIONS(826), + [522] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(758), + [sym_preproc_directive] = ACTIONS(758), + [anon_sym_typedef] = ACTIONS(758), + [anon_sym_extern] = ACTIONS(758), + [anon_sym_static] = ACTIONS(758), + [anon_sym_auto] = ACTIONS(758), + [anon_sym_register] = ACTIONS(758), + [anon_sym_inline] = ACTIONS(758), + [anon_sym_const] = ACTIONS(758), + [anon_sym_restrict] = ACTIONS(758), + [anon_sym_volatile] = ACTIONS(758), + [anon_sym__Atomic] = ACTIONS(758), + [anon_sym_unsigned] = ACTIONS(758), + [anon_sym_long] = ACTIONS(758), + [anon_sym_short] = ACTIONS(758), + [sym_primitive_type] = ACTIONS(758), + [anon_sym_enum] = ACTIONS(758), + [anon_sym_struct] = ACTIONS(758), + [anon_sym_union] = ACTIONS(758), + [sym_identifier] = ACTIONS(758), [sym_comment] = ACTIONS(39), }, - [587] = { - [sym_preproc_include] = STATE(360), - [sym_preproc_def] = STATE(360), - [sym_preproc_function_def] = STATE(360), - [sym_preproc_call] = STATE(360), - [sym_preproc_if] = STATE(360), - [sym_preproc_ifdef] = STATE(360), - [sym_function_definition] = STATE(360), - [sym_declaration] = STATE(360), - [sym_type_definition] = STATE(360), + [523] = { + [sym_preproc_include] = STATE(320), + [sym_preproc_def] = STATE(320), + [sym_preproc_function_def] = STATE(320), + [sym_preproc_call] = STATE(320), + [sym_preproc_if] = STATE(320), + [sym_preproc_ifdef] = STATE(320), + [sym_function_definition] = STATE(320), + [sym_declaration] = STATE(320), + [sym_type_definition] = STATE(320), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(360), + [sym_linkage_specification] = STATE(320), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -21054,9 +20533,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(360), + [sym__empty_declaration] = STATE(320), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(360), + [aux_sym_translation_unit_repeat1] = STATE(320), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), @@ -21067,7 +20546,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(17), [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(21), - [anon_sym_RBRACE] = ACTIONS(2157), + [anon_sym_RBRACE] = ACTIONS(2015), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -21086,47 +20565,77 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [588] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [524] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(962), + [sym_char_literal] = ACTIONS(962), + [sym_string_literal] = ACTIONS(962), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_identifier] = ACTIONS(964), [sym_comment] = ACTIONS(39), }, - [589] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), + [525] = { + [sym_preproc_include] = STATE(455), + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(455), + [sym_type_definition] = STATE(455), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(455), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -21134,55 +20643,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), + [sym_labeled_statement] = STATE(455), + [sym_expression_statement] = STATE(455), + [sym_if_statement] = STATE(455), + [sym_switch_statement] = STATE(455), + [sym_case_statement] = STATE(455), + [sym_while_statement] = STATE(455), + [sym_do_statement] = STATE(455), + [sym_for_statement] = STATE(455), + [sym_return_statement] = STATE(455), + [sym_break_statement] = STATE(455), + [sym_continue_statement] = STATE(455), + [sym_goto_statement] = STATE(455), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(455), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(455), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(530), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(532), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(534), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(2159), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_RBRACE] = ACTIONS(2017), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -21198,775 +20707,808 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), - [sym_comment] = ACTIONS(39), - }, - [590] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), [sym_comment] = ACTIONS(39), }, - [591] = { - [anon_sym_LPAREN] = ACTIONS(1452), - [anon_sym_STAR] = ACTIONS(1452), - [sym_identifier] = ACTIONS(1452), + [526] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1178), + [anon_sym_LPAREN] = ACTIONS(1176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1178), + [sym_preproc_directive] = ACTIONS(1178), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym_typedef] = ACTIONS(1178), + [anon_sym_extern] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_static] = ACTIONS(1178), + [anon_sym_auto] = ACTIONS(1178), + [anon_sym_register] = ACTIONS(1178), + [anon_sym_inline] = ACTIONS(1178), + [anon_sym_const] = ACTIONS(1178), + [anon_sym_restrict] = ACTIONS(1178), + [anon_sym_volatile] = ACTIONS(1178), + [anon_sym__Atomic] = ACTIONS(1178), + [anon_sym_unsigned] = ACTIONS(1178), + [anon_sym_long] = ACTIONS(1178), + [anon_sym_short] = ACTIONS(1178), + [sym_primitive_type] = ACTIONS(1178), + [anon_sym_enum] = ACTIONS(1178), + [anon_sym_struct] = ACTIONS(1178), + [anon_sym_union] = ACTIONS(1178), + [anon_sym_if] = ACTIONS(1178), + [anon_sym_else] = ACTIONS(1178), + [anon_sym_switch] = ACTIONS(1178), + [anon_sym_case] = ACTIONS(1178), + [anon_sym_default] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1178), + [anon_sym_do] = ACTIONS(1178), + [anon_sym_for] = ACTIONS(1178), + [anon_sym_return] = ACTIONS(1178), + [anon_sym_break] = ACTIONS(1178), + [anon_sym_continue] = ACTIONS(1178), + [anon_sym_goto] = ACTIONS(1178), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1178), + [sym_number_literal] = ACTIONS(1176), + [sym_char_literal] = ACTIONS(1176), + [sym_string_literal] = ACTIONS(1176), + [sym_true] = ACTIONS(1178), + [sym_false] = ACTIONS(1178), + [sym_null] = ACTIONS(1178), + [sym_identifier] = ACTIONS(1178), [sym_comment] = ACTIONS(39), }, - [592] = { - [sym_enumerator] = STATE(372), - [anon_sym_RBRACE] = ACTIONS(2161), - [sym_identifier] = ACTIONS(207), + [527] = { + [anon_sym_LPAREN] = ACTIONS(2019), + [anon_sym_RPAREN] = ACTIONS(2019), + [anon_sym_SEMI] = ACTIONS(2019), + [anon_sym_LBRACK] = ACTIONS(2019), [sym_comment] = ACTIONS(39), }, - [593] = { - [anon_sym_LPAREN] = ACTIONS(2163), - [anon_sym_RPAREN] = ACTIONS(2163), - [anon_sym_SEMI] = ACTIONS(2163), - [anon_sym_LBRACK] = ACTIONS(2163), + [528] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2021), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [594] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2165), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [529] = { + [anon_sym_RPAREN] = ACTIONS(2023), [sym_comment] = ACTIONS(39), }, - [595] = { - [anon_sym_RPAREN] = ACTIONS(2167), - [sym_comment] = ACTIONS(39), - }, - [596] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(862), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [530] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(771), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [597] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1822), - [anon_sym_RBRACE] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [531] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1691), + [anon_sym_RBRACE] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [598] = { - [aux_sym_concatenated_string_repeat1] = STATE(863), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_COMMA] = ACTIONS(1826), - [anon_sym_RBRACE] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(2169), + [532] = { + [aux_sym_concatenated_string_repeat1] = STATE(772), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_COMMA] = ACTIONS(1695), + [anon_sym_RBRACE] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(2025), [sym_comment] = ACTIONS(39), }, - [599] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [533] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [600] = { - [sym__expression] = STATE(864), - [sym_conditional_expression] = STATE(864), - [sym_assignment_expression] = STATE(864), - [sym_pointer_expression] = STATE(864), - [sym_logical_expression] = STATE(864), - [sym_bitwise_expression] = STATE(864), - [sym_equality_expression] = STATE(864), - [sym_relational_expression] = STATE(864), - [sym_shift_expression] = STATE(864), - [sym_math_expression] = STATE(864), - [sym_cast_expression] = STATE(864), - [sym_sizeof_expression] = STATE(864), - [sym_subscript_expression] = STATE(864), - [sym_call_expression] = STATE(864), - [sym_field_expression] = STATE(864), - [sym_compound_literal_expression] = STATE(864), - [sym_parenthesized_expression] = STATE(864), - [sym_concatenated_string] = STATE(864), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2171), - [sym_char_literal] = ACTIONS(2171), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2173), - [sym_false] = ACTIONS(2173), - [sym_null] = ACTIONS(2173), - [sym_identifier] = ACTIONS(2173), + [534] = { + [sym__expression] = STATE(773), + [sym_conditional_expression] = STATE(773), + [sym_assignment_expression] = STATE(773), + [sym_pointer_expression] = STATE(773), + [sym_logical_expression] = STATE(773), + [sym_bitwise_expression] = STATE(773), + [sym_equality_expression] = STATE(773), + [sym_relational_expression] = STATE(773), + [sym_shift_expression] = STATE(773), + [sym_math_expression] = STATE(773), + [sym_cast_expression] = STATE(773), + [sym_sizeof_expression] = STATE(773), + [sym_subscript_expression] = STATE(773), + [sym_call_expression] = STATE(773), + [sym_field_expression] = STATE(773), + [sym_compound_literal_expression] = STATE(773), + [sym_parenthesized_expression] = STATE(773), + [sym_concatenated_string] = STATE(773), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2027), + [sym_char_literal] = ACTIONS(2027), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2029), + [sym_false] = ACTIONS(2029), + [sym_null] = ACTIONS(2029), + [sym_identifier] = ACTIONS(2029), [sym_comment] = ACTIONS(39), }, - [601] = { - [sym__expression] = STATE(865), - [sym_conditional_expression] = STATE(865), - [sym_assignment_expression] = STATE(865), - [sym_pointer_expression] = STATE(865), - [sym_logical_expression] = STATE(865), - [sym_bitwise_expression] = STATE(865), - [sym_equality_expression] = STATE(865), - [sym_relational_expression] = STATE(865), - [sym_shift_expression] = STATE(865), - [sym_math_expression] = STATE(865), - [sym_cast_expression] = STATE(865), - [sym_sizeof_expression] = STATE(865), - [sym_subscript_expression] = STATE(865), - [sym_call_expression] = STATE(865), - [sym_field_expression] = STATE(865), - [sym_compound_literal_expression] = STATE(865), - [sym_parenthesized_expression] = STATE(865), - [sym_concatenated_string] = STATE(865), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2175), - [sym_char_literal] = ACTIONS(2175), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2177), - [sym_false] = ACTIONS(2177), - [sym_null] = ACTIONS(2177), - [sym_identifier] = ACTIONS(2177), + [535] = { + [sym__expression] = STATE(774), + [sym_conditional_expression] = STATE(774), + [sym_assignment_expression] = STATE(774), + [sym_pointer_expression] = STATE(774), + [sym_logical_expression] = STATE(774), + [sym_bitwise_expression] = STATE(774), + [sym_equality_expression] = STATE(774), + [sym_relational_expression] = STATE(774), + [sym_shift_expression] = STATE(774), + [sym_math_expression] = STATE(774), + [sym_cast_expression] = STATE(774), + [sym_sizeof_expression] = STATE(774), + [sym_subscript_expression] = STATE(774), + [sym_call_expression] = STATE(774), + [sym_field_expression] = STATE(774), + [sym_compound_literal_expression] = STATE(774), + [sym_parenthesized_expression] = STATE(774), + [sym_concatenated_string] = STATE(774), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2031), + [sym_char_literal] = ACTIONS(2031), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2033), + [sym_false] = ACTIONS(2033), + [sym_null] = ACTIONS(2033), + [sym_identifier] = ACTIONS(2033), [sym_comment] = ACTIONS(39), }, - [602] = { - [sym__expression] = STATE(866), - [sym_conditional_expression] = STATE(866), - [sym_assignment_expression] = STATE(866), - [sym_pointer_expression] = STATE(866), - [sym_logical_expression] = STATE(866), - [sym_bitwise_expression] = STATE(866), - [sym_equality_expression] = STATE(866), - [sym_relational_expression] = STATE(866), - [sym_shift_expression] = STATE(866), - [sym_math_expression] = STATE(866), - [sym_cast_expression] = STATE(866), - [sym_sizeof_expression] = STATE(866), - [sym_subscript_expression] = STATE(866), - [sym_call_expression] = STATE(866), - [sym_field_expression] = STATE(866), - [sym_compound_literal_expression] = STATE(866), - [sym_parenthesized_expression] = STATE(866), - [sym_concatenated_string] = STATE(866), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2179), - [sym_char_literal] = ACTIONS(2179), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2181), - [sym_false] = ACTIONS(2181), - [sym_null] = ACTIONS(2181), - [sym_identifier] = ACTIONS(2181), + [536] = { + [sym__expression] = STATE(775), + [sym_conditional_expression] = STATE(775), + [sym_assignment_expression] = STATE(775), + [sym_pointer_expression] = STATE(775), + [sym_logical_expression] = STATE(775), + [sym_bitwise_expression] = STATE(775), + [sym_equality_expression] = STATE(775), + [sym_relational_expression] = STATE(775), + [sym_shift_expression] = STATE(775), + [sym_math_expression] = STATE(775), + [sym_cast_expression] = STATE(775), + [sym_sizeof_expression] = STATE(775), + [sym_subscript_expression] = STATE(775), + [sym_call_expression] = STATE(775), + [sym_field_expression] = STATE(775), + [sym_compound_literal_expression] = STATE(775), + [sym_parenthesized_expression] = STATE(775), + [sym_concatenated_string] = STATE(775), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2035), + [sym_char_literal] = ACTIONS(2035), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2037), + [sym_false] = ACTIONS(2037), + [sym_null] = ACTIONS(2037), + [sym_identifier] = ACTIONS(2037), [sym_comment] = ACTIONS(39), }, - [603] = { - [sym__expression] = STATE(867), - [sym_conditional_expression] = STATE(867), - [sym_assignment_expression] = STATE(867), - [sym_pointer_expression] = STATE(867), - [sym_logical_expression] = STATE(867), - [sym_bitwise_expression] = STATE(867), - [sym_equality_expression] = STATE(867), - [sym_relational_expression] = STATE(867), - [sym_shift_expression] = STATE(867), - [sym_math_expression] = STATE(867), - [sym_cast_expression] = STATE(867), - [sym_sizeof_expression] = STATE(867), - [sym_subscript_expression] = STATE(867), - [sym_call_expression] = STATE(867), - [sym_field_expression] = STATE(867), - [sym_compound_literal_expression] = STATE(867), - [sym_parenthesized_expression] = STATE(867), - [sym_concatenated_string] = STATE(867), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2183), - [sym_char_literal] = ACTIONS(2183), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2185), - [sym_false] = ACTIONS(2185), - [sym_null] = ACTIONS(2185), - [sym_identifier] = ACTIONS(2185), + [537] = { + [sym__expression] = STATE(776), + [sym_conditional_expression] = STATE(776), + [sym_assignment_expression] = STATE(776), + [sym_pointer_expression] = STATE(776), + [sym_logical_expression] = STATE(776), + [sym_bitwise_expression] = STATE(776), + [sym_equality_expression] = STATE(776), + [sym_relational_expression] = STATE(776), + [sym_shift_expression] = STATE(776), + [sym_math_expression] = STATE(776), + [sym_cast_expression] = STATE(776), + [sym_sizeof_expression] = STATE(776), + [sym_subscript_expression] = STATE(776), + [sym_call_expression] = STATE(776), + [sym_field_expression] = STATE(776), + [sym_compound_literal_expression] = STATE(776), + [sym_parenthesized_expression] = STATE(776), + [sym_concatenated_string] = STATE(776), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2039), + [sym_char_literal] = ACTIONS(2039), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2041), + [sym_false] = ACTIONS(2041), + [sym_null] = ACTIONS(2041), + [sym_identifier] = ACTIONS(2041), [sym_comment] = ACTIONS(39), }, - [604] = { - [sym__expression] = STATE(868), - [sym_conditional_expression] = STATE(868), - [sym_assignment_expression] = STATE(868), - [sym_pointer_expression] = STATE(868), - [sym_logical_expression] = STATE(868), - [sym_bitwise_expression] = STATE(868), - [sym_equality_expression] = STATE(868), - [sym_relational_expression] = STATE(868), - [sym_shift_expression] = STATE(868), - [sym_math_expression] = STATE(868), - [sym_cast_expression] = STATE(868), - [sym_sizeof_expression] = STATE(868), - [sym_subscript_expression] = STATE(868), - [sym_call_expression] = STATE(868), - [sym_field_expression] = STATE(868), - [sym_compound_literal_expression] = STATE(868), - [sym_parenthesized_expression] = STATE(868), - [sym_concatenated_string] = STATE(868), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2187), - [sym_char_literal] = ACTIONS(2187), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2189), - [sym_false] = ACTIONS(2189), - [sym_null] = ACTIONS(2189), - [sym_identifier] = ACTIONS(2189), + [538] = { + [sym__expression] = STATE(777), + [sym_conditional_expression] = STATE(777), + [sym_assignment_expression] = STATE(777), + [sym_pointer_expression] = STATE(777), + [sym_logical_expression] = STATE(777), + [sym_bitwise_expression] = STATE(777), + [sym_equality_expression] = STATE(777), + [sym_relational_expression] = STATE(777), + [sym_shift_expression] = STATE(777), + [sym_math_expression] = STATE(777), + [sym_cast_expression] = STATE(777), + [sym_sizeof_expression] = STATE(777), + [sym_subscript_expression] = STATE(777), + [sym_call_expression] = STATE(777), + [sym_field_expression] = STATE(777), + [sym_compound_literal_expression] = STATE(777), + [sym_parenthesized_expression] = STATE(777), + [sym_concatenated_string] = STATE(777), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2043), + [sym_char_literal] = ACTIONS(2043), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2045), + [sym_false] = ACTIONS(2045), + [sym_null] = ACTIONS(2045), + [sym_identifier] = ACTIONS(2045), [sym_comment] = ACTIONS(39), }, - [605] = { - [sym__expression] = STATE(869), - [sym_conditional_expression] = STATE(869), - [sym_assignment_expression] = STATE(869), - [sym_pointer_expression] = STATE(869), - [sym_logical_expression] = STATE(869), - [sym_bitwise_expression] = STATE(869), - [sym_equality_expression] = STATE(869), - [sym_relational_expression] = STATE(869), - [sym_shift_expression] = STATE(869), - [sym_math_expression] = STATE(869), - [sym_cast_expression] = STATE(869), - [sym_sizeof_expression] = STATE(869), - [sym_subscript_expression] = STATE(869), - [sym_call_expression] = STATE(869), - [sym_field_expression] = STATE(869), - [sym_compound_literal_expression] = STATE(869), - [sym_parenthesized_expression] = STATE(869), - [sym_concatenated_string] = STATE(869), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2191), - [sym_char_literal] = ACTIONS(2191), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2193), - [sym_false] = ACTIONS(2193), - [sym_null] = ACTIONS(2193), - [sym_identifier] = ACTIONS(2193), + [539] = { + [sym__expression] = STATE(778), + [sym_conditional_expression] = STATE(778), + [sym_assignment_expression] = STATE(778), + [sym_pointer_expression] = STATE(778), + [sym_logical_expression] = STATE(778), + [sym_bitwise_expression] = STATE(778), + [sym_equality_expression] = STATE(778), + [sym_relational_expression] = STATE(778), + [sym_shift_expression] = STATE(778), + [sym_math_expression] = STATE(778), + [sym_cast_expression] = STATE(778), + [sym_sizeof_expression] = STATE(778), + [sym_subscript_expression] = STATE(778), + [sym_call_expression] = STATE(778), + [sym_field_expression] = STATE(778), + [sym_compound_literal_expression] = STATE(778), + [sym_parenthesized_expression] = STATE(778), + [sym_concatenated_string] = STATE(778), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2047), + [sym_char_literal] = ACTIONS(2047), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2049), + [sym_false] = ACTIONS(2049), + [sym_null] = ACTIONS(2049), + [sym_identifier] = ACTIONS(2049), [sym_comment] = ACTIONS(39), }, - [606] = { - [sym__expression] = STATE(870), - [sym_conditional_expression] = STATE(870), - [sym_assignment_expression] = STATE(870), - [sym_pointer_expression] = STATE(870), - [sym_logical_expression] = STATE(870), - [sym_bitwise_expression] = STATE(870), - [sym_equality_expression] = STATE(870), - [sym_relational_expression] = STATE(870), - [sym_shift_expression] = STATE(870), - [sym_math_expression] = STATE(870), - [sym_cast_expression] = STATE(870), - [sym_sizeof_expression] = STATE(870), - [sym_subscript_expression] = STATE(870), - [sym_call_expression] = STATE(870), - [sym_field_expression] = STATE(870), - [sym_compound_literal_expression] = STATE(870), - [sym_parenthesized_expression] = STATE(870), - [sym_concatenated_string] = STATE(870), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2195), - [sym_char_literal] = ACTIONS(2195), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2197), - [sym_false] = ACTIONS(2197), - [sym_null] = ACTIONS(2197), - [sym_identifier] = ACTIONS(2197), + [540] = { + [sym__expression] = STATE(779), + [sym_conditional_expression] = STATE(779), + [sym_assignment_expression] = STATE(779), + [sym_pointer_expression] = STATE(779), + [sym_logical_expression] = STATE(779), + [sym_bitwise_expression] = STATE(779), + [sym_equality_expression] = STATE(779), + [sym_relational_expression] = STATE(779), + [sym_shift_expression] = STATE(779), + [sym_math_expression] = STATE(779), + [sym_cast_expression] = STATE(779), + [sym_sizeof_expression] = STATE(779), + [sym_subscript_expression] = STATE(779), + [sym_call_expression] = STATE(779), + [sym_field_expression] = STATE(779), + [sym_compound_literal_expression] = STATE(779), + [sym_parenthesized_expression] = STATE(779), + [sym_concatenated_string] = STATE(779), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2051), + [sym_char_literal] = ACTIONS(2051), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2053), + [sym_false] = ACTIONS(2053), + [sym_null] = ACTIONS(2053), + [sym_identifier] = ACTIONS(2053), [sym_comment] = ACTIONS(39), }, - [607] = { - [sym__expression] = STATE(871), - [sym_conditional_expression] = STATE(871), - [sym_assignment_expression] = STATE(871), - [sym_pointer_expression] = STATE(871), - [sym_logical_expression] = STATE(871), - [sym_bitwise_expression] = STATE(871), - [sym_equality_expression] = STATE(871), - [sym_relational_expression] = STATE(871), - [sym_shift_expression] = STATE(871), - [sym_math_expression] = STATE(871), - [sym_cast_expression] = STATE(871), - [sym_sizeof_expression] = STATE(871), - [sym_subscript_expression] = STATE(871), - [sym_call_expression] = STATE(871), - [sym_field_expression] = STATE(871), - [sym_compound_literal_expression] = STATE(871), - [sym_parenthesized_expression] = STATE(871), - [sym_concatenated_string] = STATE(871), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2199), - [sym_char_literal] = ACTIONS(2199), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2201), - [sym_false] = ACTIONS(2201), - [sym_null] = ACTIONS(2201), - [sym_identifier] = ACTIONS(2201), + [541] = { + [sym__expression] = STATE(780), + [sym_conditional_expression] = STATE(780), + [sym_assignment_expression] = STATE(780), + [sym_pointer_expression] = STATE(780), + [sym_logical_expression] = STATE(780), + [sym_bitwise_expression] = STATE(780), + [sym_equality_expression] = STATE(780), + [sym_relational_expression] = STATE(780), + [sym_shift_expression] = STATE(780), + [sym_math_expression] = STATE(780), + [sym_cast_expression] = STATE(780), + [sym_sizeof_expression] = STATE(780), + [sym_subscript_expression] = STATE(780), + [sym_call_expression] = STATE(780), + [sym_field_expression] = STATE(780), + [sym_compound_literal_expression] = STATE(780), + [sym_parenthesized_expression] = STATE(780), + [sym_concatenated_string] = STATE(780), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2055), + [sym_char_literal] = ACTIONS(2055), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2057), + [sym_false] = ACTIONS(2057), + [sym_null] = ACTIONS(2057), + [sym_identifier] = ACTIONS(2057), [sym_comment] = ACTIONS(39), }, - [608] = { - [sym__expression] = STATE(872), - [sym_conditional_expression] = STATE(872), - [sym_assignment_expression] = STATE(872), - [sym_pointer_expression] = STATE(872), - [sym_logical_expression] = STATE(872), - [sym_bitwise_expression] = STATE(872), - [sym_equality_expression] = STATE(872), - [sym_relational_expression] = STATE(872), - [sym_shift_expression] = STATE(872), - [sym_math_expression] = STATE(872), - [sym_cast_expression] = STATE(872), - [sym_sizeof_expression] = STATE(872), - [sym_subscript_expression] = STATE(872), - [sym_call_expression] = STATE(872), - [sym_field_expression] = STATE(872), - [sym_compound_literal_expression] = STATE(872), - [sym_parenthesized_expression] = STATE(872), - [sym_concatenated_string] = STATE(872), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2203), - [sym_char_literal] = ACTIONS(2203), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2205), - [sym_false] = ACTIONS(2205), - [sym_null] = ACTIONS(2205), - [sym_identifier] = ACTIONS(2205), + [542] = { + [sym__expression] = STATE(781), + [sym_conditional_expression] = STATE(781), + [sym_assignment_expression] = STATE(781), + [sym_pointer_expression] = STATE(781), + [sym_logical_expression] = STATE(781), + [sym_bitwise_expression] = STATE(781), + [sym_equality_expression] = STATE(781), + [sym_relational_expression] = STATE(781), + [sym_shift_expression] = STATE(781), + [sym_math_expression] = STATE(781), + [sym_cast_expression] = STATE(781), + [sym_sizeof_expression] = STATE(781), + [sym_subscript_expression] = STATE(781), + [sym_call_expression] = STATE(781), + [sym_field_expression] = STATE(781), + [sym_compound_literal_expression] = STATE(781), + [sym_parenthesized_expression] = STATE(781), + [sym_concatenated_string] = STATE(781), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2059), + [sym_char_literal] = ACTIONS(2059), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2061), + [sym_false] = ACTIONS(2061), + [sym_null] = ACTIONS(2061), + [sym_identifier] = ACTIONS(2061), [sym_comment] = ACTIONS(39), }, - [609] = { - [sym__expression] = STATE(873), - [sym_conditional_expression] = STATE(873), - [sym_assignment_expression] = STATE(873), - [sym_pointer_expression] = STATE(873), - [sym_logical_expression] = STATE(873), - [sym_bitwise_expression] = STATE(873), - [sym_equality_expression] = STATE(873), - [sym_relational_expression] = STATE(873), - [sym_shift_expression] = STATE(873), - [sym_math_expression] = STATE(873), - [sym_cast_expression] = STATE(873), - [sym_sizeof_expression] = STATE(873), - [sym_subscript_expression] = STATE(873), - [sym_call_expression] = STATE(873), - [sym_field_expression] = STATE(873), - [sym_compound_literal_expression] = STATE(873), - [sym_parenthesized_expression] = STATE(873), - [sym_concatenated_string] = STATE(873), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2207), - [sym_char_literal] = ACTIONS(2207), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2209), - [sym_false] = ACTIONS(2209), - [sym_null] = ACTIONS(2209), - [sym_identifier] = ACTIONS(2209), + [543] = { + [sym__expression] = STATE(782), + [sym_conditional_expression] = STATE(782), + [sym_assignment_expression] = STATE(782), + [sym_pointer_expression] = STATE(782), + [sym_logical_expression] = STATE(782), + [sym_bitwise_expression] = STATE(782), + [sym_equality_expression] = STATE(782), + [sym_relational_expression] = STATE(782), + [sym_shift_expression] = STATE(782), + [sym_math_expression] = STATE(782), + [sym_cast_expression] = STATE(782), + [sym_sizeof_expression] = STATE(782), + [sym_subscript_expression] = STATE(782), + [sym_call_expression] = STATE(782), + [sym_field_expression] = STATE(782), + [sym_compound_literal_expression] = STATE(782), + [sym_parenthesized_expression] = STATE(782), + [sym_concatenated_string] = STATE(782), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2063), + [sym_char_literal] = ACTIONS(2063), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2065), + [sym_false] = ACTIONS(2065), + [sym_null] = ACTIONS(2065), + [sym_identifier] = ACTIONS(2065), [sym_comment] = ACTIONS(39), }, - [610] = { - [sym__expression] = STATE(874), - [sym_conditional_expression] = STATE(874), - [sym_assignment_expression] = STATE(874), - [sym_pointer_expression] = STATE(874), - [sym_logical_expression] = STATE(874), - [sym_bitwise_expression] = STATE(874), - [sym_equality_expression] = STATE(874), - [sym_relational_expression] = STATE(874), - [sym_shift_expression] = STATE(874), - [sym_math_expression] = STATE(874), - [sym_cast_expression] = STATE(874), - [sym_sizeof_expression] = STATE(874), - [sym_subscript_expression] = STATE(874), - [sym_call_expression] = STATE(874), - [sym_field_expression] = STATE(874), - [sym_compound_literal_expression] = STATE(874), - [sym_parenthesized_expression] = STATE(874), - [sym_concatenated_string] = STATE(874), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2211), - [sym_char_literal] = ACTIONS(2211), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2213), - [sym_false] = ACTIONS(2213), - [sym_null] = ACTIONS(2213), - [sym_identifier] = ACTIONS(2213), + [544] = { + [sym__expression] = STATE(783), + [sym_conditional_expression] = STATE(783), + [sym_assignment_expression] = STATE(783), + [sym_pointer_expression] = STATE(783), + [sym_logical_expression] = STATE(783), + [sym_bitwise_expression] = STATE(783), + [sym_equality_expression] = STATE(783), + [sym_relational_expression] = STATE(783), + [sym_shift_expression] = STATE(783), + [sym_math_expression] = STATE(783), + [sym_cast_expression] = STATE(783), + [sym_sizeof_expression] = STATE(783), + [sym_subscript_expression] = STATE(783), + [sym_call_expression] = STATE(783), + [sym_field_expression] = STATE(783), + [sym_compound_literal_expression] = STATE(783), + [sym_parenthesized_expression] = STATE(783), + [sym_concatenated_string] = STATE(783), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2067), + [sym_char_literal] = ACTIONS(2067), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2069), + [sym_false] = ACTIONS(2069), + [sym_null] = ACTIONS(2069), + [sym_identifier] = ACTIONS(2069), [sym_comment] = ACTIONS(39), }, - [611] = { - [anon_sym_LPAREN] = ACTIONS(2215), - [anon_sym_COMMA] = ACTIONS(2215), - [anon_sym_RPAREN] = ACTIONS(2215), - [anon_sym_SEMI] = ACTIONS(2215), - [anon_sym_extern] = ACTIONS(2217), - [anon_sym_STAR] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(2215), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_auto] = ACTIONS(2217), - [anon_sym_register] = ACTIONS(2217), - [anon_sym_inline] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_restrict] = ACTIONS(2217), - [anon_sym_volatile] = ACTIONS(2217), - [anon_sym__Atomic] = ACTIONS(2217), - [anon_sym_COLON] = ACTIONS(2215), - [sym_identifier] = ACTIONS(2217), + [545] = { + [anon_sym_LPAREN] = ACTIONS(2071), + [anon_sym_COMMA] = ACTIONS(2071), + [anon_sym_RPAREN] = ACTIONS(2071), + [anon_sym_SEMI] = ACTIONS(2071), + [anon_sym_extern] = ACTIONS(2073), + [anon_sym_STAR] = ACTIONS(2071), + [anon_sym_LBRACK] = ACTIONS(2071), + [anon_sym_RBRACK] = ACTIONS(2071), + [anon_sym_static] = ACTIONS(2073), + [anon_sym_auto] = ACTIONS(2073), + [anon_sym_register] = ACTIONS(2073), + [anon_sym_inline] = ACTIONS(2073), + [anon_sym_const] = ACTIONS(2073), + [anon_sym_restrict] = ACTIONS(2073), + [anon_sym_volatile] = ACTIONS(2073), + [anon_sym__Atomic] = ACTIONS(2073), + [anon_sym_COLON] = ACTIONS(2071), + [anon_sym_AMP] = ACTIONS(2071), + [anon_sym_BANG] = ACTIONS(2071), + [anon_sym_TILDE] = ACTIONS(2071), + [anon_sym_PLUS] = ACTIONS(2073), + [anon_sym_DASH] = ACTIONS(2073), + [anon_sym_DASH_DASH] = ACTIONS(2071), + [anon_sym_PLUS_PLUS] = ACTIONS(2071), + [anon_sym_sizeof] = ACTIONS(2073), + [sym_number_literal] = ACTIONS(2071), + [sym_char_literal] = ACTIONS(2071), + [sym_string_literal] = ACTIONS(2071), + [sym_true] = ACTIONS(2073), + [sym_false] = ACTIONS(2073), + [sym_null] = ACTIONS(2073), + [sym_identifier] = ACTIONS(2073), [sym_comment] = ACTIONS(39), }, - [612] = { - [sym_enumerator] = STATE(372), - [sym_identifier] = ACTIONS(207), + [546] = { + [sym_enumerator] = STATE(332), + [sym_identifier] = ACTIONS(179), [sym_comment] = ACTIONS(39), }, - [613] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(875), - [sym_field_declaration] = STATE(875), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(875), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), + [547] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(784), + [sym_field_declaration] = STATE(784), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(784), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2075), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -21976,41 +21518,41 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [614] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(876), - [sym_preproc_elif_in_field_declaration_list] = STATE(877), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(878), - [sym_field_declaration] = STATE(878), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(878), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [548] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(785), + [sym_preproc_elif_in_field_declaration_list] = STATE(786), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(787), + [sym_field_declaration] = STATE(787), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(787), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2077), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -22020,2225 +21562,2150 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [615] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2225), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2225), - [anon_sym_extern] = ACTIONS(2223), - [anon_sym_RBRACE] = ACTIONS(2225), - [anon_sym_static] = ACTIONS(2223), - [anon_sym_auto] = ACTIONS(2223), - [anon_sym_register] = ACTIONS(2223), - [anon_sym_inline] = ACTIONS(2223), - [anon_sym_const] = ACTIONS(2223), - [anon_sym_restrict] = ACTIONS(2223), - [anon_sym_volatile] = ACTIONS(2223), - [anon_sym__Atomic] = ACTIONS(2223), - [anon_sym_unsigned] = ACTIONS(2223), - [anon_sym_long] = ACTIONS(2223), - [anon_sym_short] = ACTIONS(2223), - [sym_primitive_type] = ACTIONS(2223), - [anon_sym_enum] = ACTIONS(2223), - [anon_sym_struct] = ACTIONS(2223), - [anon_sym_union] = ACTIONS(2223), - [sym_identifier] = ACTIONS(2223), + [549] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2079), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2081), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2081), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2081), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2081), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2081), + [anon_sym_extern] = ACTIONS(2079), + [anon_sym_RBRACE] = ACTIONS(2081), + [anon_sym_static] = ACTIONS(2079), + [anon_sym_auto] = ACTIONS(2079), + [anon_sym_register] = ACTIONS(2079), + [anon_sym_inline] = ACTIONS(2079), + [anon_sym_const] = ACTIONS(2079), + [anon_sym_restrict] = ACTIONS(2079), + [anon_sym_volatile] = ACTIONS(2079), + [anon_sym__Atomic] = ACTIONS(2079), + [anon_sym_unsigned] = ACTIONS(2079), + [anon_sym_long] = ACTIONS(2079), + [anon_sym_short] = ACTIONS(2079), + [sym_primitive_type] = ACTIONS(2079), + [anon_sym_enum] = ACTIONS(2079), + [anon_sym_struct] = ACTIONS(2079), + [anon_sym_union] = ACTIONS(2079), + [sym_identifier] = ACTIONS(2079), [sym_comment] = ACTIONS(39), }, - [616] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2227), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2229), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2229), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2229), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2229), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2229), - [anon_sym_extern] = ACTIONS(2227), - [anon_sym_RBRACE] = ACTIONS(2229), - [anon_sym_static] = ACTIONS(2227), - [anon_sym_auto] = ACTIONS(2227), - [anon_sym_register] = ACTIONS(2227), - [anon_sym_inline] = ACTIONS(2227), - [anon_sym_const] = ACTIONS(2227), - [anon_sym_restrict] = ACTIONS(2227), - [anon_sym_volatile] = ACTIONS(2227), - [anon_sym__Atomic] = ACTIONS(2227), - [anon_sym_unsigned] = ACTIONS(2227), - [anon_sym_long] = ACTIONS(2227), - [anon_sym_short] = ACTIONS(2227), - [sym_primitive_type] = ACTIONS(2227), - [anon_sym_enum] = ACTIONS(2227), - [anon_sym_struct] = ACTIONS(2227), - [anon_sym_union] = ACTIONS(2227), - [sym_identifier] = ACTIONS(2227), + [550] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2083), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2085), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2085), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2085), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2085), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2085), + [anon_sym_extern] = ACTIONS(2083), + [anon_sym_RBRACE] = ACTIONS(2085), + [anon_sym_static] = ACTIONS(2083), + [anon_sym_auto] = ACTIONS(2083), + [anon_sym_register] = ACTIONS(2083), + [anon_sym_inline] = ACTIONS(2083), + [anon_sym_const] = ACTIONS(2083), + [anon_sym_restrict] = ACTIONS(2083), + [anon_sym_volatile] = ACTIONS(2083), + [anon_sym__Atomic] = ACTIONS(2083), + [anon_sym_unsigned] = ACTIONS(2083), + [anon_sym_long] = ACTIONS(2083), + [anon_sym_short] = ACTIONS(2083), + [sym_primitive_type] = ACTIONS(2083), + [anon_sym_enum] = ACTIONS(2083), + [anon_sym_struct] = ACTIONS(2083), + [anon_sym_union] = ACTIONS(2083), + [sym_identifier] = ACTIONS(2083), [sym_comment] = ACTIONS(39), }, - [617] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2231), - [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), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2233), - [anon_sym_extern] = ACTIONS(2231), - [anon_sym_RBRACE] = ACTIONS(2233), - [anon_sym_static] = ACTIONS(2231), - [anon_sym_auto] = ACTIONS(2231), - [anon_sym_register] = ACTIONS(2231), - [anon_sym_inline] = ACTIONS(2231), - [anon_sym_const] = ACTIONS(2231), - [anon_sym_restrict] = ACTIONS(2231), - [anon_sym_volatile] = ACTIONS(2231), - [anon_sym__Atomic] = ACTIONS(2231), - [anon_sym_unsigned] = ACTIONS(2231), - [anon_sym_long] = ACTIONS(2231), - [anon_sym_short] = ACTIONS(2231), - [sym_primitive_type] = ACTIONS(2231), - [anon_sym_enum] = ACTIONS(2231), - [anon_sym_struct] = ACTIONS(2231), - [anon_sym_union] = ACTIONS(2231), - [sym_identifier] = ACTIONS(2231), + [551] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2087), + [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), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2089), + [anon_sym_extern] = ACTIONS(2087), + [anon_sym_RBRACE] = ACTIONS(2089), + [anon_sym_static] = ACTIONS(2087), + [anon_sym_auto] = ACTIONS(2087), + [anon_sym_register] = ACTIONS(2087), + [anon_sym_inline] = ACTIONS(2087), + [anon_sym_const] = ACTIONS(2087), + [anon_sym_restrict] = ACTIONS(2087), + [anon_sym_volatile] = ACTIONS(2087), + [anon_sym__Atomic] = ACTIONS(2087), + [anon_sym_unsigned] = ACTIONS(2087), + [anon_sym_long] = ACTIONS(2087), + [anon_sym_short] = ACTIONS(2087), + [sym_primitive_type] = ACTIONS(2087), + [anon_sym_enum] = ACTIONS(2087), + [anon_sym_struct] = ACTIONS(2087), + [anon_sym_union] = ACTIONS(2087), + [sym_identifier] = ACTIONS(2087), [sym_comment] = ACTIONS(39), }, - [618] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2235), + [552] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2091), [sym_comment] = ACTIONS(39), }, - [619] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2237), + [553] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2093), [sym_comment] = ACTIONS(39), }, - [620] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(620), - [sym_field_declaration] = STATE(620), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(620), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(917), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(929), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(920), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(923), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(929), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(929), - [anon_sym_extern] = ACTIONS(926), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(931), - [anon_sym_restrict] = ACTIONS(931), - [anon_sym_volatile] = ACTIONS(931), - [anon_sym__Atomic] = ACTIONS(931), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(937), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(943), - [anon_sym_union] = ACTIONS(946), - [sym_identifier] = ACTIONS(949), + [554] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(554), + [sym_field_declaration] = STATE(554), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(554), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(861), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(852), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(855), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(861), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(861), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_static] = ACTIONS(858), + [anon_sym_auto] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_inline] = ACTIONS(858), + [anon_sym_const] = ACTIONS(863), + [anon_sym_restrict] = ACTIONS(863), + [anon_sym_volatile] = ACTIONS(863), + [anon_sym__Atomic] = ACTIONS(863), + [anon_sym_unsigned] = ACTIONS(866), + [anon_sym_long] = ACTIONS(866), + [anon_sym_short] = ACTIONS(866), + [sym_primitive_type] = ACTIONS(869), + [anon_sym_enum] = ACTIONS(872), + [anon_sym_struct] = ACTIONS(875), + [anon_sym_union] = ACTIONS(878), + [sym_identifier] = ACTIONS(881), [sym_comment] = ACTIONS(39), }, - [621] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2239), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2241), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2241), - [anon_sym_extern] = ACTIONS(2239), - [anon_sym_RBRACE] = ACTIONS(2241), - [anon_sym_static] = ACTIONS(2239), - [anon_sym_auto] = ACTIONS(2239), - [anon_sym_register] = ACTIONS(2239), - [anon_sym_inline] = ACTIONS(2239), - [anon_sym_const] = ACTIONS(2239), - [anon_sym_restrict] = ACTIONS(2239), - [anon_sym_volatile] = ACTIONS(2239), - [anon_sym__Atomic] = ACTIONS(2239), - [anon_sym_unsigned] = ACTIONS(2239), - [anon_sym_long] = ACTIONS(2239), - [anon_sym_short] = ACTIONS(2239), - [sym_primitive_type] = ACTIONS(2239), - [anon_sym_enum] = ACTIONS(2239), - [anon_sym_struct] = ACTIONS(2239), - [anon_sym_union] = ACTIONS(2239), - [sym_identifier] = ACTIONS(2239), + [555] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2095), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2097), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2097), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2097), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2097), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2097), + [anon_sym_extern] = ACTIONS(2095), + [anon_sym_RBRACE] = ACTIONS(2097), + [anon_sym_static] = ACTIONS(2095), + [anon_sym_auto] = ACTIONS(2095), + [anon_sym_register] = ACTIONS(2095), + [anon_sym_inline] = ACTIONS(2095), + [anon_sym_const] = ACTIONS(2095), + [anon_sym_restrict] = ACTIONS(2095), + [anon_sym_volatile] = ACTIONS(2095), + [anon_sym__Atomic] = ACTIONS(2095), + [anon_sym_unsigned] = ACTIONS(2095), + [anon_sym_long] = ACTIONS(2095), + [anon_sym_short] = ACTIONS(2095), + [sym_primitive_type] = ACTIONS(2095), + [anon_sym_enum] = ACTIONS(2095), + [anon_sym_struct] = ACTIONS(2095), + [anon_sym_union] = ACTIONS(2095), + [sym_identifier] = ACTIONS(2095), [sym_comment] = ACTIONS(39), }, - [622] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2243), - [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), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2245), - [anon_sym_extern] = ACTIONS(2243), - [anon_sym_RBRACE] = ACTIONS(2245), - [anon_sym_static] = ACTIONS(2243), - [anon_sym_auto] = ACTIONS(2243), - [anon_sym_register] = ACTIONS(2243), - [anon_sym_inline] = ACTIONS(2243), - [anon_sym_const] = ACTIONS(2243), - [anon_sym_restrict] = ACTIONS(2243), - [anon_sym_volatile] = ACTIONS(2243), - [anon_sym__Atomic] = ACTIONS(2243), - [anon_sym_unsigned] = ACTIONS(2243), - [anon_sym_long] = ACTIONS(2243), - [anon_sym_short] = ACTIONS(2243), - [sym_primitive_type] = ACTIONS(2243), - [anon_sym_enum] = ACTIONS(2243), - [anon_sym_struct] = ACTIONS(2243), - [anon_sym_union] = ACTIONS(2243), - [sym_identifier] = ACTIONS(2243), + [556] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2099), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2101), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2101), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2101), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2101), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2101), + [anon_sym_extern] = ACTIONS(2099), + [anon_sym_RBRACE] = ACTIONS(2101), + [anon_sym_static] = ACTIONS(2099), + [anon_sym_auto] = ACTIONS(2099), + [anon_sym_register] = ACTIONS(2099), + [anon_sym_inline] = ACTIONS(2099), + [anon_sym_const] = ACTIONS(2099), + [anon_sym_restrict] = ACTIONS(2099), + [anon_sym_volatile] = ACTIONS(2099), + [anon_sym__Atomic] = ACTIONS(2099), + [anon_sym_unsigned] = ACTIONS(2099), + [anon_sym_long] = ACTIONS(2099), + [anon_sym_short] = ACTIONS(2099), + [sym_primitive_type] = ACTIONS(2099), + [anon_sym_enum] = ACTIONS(2099), + [anon_sym_struct] = ACTIONS(2099), + [anon_sym_union] = ACTIONS(2099), + [sym_identifier] = ACTIONS(2099), [sym_comment] = ACTIONS(39), }, - [623] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2247), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2249), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2249), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2249), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2249), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2249), - [anon_sym_extern] = ACTIONS(2247), - [anon_sym_RBRACE] = ACTIONS(2249), - [anon_sym_static] = ACTIONS(2247), - [anon_sym_auto] = ACTIONS(2247), - [anon_sym_register] = ACTIONS(2247), - [anon_sym_inline] = ACTIONS(2247), - [anon_sym_const] = ACTIONS(2247), - [anon_sym_restrict] = ACTIONS(2247), - [anon_sym_volatile] = ACTIONS(2247), - [anon_sym__Atomic] = ACTIONS(2247), - [anon_sym_unsigned] = ACTIONS(2247), - [anon_sym_long] = ACTIONS(2247), - [anon_sym_short] = ACTIONS(2247), - [sym_primitive_type] = ACTIONS(2247), - [anon_sym_enum] = ACTIONS(2247), - [anon_sym_struct] = ACTIONS(2247), - [anon_sym_union] = ACTIONS(2247), - [sym_identifier] = ACTIONS(2247), + [557] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2103), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2105), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2105), + [anon_sym_extern] = ACTIONS(2103), + [anon_sym_RBRACE] = ACTIONS(2105), + [anon_sym_static] = ACTIONS(2103), + [anon_sym_auto] = ACTIONS(2103), + [anon_sym_register] = ACTIONS(2103), + [anon_sym_inline] = ACTIONS(2103), + [anon_sym_const] = ACTIONS(2103), + [anon_sym_restrict] = ACTIONS(2103), + [anon_sym_volatile] = ACTIONS(2103), + [anon_sym__Atomic] = ACTIONS(2103), + [anon_sym_unsigned] = ACTIONS(2103), + [anon_sym_long] = ACTIONS(2103), + [anon_sym_short] = ACTIONS(2103), + [sym_primitive_type] = ACTIONS(2103), + [anon_sym_enum] = ACTIONS(2103), + [anon_sym_struct] = ACTIONS(2103), + [anon_sym_union] = ACTIONS(2103), + [sym_identifier] = ACTIONS(2103), [sym_comment] = ACTIONS(39), }, - [624] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2251), + [558] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2107), [sym_comment] = ACTIONS(39), }, - [625] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2253), + [559] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2109), [sym_comment] = ACTIONS(39), }, - [626] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2257), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2257), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2257), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2257), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2257), - [anon_sym_extern] = ACTIONS(2255), - [anon_sym_RBRACE] = ACTIONS(2257), - [anon_sym_static] = ACTIONS(2255), - [anon_sym_auto] = ACTIONS(2255), - [anon_sym_register] = ACTIONS(2255), - [anon_sym_inline] = ACTIONS(2255), - [anon_sym_const] = ACTIONS(2255), - [anon_sym_restrict] = ACTIONS(2255), - [anon_sym_volatile] = ACTIONS(2255), - [anon_sym__Atomic] = ACTIONS(2255), - [anon_sym_unsigned] = ACTIONS(2255), - [anon_sym_long] = ACTIONS(2255), - [anon_sym_short] = ACTIONS(2255), - [sym_primitive_type] = ACTIONS(2255), - [anon_sym_enum] = ACTIONS(2255), - [anon_sym_struct] = ACTIONS(2255), - [anon_sym_union] = ACTIONS(2255), - [sym_identifier] = ACTIONS(2255), + [560] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2111), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2113), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2113), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2113), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2113), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2113), + [anon_sym_extern] = ACTIONS(2111), + [anon_sym_RBRACE] = ACTIONS(2113), + [anon_sym_static] = ACTIONS(2111), + [anon_sym_auto] = ACTIONS(2111), + [anon_sym_register] = ACTIONS(2111), + [anon_sym_inline] = ACTIONS(2111), + [anon_sym_const] = ACTIONS(2111), + [anon_sym_restrict] = ACTIONS(2111), + [anon_sym_volatile] = ACTIONS(2111), + [anon_sym__Atomic] = ACTIONS(2111), + [anon_sym_unsigned] = ACTIONS(2111), + [anon_sym_long] = ACTIONS(2111), + [anon_sym_short] = ACTIONS(2111), + [sym_primitive_type] = ACTIONS(2111), + [anon_sym_enum] = ACTIONS(2111), + [anon_sym_struct] = ACTIONS(2111), + [anon_sym_union] = ACTIONS(2111), + [sym_identifier] = ACTIONS(2111), [sym_comment] = ACTIONS(39), }, - [627] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2259), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2261), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2259), - [anon_sym_RBRACE] = ACTIONS(2261), - [anon_sym_static] = ACTIONS(2259), - [anon_sym_auto] = ACTIONS(2259), - [anon_sym_register] = ACTIONS(2259), - [anon_sym_inline] = ACTIONS(2259), - [anon_sym_const] = ACTIONS(2259), - [anon_sym_restrict] = ACTIONS(2259), - [anon_sym_volatile] = ACTIONS(2259), - [anon_sym__Atomic] = ACTIONS(2259), - [anon_sym_unsigned] = ACTIONS(2259), - [anon_sym_long] = ACTIONS(2259), - [anon_sym_short] = ACTIONS(2259), - [sym_primitive_type] = ACTIONS(2259), - [anon_sym_enum] = ACTIONS(2259), - [anon_sym_struct] = ACTIONS(2259), - [anon_sym_union] = ACTIONS(2259), - [sym_identifier] = ACTIONS(2259), + [561] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2115), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2117), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2117), + [anon_sym_extern] = ACTIONS(2115), + [anon_sym_RBRACE] = ACTIONS(2117), + [anon_sym_static] = ACTIONS(2115), + [anon_sym_auto] = ACTIONS(2115), + [anon_sym_register] = ACTIONS(2115), + [anon_sym_inline] = ACTIONS(2115), + [anon_sym_const] = ACTIONS(2115), + [anon_sym_restrict] = ACTIONS(2115), + [anon_sym_volatile] = ACTIONS(2115), + [anon_sym__Atomic] = ACTIONS(2115), + [anon_sym_unsigned] = ACTIONS(2115), + [anon_sym_long] = ACTIONS(2115), + [anon_sym_short] = ACTIONS(2115), + [sym_primitive_type] = ACTIONS(2115), + [anon_sym_enum] = ACTIONS(2115), + [anon_sym_struct] = ACTIONS(2115), + [anon_sym_union] = ACTIONS(2115), + [sym_identifier] = ACTIONS(2115), [sym_comment] = ACTIONS(39), }, - [628] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2263), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2265), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2265), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2265), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2265), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2265), - [anon_sym_extern] = ACTIONS(2263), - [anon_sym_RBRACE] = ACTIONS(2265), - [anon_sym_static] = ACTIONS(2263), - [anon_sym_auto] = ACTIONS(2263), - [anon_sym_register] = ACTIONS(2263), - [anon_sym_inline] = ACTIONS(2263), - [anon_sym_const] = ACTIONS(2263), - [anon_sym_restrict] = ACTIONS(2263), - [anon_sym_volatile] = ACTIONS(2263), - [anon_sym__Atomic] = ACTIONS(2263), - [anon_sym_unsigned] = ACTIONS(2263), - [anon_sym_long] = ACTIONS(2263), - [anon_sym_short] = ACTIONS(2263), - [sym_primitive_type] = ACTIONS(2263), - [anon_sym_enum] = ACTIONS(2263), - [anon_sym_struct] = ACTIONS(2263), - [anon_sym_union] = ACTIONS(2263), - [sym_identifier] = ACTIONS(2263), + [562] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2119), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2121), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2121), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2121), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2121), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2121), + [anon_sym_extern] = ACTIONS(2119), + [anon_sym_RBRACE] = ACTIONS(2121), + [anon_sym_static] = ACTIONS(2119), + [anon_sym_auto] = ACTIONS(2119), + [anon_sym_register] = ACTIONS(2119), + [anon_sym_inline] = ACTIONS(2119), + [anon_sym_const] = ACTIONS(2119), + [anon_sym_restrict] = ACTIONS(2119), + [anon_sym_volatile] = ACTIONS(2119), + [anon_sym__Atomic] = ACTIONS(2119), + [anon_sym_unsigned] = ACTIONS(2119), + [anon_sym_long] = ACTIONS(2119), + [anon_sym_short] = ACTIONS(2119), + [sym_primitive_type] = ACTIONS(2119), + [anon_sym_enum] = ACTIONS(2119), + [anon_sym_struct] = ACTIONS(2119), + [anon_sym_union] = ACTIONS(2119), + [sym_identifier] = ACTIONS(2119), [sym_comment] = ACTIONS(39), }, - [629] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2267), + [563] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2123), [sym_comment] = ACTIONS(39), }, - [630] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2269), + [564] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2125), [sym_comment] = ACTIONS(39), }, - [631] = { - [anon_sym_LPAREN] = ACTIONS(2271), - [anon_sym_COMMA] = ACTIONS(2271), - [anon_sym_RPAREN] = ACTIONS(2271), - [anon_sym_SEMI] = ACTIONS(2271), - [anon_sym_LBRACK] = ACTIONS(2271), - [anon_sym_COLON] = ACTIONS(2271), + [565] = { + [anon_sym_LPAREN] = ACTIONS(2127), + [anon_sym_COMMA] = ACTIONS(2127), + [anon_sym_RPAREN] = ACTIONS(2127), + [anon_sym_SEMI] = ACTIONS(2127), + [anon_sym_LBRACK] = ACTIONS(2127), + [anon_sym_COLON] = ACTIONS(2127), [sym_comment] = ACTIONS(39), }, - [632] = { - [anon_sym_RPAREN] = ACTIONS(2273), + [566] = { + [anon_sym_RPAREN] = ACTIONS(2129), [sym_comment] = ACTIONS(39), }, - [633] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(886), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [567] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(795), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [634] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [568] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [635] = { - [aux_sym_concatenated_string_repeat1] = STATE(887), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_SEMI] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(2275), + [569] = { + [aux_sym_concatenated_string_repeat1] = STATE(796), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_SEMI] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(2131), [sym_comment] = ACTIONS(39), }, - [636] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2277), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2279), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2279), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2279), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2279), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2279), - [anon_sym_extern] = ACTIONS(2277), - [anon_sym_RBRACE] = ACTIONS(2279), - [anon_sym_static] = ACTIONS(2277), - [anon_sym_auto] = ACTIONS(2277), - [anon_sym_register] = ACTIONS(2277), - [anon_sym_inline] = ACTIONS(2277), - [anon_sym_const] = ACTIONS(2277), - [anon_sym_restrict] = ACTIONS(2277), - [anon_sym_volatile] = ACTIONS(2277), - [anon_sym__Atomic] = ACTIONS(2277), - [anon_sym_unsigned] = ACTIONS(2277), - [anon_sym_long] = ACTIONS(2277), - [anon_sym_short] = ACTIONS(2277), - [sym_primitive_type] = ACTIONS(2277), - [anon_sym_enum] = ACTIONS(2277), - [anon_sym_struct] = ACTIONS(2277), - [anon_sym_union] = ACTIONS(2277), - [sym_identifier] = ACTIONS(2277), + [570] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2133), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2135), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2135), + [anon_sym_extern] = ACTIONS(2133), + [anon_sym_RBRACE] = ACTIONS(2135), + [anon_sym_static] = ACTIONS(2133), + [anon_sym_auto] = ACTIONS(2133), + [anon_sym_register] = ACTIONS(2133), + [anon_sym_inline] = ACTIONS(2133), + [anon_sym_const] = ACTIONS(2133), + [anon_sym_restrict] = ACTIONS(2133), + [anon_sym_volatile] = ACTIONS(2133), + [anon_sym__Atomic] = ACTIONS(2133), + [anon_sym_unsigned] = ACTIONS(2133), + [anon_sym_long] = ACTIONS(2133), + [anon_sym_short] = ACTIONS(2133), + [sym_primitive_type] = ACTIONS(2133), + [anon_sym_enum] = ACTIONS(2133), + [anon_sym_struct] = ACTIONS(2133), + [anon_sym_union] = ACTIONS(2133), + [sym_identifier] = ACTIONS(2133), [sym_comment] = ACTIONS(39), }, - [637] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [571] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [638] = { - [sym__expression] = STATE(888), - [sym_conditional_expression] = STATE(888), - [sym_assignment_expression] = STATE(888), - [sym_pointer_expression] = STATE(888), - [sym_logical_expression] = STATE(888), - [sym_bitwise_expression] = STATE(888), - [sym_equality_expression] = STATE(888), - [sym_relational_expression] = STATE(888), - [sym_shift_expression] = STATE(888), - [sym_math_expression] = STATE(888), - [sym_cast_expression] = STATE(888), - [sym_sizeof_expression] = STATE(888), - [sym_subscript_expression] = STATE(888), - [sym_call_expression] = STATE(888), - [sym_field_expression] = STATE(888), - [sym_compound_literal_expression] = STATE(888), - [sym_parenthesized_expression] = STATE(888), - [sym_concatenated_string] = STATE(888), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2281), - [sym_char_literal] = ACTIONS(2281), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2283), - [sym_false] = ACTIONS(2283), - [sym_null] = ACTIONS(2283), - [sym_identifier] = ACTIONS(2283), + [572] = { + [sym__expression] = STATE(797), + [sym_conditional_expression] = STATE(797), + [sym_assignment_expression] = STATE(797), + [sym_pointer_expression] = STATE(797), + [sym_logical_expression] = STATE(797), + [sym_bitwise_expression] = STATE(797), + [sym_equality_expression] = STATE(797), + [sym_relational_expression] = STATE(797), + [sym_shift_expression] = STATE(797), + [sym_math_expression] = STATE(797), + [sym_cast_expression] = STATE(797), + [sym_sizeof_expression] = STATE(797), + [sym_subscript_expression] = STATE(797), + [sym_call_expression] = STATE(797), + [sym_field_expression] = STATE(797), + [sym_compound_literal_expression] = STATE(797), + [sym_parenthesized_expression] = STATE(797), + [sym_concatenated_string] = STATE(797), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2137), + [sym_char_literal] = ACTIONS(2137), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2139), + [sym_false] = ACTIONS(2139), + [sym_null] = ACTIONS(2139), + [sym_identifier] = ACTIONS(2139), [sym_comment] = ACTIONS(39), }, - [639] = { - [sym__expression] = STATE(889), - [sym_conditional_expression] = STATE(889), - [sym_assignment_expression] = STATE(889), - [sym_pointer_expression] = STATE(889), - [sym_logical_expression] = STATE(889), - [sym_bitwise_expression] = STATE(889), - [sym_equality_expression] = STATE(889), - [sym_relational_expression] = STATE(889), - [sym_shift_expression] = STATE(889), - [sym_math_expression] = STATE(889), - [sym_cast_expression] = STATE(889), - [sym_sizeof_expression] = STATE(889), - [sym_subscript_expression] = STATE(889), - [sym_call_expression] = STATE(889), - [sym_field_expression] = STATE(889), - [sym_compound_literal_expression] = STATE(889), - [sym_parenthesized_expression] = STATE(889), - [sym_concatenated_string] = STATE(889), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2285), - [sym_char_literal] = ACTIONS(2285), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2287), - [sym_false] = ACTIONS(2287), - [sym_null] = ACTIONS(2287), - [sym_identifier] = ACTIONS(2287), + [573] = { + [sym__expression] = STATE(798), + [sym_conditional_expression] = STATE(798), + [sym_assignment_expression] = STATE(798), + [sym_pointer_expression] = STATE(798), + [sym_logical_expression] = STATE(798), + [sym_bitwise_expression] = STATE(798), + [sym_equality_expression] = STATE(798), + [sym_relational_expression] = STATE(798), + [sym_shift_expression] = STATE(798), + [sym_math_expression] = STATE(798), + [sym_cast_expression] = STATE(798), + [sym_sizeof_expression] = STATE(798), + [sym_subscript_expression] = STATE(798), + [sym_call_expression] = STATE(798), + [sym_field_expression] = STATE(798), + [sym_compound_literal_expression] = STATE(798), + [sym_parenthesized_expression] = STATE(798), + [sym_concatenated_string] = STATE(798), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2141), + [sym_char_literal] = ACTIONS(2141), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2143), + [sym_false] = ACTIONS(2143), + [sym_null] = ACTIONS(2143), + [sym_identifier] = ACTIONS(2143), [sym_comment] = ACTIONS(39), }, - [640] = { - [sym__expression] = STATE(890), - [sym_conditional_expression] = STATE(890), - [sym_assignment_expression] = STATE(890), - [sym_pointer_expression] = STATE(890), - [sym_logical_expression] = STATE(890), - [sym_bitwise_expression] = STATE(890), - [sym_equality_expression] = STATE(890), - [sym_relational_expression] = STATE(890), - [sym_shift_expression] = STATE(890), - [sym_math_expression] = STATE(890), - [sym_cast_expression] = STATE(890), - [sym_sizeof_expression] = STATE(890), - [sym_subscript_expression] = STATE(890), - [sym_call_expression] = STATE(890), - [sym_field_expression] = STATE(890), - [sym_compound_literal_expression] = STATE(890), - [sym_parenthesized_expression] = STATE(890), - [sym_concatenated_string] = STATE(890), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2289), - [sym_char_literal] = ACTIONS(2289), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2291), - [sym_false] = ACTIONS(2291), - [sym_null] = ACTIONS(2291), - [sym_identifier] = ACTIONS(2291), + [574] = { + [sym__expression] = STATE(799), + [sym_conditional_expression] = STATE(799), + [sym_assignment_expression] = STATE(799), + [sym_pointer_expression] = STATE(799), + [sym_logical_expression] = STATE(799), + [sym_bitwise_expression] = STATE(799), + [sym_equality_expression] = STATE(799), + [sym_relational_expression] = STATE(799), + [sym_shift_expression] = STATE(799), + [sym_math_expression] = STATE(799), + [sym_cast_expression] = STATE(799), + [sym_sizeof_expression] = STATE(799), + [sym_subscript_expression] = STATE(799), + [sym_call_expression] = STATE(799), + [sym_field_expression] = STATE(799), + [sym_compound_literal_expression] = STATE(799), + [sym_parenthesized_expression] = STATE(799), + [sym_concatenated_string] = STATE(799), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2145), + [sym_char_literal] = ACTIONS(2145), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2147), + [sym_false] = ACTIONS(2147), + [sym_null] = ACTIONS(2147), + [sym_identifier] = ACTIONS(2147), [sym_comment] = ACTIONS(39), }, - [641] = { - [sym__expression] = STATE(891), - [sym_conditional_expression] = STATE(891), - [sym_assignment_expression] = STATE(891), - [sym_pointer_expression] = STATE(891), - [sym_logical_expression] = STATE(891), - [sym_bitwise_expression] = STATE(891), - [sym_equality_expression] = STATE(891), - [sym_relational_expression] = STATE(891), - [sym_shift_expression] = STATE(891), - [sym_math_expression] = STATE(891), - [sym_cast_expression] = STATE(891), - [sym_sizeof_expression] = STATE(891), - [sym_subscript_expression] = STATE(891), - [sym_call_expression] = STATE(891), - [sym_field_expression] = STATE(891), - [sym_compound_literal_expression] = STATE(891), - [sym_parenthesized_expression] = STATE(891), - [sym_concatenated_string] = STATE(891), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2293), - [sym_char_literal] = ACTIONS(2293), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2295), - [sym_false] = ACTIONS(2295), - [sym_null] = ACTIONS(2295), - [sym_identifier] = ACTIONS(2295), + [575] = { + [sym__expression] = STATE(800), + [sym_conditional_expression] = STATE(800), + [sym_assignment_expression] = STATE(800), + [sym_pointer_expression] = STATE(800), + [sym_logical_expression] = STATE(800), + [sym_bitwise_expression] = STATE(800), + [sym_equality_expression] = STATE(800), + [sym_relational_expression] = STATE(800), + [sym_shift_expression] = STATE(800), + [sym_math_expression] = STATE(800), + [sym_cast_expression] = STATE(800), + [sym_sizeof_expression] = STATE(800), + [sym_subscript_expression] = STATE(800), + [sym_call_expression] = STATE(800), + [sym_field_expression] = STATE(800), + [sym_compound_literal_expression] = STATE(800), + [sym_parenthesized_expression] = STATE(800), + [sym_concatenated_string] = STATE(800), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2149), + [sym_char_literal] = ACTIONS(2149), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2151), + [sym_false] = ACTIONS(2151), + [sym_null] = ACTIONS(2151), + [sym_identifier] = ACTIONS(2151), [sym_comment] = ACTIONS(39), }, - [642] = { - [sym__expression] = STATE(892), - [sym_conditional_expression] = STATE(892), - [sym_assignment_expression] = STATE(892), - [sym_pointer_expression] = STATE(892), - [sym_logical_expression] = STATE(892), - [sym_bitwise_expression] = STATE(892), - [sym_equality_expression] = STATE(892), - [sym_relational_expression] = STATE(892), - [sym_shift_expression] = STATE(892), - [sym_math_expression] = STATE(892), - [sym_cast_expression] = STATE(892), - [sym_sizeof_expression] = STATE(892), - [sym_subscript_expression] = STATE(892), - [sym_call_expression] = STATE(892), - [sym_field_expression] = STATE(892), - [sym_compound_literal_expression] = STATE(892), - [sym_parenthesized_expression] = STATE(892), - [sym_concatenated_string] = STATE(892), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2297), - [sym_char_literal] = ACTIONS(2297), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2299), - [sym_false] = ACTIONS(2299), - [sym_null] = ACTIONS(2299), - [sym_identifier] = ACTIONS(2299), + [576] = { + [sym__expression] = STATE(801), + [sym_conditional_expression] = STATE(801), + [sym_assignment_expression] = STATE(801), + [sym_pointer_expression] = STATE(801), + [sym_logical_expression] = STATE(801), + [sym_bitwise_expression] = STATE(801), + [sym_equality_expression] = STATE(801), + [sym_relational_expression] = STATE(801), + [sym_shift_expression] = STATE(801), + [sym_math_expression] = STATE(801), + [sym_cast_expression] = STATE(801), + [sym_sizeof_expression] = STATE(801), + [sym_subscript_expression] = STATE(801), + [sym_call_expression] = STATE(801), + [sym_field_expression] = STATE(801), + [sym_compound_literal_expression] = STATE(801), + [sym_parenthesized_expression] = STATE(801), + [sym_concatenated_string] = STATE(801), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2153), + [sym_char_literal] = ACTIONS(2153), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2155), + [sym_false] = ACTIONS(2155), + [sym_null] = ACTIONS(2155), + [sym_identifier] = ACTIONS(2155), [sym_comment] = ACTIONS(39), }, - [643] = { - [sym__expression] = STATE(893), - [sym_conditional_expression] = STATE(893), - [sym_assignment_expression] = STATE(893), - [sym_pointer_expression] = STATE(893), - [sym_logical_expression] = STATE(893), - [sym_bitwise_expression] = STATE(893), - [sym_equality_expression] = STATE(893), - [sym_relational_expression] = STATE(893), - [sym_shift_expression] = STATE(893), - [sym_math_expression] = STATE(893), - [sym_cast_expression] = STATE(893), - [sym_sizeof_expression] = STATE(893), - [sym_subscript_expression] = STATE(893), - [sym_call_expression] = STATE(893), - [sym_field_expression] = STATE(893), - [sym_compound_literal_expression] = STATE(893), - [sym_parenthesized_expression] = STATE(893), - [sym_concatenated_string] = STATE(893), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2301), - [sym_char_literal] = ACTIONS(2301), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2303), - [sym_false] = ACTIONS(2303), - [sym_null] = ACTIONS(2303), - [sym_identifier] = ACTIONS(2303), + [577] = { + [sym__expression] = STATE(802), + [sym_conditional_expression] = STATE(802), + [sym_assignment_expression] = STATE(802), + [sym_pointer_expression] = STATE(802), + [sym_logical_expression] = STATE(802), + [sym_bitwise_expression] = STATE(802), + [sym_equality_expression] = STATE(802), + [sym_relational_expression] = STATE(802), + [sym_shift_expression] = STATE(802), + [sym_math_expression] = STATE(802), + [sym_cast_expression] = STATE(802), + [sym_sizeof_expression] = STATE(802), + [sym_subscript_expression] = STATE(802), + [sym_call_expression] = STATE(802), + [sym_field_expression] = STATE(802), + [sym_compound_literal_expression] = STATE(802), + [sym_parenthesized_expression] = STATE(802), + [sym_concatenated_string] = STATE(802), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2157), + [sym_char_literal] = ACTIONS(2157), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2159), + [sym_false] = ACTIONS(2159), + [sym_null] = ACTIONS(2159), + [sym_identifier] = ACTIONS(2159), [sym_comment] = ACTIONS(39), }, - [644] = { - [sym__expression] = STATE(894), - [sym_conditional_expression] = STATE(894), - [sym_assignment_expression] = STATE(894), - [sym_pointer_expression] = STATE(894), - [sym_logical_expression] = STATE(894), - [sym_bitwise_expression] = STATE(894), - [sym_equality_expression] = STATE(894), - [sym_relational_expression] = STATE(894), - [sym_shift_expression] = STATE(894), - [sym_math_expression] = STATE(894), - [sym_cast_expression] = STATE(894), - [sym_sizeof_expression] = STATE(894), - [sym_subscript_expression] = STATE(894), - [sym_call_expression] = STATE(894), - [sym_field_expression] = STATE(894), - [sym_compound_literal_expression] = STATE(894), - [sym_parenthesized_expression] = STATE(894), - [sym_concatenated_string] = STATE(894), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2305), - [sym_char_literal] = ACTIONS(2305), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2307), - [sym_false] = ACTIONS(2307), - [sym_null] = ACTIONS(2307), - [sym_identifier] = ACTIONS(2307), + [578] = { + [sym__expression] = STATE(803), + [sym_conditional_expression] = STATE(803), + [sym_assignment_expression] = STATE(803), + [sym_pointer_expression] = STATE(803), + [sym_logical_expression] = STATE(803), + [sym_bitwise_expression] = STATE(803), + [sym_equality_expression] = STATE(803), + [sym_relational_expression] = STATE(803), + [sym_shift_expression] = STATE(803), + [sym_math_expression] = STATE(803), + [sym_cast_expression] = STATE(803), + [sym_sizeof_expression] = STATE(803), + [sym_subscript_expression] = STATE(803), + [sym_call_expression] = STATE(803), + [sym_field_expression] = STATE(803), + [sym_compound_literal_expression] = STATE(803), + [sym_parenthesized_expression] = STATE(803), + [sym_concatenated_string] = STATE(803), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2161), + [sym_char_literal] = ACTIONS(2161), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2163), + [sym_false] = ACTIONS(2163), + [sym_null] = ACTIONS(2163), + [sym_identifier] = ACTIONS(2163), [sym_comment] = ACTIONS(39), }, - [645] = { - [sym__expression] = STATE(895), - [sym_conditional_expression] = STATE(895), - [sym_assignment_expression] = STATE(895), - [sym_pointer_expression] = STATE(895), - [sym_logical_expression] = STATE(895), - [sym_bitwise_expression] = STATE(895), - [sym_equality_expression] = STATE(895), - [sym_relational_expression] = STATE(895), - [sym_shift_expression] = STATE(895), - [sym_math_expression] = STATE(895), - [sym_cast_expression] = STATE(895), - [sym_sizeof_expression] = STATE(895), - [sym_subscript_expression] = STATE(895), - [sym_call_expression] = STATE(895), - [sym_field_expression] = STATE(895), - [sym_compound_literal_expression] = STATE(895), - [sym_parenthesized_expression] = STATE(895), - [sym_concatenated_string] = STATE(895), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2309), - [sym_char_literal] = ACTIONS(2309), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2311), - [sym_false] = ACTIONS(2311), - [sym_null] = ACTIONS(2311), - [sym_identifier] = ACTIONS(2311), + [579] = { + [sym__expression] = STATE(804), + [sym_conditional_expression] = STATE(804), + [sym_assignment_expression] = STATE(804), + [sym_pointer_expression] = STATE(804), + [sym_logical_expression] = STATE(804), + [sym_bitwise_expression] = STATE(804), + [sym_equality_expression] = STATE(804), + [sym_relational_expression] = STATE(804), + [sym_shift_expression] = STATE(804), + [sym_math_expression] = STATE(804), + [sym_cast_expression] = STATE(804), + [sym_sizeof_expression] = STATE(804), + [sym_subscript_expression] = STATE(804), + [sym_call_expression] = STATE(804), + [sym_field_expression] = STATE(804), + [sym_compound_literal_expression] = STATE(804), + [sym_parenthesized_expression] = STATE(804), + [sym_concatenated_string] = STATE(804), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2165), + [sym_char_literal] = ACTIONS(2165), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2167), + [sym_false] = ACTIONS(2167), + [sym_null] = ACTIONS(2167), + [sym_identifier] = ACTIONS(2167), [sym_comment] = ACTIONS(39), }, - [646] = { - [sym__expression] = STATE(896), - [sym_conditional_expression] = STATE(896), - [sym_assignment_expression] = STATE(896), - [sym_pointer_expression] = STATE(896), - [sym_logical_expression] = STATE(896), - [sym_bitwise_expression] = STATE(896), - [sym_equality_expression] = STATE(896), - [sym_relational_expression] = STATE(896), - [sym_shift_expression] = STATE(896), - [sym_math_expression] = STATE(896), - [sym_cast_expression] = STATE(896), - [sym_sizeof_expression] = STATE(896), - [sym_subscript_expression] = STATE(896), - [sym_call_expression] = STATE(896), - [sym_field_expression] = STATE(896), - [sym_compound_literal_expression] = STATE(896), - [sym_parenthesized_expression] = STATE(896), - [sym_concatenated_string] = STATE(896), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2313), - [sym_char_literal] = ACTIONS(2313), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2315), - [sym_false] = ACTIONS(2315), - [sym_null] = ACTIONS(2315), - [sym_identifier] = ACTIONS(2315), + [580] = { + [sym__expression] = STATE(805), + [sym_conditional_expression] = STATE(805), + [sym_assignment_expression] = STATE(805), + [sym_pointer_expression] = STATE(805), + [sym_logical_expression] = STATE(805), + [sym_bitwise_expression] = STATE(805), + [sym_equality_expression] = STATE(805), + [sym_relational_expression] = STATE(805), + [sym_shift_expression] = STATE(805), + [sym_math_expression] = STATE(805), + [sym_cast_expression] = STATE(805), + [sym_sizeof_expression] = STATE(805), + [sym_subscript_expression] = STATE(805), + [sym_call_expression] = STATE(805), + [sym_field_expression] = STATE(805), + [sym_compound_literal_expression] = STATE(805), + [sym_parenthesized_expression] = STATE(805), + [sym_concatenated_string] = STATE(805), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2169), + [sym_char_literal] = ACTIONS(2169), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2171), + [sym_false] = ACTIONS(2171), + [sym_null] = ACTIONS(2171), + [sym_identifier] = ACTIONS(2171), [sym_comment] = ACTIONS(39), }, - [647] = { - [sym__expression] = STATE(897), - [sym_conditional_expression] = STATE(897), - [sym_assignment_expression] = STATE(897), - [sym_pointer_expression] = STATE(897), - [sym_logical_expression] = STATE(897), - [sym_bitwise_expression] = STATE(897), - [sym_equality_expression] = STATE(897), - [sym_relational_expression] = STATE(897), - [sym_shift_expression] = STATE(897), - [sym_math_expression] = STATE(897), - [sym_cast_expression] = STATE(897), - [sym_sizeof_expression] = STATE(897), - [sym_subscript_expression] = STATE(897), - [sym_call_expression] = STATE(897), - [sym_field_expression] = STATE(897), - [sym_compound_literal_expression] = STATE(897), - [sym_parenthesized_expression] = STATE(897), - [sym_concatenated_string] = STATE(897), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2317), - [sym_char_literal] = ACTIONS(2317), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2319), - [sym_false] = ACTIONS(2319), - [sym_null] = ACTIONS(2319), - [sym_identifier] = ACTIONS(2319), + [581] = { + [sym__expression] = STATE(806), + [sym_conditional_expression] = STATE(806), + [sym_assignment_expression] = STATE(806), + [sym_pointer_expression] = STATE(806), + [sym_logical_expression] = STATE(806), + [sym_bitwise_expression] = STATE(806), + [sym_equality_expression] = STATE(806), + [sym_relational_expression] = STATE(806), + [sym_shift_expression] = STATE(806), + [sym_math_expression] = STATE(806), + [sym_cast_expression] = STATE(806), + [sym_sizeof_expression] = STATE(806), + [sym_subscript_expression] = STATE(806), + [sym_call_expression] = STATE(806), + [sym_field_expression] = STATE(806), + [sym_compound_literal_expression] = STATE(806), + [sym_parenthesized_expression] = STATE(806), + [sym_concatenated_string] = STATE(806), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2173), + [sym_char_literal] = ACTIONS(2173), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2175), + [sym_false] = ACTIONS(2175), + [sym_null] = ACTIONS(2175), + [sym_identifier] = ACTIONS(2175), [sym_comment] = ACTIONS(39), }, - [648] = { - [sym__expression] = STATE(898), - [sym_conditional_expression] = STATE(898), - [sym_assignment_expression] = STATE(898), - [sym_pointer_expression] = STATE(898), - [sym_logical_expression] = STATE(898), - [sym_bitwise_expression] = STATE(898), - [sym_equality_expression] = STATE(898), - [sym_relational_expression] = STATE(898), - [sym_shift_expression] = STATE(898), - [sym_math_expression] = STATE(898), - [sym_cast_expression] = STATE(898), - [sym_sizeof_expression] = STATE(898), - [sym_subscript_expression] = STATE(898), - [sym_call_expression] = STATE(898), - [sym_field_expression] = STATE(898), - [sym_compound_literal_expression] = STATE(898), - [sym_parenthesized_expression] = STATE(898), - [sym_concatenated_string] = STATE(898), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2321), - [sym_char_literal] = ACTIONS(2321), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2323), - [sym_false] = ACTIONS(2323), - [sym_null] = ACTIONS(2323), - [sym_identifier] = ACTIONS(2323), + [582] = { + [sym__expression] = STATE(807), + [sym_conditional_expression] = STATE(807), + [sym_assignment_expression] = STATE(807), + [sym_pointer_expression] = STATE(807), + [sym_logical_expression] = STATE(807), + [sym_bitwise_expression] = STATE(807), + [sym_equality_expression] = STATE(807), + [sym_relational_expression] = STATE(807), + [sym_shift_expression] = STATE(807), + [sym_math_expression] = STATE(807), + [sym_cast_expression] = STATE(807), + [sym_sizeof_expression] = STATE(807), + [sym_subscript_expression] = STATE(807), + [sym_call_expression] = STATE(807), + [sym_field_expression] = STATE(807), + [sym_compound_literal_expression] = STATE(807), + [sym_parenthesized_expression] = STATE(807), + [sym_concatenated_string] = STATE(807), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2177), + [sym_char_literal] = ACTIONS(2177), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2179), + [sym_false] = ACTIONS(2179), + [sym_null] = ACTIONS(2179), + [sym_identifier] = ACTIONS(2179), [sym_comment] = ACTIONS(39), }, - [649] = { - [sym_parameter_list] = STATE(404), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(2325), - [anon_sym_SEMI] = ACTIONS(2325), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_COLON] = ACTIONS(2325), + [583] = { + [sym_parameter_list] = STATE(364), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(2181), + [anon_sym_SEMI] = ACTIONS(2181), + [anon_sym_LBRACK] = ACTIONS(835), + [anon_sym_COLON] = ACTIONS(2181), [sym_comment] = ACTIONS(39), }, - [650] = { - [anon_sym_LPAREN] = ACTIONS(2327), - [anon_sym_COMMA] = ACTIONS(2327), - [anon_sym_RPAREN] = ACTIONS(2327), - [anon_sym_SEMI] = ACTIONS(2327), - [anon_sym_LBRACK] = ACTIONS(2327), - [anon_sym_COLON] = ACTIONS(2327), + [584] = { + [anon_sym_LPAREN] = ACTIONS(2183), + [anon_sym_COMMA] = ACTIONS(2183), + [anon_sym_RPAREN] = ACTIONS(2183), + [anon_sym_SEMI] = ACTIONS(2183), + [anon_sym_LBRACK] = ACTIONS(2183), + [anon_sym_COLON] = ACTIONS(2183), [sym_comment] = ACTIONS(39), }, - [651] = { - [sym__expression] = STATE(900), - [sym_conditional_expression] = STATE(900), - [sym_assignment_expression] = STATE(900), - [sym_pointer_expression] = STATE(900), - [sym_logical_expression] = STATE(900), - [sym_bitwise_expression] = STATE(900), - [sym_equality_expression] = STATE(900), - [sym_relational_expression] = STATE(900), - [sym_shift_expression] = STATE(900), - [sym_math_expression] = STATE(900), - [sym_cast_expression] = STATE(900), - [sym_sizeof_expression] = STATE(900), - [sym_subscript_expression] = STATE(900), - [sym_call_expression] = STATE(900), - [sym_field_expression] = STATE(900), - [sym_compound_literal_expression] = STATE(900), - [sym_parenthesized_expression] = STATE(900), - [sym_concatenated_string] = STATE(900), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(2329), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2331), - [sym_char_literal] = ACTIONS(2331), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2333), - [sym_false] = ACTIONS(2333), - [sym_null] = ACTIONS(2333), - [sym_identifier] = ACTIONS(2333), - [sym_comment] = ACTIONS(39), - }, - [652] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2329), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [585] = { + [sym__expression] = STATE(809), + [sym_conditional_expression] = STATE(809), + [sym_assignment_expression] = STATE(809), + [sym_pointer_expression] = STATE(809), + [sym_logical_expression] = STATE(809), + [sym_bitwise_expression] = STATE(809), + [sym_equality_expression] = STATE(809), + [sym_relational_expression] = STATE(809), + [sym_shift_expression] = STATE(809), + [sym_math_expression] = STATE(809), + [sym_cast_expression] = STATE(809), + [sym_sizeof_expression] = STATE(809), + [sym_subscript_expression] = STATE(809), + [sym_call_expression] = STATE(809), + [sym_field_expression] = STATE(809), + [sym_compound_literal_expression] = STATE(809), + [sym_parenthesized_expression] = STATE(809), + [sym_concatenated_string] = STATE(809), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(2185), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(2187), + [sym_char_literal] = ACTIONS(2187), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(2189), + [sym_false] = ACTIONS(2189), + [sym_null] = ACTIONS(2189), + [sym_identifier] = ACTIONS(2189), [sym_comment] = ACTIONS(39), }, - [653] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2335), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [586] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2185), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [654] = { - [sym__expression] = STATE(902), - [sym_conditional_expression] = STATE(902), - [sym_assignment_expression] = STATE(902), - [sym_pointer_expression] = STATE(902), - [sym_logical_expression] = STATE(902), - [sym_bitwise_expression] = STATE(902), - [sym_equality_expression] = STATE(902), - [sym_relational_expression] = STATE(902), - [sym_shift_expression] = STATE(902), - [sym_math_expression] = STATE(902), - [sym_cast_expression] = STATE(902), - [sym_sizeof_expression] = STATE(902), - [sym_subscript_expression] = STATE(902), - [sym_call_expression] = STATE(902), - [sym_field_expression] = STATE(902), - [sym_compound_literal_expression] = STATE(902), - [sym_parenthesized_expression] = STATE(902), - [sym_concatenated_string] = STATE(902), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2337), - [sym_char_literal] = ACTIONS(2337), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2339), - [sym_false] = ACTIONS(2339), - [sym_null] = ACTIONS(2339), - [sym_identifier] = ACTIONS(2339), + [587] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2191), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [655] = { - [aux_sym_field_declaration_repeat1] = STATE(655), - [anon_sym_COMMA] = ACTIONS(2341), - [anon_sym_SEMI] = ACTIONS(2325), - [anon_sym_COLON] = ACTIONS(2325), + [588] = { + [sym__expression] = STATE(811), + [sym_conditional_expression] = STATE(811), + [sym_assignment_expression] = STATE(811), + [sym_pointer_expression] = STATE(811), + [sym_logical_expression] = STATE(811), + [sym_bitwise_expression] = STATE(811), + [sym_equality_expression] = STATE(811), + [sym_relational_expression] = STATE(811), + [sym_shift_expression] = STATE(811), + [sym_math_expression] = STATE(811), + [sym_cast_expression] = STATE(811), + [sym_sizeof_expression] = STATE(811), + [sym_subscript_expression] = STATE(811), + [sym_call_expression] = STATE(811), + [sym_field_expression] = STATE(811), + [sym_compound_literal_expression] = STATE(811), + [sym_parenthesized_expression] = STATE(811), + [sym_concatenated_string] = STATE(811), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2193), + [sym_char_literal] = ACTIONS(2193), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2195), + [sym_false] = ACTIONS(2195), + [sym_null] = ACTIONS(2195), + [sym_identifier] = ACTIONS(2195), [sym_comment] = ACTIONS(39), }, - [656] = { - [anon_sym_LPAREN] = ACTIONS(2344), - [anon_sym_COMMA] = ACTIONS(2344), - [anon_sym_RPAREN] = ACTIONS(2344), - [anon_sym_LBRACK] = ACTIONS(2344), + [589] = { + [aux_sym_field_declaration_repeat1] = STATE(589), + [anon_sym_COMMA] = ACTIONS(2197), + [anon_sym_SEMI] = ACTIONS(2181), + [anon_sym_COLON] = ACTIONS(2181), [sym_comment] = ACTIONS(39), }, - [657] = { - [anon_sym_LPAREN] = ACTIONS(2346), - [anon_sym_COMMA] = ACTIONS(2346), - [anon_sym_RPAREN] = ACTIONS(2346), - [anon_sym_LBRACK] = ACTIONS(2346), + [590] = { + [anon_sym_LPAREN] = ACTIONS(2200), + [anon_sym_COMMA] = ACTIONS(2200), + [anon_sym_RPAREN] = ACTIONS(2200), + [anon_sym_LBRACK] = ACTIONS(2200), [sym_comment] = ACTIONS(39), }, - [658] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2348), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [591] = { + [anon_sym_LPAREN] = ACTIONS(2202), + [anon_sym_COMMA] = ACTIONS(2202), + [anon_sym_RPAREN] = ACTIONS(2202), + [anon_sym_LBRACK] = ACTIONS(2202), [sym_comment] = ACTIONS(39), }, - [659] = { - [sym__expression] = STATE(904), - [sym_conditional_expression] = STATE(904), - [sym_assignment_expression] = STATE(904), - [sym_pointer_expression] = STATE(904), - [sym_logical_expression] = STATE(904), - [sym_bitwise_expression] = STATE(904), - [sym_equality_expression] = STATE(904), - [sym_relational_expression] = STATE(904), - [sym_shift_expression] = STATE(904), - [sym_math_expression] = STATE(904), - [sym_cast_expression] = STATE(904), - [sym_sizeof_expression] = STATE(904), - [sym_subscript_expression] = STATE(904), - [sym_call_expression] = STATE(904), - [sym_field_expression] = STATE(904), - [sym_compound_literal_expression] = STATE(904), - [sym_parenthesized_expression] = STATE(904), - [sym_concatenated_string] = STATE(904), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_RBRACK] = ACTIONS(2348), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2350), - [sym_char_literal] = ACTIONS(2350), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2352), - [sym_false] = ACTIONS(2352), - [sym_null] = ACTIONS(2352), - [sym_identifier] = ACTIONS(2352), + [592] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2204), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [660] = { - [anon_sym_COMMA] = ACTIONS(2354), - [anon_sym_RPAREN] = ACTIONS(2354), + [593] = { + [sym__expression] = STATE(813), + [sym_conditional_expression] = STATE(813), + [sym_assignment_expression] = STATE(813), + [sym_pointer_expression] = STATE(813), + [sym_logical_expression] = STATE(813), + [sym_bitwise_expression] = STATE(813), + [sym_equality_expression] = STATE(813), + [sym_relational_expression] = STATE(813), + [sym_shift_expression] = STATE(813), + [sym_math_expression] = STATE(813), + [sym_cast_expression] = STATE(813), + [sym_sizeof_expression] = STATE(813), + [sym_subscript_expression] = STATE(813), + [sym_call_expression] = STATE(813), + [sym_field_expression] = STATE(813), + [sym_compound_literal_expression] = STATE(813), + [sym_parenthesized_expression] = STATE(813), + [sym_concatenated_string] = STATE(813), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_RBRACK] = ACTIONS(2204), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(2206), + [sym_char_literal] = ACTIONS(2206), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(2208), + [sym_false] = ACTIONS(2208), + [sym_null] = ACTIONS(2208), + [sym_identifier] = ACTIONS(2208), [sym_comment] = ACTIONS(39), }, - [661] = { - [anon_sym_LPAREN] = ACTIONS(2356), - [anon_sym_COMMA] = ACTIONS(2356), - [anon_sym_RPAREN] = ACTIONS(2356), - [anon_sym_SEMI] = ACTIONS(2356), - [anon_sym_LBRACE] = ACTIONS(2356), - [anon_sym_LBRACK] = ACTIONS(2356), - [anon_sym_EQ] = ACTIONS(2356), - [anon_sym_COLON] = ACTIONS(2356), + [594] = { + [anon_sym_COMMA] = ACTIONS(2210), + [anon_sym_RPAREN] = ACTIONS(2210), [sym_comment] = ACTIONS(39), }, - [662] = { - [aux_sym_parameter_list_repeat1] = STATE(662), - [anon_sym_COMMA] = ACTIONS(2358), - [anon_sym_RPAREN] = ACTIONS(2354), + [595] = { + [anon_sym_LPAREN] = ACTIONS(2212), + [anon_sym_COMMA] = ACTIONS(2212), + [anon_sym_RPAREN] = ACTIONS(2212), + [anon_sym_SEMI] = ACTIONS(2212), + [anon_sym_LBRACE] = ACTIONS(2212), + [anon_sym_LBRACK] = ACTIONS(2212), + [anon_sym_EQ] = ACTIONS(2212), + [anon_sym_COLON] = ACTIONS(2212), [sym_comment] = ACTIONS(39), }, - [663] = { - [sym__declarator] = STATE(137), - [sym__abstract_declarator] = STATE(409), - [sym_pointer_declarator] = STATE(137), - [sym_abstract_pointer_declarator] = STATE(409), - [sym_function_declarator] = STATE(137), - [sym_abstract_function_declarator] = STATE(409), - [sym_array_declarator] = STATE(137), - [sym_abstract_array_declarator] = STATE(409), - [sym_parameter_list] = STATE(232), - [anon_sym_LPAREN] = ACTIONS(984), - [anon_sym_RPAREN] = ACTIONS(955), - [anon_sym_STAR] = ACTIONS(1579), - [anon_sym_LBRACK] = ACTIONS(536), - [sym_identifier] = ACTIONS(257), + [596] = { + [aux_sym_parameter_list_repeat1] = STATE(596), + [anon_sym_COMMA] = ACTIONS(2214), + [anon_sym_RPAREN] = ACTIONS(2210), [sym_comment] = ACTIONS(39), }, - [664] = { - [anon_sym_LPAREN] = ACTIONS(2361), - [anon_sym_COMMA] = ACTIONS(90), - [anon_sym_RPAREN] = ACTIONS(2365), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(90), - [anon_sym_LBRACK] = ACTIONS(2365), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [sym_identifier] = ACTIONS(92), + [597] = { + [sym__declarator] = STATE(119), + [sym__abstract_declarator] = STATE(369), + [sym_pointer_declarator] = STATE(119), + [sym_abstract_pointer_declarator] = STATE(369), + [sym_function_declarator] = STATE(119), + [sym_abstract_function_declarator] = STATE(369), + [sym_array_declarator] = STATE(119), + [sym_abstract_array_declarator] = STATE(369), + [sym_parameter_list] = STATE(205), + [anon_sym_LPAREN] = ACTIONS(916), + [anon_sym_RPAREN] = ACTIONS(887), + [anon_sym_STAR] = ACTIONS(1468), + [anon_sym_LBRACK] = ACTIONS(498), + [sym_identifier] = ACTIONS(229), [sym_comment] = ACTIONS(39), }, - [665] = { - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_COMMA] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(680), - [anon_sym_STAR] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(678), - [anon_sym_static] = ACTIONS(680), - [anon_sym_auto] = ACTIONS(680), - [anon_sym_register] = ACTIONS(680), - [anon_sym_inline] = ACTIONS(680), - [anon_sym_const] = ACTIONS(683), - [anon_sym_restrict] = ACTIONS(683), - [anon_sym_volatile] = ACTIONS(683), - [anon_sym__Atomic] = ACTIONS(683), - [sym_identifier] = ACTIONS(335), + [598] = { + [anon_sym_LPAREN] = ACTIONS(2217), + [anon_sym_COMMA] = ACTIONS(84), + [anon_sym_RPAREN] = ACTIONS(2221), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(84), + [anon_sym_LBRACK] = ACTIONS(2221), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [666] = { - [sym_storage_class_specifier] = STATE(665), - [sym_type_qualifier] = STATE(665), - [aux_sym__declaration_specifiers_repeat1] = STATE(665), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_COMMA] = ACTIONS(686), - [anon_sym_RPAREN] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(106), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_LBRACK] = ACTIONS(686), - [anon_sym_static] = ACTIONS(106), - [anon_sym_auto] = ACTIONS(106), - [anon_sym_register] = ACTIONS(106), - [anon_sym_inline] = ACTIONS(106), - [anon_sym_const] = ACTIONS(108), - [anon_sym_restrict] = ACTIONS(108), - [anon_sym_volatile] = ACTIONS(108), - [anon_sym__Atomic] = ACTIONS(108), - [sym_identifier] = ACTIONS(688), + [599] = { + [sym_storage_class_specifier] = STATE(599), + [sym_type_qualifier] = STATE(599), + [aux_sym__declaration_specifiers_repeat1] = STATE(599), + [anon_sym_LPAREN] = ACTIONS(624), + [anon_sym_COMMA] = ACTIONS(624), + [anon_sym_RPAREN] = ACTIONS(624), + [anon_sym_extern] = ACTIONS(297), + [anon_sym_STAR] = ACTIONS(624), + [anon_sym_LBRACK] = ACTIONS(624), + [anon_sym_static] = ACTIONS(297), + [anon_sym_auto] = ACTIONS(297), + [anon_sym_register] = ACTIONS(297), + [anon_sym_inline] = ACTIONS(297), + [anon_sym_const] = ACTIONS(300), + [anon_sym_restrict] = ACTIONS(300), + [anon_sym_volatile] = ACTIONS(300), + [anon_sym__Atomic] = ACTIONS(300), + [sym_identifier] = ACTIONS(303), [sym_comment] = ACTIONS(39), }, - [667] = { - [sym_preproc_arg] = ACTIONS(2368), - [sym_comment] = ACTIONS(47), - }, - [668] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(356), - [anon_sym_LPAREN] = ACTIONS(354), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(356), - [sym_preproc_directive] = ACTIONS(356), - [anon_sym_SEMI] = ACTIONS(354), - [anon_sym_typedef] = ACTIONS(356), - [anon_sym_extern] = ACTIONS(356), - [anon_sym_LBRACE] = ACTIONS(354), - [anon_sym_RBRACE] = ACTIONS(354), - [anon_sym_STAR] = ACTIONS(354), - [anon_sym_static] = ACTIONS(356), - [anon_sym_auto] = ACTIONS(356), - [anon_sym_register] = ACTIONS(356), - [anon_sym_inline] = ACTIONS(356), - [anon_sym_const] = ACTIONS(356), - [anon_sym_restrict] = ACTIONS(356), - [anon_sym_volatile] = ACTIONS(356), - [anon_sym__Atomic] = ACTIONS(356), - [anon_sym_unsigned] = ACTIONS(356), - [anon_sym_long] = ACTIONS(356), - [anon_sym_short] = ACTIONS(356), - [sym_primitive_type] = ACTIONS(356), - [anon_sym_enum] = ACTIONS(356), - [anon_sym_struct] = ACTIONS(356), - [anon_sym_union] = ACTIONS(356), - [anon_sym_if] = ACTIONS(356), - [anon_sym_switch] = ACTIONS(356), - [anon_sym_case] = ACTIONS(356), - [anon_sym_default] = ACTIONS(356), - [anon_sym_while] = ACTIONS(356), - [anon_sym_do] = ACTIONS(356), - [anon_sym_for] = ACTIONS(356), - [anon_sym_return] = ACTIONS(356), - [anon_sym_break] = ACTIONS(356), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(356), - [anon_sym_AMP] = ACTIONS(354), - [anon_sym_BANG] = ACTIONS(354), - [anon_sym_TILDE] = ACTIONS(354), - [anon_sym_PLUS] = ACTIONS(356), - [anon_sym_DASH] = ACTIONS(356), - [anon_sym_DASH_DASH] = ACTIONS(354), - [anon_sym_PLUS_PLUS] = ACTIONS(354), - [anon_sym_sizeof] = ACTIONS(356), - [sym_number_literal] = ACTIONS(354), - [sym_char_literal] = ACTIONS(354), - [sym_string_literal] = ACTIONS(354), - [sym_true] = ACTIONS(356), - [sym_false] = ACTIONS(356), - [sym_null] = ACTIONS(356), - [sym_identifier] = ACTIONS(356), + [600] = { + [sym_storage_class_specifier] = STATE(599), + [sym_type_qualifier] = STATE(599), + [aux_sym__declaration_specifiers_repeat1] = STATE(599), + [anon_sym_LPAREN] = ACTIONS(626), + [anon_sym_COMMA] = ACTIONS(626), + [anon_sym_RPAREN] = ACTIONS(626), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(626), + [anon_sym_LBRACK] = ACTIONS(626), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [sym_identifier] = ACTIONS(628), [sym_comment] = ACTIONS(39), }, - [669] = { - [anon_sym_LF] = ACTIONS(2370), - [sym_preproc_arg] = ACTIONS(2372), - [sym_comment] = ACTIONS(47), - }, - [670] = { - [anon_sym_RPAREN] = ACTIONS(2374), + [601] = { + [anon_sym_RPAREN] = ACTIONS(2224), [sym_comment] = ACTIONS(39), }, - [671] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(909), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [602] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(815), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [672] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1822), - [anon_sym_RPAREN] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [603] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1691), + [anon_sym_RPAREN] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [673] = { - [aux_sym_concatenated_string_repeat1] = STATE(910), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_COMMA] = ACTIONS(1826), - [anon_sym_RPAREN] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(2376), + [604] = { + [aux_sym_concatenated_string_repeat1] = STATE(816), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_COMMA] = ACTIONS(1695), + [anon_sym_RPAREN] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(2226), [sym_comment] = ACTIONS(39), }, - [674] = { - [sym__expression] = STATE(911), - [sym_comma_expression] = STATE(786), - [sym_conditional_expression] = STATE(911), - [sym_assignment_expression] = STATE(911), - [sym_pointer_expression] = STATE(911), - [sym_logical_expression] = STATE(911), - [sym_bitwise_expression] = STATE(911), - [sym_equality_expression] = STATE(911), - [sym_relational_expression] = STATE(911), - [sym_shift_expression] = STATE(911), - [sym_math_expression] = STATE(911), - [sym_cast_expression] = STATE(911), - [sym_sizeof_expression] = STATE(911), - [sym_subscript_expression] = STATE(911), - [sym_call_expression] = STATE(911), - [sym_field_expression] = STATE(911), - [sym_compound_literal_expression] = STATE(911), - [sym_parenthesized_expression] = STATE(911), - [sym_concatenated_string] = STATE(911), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2378), - [sym_char_literal] = ACTIONS(2378), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2380), - [sym_false] = ACTIONS(2380), - [sym_null] = ACTIONS(2380), - [sym_identifier] = ACTIONS(2380), + [605] = { + [sym__expression] = STATE(817), + [sym_comma_expression] = STATE(705), + [sym_conditional_expression] = STATE(817), + [sym_assignment_expression] = STATE(817), + [sym_pointer_expression] = STATE(817), + [sym_logical_expression] = STATE(817), + [sym_bitwise_expression] = STATE(817), + [sym_equality_expression] = STATE(817), + [sym_relational_expression] = STATE(817), + [sym_shift_expression] = STATE(817), + [sym_math_expression] = STATE(817), + [sym_cast_expression] = STATE(817), + [sym_sizeof_expression] = STATE(817), + [sym_subscript_expression] = STATE(817), + [sym_call_expression] = STATE(817), + [sym_field_expression] = STATE(817), + [sym_compound_literal_expression] = STATE(817), + [sym_parenthesized_expression] = STATE(817), + [sym_concatenated_string] = STATE(817), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2228), + [sym_char_literal] = ACTIONS(2228), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2230), + [sym_false] = ACTIONS(2230), + [sym_null] = ACTIONS(2230), + [sym_identifier] = ACTIONS(2230), [sym_comment] = ACTIONS(39), }, - [675] = { - [anon_sym_LPAREN] = ACTIONS(2382), - [anon_sym_COMMA] = ACTIONS(2382), - [anon_sym_RPAREN] = ACTIONS(2382), - [anon_sym_SEMI] = ACTIONS(2382), - [anon_sym_RBRACE] = ACTIONS(2382), - [anon_sym_STAR] = ACTIONS(2384), - [anon_sym_LBRACK] = ACTIONS(2382), - [anon_sym_RBRACK] = ACTIONS(2382), - [anon_sym_EQ] = ACTIONS(2384), - [anon_sym_COLON] = ACTIONS(2382), - [anon_sym_QMARK] = ACTIONS(2382), - [anon_sym_STAR_EQ] = ACTIONS(2382), - [anon_sym_SLASH_EQ] = ACTIONS(2382), - [anon_sym_PERCENT_EQ] = ACTIONS(2382), - [anon_sym_PLUS_EQ] = ACTIONS(2382), - [anon_sym_DASH_EQ] = ACTIONS(2382), - [anon_sym_LT_LT_EQ] = ACTIONS(2382), - [anon_sym_GT_GT_EQ] = ACTIONS(2382), - [anon_sym_AMP_EQ] = ACTIONS(2382), - [anon_sym_CARET_EQ] = ACTIONS(2382), - [anon_sym_PIPE_EQ] = ACTIONS(2382), - [anon_sym_AMP] = ACTIONS(2384), - [anon_sym_PIPE_PIPE] = ACTIONS(2382), - [anon_sym_AMP_AMP] = ACTIONS(2382), - [anon_sym_PIPE] = ACTIONS(2384), - [anon_sym_CARET] = ACTIONS(2384), - [anon_sym_EQ_EQ] = ACTIONS(2382), - [anon_sym_BANG_EQ] = ACTIONS(2382), - [anon_sym_LT] = ACTIONS(2384), - [anon_sym_GT] = ACTIONS(2384), - [anon_sym_LT_EQ] = ACTIONS(2382), - [anon_sym_GT_EQ] = ACTIONS(2382), - [anon_sym_LT_LT] = ACTIONS(2384), - [anon_sym_GT_GT] = ACTIONS(2384), - [anon_sym_PLUS] = ACTIONS(2384), - [anon_sym_DASH] = ACTIONS(2384), - [anon_sym_SLASH] = ACTIONS(2384), - [anon_sym_PERCENT] = ACTIONS(2384), - [anon_sym_DASH_DASH] = ACTIONS(2382), - [anon_sym_PLUS_PLUS] = ACTIONS(2382), - [anon_sym_DOT] = ACTIONS(2382), - [anon_sym_DASH_GT] = ACTIONS(2382), + [606] = { + [anon_sym_LPAREN] = ACTIONS(2232), + [anon_sym_COMMA] = ACTIONS(2232), + [anon_sym_RPAREN] = ACTIONS(2232), + [anon_sym_SEMI] = ACTIONS(2232), + [anon_sym_RBRACE] = ACTIONS(2232), + [anon_sym_STAR] = ACTIONS(2234), + [anon_sym_LBRACK] = ACTIONS(2232), + [anon_sym_RBRACK] = ACTIONS(2232), + [anon_sym_EQ] = ACTIONS(2234), + [anon_sym_COLON] = ACTIONS(2232), + [anon_sym_QMARK] = ACTIONS(2232), + [anon_sym_STAR_EQ] = ACTIONS(2232), + [anon_sym_SLASH_EQ] = ACTIONS(2232), + [anon_sym_PERCENT_EQ] = ACTIONS(2232), + [anon_sym_PLUS_EQ] = ACTIONS(2232), + [anon_sym_DASH_EQ] = ACTIONS(2232), + [anon_sym_LT_LT_EQ] = ACTIONS(2232), + [anon_sym_GT_GT_EQ] = ACTIONS(2232), + [anon_sym_AMP_EQ] = ACTIONS(2232), + [anon_sym_CARET_EQ] = ACTIONS(2232), + [anon_sym_PIPE_EQ] = ACTIONS(2232), + [anon_sym_AMP] = ACTIONS(2234), + [anon_sym_PIPE_PIPE] = ACTIONS(2232), + [anon_sym_AMP_AMP] = ACTIONS(2232), + [anon_sym_PIPE] = ACTIONS(2234), + [anon_sym_CARET] = ACTIONS(2234), + [anon_sym_EQ_EQ] = ACTIONS(2232), + [anon_sym_BANG_EQ] = ACTIONS(2232), + [anon_sym_LT] = ACTIONS(2234), + [anon_sym_GT] = ACTIONS(2234), + [anon_sym_LT_EQ] = ACTIONS(2232), + [anon_sym_GT_EQ] = ACTIONS(2232), + [anon_sym_LT_LT] = ACTIONS(2234), + [anon_sym_GT_GT] = ACTIONS(2234), + [anon_sym_PLUS] = ACTIONS(2234), + [anon_sym_DASH] = ACTIONS(2234), + [anon_sym_SLASH] = ACTIONS(2234), + [anon_sym_PERCENT] = ACTIONS(2234), + [anon_sym_DASH_DASH] = ACTIONS(2232), + [anon_sym_PLUS_PLUS] = ACTIONS(2232), + [anon_sym_DOT] = ACTIONS(2232), + [anon_sym_DASH_GT] = ACTIONS(2232), [sym_comment] = ACTIONS(39), }, - [676] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [607] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [677] = { - [sym__expression] = STATE(912), - [sym_conditional_expression] = STATE(912), - [sym_assignment_expression] = STATE(912), - [sym_pointer_expression] = STATE(912), - [sym_logical_expression] = STATE(912), - [sym_bitwise_expression] = STATE(912), - [sym_equality_expression] = STATE(912), - [sym_relational_expression] = STATE(912), - [sym_shift_expression] = STATE(912), - [sym_math_expression] = STATE(912), - [sym_cast_expression] = STATE(912), - [sym_sizeof_expression] = STATE(912), - [sym_subscript_expression] = STATE(912), - [sym_call_expression] = STATE(912), - [sym_field_expression] = STATE(912), - [sym_compound_literal_expression] = STATE(912), - [sym_parenthesized_expression] = STATE(912), - [sym_concatenated_string] = STATE(912), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2386), - [sym_char_literal] = ACTIONS(2386), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2388), - [sym_false] = ACTIONS(2388), - [sym_null] = ACTIONS(2388), - [sym_identifier] = ACTIONS(2388), + [608] = { + [sym__expression] = STATE(818), + [sym_conditional_expression] = STATE(818), + [sym_assignment_expression] = STATE(818), + [sym_pointer_expression] = STATE(818), + [sym_logical_expression] = STATE(818), + [sym_bitwise_expression] = STATE(818), + [sym_equality_expression] = STATE(818), + [sym_relational_expression] = STATE(818), + [sym_shift_expression] = STATE(818), + [sym_math_expression] = STATE(818), + [sym_cast_expression] = STATE(818), + [sym_sizeof_expression] = STATE(818), + [sym_subscript_expression] = STATE(818), + [sym_call_expression] = STATE(818), + [sym_field_expression] = STATE(818), + [sym_compound_literal_expression] = STATE(818), + [sym_parenthesized_expression] = STATE(818), + [sym_concatenated_string] = STATE(818), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2236), + [sym_char_literal] = ACTIONS(2236), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2238), + [sym_false] = ACTIONS(2238), + [sym_null] = ACTIONS(2238), + [sym_identifier] = ACTIONS(2238), [sym_comment] = ACTIONS(39), }, - [678] = { - [sym__expression] = STATE(913), - [sym_conditional_expression] = STATE(913), - [sym_assignment_expression] = STATE(913), - [sym_pointer_expression] = STATE(913), - [sym_logical_expression] = STATE(913), - [sym_bitwise_expression] = STATE(913), - [sym_equality_expression] = STATE(913), - [sym_relational_expression] = STATE(913), - [sym_shift_expression] = STATE(913), - [sym_math_expression] = STATE(913), - [sym_cast_expression] = STATE(913), - [sym_sizeof_expression] = STATE(913), - [sym_subscript_expression] = STATE(913), - [sym_call_expression] = STATE(913), - [sym_field_expression] = STATE(913), - [sym_compound_literal_expression] = STATE(913), - [sym_parenthesized_expression] = STATE(913), - [sym_concatenated_string] = STATE(913), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2390), - [sym_char_literal] = ACTIONS(2390), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2392), - [sym_false] = ACTIONS(2392), - [sym_null] = ACTIONS(2392), - [sym_identifier] = ACTIONS(2392), + [609] = { + [sym__expression] = STATE(819), + [sym_conditional_expression] = STATE(819), + [sym_assignment_expression] = STATE(819), + [sym_pointer_expression] = STATE(819), + [sym_logical_expression] = STATE(819), + [sym_bitwise_expression] = STATE(819), + [sym_equality_expression] = STATE(819), + [sym_relational_expression] = STATE(819), + [sym_shift_expression] = STATE(819), + [sym_math_expression] = STATE(819), + [sym_cast_expression] = STATE(819), + [sym_sizeof_expression] = STATE(819), + [sym_subscript_expression] = STATE(819), + [sym_call_expression] = STATE(819), + [sym_field_expression] = STATE(819), + [sym_compound_literal_expression] = STATE(819), + [sym_parenthesized_expression] = STATE(819), + [sym_concatenated_string] = STATE(819), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2240), + [sym_char_literal] = ACTIONS(2240), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2242), + [sym_false] = ACTIONS(2242), + [sym_null] = ACTIONS(2242), + [sym_identifier] = ACTIONS(2242), [sym_comment] = ACTIONS(39), }, - [679] = { - [sym__expression] = STATE(914), - [sym_conditional_expression] = STATE(914), - [sym_assignment_expression] = STATE(914), - [sym_pointer_expression] = STATE(914), - [sym_logical_expression] = STATE(914), - [sym_bitwise_expression] = STATE(914), - [sym_equality_expression] = STATE(914), - [sym_relational_expression] = STATE(914), - [sym_shift_expression] = STATE(914), - [sym_math_expression] = STATE(914), - [sym_cast_expression] = STATE(914), - [sym_sizeof_expression] = STATE(914), - [sym_subscript_expression] = STATE(914), - [sym_call_expression] = STATE(914), - [sym_field_expression] = STATE(914), - [sym_compound_literal_expression] = STATE(914), - [sym_parenthesized_expression] = STATE(914), - [sym_concatenated_string] = STATE(914), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2394), - [sym_char_literal] = ACTIONS(2394), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2396), - [sym_false] = ACTIONS(2396), - [sym_null] = ACTIONS(2396), - [sym_identifier] = ACTIONS(2396), + [610] = { + [sym__expression] = STATE(820), + [sym_conditional_expression] = STATE(820), + [sym_assignment_expression] = STATE(820), + [sym_pointer_expression] = STATE(820), + [sym_logical_expression] = STATE(820), + [sym_bitwise_expression] = STATE(820), + [sym_equality_expression] = STATE(820), + [sym_relational_expression] = STATE(820), + [sym_shift_expression] = STATE(820), + [sym_math_expression] = STATE(820), + [sym_cast_expression] = STATE(820), + [sym_sizeof_expression] = STATE(820), + [sym_subscript_expression] = STATE(820), + [sym_call_expression] = STATE(820), + [sym_field_expression] = STATE(820), + [sym_compound_literal_expression] = STATE(820), + [sym_parenthesized_expression] = STATE(820), + [sym_concatenated_string] = STATE(820), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2244), + [sym_char_literal] = ACTIONS(2244), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2246), + [sym_false] = ACTIONS(2246), + [sym_null] = ACTIONS(2246), + [sym_identifier] = ACTIONS(2246), [sym_comment] = ACTIONS(39), }, - [680] = { - [sym__expression] = STATE(915), - [sym_conditional_expression] = STATE(915), - [sym_assignment_expression] = STATE(915), - [sym_pointer_expression] = STATE(915), - [sym_logical_expression] = STATE(915), - [sym_bitwise_expression] = STATE(915), - [sym_equality_expression] = STATE(915), - [sym_relational_expression] = STATE(915), - [sym_shift_expression] = STATE(915), - [sym_math_expression] = STATE(915), - [sym_cast_expression] = STATE(915), - [sym_sizeof_expression] = STATE(915), - [sym_subscript_expression] = STATE(915), - [sym_call_expression] = STATE(915), - [sym_field_expression] = STATE(915), - [sym_compound_literal_expression] = STATE(915), - [sym_parenthesized_expression] = STATE(915), - [sym_concatenated_string] = STATE(915), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2398), - [sym_char_literal] = ACTIONS(2398), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2400), - [sym_false] = ACTIONS(2400), - [sym_null] = ACTIONS(2400), - [sym_identifier] = ACTIONS(2400), + [611] = { + [sym__expression] = STATE(821), + [sym_conditional_expression] = STATE(821), + [sym_assignment_expression] = STATE(821), + [sym_pointer_expression] = STATE(821), + [sym_logical_expression] = STATE(821), + [sym_bitwise_expression] = STATE(821), + [sym_equality_expression] = STATE(821), + [sym_relational_expression] = STATE(821), + [sym_shift_expression] = STATE(821), + [sym_math_expression] = STATE(821), + [sym_cast_expression] = STATE(821), + [sym_sizeof_expression] = STATE(821), + [sym_subscript_expression] = STATE(821), + [sym_call_expression] = STATE(821), + [sym_field_expression] = STATE(821), + [sym_compound_literal_expression] = STATE(821), + [sym_parenthesized_expression] = STATE(821), + [sym_concatenated_string] = STATE(821), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2248), + [sym_char_literal] = ACTIONS(2248), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2250), + [sym_false] = ACTIONS(2250), + [sym_null] = ACTIONS(2250), + [sym_identifier] = ACTIONS(2250), [sym_comment] = ACTIONS(39), }, - [681] = { - [sym__expression] = STATE(916), - [sym_conditional_expression] = STATE(916), - [sym_assignment_expression] = STATE(916), - [sym_pointer_expression] = STATE(916), - [sym_logical_expression] = STATE(916), - [sym_bitwise_expression] = STATE(916), - [sym_equality_expression] = STATE(916), - [sym_relational_expression] = STATE(916), - [sym_shift_expression] = STATE(916), - [sym_math_expression] = STATE(916), - [sym_cast_expression] = STATE(916), - [sym_sizeof_expression] = STATE(916), - [sym_subscript_expression] = STATE(916), - [sym_call_expression] = STATE(916), - [sym_field_expression] = STATE(916), - [sym_compound_literal_expression] = STATE(916), - [sym_parenthesized_expression] = STATE(916), - [sym_concatenated_string] = STATE(916), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2402), - [sym_char_literal] = ACTIONS(2402), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2404), - [sym_false] = ACTIONS(2404), - [sym_null] = ACTIONS(2404), - [sym_identifier] = ACTIONS(2404), + [612] = { + [sym__expression] = STATE(822), + [sym_conditional_expression] = STATE(822), + [sym_assignment_expression] = STATE(822), + [sym_pointer_expression] = STATE(822), + [sym_logical_expression] = STATE(822), + [sym_bitwise_expression] = STATE(822), + [sym_equality_expression] = STATE(822), + [sym_relational_expression] = STATE(822), + [sym_shift_expression] = STATE(822), + [sym_math_expression] = STATE(822), + [sym_cast_expression] = STATE(822), + [sym_sizeof_expression] = STATE(822), + [sym_subscript_expression] = STATE(822), + [sym_call_expression] = STATE(822), + [sym_field_expression] = STATE(822), + [sym_compound_literal_expression] = STATE(822), + [sym_parenthesized_expression] = STATE(822), + [sym_concatenated_string] = STATE(822), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2252), + [sym_char_literal] = ACTIONS(2252), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2254), + [sym_false] = ACTIONS(2254), + [sym_null] = ACTIONS(2254), + [sym_identifier] = ACTIONS(2254), [sym_comment] = ACTIONS(39), }, - [682] = { - [sym__expression] = STATE(917), - [sym_conditional_expression] = STATE(917), - [sym_assignment_expression] = STATE(917), - [sym_pointer_expression] = STATE(917), - [sym_logical_expression] = STATE(917), - [sym_bitwise_expression] = STATE(917), - [sym_equality_expression] = STATE(917), - [sym_relational_expression] = STATE(917), - [sym_shift_expression] = STATE(917), - [sym_math_expression] = STATE(917), - [sym_cast_expression] = STATE(917), - [sym_sizeof_expression] = STATE(917), - [sym_subscript_expression] = STATE(917), - [sym_call_expression] = STATE(917), - [sym_field_expression] = STATE(917), - [sym_compound_literal_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(917), - [sym_concatenated_string] = STATE(917), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2406), - [sym_char_literal] = ACTIONS(2406), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2408), - [sym_false] = ACTIONS(2408), - [sym_null] = ACTIONS(2408), - [sym_identifier] = ACTIONS(2408), + [613] = { + [sym__expression] = STATE(823), + [sym_conditional_expression] = STATE(823), + [sym_assignment_expression] = STATE(823), + [sym_pointer_expression] = STATE(823), + [sym_logical_expression] = STATE(823), + [sym_bitwise_expression] = STATE(823), + [sym_equality_expression] = STATE(823), + [sym_relational_expression] = STATE(823), + [sym_shift_expression] = STATE(823), + [sym_math_expression] = STATE(823), + [sym_cast_expression] = STATE(823), + [sym_sizeof_expression] = STATE(823), + [sym_subscript_expression] = STATE(823), + [sym_call_expression] = STATE(823), + [sym_field_expression] = STATE(823), + [sym_compound_literal_expression] = STATE(823), + [sym_parenthesized_expression] = STATE(823), + [sym_concatenated_string] = STATE(823), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2256), + [sym_char_literal] = ACTIONS(2256), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2258), + [sym_false] = ACTIONS(2258), + [sym_null] = ACTIONS(2258), + [sym_identifier] = ACTIONS(2258), [sym_comment] = ACTIONS(39), }, - [683] = { - [sym__expression] = STATE(918), - [sym_conditional_expression] = STATE(918), - [sym_assignment_expression] = STATE(918), - [sym_pointer_expression] = STATE(918), - [sym_logical_expression] = STATE(918), - [sym_bitwise_expression] = STATE(918), - [sym_equality_expression] = STATE(918), - [sym_relational_expression] = STATE(918), - [sym_shift_expression] = STATE(918), - [sym_math_expression] = STATE(918), - [sym_cast_expression] = STATE(918), - [sym_sizeof_expression] = STATE(918), - [sym_subscript_expression] = STATE(918), - [sym_call_expression] = STATE(918), - [sym_field_expression] = STATE(918), - [sym_compound_literal_expression] = STATE(918), - [sym_parenthesized_expression] = STATE(918), - [sym_concatenated_string] = STATE(918), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2410), - [sym_char_literal] = ACTIONS(2410), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2412), - [sym_false] = ACTIONS(2412), - [sym_null] = ACTIONS(2412), - [sym_identifier] = ACTIONS(2412), + [614] = { + [sym__expression] = STATE(824), + [sym_conditional_expression] = STATE(824), + [sym_assignment_expression] = STATE(824), + [sym_pointer_expression] = STATE(824), + [sym_logical_expression] = STATE(824), + [sym_bitwise_expression] = STATE(824), + [sym_equality_expression] = STATE(824), + [sym_relational_expression] = STATE(824), + [sym_shift_expression] = STATE(824), + [sym_math_expression] = STATE(824), + [sym_cast_expression] = STATE(824), + [sym_sizeof_expression] = STATE(824), + [sym_subscript_expression] = STATE(824), + [sym_call_expression] = STATE(824), + [sym_field_expression] = STATE(824), + [sym_compound_literal_expression] = STATE(824), + [sym_parenthesized_expression] = STATE(824), + [sym_concatenated_string] = STATE(824), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2260), + [sym_char_literal] = ACTIONS(2260), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2262), + [sym_false] = ACTIONS(2262), + [sym_null] = ACTIONS(2262), + [sym_identifier] = ACTIONS(2262), [sym_comment] = ACTIONS(39), }, - [684] = { - [sym__expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_assignment_expression] = STATE(919), - [sym_pointer_expression] = STATE(919), - [sym_logical_expression] = STATE(919), - [sym_bitwise_expression] = STATE(919), - [sym_equality_expression] = STATE(919), - [sym_relational_expression] = STATE(919), - [sym_shift_expression] = STATE(919), - [sym_math_expression] = STATE(919), - [sym_cast_expression] = STATE(919), - [sym_sizeof_expression] = STATE(919), - [sym_subscript_expression] = STATE(919), - [sym_call_expression] = STATE(919), - [sym_field_expression] = STATE(919), - [sym_compound_literal_expression] = STATE(919), - [sym_parenthesized_expression] = STATE(919), - [sym_concatenated_string] = STATE(919), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2414), - [sym_char_literal] = ACTIONS(2414), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2416), - [sym_false] = ACTIONS(2416), - [sym_null] = ACTIONS(2416), - [sym_identifier] = ACTIONS(2416), + [615] = { + [sym__expression] = STATE(825), + [sym_conditional_expression] = STATE(825), + [sym_assignment_expression] = STATE(825), + [sym_pointer_expression] = STATE(825), + [sym_logical_expression] = STATE(825), + [sym_bitwise_expression] = STATE(825), + [sym_equality_expression] = STATE(825), + [sym_relational_expression] = STATE(825), + [sym_shift_expression] = STATE(825), + [sym_math_expression] = STATE(825), + [sym_cast_expression] = STATE(825), + [sym_sizeof_expression] = STATE(825), + [sym_subscript_expression] = STATE(825), + [sym_call_expression] = STATE(825), + [sym_field_expression] = STATE(825), + [sym_compound_literal_expression] = STATE(825), + [sym_parenthesized_expression] = STATE(825), + [sym_concatenated_string] = STATE(825), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2264), + [sym_char_literal] = ACTIONS(2264), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2266), + [sym_false] = ACTIONS(2266), + [sym_null] = ACTIONS(2266), + [sym_identifier] = ACTIONS(2266), [sym_comment] = ACTIONS(39), }, - [685] = { - [sym__expression] = STATE(920), - [sym_conditional_expression] = STATE(920), - [sym_assignment_expression] = STATE(920), - [sym_pointer_expression] = STATE(920), - [sym_logical_expression] = STATE(920), - [sym_bitwise_expression] = STATE(920), - [sym_equality_expression] = STATE(920), - [sym_relational_expression] = STATE(920), - [sym_shift_expression] = STATE(920), - [sym_math_expression] = STATE(920), - [sym_cast_expression] = STATE(920), - [sym_sizeof_expression] = STATE(920), - [sym_subscript_expression] = STATE(920), - [sym_call_expression] = STATE(920), - [sym_field_expression] = STATE(920), - [sym_compound_literal_expression] = STATE(920), - [sym_parenthesized_expression] = STATE(920), - [sym_concatenated_string] = STATE(920), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2418), - [sym_char_literal] = ACTIONS(2418), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2420), - [sym_false] = ACTIONS(2420), - [sym_null] = ACTIONS(2420), - [sym_identifier] = ACTIONS(2420), + [616] = { + [sym__expression] = STATE(826), + [sym_conditional_expression] = STATE(826), + [sym_assignment_expression] = STATE(826), + [sym_pointer_expression] = STATE(826), + [sym_logical_expression] = STATE(826), + [sym_bitwise_expression] = STATE(826), + [sym_equality_expression] = STATE(826), + [sym_relational_expression] = STATE(826), + [sym_shift_expression] = STATE(826), + [sym_math_expression] = STATE(826), + [sym_cast_expression] = STATE(826), + [sym_sizeof_expression] = STATE(826), + [sym_subscript_expression] = STATE(826), + [sym_call_expression] = STATE(826), + [sym_field_expression] = STATE(826), + [sym_compound_literal_expression] = STATE(826), + [sym_parenthesized_expression] = STATE(826), + [sym_concatenated_string] = STATE(826), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2268), + [sym_char_literal] = ACTIONS(2268), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2270), + [sym_false] = ACTIONS(2270), + [sym_null] = ACTIONS(2270), + [sym_identifier] = ACTIONS(2270), [sym_comment] = ACTIONS(39), }, - [686] = { - [sym__expression] = STATE(921), - [sym_conditional_expression] = STATE(921), - [sym_assignment_expression] = STATE(921), - [sym_pointer_expression] = STATE(921), - [sym_logical_expression] = STATE(921), - [sym_bitwise_expression] = STATE(921), - [sym_equality_expression] = STATE(921), - [sym_relational_expression] = STATE(921), - [sym_shift_expression] = STATE(921), - [sym_math_expression] = STATE(921), - [sym_cast_expression] = STATE(921), - [sym_sizeof_expression] = STATE(921), - [sym_subscript_expression] = STATE(921), - [sym_call_expression] = STATE(921), - [sym_field_expression] = STATE(921), - [sym_compound_literal_expression] = STATE(921), - [sym_parenthesized_expression] = STATE(921), - [sym_concatenated_string] = STATE(921), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2422), - [sym_char_literal] = ACTIONS(2422), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2424), - [sym_false] = ACTIONS(2424), - [sym_null] = ACTIONS(2424), - [sym_identifier] = ACTIONS(2424), + [617] = { + [sym__expression] = STATE(827), + [sym_conditional_expression] = STATE(827), + [sym_assignment_expression] = STATE(827), + [sym_pointer_expression] = STATE(827), + [sym_logical_expression] = STATE(827), + [sym_bitwise_expression] = STATE(827), + [sym_equality_expression] = STATE(827), + [sym_relational_expression] = STATE(827), + [sym_shift_expression] = STATE(827), + [sym_math_expression] = STATE(827), + [sym_cast_expression] = STATE(827), + [sym_sizeof_expression] = STATE(827), + [sym_subscript_expression] = STATE(827), + [sym_call_expression] = STATE(827), + [sym_field_expression] = STATE(827), + [sym_compound_literal_expression] = STATE(827), + [sym_parenthesized_expression] = STATE(827), + [sym_concatenated_string] = STATE(827), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2272), + [sym_char_literal] = ACTIONS(2272), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2274), + [sym_false] = ACTIONS(2274), + [sym_null] = ACTIONS(2274), + [sym_identifier] = ACTIONS(2274), [sym_comment] = ACTIONS(39), }, - [687] = { - [sym__expression] = STATE(922), - [sym_conditional_expression] = STATE(922), - [sym_assignment_expression] = STATE(922), - [sym_pointer_expression] = STATE(922), - [sym_logical_expression] = STATE(922), - [sym_bitwise_expression] = STATE(922), - [sym_equality_expression] = STATE(922), - [sym_relational_expression] = STATE(922), - [sym_shift_expression] = STATE(922), - [sym_math_expression] = STATE(922), - [sym_cast_expression] = STATE(922), - [sym_sizeof_expression] = STATE(922), - [sym_subscript_expression] = STATE(922), - [sym_call_expression] = STATE(922), - [sym_field_expression] = STATE(922), - [sym_compound_literal_expression] = STATE(922), - [sym_parenthesized_expression] = STATE(922), - [sym_concatenated_string] = STATE(922), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2426), - [sym_char_literal] = ACTIONS(2426), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2428), - [sym_false] = ACTIONS(2428), - [sym_null] = ACTIONS(2428), - [sym_identifier] = ACTIONS(2428), + [618] = { + [sym__expression] = STATE(828), + [sym_conditional_expression] = STATE(828), + [sym_assignment_expression] = STATE(828), + [sym_pointer_expression] = STATE(828), + [sym_logical_expression] = STATE(828), + [sym_bitwise_expression] = STATE(828), + [sym_equality_expression] = STATE(828), + [sym_relational_expression] = STATE(828), + [sym_shift_expression] = STATE(828), + [sym_math_expression] = STATE(828), + [sym_cast_expression] = STATE(828), + [sym_sizeof_expression] = STATE(828), + [sym_subscript_expression] = STATE(828), + [sym_call_expression] = STATE(828), + [sym_field_expression] = STATE(828), + [sym_compound_literal_expression] = STATE(828), + [sym_parenthesized_expression] = STATE(828), + [sym_concatenated_string] = STATE(828), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2276), + [sym_char_literal] = ACTIONS(2276), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2278), + [sym_false] = ACTIONS(2278), + [sym_null] = ACTIONS(2278), + [sym_identifier] = ACTIONS(2278), [sym_comment] = ACTIONS(39), }, - [688] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [689] = { - [sym_string_literal] = ACTIONS(2434), - [sym_system_lib_string] = ACTIONS(2434), - [sym_comment] = ACTIONS(39), - }, - [690] = { - [sym_identifier] = ACTIONS(2436), + [619] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [691] = { - [sym_preproc_arg] = ACTIONS(2438), + [620] = { + [sym_preproc_arg] = ACTIONS(2284), [sym_comment] = ACTIONS(47), }, - [692] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2440), - [anon_sym_LPAREN] = ACTIONS(2442), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2440), - [sym_preproc_directive] = ACTIONS(2440), - [anon_sym_SEMI] = ACTIONS(2442), - [anon_sym_typedef] = ACTIONS(2440), - [anon_sym_extern] = ACTIONS(2440), - [anon_sym_LBRACE] = ACTIONS(2442), - [anon_sym_RBRACE] = ACTIONS(2442), - [anon_sym_STAR] = ACTIONS(2442), - [anon_sym_static] = ACTIONS(2440), - [anon_sym_auto] = ACTIONS(2440), - [anon_sym_register] = ACTIONS(2440), - [anon_sym_inline] = ACTIONS(2440), - [anon_sym_const] = ACTIONS(2440), - [anon_sym_restrict] = ACTIONS(2440), - [anon_sym_volatile] = ACTIONS(2440), - [anon_sym__Atomic] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2440), - [anon_sym_enum] = ACTIONS(2440), - [anon_sym_struct] = ACTIONS(2440), - [anon_sym_union] = ACTIONS(2440), - [anon_sym_if] = ACTIONS(2440), - [anon_sym_switch] = ACTIONS(2440), - [anon_sym_case] = ACTIONS(2440), - [anon_sym_default] = ACTIONS(2440), - [anon_sym_while] = ACTIONS(2440), - [anon_sym_do] = ACTIONS(2440), - [anon_sym_for] = ACTIONS(2440), - [anon_sym_return] = ACTIONS(2440), - [anon_sym_break] = ACTIONS(2440), - [anon_sym_continue] = ACTIONS(2440), - [anon_sym_goto] = ACTIONS(2440), - [anon_sym_AMP] = ACTIONS(2442), - [anon_sym_BANG] = ACTIONS(2442), - [anon_sym_TILDE] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2440), - [anon_sym_DASH] = ACTIONS(2440), - [anon_sym_DASH_DASH] = ACTIONS(2442), - [anon_sym_PLUS_PLUS] = ACTIONS(2442), - [anon_sym_sizeof] = ACTIONS(2440), - [sym_number_literal] = ACTIONS(2442), - [sym_char_literal] = ACTIONS(2442), - [sym_string_literal] = ACTIONS(2442), - [sym_true] = ACTIONS(2440), - [sym_false] = ACTIONS(2440), - [sym_null] = ACTIONS(2440), - [sym_identifier] = ACTIONS(2440), + [621] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2286), + [sym_preproc_directive] = ACTIONS(2286), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2286), + [anon_sym_extern] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_RBRACE] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_auto] = ACTIONS(2286), + [anon_sym_register] = ACTIONS(2286), + [anon_sym_inline] = ACTIONS(2286), + [anon_sym_const] = ACTIONS(2286), + [anon_sym_restrict] = ACTIONS(2286), + [anon_sym_volatile] = ACTIONS(2286), + [anon_sym__Atomic] = ACTIONS(2286), + [anon_sym_unsigned] = ACTIONS(2286), + [anon_sym_long] = ACTIONS(2286), + [anon_sym_short] = ACTIONS(2286), + [sym_primitive_type] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_union] = ACTIONS(2286), + [anon_sym_if] = ACTIONS(2286), + [anon_sym_switch] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_default] = ACTIONS(2286), + [anon_sym_while] = ACTIONS(2286), + [anon_sym_do] = ACTIONS(2286), + [anon_sym_for] = ACTIONS(2286), + [anon_sym_return] = ACTIONS(2286), + [anon_sym_break] = ACTIONS(2286), + [anon_sym_continue] = ACTIONS(2286), + [anon_sym_goto] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_PLUS] = ACTIONS(2286), + [anon_sym_DASH] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2286), + [sym_number_literal] = ACTIONS(2288), + [sym_char_literal] = ACTIONS(2288), + [sym_string_literal] = ACTIONS(2288), + [sym_true] = ACTIONS(2286), + [sym_false] = ACTIONS(2286), + [sym_null] = ACTIONS(2286), + [sym_identifier] = ACTIONS(2286), [sym_comment] = ACTIONS(39), }, - [693] = { - [sym_identifier] = ACTIONS(2444), + [622] = { + [sym_identifier] = ACTIONS(2290), [sym_comment] = ACTIONS(39), }, - [694] = { - [sym_identifier] = ACTIONS(2446), + [623] = { + [sym_identifier] = ACTIONS(2292), [sym_comment] = ACTIONS(39), }, - [695] = { - [sym_preproc_include] = STATE(956), - [sym_preproc_def] = STATE(956), - [sym_preproc_function_def] = STATE(956), - [sym_preproc_call] = STATE(956), - [sym_preproc_if_in_compound_statement] = STATE(951), - [sym_preproc_ifdef_in_compound_statement] = STATE(952), - [sym_declaration] = STATE(956), - [sym_type_definition] = STATE(956), - [sym__declaration_specifiers] = STATE(953), - [sym_compound_statement] = STATE(956), + [624] = { + [sym_preproc_include] = STATE(855), + [sym_preproc_def] = STATE(855), + [sym_preproc_function_def] = STATE(855), + [sym_preproc_call] = STATE(855), + [sym_preproc_if_in_compound_statement] = STATE(850), + [sym_preproc_ifdef_in_compound_statement] = STATE(851), + [sym_declaration] = STATE(855), + [sym_type_definition] = STATE(855), + [sym__declaration_specifiers] = STATE(852), + [sym_compound_statement] = STATE(855), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -24246,55 +23713,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(956), - [sym_expression_statement] = STATE(956), - [sym_if_statement] = STATE(956), - [sym_switch_statement] = STATE(956), - [sym_case_statement] = STATE(956), - [sym_while_statement] = STATE(956), - [sym_do_statement] = STATE(956), - [sym_for_statement] = STATE(956), - [sym_return_statement] = STATE(956), - [sym_break_statement] = STATE(956), - [sym_continue_statement] = STATE(956), - [sym_goto_statement] = STATE(956), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [sym__empty_declaration] = STATE(956), + [sym_labeled_statement] = STATE(855), + [sym_expression_statement] = STATE(855), + [sym_if_statement] = STATE(855), + [sym_switch_statement] = STATE(855), + [sym_case_statement] = STATE(855), + [sym_while_statement] = STATE(855), + [sym_do_statement] = STATE(855), + [sym_for_statement] = STATE(855), + [sym_return_statement] = STATE(855), + [sym_break_statement] = STATE(855), + [sym_continue_statement] = STATE(855), + [sym_goto_statement] = STATE(855), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym__empty_declaration] = STATE(855), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(956), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(855), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2448), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2450), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2454), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2458), - [sym_preproc_directive] = ACTIONS(2460), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_typedef] = ACTIONS(2464), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(348), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(350), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2296), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2298), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2300), + [sym_preproc_directive] = ACTIONS(360), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_typedef] = ACTIONS(362), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -24310,659 +23777,521 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(2494), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(2330), [sym_comment] = ACTIONS(39), }, - [696] = { - [sym_preproc_arg] = ACTIONS(2496), - [sym_comment] = ACTIONS(47), - }, - [697] = { - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2498), - [anon_sym_LF] = ACTIONS(2500), + [625] = { + [sym_preproc_arg] = ACTIONS(2332), [sym_comment] = ACTIONS(47), }, - [698] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1036), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1034), - [sym_preproc_directive] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1036), - [anon_sym_typedef] = ACTIONS(1034), - [anon_sym_extern] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1034), - [anon_sym_auto] = ACTIONS(1034), - [anon_sym_register] = ACTIONS(1034), - [anon_sym_inline] = ACTIONS(1034), - [anon_sym_const] = ACTIONS(1034), - [anon_sym_restrict] = ACTIONS(1034), - [anon_sym_volatile] = ACTIONS(1034), - [anon_sym__Atomic] = ACTIONS(1034), - [anon_sym_unsigned] = ACTIONS(1034), - [anon_sym_long] = ACTIONS(1034), - [anon_sym_short] = ACTIONS(1034), - [sym_primitive_type] = ACTIONS(1034), - [anon_sym_enum] = ACTIONS(1034), - [anon_sym_struct] = ACTIONS(1034), - [anon_sym_union] = ACTIONS(1034), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_switch] = ACTIONS(1034), - [anon_sym_case] = ACTIONS(1034), - [anon_sym_default] = ACTIONS(1034), - [anon_sym_while] = ACTIONS(1034), - [anon_sym_do] = ACTIONS(1034), - [anon_sym_for] = ACTIONS(1034), - [anon_sym_return] = ACTIONS(1034), - [anon_sym_break] = ACTIONS(1034), - [anon_sym_continue] = ACTIONS(1034), - [anon_sym_goto] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1036), - [anon_sym_TILDE] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1034), - [anon_sym_DASH_DASH] = ACTIONS(1036), - [anon_sym_PLUS_PLUS] = ACTIONS(1036), - [anon_sym_sizeof] = ACTIONS(1034), - [sym_number_literal] = ACTIONS(1036), - [sym_char_literal] = ACTIONS(1036), - [sym_string_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1034), - [sym_comment] = ACTIONS(39), - }, - [699] = { - [sym_type_qualifier] = STATE(961), - [sym__type_specifier] = STATE(960), - [sym_sized_type_specifier] = STATE(960), - [sym_enum_specifier] = STATE(960), - [sym_struct_specifier] = STATE(960), - [sym_union_specifier] = STATE(960), - [sym_macro_type_specifier] = STATE(960), - [aux_sym_type_definition_repeat1] = STATE(961), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2502), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), - [sym_comment] = ACTIONS(39), - }, - [700] = { - [sym_preproc_include] = STATE(963), - [sym_preproc_def] = STATE(963), - [sym_preproc_function_def] = STATE(963), - [sym_preproc_call] = STATE(963), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(963), - [sym_type_definition] = STATE(963), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(963), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(963), - [sym_expression_statement] = STATE(963), - [sym_if_statement] = STATE(963), - [sym_switch_statement] = STATE(963), - [sym_case_statement] = STATE(963), - [sym_while_statement] = STATE(963), - [sym_do_statement] = STATE(963), - [sym_for_statement] = STATE(963), - [sym_return_statement] = STATE(963), - [sym_break_statement] = STATE(963), - [sym_continue_statement] = STATE(963), - [sym_goto_statement] = STATE(963), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(963), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(963), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(2504), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [626] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(960), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(958), + [sym_preproc_directive] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_typedef] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_static] = ACTIONS(958), + [anon_sym_auto] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_inline] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_restrict] = ACTIONS(958), + [anon_sym_volatile] = ACTIONS(958), + [anon_sym__Atomic] = ACTIONS(958), + [anon_sym_unsigned] = ACTIONS(958), + [anon_sym_long] = ACTIONS(958), + [anon_sym_short] = ACTIONS(958), + [sym_primitive_type] = ACTIONS(958), + [anon_sym_enum] = ACTIONS(958), + [anon_sym_struct] = ACTIONS(958), + [anon_sym_union] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_case] = ACTIONS(958), + [anon_sym_default] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_goto] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(960), + [anon_sym_TILDE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(958), + [sym_number_literal] = ACTIONS(960), + [sym_char_literal] = ACTIONS(960), + [sym_string_literal] = ACTIONS(960), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_identifier] = ACTIONS(958), [sym_comment] = ACTIONS(39), }, - [701] = { - [anon_sym_LPAREN] = ACTIONS(2506), + [627] = { + [anon_sym_LPAREN] = ACTIONS(2334), [sym_comment] = ACTIONS(39), }, - [702] = { - [anon_sym_LPAREN] = ACTIONS(2508), + [628] = { + [anon_sym_LPAREN] = ACTIONS(2336), [sym_comment] = ACTIONS(39), }, - [703] = { - [sym__expression] = STATE(966), - [sym_conditional_expression] = STATE(966), - [sym_assignment_expression] = STATE(966), - [sym_pointer_expression] = STATE(966), - [sym_logical_expression] = STATE(966), - [sym_bitwise_expression] = STATE(966), - [sym_equality_expression] = STATE(966), - [sym_relational_expression] = STATE(966), - [sym_shift_expression] = STATE(966), - [sym_math_expression] = STATE(966), - [sym_cast_expression] = STATE(966), - [sym_sizeof_expression] = STATE(966), - [sym_subscript_expression] = STATE(966), - [sym_call_expression] = STATE(966), - [sym_field_expression] = STATE(966), - [sym_compound_literal_expression] = STATE(966), - [sym_parenthesized_expression] = STATE(966), - [sym_concatenated_string] = STATE(966), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2510), - [sym_char_literal] = ACTIONS(2510), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2512), - [sym_false] = ACTIONS(2512), - [sym_null] = ACTIONS(2512), - [sym_identifier] = ACTIONS(2512), + [629] = { + [sym__expression] = STATE(859), + [sym_conditional_expression] = STATE(859), + [sym_assignment_expression] = STATE(859), + [sym_pointer_expression] = STATE(859), + [sym_logical_expression] = STATE(859), + [sym_bitwise_expression] = STATE(859), + [sym_equality_expression] = STATE(859), + [sym_relational_expression] = STATE(859), + [sym_shift_expression] = STATE(859), + [sym_math_expression] = STATE(859), + [sym_cast_expression] = STATE(859), + [sym_sizeof_expression] = STATE(859), + [sym_subscript_expression] = STATE(859), + [sym_call_expression] = STATE(859), + [sym_field_expression] = STATE(859), + [sym_compound_literal_expression] = STATE(859), + [sym_parenthesized_expression] = STATE(859), + [sym_concatenated_string] = STATE(859), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2338), + [sym_char_literal] = ACTIONS(2338), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2340), + [sym_false] = ACTIONS(2340), + [sym_null] = ACTIONS(2340), + [sym_identifier] = ACTIONS(2340), [sym_comment] = ACTIONS(39), }, - [704] = { - [anon_sym_COLON] = ACTIONS(2514), + [630] = { + [anon_sym_COLON] = ACTIONS(2342), [sym_comment] = ACTIONS(39), }, - [705] = { - [anon_sym_LPAREN] = ACTIONS(2516), + [631] = { + [anon_sym_LPAREN] = ACTIONS(2344), [sym_comment] = ACTIONS(39), }, - [706] = { - [sym_compound_statement] = STATE(969), - [sym_labeled_statement] = STATE(969), - [sym_expression_statement] = STATE(969), - [sym_if_statement] = STATE(969), - [sym_switch_statement] = STATE(969), - [sym_case_statement] = STATE(969), - [sym_while_statement] = STATE(969), - [sym_do_statement] = STATE(969), - [sym_for_statement] = STATE(969), - [sym_return_statement] = STATE(969), - [sym_break_statement] = STATE(969), - [sym_continue_statement] = STATE(969), - [sym_goto_statement] = STATE(969), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [632] = { + [sym_compound_statement] = STATE(862), + [sym_labeled_statement] = STATE(862), + [sym_expression_statement] = STATE(862), + [sym_if_statement] = STATE(862), + [sym_switch_statement] = STATE(862), + [sym_case_statement] = STATE(862), + [sym_while_statement] = STATE(862), + [sym_do_statement] = STATE(862), + [sym_for_statement] = STATE(862), + [sym_return_statement] = STATE(862), + [sym_break_statement] = STATE(862), + [sym_continue_statement] = STATE(862), + [sym_goto_statement] = STATE(862), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [707] = { - [anon_sym_LPAREN] = ACTIONS(2518), + [633] = { + [anon_sym_LPAREN] = ACTIONS(2346), [sym_comment] = ACTIONS(39), }, - [708] = { - [sym__expression] = STATE(972), - [sym_conditional_expression] = STATE(972), - [sym_assignment_expression] = STATE(972), - [sym_pointer_expression] = STATE(972), - [sym_logical_expression] = STATE(972), - [sym_bitwise_expression] = STATE(972), - [sym_equality_expression] = STATE(972), - [sym_relational_expression] = STATE(972), - [sym_shift_expression] = STATE(972), - [sym_math_expression] = STATE(972), - [sym_cast_expression] = STATE(972), - [sym_sizeof_expression] = STATE(972), - [sym_subscript_expression] = STATE(972), - [sym_call_expression] = STATE(972), - [sym_field_expression] = STATE(972), - [sym_compound_literal_expression] = STATE(972), - [sym_parenthesized_expression] = STATE(972), - [sym_concatenated_string] = STATE(972), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(2520), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2522), - [sym_char_literal] = ACTIONS(2522), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2524), - [sym_false] = ACTIONS(2524), - [sym_null] = ACTIONS(2524), - [sym_identifier] = ACTIONS(2524), + [634] = { + [sym__expression] = STATE(865), + [sym_conditional_expression] = STATE(865), + [sym_assignment_expression] = STATE(865), + [sym_pointer_expression] = STATE(865), + [sym_logical_expression] = STATE(865), + [sym_bitwise_expression] = STATE(865), + [sym_equality_expression] = STATE(865), + [sym_relational_expression] = STATE(865), + [sym_shift_expression] = STATE(865), + [sym_math_expression] = STATE(865), + [sym_cast_expression] = STATE(865), + [sym_sizeof_expression] = STATE(865), + [sym_subscript_expression] = STATE(865), + [sym_call_expression] = STATE(865), + [sym_field_expression] = STATE(865), + [sym_compound_literal_expression] = STATE(865), + [sym_parenthesized_expression] = STATE(865), + [sym_concatenated_string] = STATE(865), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(2348), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2350), + [sym_char_literal] = ACTIONS(2350), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2352), + [sym_false] = ACTIONS(2352), + [sym_null] = ACTIONS(2352), + [sym_identifier] = ACTIONS(2352), [sym_comment] = ACTIONS(39), }, - [709] = { - [anon_sym_SEMI] = ACTIONS(2526), + [635] = { + [anon_sym_SEMI] = ACTIONS(2354), [sym_comment] = ACTIONS(39), }, - [710] = { - [anon_sym_SEMI] = ACTIONS(2528), + [636] = { + [anon_sym_SEMI] = ACTIONS(2356), [sym_comment] = ACTIONS(39), }, - [711] = { - [sym_identifier] = ACTIONS(2530), + [637] = { + [sym_identifier] = ACTIONS(2358), [sym_comment] = ACTIONS(39), }, - [712] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(2532), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [638] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(2360), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [713] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1142), - [anon_sym_LPAREN] = ACTIONS(1144), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [sym_char_literal] = ACTIONS(1144), - [sym_string_literal] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), - [sym_identifier] = ACTIONS(1142), + [639] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1062), + [anon_sym_LPAREN] = ACTIONS(1064), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1062), + [sym_preproc_directive] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1064), + [anon_sym_typedef] = ACTIONS(1062), + [anon_sym_extern] = ACTIONS(1062), + [anon_sym_LBRACE] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1064), + [anon_sym_static] = ACTIONS(1062), + [anon_sym_auto] = ACTIONS(1062), + [anon_sym_register] = ACTIONS(1062), + [anon_sym_inline] = ACTIONS(1062), + [anon_sym_const] = ACTIONS(1062), + [anon_sym_restrict] = ACTIONS(1062), + [anon_sym_volatile] = ACTIONS(1062), + [anon_sym__Atomic] = ACTIONS(1062), + [anon_sym_unsigned] = ACTIONS(1062), + [anon_sym_long] = ACTIONS(1062), + [anon_sym_short] = ACTIONS(1062), + [sym_primitive_type] = ACTIONS(1062), + [anon_sym_enum] = ACTIONS(1062), + [anon_sym_struct] = ACTIONS(1062), + [anon_sym_union] = ACTIONS(1062), + [anon_sym_if] = ACTIONS(1062), + [anon_sym_switch] = ACTIONS(1062), + [anon_sym_case] = ACTIONS(1062), + [anon_sym_default] = ACTIONS(1062), + [anon_sym_while] = ACTIONS(1062), + [anon_sym_do] = ACTIONS(1062), + [anon_sym_for] = ACTIONS(1062), + [anon_sym_return] = ACTIONS(1062), + [anon_sym_break] = ACTIONS(1062), + [anon_sym_continue] = ACTIONS(1062), + [anon_sym_goto] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1064), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_PLUS] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1062), + [anon_sym_DASH_DASH] = ACTIONS(1064), + [anon_sym_PLUS_PLUS] = ACTIONS(1064), + [anon_sym_sizeof] = ACTIONS(1062), + [sym_number_literal] = ACTIONS(1064), + [sym_char_literal] = ACTIONS(1064), + [sym_string_literal] = ACTIONS(1064), + [sym_true] = ACTIONS(1062), + [sym_false] = ACTIONS(1062), + [sym_null] = ACTIONS(1062), + [sym_identifier] = ACTIONS(1062), [sym_comment] = ACTIONS(39), }, - [714] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1146), - [anon_sym_LPAREN] = ACTIONS(1148), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1146), - [sym_preproc_directive] = ACTIONS(1146), - [anon_sym_SEMI] = ACTIONS(1148), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1148), - [anon_sym_STAR] = ACTIONS(1148), - [anon_sym_static] = ACTIONS(1146), - [anon_sym_auto] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_inline] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [anon_sym_restrict] = ACTIONS(1146), - [anon_sym_volatile] = ACTIONS(1146), - [anon_sym__Atomic] = ACTIONS(1146), - [anon_sym_unsigned] = ACTIONS(1146), - [anon_sym_long] = ACTIONS(1146), - [anon_sym_short] = ACTIONS(1146), - [sym_primitive_type] = ACTIONS(1146), - [anon_sym_enum] = ACTIONS(1146), - [anon_sym_struct] = ACTIONS(1146), - [anon_sym_union] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_switch] = ACTIONS(1146), - [anon_sym_case] = ACTIONS(1146), - [anon_sym_default] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1146), - [anon_sym_AMP] = ACTIONS(1148), - [anon_sym_BANG] = ACTIONS(1148), - [anon_sym_TILDE] = ACTIONS(1148), - [anon_sym_PLUS] = ACTIONS(1146), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1148), - [anon_sym_PLUS_PLUS] = ACTIONS(1148), - [anon_sym_sizeof] = ACTIONS(1146), - [sym_number_literal] = ACTIONS(1148), - [sym_char_literal] = ACTIONS(1148), - [sym_string_literal] = ACTIONS(1148), - [sym_true] = ACTIONS(1146), - [sym_false] = ACTIONS(1146), - [sym_null] = ACTIONS(1146), - [sym_identifier] = ACTIONS(1146), + [640] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1066), + [anon_sym_LPAREN] = ACTIONS(1068), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1066), + [sym_preproc_directive] = ACTIONS(1066), + [anon_sym_SEMI] = ACTIONS(1068), + [anon_sym_typedef] = ACTIONS(1066), + [anon_sym_extern] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1068), + [anon_sym_static] = ACTIONS(1066), + [anon_sym_auto] = ACTIONS(1066), + [anon_sym_register] = ACTIONS(1066), + [anon_sym_inline] = ACTIONS(1066), + [anon_sym_const] = ACTIONS(1066), + [anon_sym_restrict] = ACTIONS(1066), + [anon_sym_volatile] = ACTIONS(1066), + [anon_sym__Atomic] = ACTIONS(1066), + [anon_sym_unsigned] = ACTIONS(1066), + [anon_sym_long] = ACTIONS(1066), + [anon_sym_short] = ACTIONS(1066), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1066), + [anon_sym_struct] = ACTIONS(1066), + [anon_sym_union] = ACTIONS(1066), + [anon_sym_if] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1066), + [anon_sym_case] = ACTIONS(1066), + [anon_sym_default] = ACTIONS(1066), + [anon_sym_while] = ACTIONS(1066), + [anon_sym_do] = ACTIONS(1066), + [anon_sym_for] = ACTIONS(1066), + [anon_sym_return] = ACTIONS(1066), + [anon_sym_break] = ACTIONS(1066), + [anon_sym_continue] = ACTIONS(1066), + [anon_sym_goto] = ACTIONS(1066), + [anon_sym_AMP] = ACTIONS(1068), + [anon_sym_BANG] = ACTIONS(1068), + [anon_sym_TILDE] = ACTIONS(1068), + [anon_sym_PLUS] = ACTIONS(1066), + [anon_sym_DASH] = ACTIONS(1066), + [anon_sym_DASH_DASH] = ACTIONS(1068), + [anon_sym_PLUS_PLUS] = ACTIONS(1068), + [anon_sym_sizeof] = ACTIONS(1066), + [sym_number_literal] = ACTIONS(1068), + [sym_char_literal] = ACTIONS(1068), + [sym_string_literal] = ACTIONS(1068), + [sym_true] = ACTIONS(1066), + [sym_false] = ACTIONS(1066), + [sym_null] = ACTIONS(1066), + [sym_identifier] = ACTIONS(1066), [sym_comment] = ACTIONS(39), }, - [715] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2534), + [641] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2362), [sym_comment] = ACTIONS(39), }, - [716] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2536), + [642] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2364), [sym_comment] = ACTIONS(39), }, - [717] = { - [sym__declarator] = STATE(980), - [sym_pointer_declarator] = STATE(980), - [sym_function_declarator] = STATE(980), - [sym_array_declarator] = STATE(980), - [sym_init_declarator] = STATE(981), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_SEMI] = ACTIONS(2538), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(2540), + [643] = { + [sym__declarator] = STATE(872), + [sym_pointer_declarator] = STATE(872), + [sym_function_declarator] = STATE(872), + [sym_array_declarator] = STATE(872), + [sym_init_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_SEMI] = ACTIONS(378), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(2366), [sym_comment] = ACTIONS(39), }, - [718] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(2542), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [644] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(2368), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(1084), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [719] = { - [anon_sym_SEMI] = ACTIONS(2542), + [645] = { + [anon_sym_SEMI] = ACTIONS(2368), [sym_comment] = ACTIONS(39), }, - [720] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(984), - [sym_preproc_elif_in_compound_statement] = STATE(985), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), + [646] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(875), + [sym_preproc_elif_in_compound_statement] = STATE(876), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -24970,57 +24299,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2544), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2370), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -25036,112 +24365,112 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [721] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2546), - [anon_sym_LPAREN] = ACTIONS(2548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2546), - [sym_preproc_directive] = ACTIONS(2546), - [anon_sym_SEMI] = ACTIONS(2548), - [anon_sym_typedef] = ACTIONS(2546), - [anon_sym_extern] = ACTIONS(2546), - [anon_sym_LBRACE] = ACTIONS(2548), - [anon_sym_RBRACE] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2548), - [anon_sym_static] = ACTIONS(2546), - [anon_sym_auto] = ACTIONS(2546), - [anon_sym_register] = ACTIONS(2546), - [anon_sym_inline] = ACTIONS(2546), - [anon_sym_const] = ACTIONS(2546), - [anon_sym_restrict] = ACTIONS(2546), - [anon_sym_volatile] = ACTIONS(2546), - [anon_sym__Atomic] = ACTIONS(2546), - [anon_sym_unsigned] = ACTIONS(2546), - [anon_sym_long] = ACTIONS(2546), - [anon_sym_short] = ACTIONS(2546), - [sym_primitive_type] = ACTIONS(2546), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_struct] = ACTIONS(2546), - [anon_sym_union] = ACTIONS(2546), - [anon_sym_if] = ACTIONS(2546), - [anon_sym_switch] = ACTIONS(2546), - [anon_sym_case] = ACTIONS(2546), - [anon_sym_default] = ACTIONS(2546), - [anon_sym_while] = ACTIONS(2546), - [anon_sym_do] = ACTIONS(2546), - [anon_sym_for] = ACTIONS(2546), - [anon_sym_return] = ACTIONS(2546), - [anon_sym_break] = ACTIONS(2546), - [anon_sym_continue] = ACTIONS(2546), - [anon_sym_goto] = ACTIONS(2546), - [anon_sym_AMP] = ACTIONS(2548), - [anon_sym_BANG] = ACTIONS(2548), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_PLUS] = ACTIONS(2546), - [anon_sym_DASH] = ACTIONS(2546), - [anon_sym_DASH_DASH] = ACTIONS(2548), - [anon_sym_PLUS_PLUS] = ACTIONS(2548), - [anon_sym_sizeof] = ACTIONS(2546), - [sym_number_literal] = ACTIONS(2548), - [sym_char_literal] = ACTIONS(2548), - [sym_string_literal] = ACTIONS(2548), - [sym_true] = ACTIONS(2546), - [sym_false] = ACTIONS(2546), - [sym_null] = ACTIONS(2546), - [sym_identifier] = ACTIONS(2546), + [647] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2372), + [anon_sym_LPAREN] = ACTIONS(2374), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2372), + [sym_preproc_directive] = ACTIONS(2372), + [anon_sym_SEMI] = ACTIONS(2374), + [anon_sym_typedef] = ACTIONS(2372), + [anon_sym_extern] = ACTIONS(2372), + [anon_sym_LBRACE] = ACTIONS(2374), + [anon_sym_RBRACE] = ACTIONS(2374), + [anon_sym_STAR] = ACTIONS(2374), + [anon_sym_static] = ACTIONS(2372), + [anon_sym_auto] = ACTIONS(2372), + [anon_sym_register] = ACTIONS(2372), + [anon_sym_inline] = ACTIONS(2372), + [anon_sym_const] = ACTIONS(2372), + [anon_sym_restrict] = ACTIONS(2372), + [anon_sym_volatile] = ACTIONS(2372), + [anon_sym__Atomic] = ACTIONS(2372), + [anon_sym_unsigned] = ACTIONS(2372), + [anon_sym_long] = ACTIONS(2372), + [anon_sym_short] = ACTIONS(2372), + [sym_primitive_type] = ACTIONS(2372), + [anon_sym_enum] = ACTIONS(2372), + [anon_sym_struct] = ACTIONS(2372), + [anon_sym_union] = ACTIONS(2372), + [anon_sym_if] = ACTIONS(2372), + [anon_sym_switch] = ACTIONS(2372), + [anon_sym_case] = ACTIONS(2372), + [anon_sym_default] = ACTIONS(2372), + [anon_sym_while] = ACTIONS(2372), + [anon_sym_do] = ACTIONS(2372), + [anon_sym_for] = ACTIONS(2372), + [anon_sym_return] = ACTIONS(2372), + [anon_sym_break] = ACTIONS(2372), + [anon_sym_continue] = ACTIONS(2372), + [anon_sym_goto] = ACTIONS(2372), + [anon_sym_AMP] = ACTIONS(2374), + [anon_sym_BANG] = ACTIONS(2374), + [anon_sym_TILDE] = ACTIONS(2374), + [anon_sym_PLUS] = ACTIONS(2372), + [anon_sym_DASH] = ACTIONS(2372), + [anon_sym_DASH_DASH] = ACTIONS(2374), + [anon_sym_PLUS_PLUS] = ACTIONS(2374), + [anon_sym_sizeof] = ACTIONS(2372), + [sym_number_literal] = ACTIONS(2374), + [sym_char_literal] = ACTIONS(2374), + [sym_string_literal] = ACTIONS(2374), + [sym_true] = ACTIONS(2372), + [sym_false] = ACTIONS(2372), + [sym_null] = ACTIONS(2372), + [sym_identifier] = ACTIONS(2372), [sym_comment] = ACTIONS(39), }, - [722] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2550), + [648] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2376), [sym_comment] = ACTIONS(39), }, - [723] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2552), + [649] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2378), [sym_comment] = ACTIONS(39), }, - [724] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(990), - [sym_preproc_elif_in_compound_statement] = STATE(991), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), + [650] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(881), + [sym_preproc_elif_in_compound_statement] = STATE(882), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -25149,57 +24478,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2554), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2380), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -25215,112 +24544,112 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [725] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2556), - [anon_sym_LPAREN] = ACTIONS(2558), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_RBRACE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_auto] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_AMP] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [sym_char_literal] = ACTIONS(2558), - [sym_string_literal] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_identifier] = ACTIONS(2556), + [651] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2382), + [anon_sym_LPAREN] = ACTIONS(2384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2382), + [sym_preproc_directive] = ACTIONS(2382), + [anon_sym_SEMI] = ACTIONS(2384), + [anon_sym_typedef] = ACTIONS(2382), + [anon_sym_extern] = ACTIONS(2382), + [anon_sym_LBRACE] = ACTIONS(2384), + [anon_sym_RBRACE] = ACTIONS(2384), + [anon_sym_STAR] = ACTIONS(2384), + [anon_sym_static] = ACTIONS(2382), + [anon_sym_auto] = ACTIONS(2382), + [anon_sym_register] = ACTIONS(2382), + [anon_sym_inline] = ACTIONS(2382), + [anon_sym_const] = ACTIONS(2382), + [anon_sym_restrict] = ACTIONS(2382), + [anon_sym_volatile] = ACTIONS(2382), + [anon_sym__Atomic] = ACTIONS(2382), + [anon_sym_unsigned] = ACTIONS(2382), + [anon_sym_long] = ACTIONS(2382), + [anon_sym_short] = ACTIONS(2382), + [sym_primitive_type] = ACTIONS(2382), + [anon_sym_enum] = ACTIONS(2382), + [anon_sym_struct] = ACTIONS(2382), + [anon_sym_union] = ACTIONS(2382), + [anon_sym_if] = ACTIONS(2382), + [anon_sym_switch] = ACTIONS(2382), + [anon_sym_case] = ACTIONS(2382), + [anon_sym_default] = ACTIONS(2382), + [anon_sym_while] = ACTIONS(2382), + [anon_sym_do] = ACTIONS(2382), + [anon_sym_for] = ACTIONS(2382), + [anon_sym_return] = ACTIONS(2382), + [anon_sym_break] = ACTIONS(2382), + [anon_sym_continue] = ACTIONS(2382), + [anon_sym_goto] = ACTIONS(2382), + [anon_sym_AMP] = ACTIONS(2384), + [anon_sym_BANG] = ACTIONS(2384), + [anon_sym_TILDE] = ACTIONS(2384), + [anon_sym_PLUS] = ACTIONS(2382), + [anon_sym_DASH] = ACTIONS(2382), + [anon_sym_DASH_DASH] = ACTIONS(2384), + [anon_sym_PLUS_PLUS] = ACTIONS(2384), + [anon_sym_sizeof] = ACTIONS(2382), + [sym_number_literal] = ACTIONS(2384), + [sym_char_literal] = ACTIONS(2384), + [sym_string_literal] = ACTIONS(2384), + [sym_true] = ACTIONS(2382), + [sym_false] = ACTIONS(2382), + [sym_null] = ACTIONS(2382), + [sym_identifier] = ACTIONS(2382), [sym_comment] = ACTIONS(39), }, - [726] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2560), + [652] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2386), [sym_comment] = ACTIONS(39), }, - [727] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2562), + [653] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2388), [sym_comment] = ACTIONS(39), }, - [728] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(995), - [sym_preproc_elif_in_compound_statement] = STATE(996), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), + [654] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(886), + [sym_preproc_elif_in_compound_statement] = STATE(887), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -25328,57 +24657,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2390), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -25394,761 +24723,683 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [729] = { - [anon_sym_LF] = ACTIONS(2566), - [sym_comment] = ACTIONS(47), - }, - [730] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(2568), - [anon_sym_LBRACK] = ACTIONS(446), + [655] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(888), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [731] = { - [sym__type_declarator] = STATE(999), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [732] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_RBRACE] = ACTIONS(1908), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_AMP] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1908), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), - [sym_comment] = ACTIONS(39), - }, - [733] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(1000), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), - [sym_comment] = ACTIONS(39), - }, - [734] = { - [sym__expression] = STATE(448), - [sym_conditional_expression] = STATE(448), - [sym_assignment_expression] = STATE(448), - [sym_pointer_expression] = STATE(448), - [sym_logical_expression] = STATE(448), - [sym_bitwise_expression] = STATE(448), - [sym_equality_expression] = STATE(448), - [sym_relational_expression] = STATE(448), - [sym_shift_expression] = STATE(448), - [sym_math_expression] = STATE(448), - [sym_cast_expression] = STATE(448), - [sym_sizeof_expression] = STATE(448), - [sym_subscript_expression] = STATE(448), - [sym_call_expression] = STATE(448), - [sym_field_expression] = STATE(448), - [sym_compound_literal_expression] = STATE(448), - [sym_parenthesized_expression] = STATE(448), - [sym_concatenated_string] = STATE(448), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1046), - [sym_char_literal] = ACTIONS(1046), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1048), - [sym_false] = ACTIONS(1048), - [sym_null] = ACTIONS(1048), - [sym_identifier] = ACTIONS(1048), + [656] = { + [sym__expression] = STATE(400), + [sym_conditional_expression] = STATE(400), + [sym_assignment_expression] = STATE(400), + [sym_pointer_expression] = STATE(400), + [sym_logical_expression] = STATE(400), + [sym_bitwise_expression] = STATE(400), + [sym_equality_expression] = STATE(400), + [sym_relational_expression] = STATE(400), + [sym_shift_expression] = STATE(400), + [sym_math_expression] = STATE(400), + [sym_cast_expression] = STATE(400), + [sym_sizeof_expression] = STATE(400), + [sym_subscript_expression] = STATE(400), + [sym_call_expression] = STATE(400), + [sym_field_expression] = STATE(400), + [sym_compound_literal_expression] = STATE(400), + [sym_parenthesized_expression] = STATE(400), + [sym_concatenated_string] = STATE(400), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(966), + [sym_char_literal] = ACTIONS(966), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(968), + [sym_false] = ACTIONS(968), + [sym_null] = ACTIONS(968), + [sym_identifier] = ACTIONS(968), [sym_comment] = ACTIONS(39), }, - [735] = { - [sym__expression] = STATE(475), - [sym_conditional_expression] = STATE(475), - [sym_assignment_expression] = STATE(475), - [sym_pointer_expression] = STATE(475), - [sym_logical_expression] = STATE(475), - [sym_bitwise_expression] = STATE(475), - [sym_equality_expression] = STATE(475), - [sym_relational_expression] = STATE(475), - [sym_shift_expression] = STATE(475), - [sym_math_expression] = STATE(475), - [sym_cast_expression] = STATE(475), - [sym_sizeof_expression] = STATE(475), - [sym_subscript_expression] = STATE(475), - [sym_call_expression] = STATE(475), - [sym_field_expression] = STATE(475), - [sym_compound_literal_expression] = STATE(475), - [sym_parenthesized_expression] = STATE(475), - [sym_concatenated_string] = STATE(475), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1106), - [sym_char_literal] = ACTIONS(1106), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1108), - [sym_false] = ACTIONS(1108), - [sym_null] = ACTIONS(1108), - [sym_identifier] = ACTIONS(1108), + [657] = { + [sym__expression] = STATE(427), + [sym_conditional_expression] = STATE(427), + [sym_assignment_expression] = STATE(427), + [sym_pointer_expression] = STATE(427), + [sym_logical_expression] = STATE(427), + [sym_bitwise_expression] = STATE(427), + [sym_equality_expression] = STATE(427), + [sym_relational_expression] = STATE(427), + [sym_shift_expression] = STATE(427), + [sym_math_expression] = STATE(427), + [sym_cast_expression] = STATE(427), + [sym_sizeof_expression] = STATE(427), + [sym_subscript_expression] = STATE(427), + [sym_call_expression] = STATE(427), + [sym_field_expression] = STATE(427), + [sym_compound_literal_expression] = STATE(427), + [sym_parenthesized_expression] = STATE(427), + [sym_concatenated_string] = STATE(427), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1026), + [sym_char_literal] = ACTIONS(1026), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1028), + [sym_false] = ACTIONS(1028), + [sym_null] = ACTIONS(1028), + [sym_identifier] = ACTIONS(1028), [sym_comment] = ACTIONS(39), }, - [736] = { - [sym__expression] = STATE(476), - [sym_conditional_expression] = STATE(476), - [sym_assignment_expression] = STATE(476), - [sym_pointer_expression] = STATE(476), - [sym_logical_expression] = STATE(476), - [sym_bitwise_expression] = STATE(476), - [sym_equality_expression] = STATE(476), - [sym_relational_expression] = STATE(476), - [sym_shift_expression] = STATE(476), - [sym_math_expression] = STATE(476), - [sym_cast_expression] = STATE(476), - [sym_sizeof_expression] = STATE(476), - [sym_subscript_expression] = STATE(476), - [sym_call_expression] = STATE(476), - [sym_field_expression] = STATE(476), - [sym_compound_literal_expression] = STATE(476), - [sym_parenthesized_expression] = STATE(476), - [sym_concatenated_string] = STATE(476), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1110), - [sym_char_literal] = ACTIONS(1110), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1112), - [sym_false] = ACTIONS(1112), - [sym_null] = ACTIONS(1112), - [sym_identifier] = ACTIONS(1112), + [658] = { + [sym__expression] = STATE(428), + [sym_conditional_expression] = STATE(428), + [sym_assignment_expression] = STATE(428), + [sym_pointer_expression] = STATE(428), + [sym_logical_expression] = STATE(428), + [sym_bitwise_expression] = STATE(428), + [sym_equality_expression] = STATE(428), + [sym_relational_expression] = STATE(428), + [sym_shift_expression] = STATE(428), + [sym_math_expression] = STATE(428), + [sym_cast_expression] = STATE(428), + [sym_sizeof_expression] = STATE(428), + [sym_subscript_expression] = STATE(428), + [sym_call_expression] = STATE(428), + [sym_field_expression] = STATE(428), + [sym_compound_literal_expression] = STATE(428), + [sym_parenthesized_expression] = STATE(428), + [sym_concatenated_string] = STATE(428), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1030), + [sym_char_literal] = ACTIONS(1030), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1032), + [sym_false] = ACTIONS(1032), + [sym_null] = ACTIONS(1032), + [sym_identifier] = ACTIONS(1032), [sym_comment] = ACTIONS(39), }, - [737] = { - [sym__expression] = STATE(477), - [sym_conditional_expression] = STATE(477), - [sym_assignment_expression] = STATE(477), - [sym_pointer_expression] = STATE(477), - [sym_logical_expression] = STATE(477), - [sym_bitwise_expression] = STATE(477), - [sym_equality_expression] = STATE(477), - [sym_relational_expression] = STATE(477), - [sym_shift_expression] = STATE(477), - [sym_math_expression] = STATE(477), - [sym_cast_expression] = STATE(477), - [sym_sizeof_expression] = STATE(477), - [sym_subscript_expression] = STATE(477), - [sym_call_expression] = STATE(477), - [sym_field_expression] = STATE(477), - [sym_compound_literal_expression] = STATE(477), - [sym_parenthesized_expression] = STATE(477), - [sym_concatenated_string] = STATE(477), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1114), - [sym_char_literal] = ACTIONS(1114), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1116), - [sym_false] = ACTIONS(1116), - [sym_null] = ACTIONS(1116), - [sym_identifier] = ACTIONS(1116), + [659] = { + [sym__expression] = STATE(429), + [sym_conditional_expression] = STATE(429), + [sym_assignment_expression] = STATE(429), + [sym_pointer_expression] = STATE(429), + [sym_logical_expression] = STATE(429), + [sym_bitwise_expression] = STATE(429), + [sym_equality_expression] = STATE(429), + [sym_relational_expression] = STATE(429), + [sym_shift_expression] = STATE(429), + [sym_math_expression] = STATE(429), + [sym_cast_expression] = STATE(429), + [sym_sizeof_expression] = STATE(429), + [sym_subscript_expression] = STATE(429), + [sym_call_expression] = STATE(429), + [sym_field_expression] = STATE(429), + [sym_compound_literal_expression] = STATE(429), + [sym_parenthesized_expression] = STATE(429), + [sym_concatenated_string] = STATE(429), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1034), + [sym_char_literal] = ACTIONS(1034), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1036), + [sym_false] = ACTIONS(1036), + [sym_null] = ACTIONS(1036), + [sym_identifier] = ACTIONS(1036), [sym_comment] = ACTIONS(39), }, - [738] = { - [sym__expression] = STATE(1002), - [sym_conditional_expression] = STATE(1002), - [sym_assignment_expression] = STATE(1002), - [sym_pointer_expression] = STATE(1002), - [sym_logical_expression] = STATE(1002), - [sym_bitwise_expression] = STATE(1002), - [sym_equality_expression] = STATE(1002), - [sym_relational_expression] = STATE(1002), - [sym_shift_expression] = STATE(1002), - [sym_math_expression] = STATE(1002), - [sym_cast_expression] = STATE(1002), - [sym_sizeof_expression] = STATE(1002), - [sym_subscript_expression] = STATE(1002), - [sym_call_expression] = STATE(1002), - [sym_field_expression] = STATE(1002), - [sym_compound_literal_expression] = STATE(1002), - [sym_parenthesized_expression] = STATE(1002), - [sym_concatenated_string] = STATE(1002), - [anon_sym_LPAREN] = ACTIONS(2570), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2572), - [sym_char_literal] = ACTIONS(2572), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2574), - [sym_false] = ACTIONS(2574), - [sym_null] = ACTIONS(2574), - [sym_identifier] = ACTIONS(2574), + [660] = { + [sym__expression] = STATE(890), + [sym_conditional_expression] = STATE(890), + [sym_assignment_expression] = STATE(890), + [sym_pointer_expression] = STATE(890), + [sym_logical_expression] = STATE(890), + [sym_bitwise_expression] = STATE(890), + [sym_equality_expression] = STATE(890), + [sym_relational_expression] = STATE(890), + [sym_shift_expression] = STATE(890), + [sym_math_expression] = STATE(890), + [sym_cast_expression] = STATE(890), + [sym_sizeof_expression] = STATE(890), + [sym_subscript_expression] = STATE(890), + [sym_call_expression] = STATE(890), + [sym_field_expression] = STATE(890), + [sym_compound_literal_expression] = STATE(890), + [sym_parenthesized_expression] = STATE(890), + [sym_concatenated_string] = STATE(890), + [anon_sym_LPAREN] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2394), + [sym_char_literal] = ACTIONS(2394), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2396), + [sym_false] = ACTIONS(2396), + [sym_null] = ACTIONS(2396), + [sym_identifier] = ACTIONS(2396), [sym_comment] = ACTIONS(39), }, - [739] = { - [aux_sym_concatenated_string_repeat1] = STATE(1003), - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_RPAREN] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_string_literal] = ACTIONS(2576), + [661] = { + [aux_sym_concatenated_string_repeat1] = STATE(891), + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_RPAREN] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_string_literal] = ACTIONS(2398), [sym_comment] = ACTIONS(39), }, - [740] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2578), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [662] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [741] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2608), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [663] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2430), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [742] = { - [anon_sym_RPAREN] = ACTIONS(2610), + [664] = { + [anon_sym_RPAREN] = ACTIONS(2432), [sym_comment] = ACTIONS(39), }, - [743] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(1019), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), + [665] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(907), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [744] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_COLON] = ACTIONS(1822), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [666] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_COLON] = ACTIONS(1691), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [745] = { - [aux_sym_concatenated_string_repeat1] = STATE(1020), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_COLON] = ACTIONS(1826), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(2612), + [667] = { + [aux_sym_concatenated_string_repeat1] = STATE(908), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_COLON] = ACTIONS(1695), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(2434), [sym_comment] = ACTIONS(39), }, - [746] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [668] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [747] = { - [sym__expression] = STATE(1021), - [sym_conditional_expression] = STATE(1021), - [sym_assignment_expression] = STATE(1021), - [sym_pointer_expression] = STATE(1021), - [sym_logical_expression] = STATE(1021), - [sym_bitwise_expression] = STATE(1021), - [sym_equality_expression] = STATE(1021), - [sym_relational_expression] = STATE(1021), - [sym_shift_expression] = STATE(1021), - [sym_math_expression] = STATE(1021), - [sym_cast_expression] = STATE(1021), - [sym_sizeof_expression] = STATE(1021), - [sym_subscript_expression] = STATE(1021), - [sym_call_expression] = STATE(1021), - [sym_field_expression] = STATE(1021), - [sym_compound_literal_expression] = STATE(1021), - [sym_parenthesized_expression] = STATE(1021), - [sym_concatenated_string] = STATE(1021), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2614), - [sym_char_literal] = ACTIONS(2614), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2616), - [sym_false] = ACTIONS(2616), - [sym_null] = ACTIONS(2616), - [sym_identifier] = ACTIONS(2616), + [669] = { + [sym__expression] = STATE(909), + [sym_conditional_expression] = STATE(909), + [sym_assignment_expression] = STATE(909), + [sym_pointer_expression] = STATE(909), + [sym_logical_expression] = STATE(909), + [sym_bitwise_expression] = STATE(909), + [sym_equality_expression] = STATE(909), + [sym_relational_expression] = STATE(909), + [sym_shift_expression] = STATE(909), + [sym_math_expression] = STATE(909), + [sym_cast_expression] = STATE(909), + [sym_sizeof_expression] = STATE(909), + [sym_subscript_expression] = STATE(909), + [sym_call_expression] = STATE(909), + [sym_field_expression] = STATE(909), + [sym_compound_literal_expression] = STATE(909), + [sym_parenthesized_expression] = STATE(909), + [sym_concatenated_string] = STATE(909), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2436), + [sym_char_literal] = ACTIONS(2436), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2438), + [sym_false] = ACTIONS(2438), + [sym_null] = ACTIONS(2438), + [sym_identifier] = ACTIONS(2438), [sym_comment] = ACTIONS(39), }, - [748] = { - [sym_declaration] = STATE(1022), - [sym_type_definition] = STATE(1022), - [sym__declaration_specifiers] = STATE(761), - [sym_compound_statement] = STATE(1022), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1022), - [sym_expression_statement] = STATE(1022), - [sym_if_statement] = STATE(1022), - [sym_switch_statement] = STATE(1022), - [sym_case_statement] = STATE(1022), - [sym_while_statement] = STATE(1022), - [sym_do_statement] = STATE(1022), - [sym_for_statement] = STATE(1022), - [sym_return_statement] = STATE(1022), - [sym_break_statement] = STATE(1022), - [sym_continue_statement] = STATE(1022), - [sym_goto_statement] = STATE(1022), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [670] = { + [sym_declaration] = STATE(910), + [sym_type_definition] = STATE(910), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(910), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(910), + [sym_expression_statement] = STATE(910), + [sym_if_statement] = STATE(910), + [sym_switch_statement] = STATE(910), + [sym_case_statement] = STATE(910), + [sym_while_statement] = STATE(910), + [sym_do_statement] = STATE(910), + [sym_for_statement] = STATE(910), + [sym_return_statement] = STATE(910), + [sym_break_statement] = STATE(910), + [sym_continue_statement] = STATE(910), + [sym_goto_statement] = STATE(910), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -26157,751 +25408,752 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1762), - [sym_comment] = ACTIONS(39), - }, - [749] = { - [sym__expression] = STATE(1023), - [sym_conditional_expression] = STATE(1023), - [sym_assignment_expression] = STATE(1023), - [sym_pointer_expression] = STATE(1023), - [sym_logical_expression] = STATE(1023), - [sym_bitwise_expression] = STATE(1023), - [sym_equality_expression] = STATE(1023), - [sym_relational_expression] = STATE(1023), - [sym_shift_expression] = STATE(1023), - [sym_math_expression] = STATE(1023), - [sym_cast_expression] = STATE(1023), - [sym_sizeof_expression] = STATE(1023), - [sym_subscript_expression] = STATE(1023), - [sym_call_expression] = STATE(1023), - [sym_field_expression] = STATE(1023), - [sym_compound_literal_expression] = STATE(1023), - [sym_parenthesized_expression] = STATE(1023), - [sym_concatenated_string] = STATE(1023), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2618), - [sym_char_literal] = ACTIONS(2618), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2620), - [sym_false] = ACTIONS(2620), - [sym_null] = ACTIONS(2620), - [sym_identifier] = ACTIONS(2620), - [sym_comment] = ACTIONS(39), - }, - [750] = { - [sym__expression] = STATE(1024), - [sym_conditional_expression] = STATE(1024), - [sym_assignment_expression] = STATE(1024), - [sym_pointer_expression] = STATE(1024), - [sym_logical_expression] = STATE(1024), - [sym_bitwise_expression] = STATE(1024), - [sym_equality_expression] = STATE(1024), - [sym_relational_expression] = STATE(1024), - [sym_shift_expression] = STATE(1024), - [sym_math_expression] = STATE(1024), - [sym_cast_expression] = STATE(1024), - [sym_sizeof_expression] = STATE(1024), - [sym_subscript_expression] = STATE(1024), - [sym_call_expression] = STATE(1024), - [sym_field_expression] = STATE(1024), - [sym_compound_literal_expression] = STATE(1024), - [sym_parenthesized_expression] = STATE(1024), - [sym_concatenated_string] = STATE(1024), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2622), - [sym_char_literal] = ACTIONS(2622), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2624), - [sym_false] = ACTIONS(2624), - [sym_null] = ACTIONS(2624), - [sym_identifier] = ACTIONS(2624), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1631), [sym_comment] = ACTIONS(39), }, - [751] = { - [sym__expression] = STATE(1025), - [sym_conditional_expression] = STATE(1025), - [sym_assignment_expression] = STATE(1025), - [sym_pointer_expression] = STATE(1025), - [sym_logical_expression] = STATE(1025), - [sym_bitwise_expression] = STATE(1025), - [sym_equality_expression] = STATE(1025), - [sym_relational_expression] = STATE(1025), - [sym_shift_expression] = STATE(1025), - [sym_math_expression] = STATE(1025), - [sym_cast_expression] = STATE(1025), - [sym_sizeof_expression] = STATE(1025), - [sym_subscript_expression] = STATE(1025), - [sym_call_expression] = STATE(1025), - [sym_field_expression] = STATE(1025), - [sym_compound_literal_expression] = STATE(1025), - [sym_parenthesized_expression] = STATE(1025), - [sym_concatenated_string] = STATE(1025), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2626), - [sym_char_literal] = ACTIONS(2626), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2628), - [sym_false] = ACTIONS(2628), - [sym_null] = ACTIONS(2628), - [sym_identifier] = ACTIONS(2628), + [671] = { + [sym__expression] = STATE(911), + [sym_conditional_expression] = STATE(911), + [sym_assignment_expression] = STATE(911), + [sym_pointer_expression] = STATE(911), + [sym_logical_expression] = STATE(911), + [sym_bitwise_expression] = STATE(911), + [sym_equality_expression] = STATE(911), + [sym_relational_expression] = STATE(911), + [sym_shift_expression] = STATE(911), + [sym_math_expression] = STATE(911), + [sym_cast_expression] = STATE(911), + [sym_sizeof_expression] = STATE(911), + [sym_subscript_expression] = STATE(911), + [sym_call_expression] = STATE(911), + [sym_field_expression] = STATE(911), + [sym_compound_literal_expression] = STATE(911), + [sym_parenthesized_expression] = STATE(911), + [sym_concatenated_string] = STATE(911), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2440), + [sym_char_literal] = ACTIONS(2440), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2442), + [sym_false] = ACTIONS(2442), + [sym_null] = ACTIONS(2442), + [sym_identifier] = ACTIONS(2442), [sym_comment] = ACTIONS(39), }, - [752] = { - [sym__expression] = STATE(1026), - [sym_conditional_expression] = STATE(1026), - [sym_assignment_expression] = STATE(1026), - [sym_pointer_expression] = STATE(1026), - [sym_logical_expression] = STATE(1026), - [sym_bitwise_expression] = STATE(1026), - [sym_equality_expression] = STATE(1026), - [sym_relational_expression] = STATE(1026), - [sym_shift_expression] = STATE(1026), - [sym_math_expression] = STATE(1026), - [sym_cast_expression] = STATE(1026), - [sym_sizeof_expression] = STATE(1026), - [sym_subscript_expression] = STATE(1026), - [sym_call_expression] = STATE(1026), - [sym_field_expression] = STATE(1026), - [sym_compound_literal_expression] = STATE(1026), - [sym_parenthesized_expression] = STATE(1026), - [sym_concatenated_string] = STATE(1026), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2630), - [sym_char_literal] = ACTIONS(2630), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2632), - [sym_false] = ACTIONS(2632), - [sym_null] = ACTIONS(2632), - [sym_identifier] = ACTIONS(2632), + [672] = { + [sym__expression] = STATE(912), + [sym_conditional_expression] = STATE(912), + [sym_assignment_expression] = STATE(912), + [sym_pointer_expression] = STATE(912), + [sym_logical_expression] = STATE(912), + [sym_bitwise_expression] = STATE(912), + [sym_equality_expression] = STATE(912), + [sym_relational_expression] = STATE(912), + [sym_shift_expression] = STATE(912), + [sym_math_expression] = STATE(912), + [sym_cast_expression] = STATE(912), + [sym_sizeof_expression] = STATE(912), + [sym_subscript_expression] = STATE(912), + [sym_call_expression] = STATE(912), + [sym_field_expression] = STATE(912), + [sym_compound_literal_expression] = STATE(912), + [sym_parenthesized_expression] = STATE(912), + [sym_concatenated_string] = STATE(912), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2444), + [sym_char_literal] = ACTIONS(2444), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2446), + [sym_false] = ACTIONS(2446), + [sym_null] = ACTIONS(2446), + [sym_identifier] = ACTIONS(2446), [sym_comment] = ACTIONS(39), }, - [753] = { - [sym__expression] = STATE(1027), - [sym_conditional_expression] = STATE(1027), - [sym_assignment_expression] = STATE(1027), - [sym_pointer_expression] = STATE(1027), - [sym_logical_expression] = STATE(1027), - [sym_bitwise_expression] = STATE(1027), - [sym_equality_expression] = STATE(1027), - [sym_relational_expression] = STATE(1027), - [sym_shift_expression] = STATE(1027), - [sym_math_expression] = STATE(1027), - [sym_cast_expression] = STATE(1027), - [sym_sizeof_expression] = STATE(1027), - [sym_subscript_expression] = STATE(1027), - [sym_call_expression] = STATE(1027), - [sym_field_expression] = STATE(1027), - [sym_compound_literal_expression] = STATE(1027), - [sym_parenthesized_expression] = STATE(1027), - [sym_concatenated_string] = STATE(1027), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2634), - [sym_char_literal] = ACTIONS(2634), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2636), - [sym_false] = ACTIONS(2636), - [sym_null] = ACTIONS(2636), - [sym_identifier] = ACTIONS(2636), + [673] = { + [sym__expression] = STATE(913), + [sym_conditional_expression] = STATE(913), + [sym_assignment_expression] = STATE(913), + [sym_pointer_expression] = STATE(913), + [sym_logical_expression] = STATE(913), + [sym_bitwise_expression] = STATE(913), + [sym_equality_expression] = STATE(913), + [sym_relational_expression] = STATE(913), + [sym_shift_expression] = STATE(913), + [sym_math_expression] = STATE(913), + [sym_cast_expression] = STATE(913), + [sym_sizeof_expression] = STATE(913), + [sym_subscript_expression] = STATE(913), + [sym_call_expression] = STATE(913), + [sym_field_expression] = STATE(913), + [sym_compound_literal_expression] = STATE(913), + [sym_parenthesized_expression] = STATE(913), + [sym_concatenated_string] = STATE(913), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2448), + [sym_char_literal] = ACTIONS(2448), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2450), + [sym_false] = ACTIONS(2450), + [sym_null] = ACTIONS(2450), + [sym_identifier] = ACTIONS(2450), [sym_comment] = ACTIONS(39), }, - [754] = { - [sym__expression] = STATE(1028), - [sym_conditional_expression] = STATE(1028), - [sym_assignment_expression] = STATE(1028), - [sym_pointer_expression] = STATE(1028), - [sym_logical_expression] = STATE(1028), - [sym_bitwise_expression] = STATE(1028), - [sym_equality_expression] = STATE(1028), - [sym_relational_expression] = STATE(1028), - [sym_shift_expression] = STATE(1028), - [sym_math_expression] = STATE(1028), - [sym_cast_expression] = STATE(1028), - [sym_sizeof_expression] = STATE(1028), - [sym_subscript_expression] = STATE(1028), - [sym_call_expression] = STATE(1028), - [sym_field_expression] = STATE(1028), - [sym_compound_literal_expression] = STATE(1028), - [sym_parenthesized_expression] = STATE(1028), - [sym_concatenated_string] = STATE(1028), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2638), - [sym_char_literal] = ACTIONS(2638), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2640), - [sym_false] = ACTIONS(2640), - [sym_null] = ACTIONS(2640), - [sym_identifier] = ACTIONS(2640), + [674] = { + [sym__expression] = STATE(914), + [sym_conditional_expression] = STATE(914), + [sym_assignment_expression] = STATE(914), + [sym_pointer_expression] = STATE(914), + [sym_logical_expression] = STATE(914), + [sym_bitwise_expression] = STATE(914), + [sym_equality_expression] = STATE(914), + [sym_relational_expression] = STATE(914), + [sym_shift_expression] = STATE(914), + [sym_math_expression] = STATE(914), + [sym_cast_expression] = STATE(914), + [sym_sizeof_expression] = STATE(914), + [sym_subscript_expression] = STATE(914), + [sym_call_expression] = STATE(914), + [sym_field_expression] = STATE(914), + [sym_compound_literal_expression] = STATE(914), + [sym_parenthesized_expression] = STATE(914), + [sym_concatenated_string] = STATE(914), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2452), + [sym_char_literal] = ACTIONS(2452), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2454), + [sym_false] = ACTIONS(2454), + [sym_null] = ACTIONS(2454), + [sym_identifier] = ACTIONS(2454), [sym_comment] = ACTIONS(39), }, - [755] = { - [sym__expression] = STATE(1029), - [sym_conditional_expression] = STATE(1029), - [sym_assignment_expression] = STATE(1029), - [sym_pointer_expression] = STATE(1029), - [sym_logical_expression] = STATE(1029), - [sym_bitwise_expression] = STATE(1029), - [sym_equality_expression] = STATE(1029), - [sym_relational_expression] = STATE(1029), - [sym_shift_expression] = STATE(1029), - [sym_math_expression] = STATE(1029), - [sym_cast_expression] = STATE(1029), - [sym_sizeof_expression] = STATE(1029), - [sym_subscript_expression] = STATE(1029), - [sym_call_expression] = STATE(1029), - [sym_field_expression] = STATE(1029), - [sym_compound_literal_expression] = STATE(1029), - [sym_parenthesized_expression] = STATE(1029), - [sym_concatenated_string] = STATE(1029), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2642), - [sym_char_literal] = ACTIONS(2642), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2644), - [sym_false] = ACTIONS(2644), - [sym_null] = ACTIONS(2644), - [sym_identifier] = ACTIONS(2644), + [675] = { + [sym__expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_assignment_expression] = STATE(915), + [sym_pointer_expression] = STATE(915), + [sym_logical_expression] = STATE(915), + [sym_bitwise_expression] = STATE(915), + [sym_equality_expression] = STATE(915), + [sym_relational_expression] = STATE(915), + [sym_shift_expression] = STATE(915), + [sym_math_expression] = STATE(915), + [sym_cast_expression] = STATE(915), + [sym_sizeof_expression] = STATE(915), + [sym_subscript_expression] = STATE(915), + [sym_call_expression] = STATE(915), + [sym_field_expression] = STATE(915), + [sym_compound_literal_expression] = STATE(915), + [sym_parenthesized_expression] = STATE(915), + [sym_concatenated_string] = STATE(915), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2456), + [sym_char_literal] = ACTIONS(2456), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2458), + [sym_false] = ACTIONS(2458), + [sym_null] = ACTIONS(2458), + [sym_identifier] = ACTIONS(2458), [sym_comment] = ACTIONS(39), }, - [756] = { - [sym__expression] = STATE(1030), - [sym_conditional_expression] = STATE(1030), - [sym_assignment_expression] = STATE(1030), - [sym_pointer_expression] = STATE(1030), - [sym_logical_expression] = STATE(1030), - [sym_bitwise_expression] = STATE(1030), - [sym_equality_expression] = STATE(1030), - [sym_relational_expression] = STATE(1030), - [sym_shift_expression] = STATE(1030), - [sym_math_expression] = STATE(1030), - [sym_cast_expression] = STATE(1030), - [sym_sizeof_expression] = STATE(1030), - [sym_subscript_expression] = STATE(1030), - [sym_call_expression] = STATE(1030), - [sym_field_expression] = STATE(1030), - [sym_compound_literal_expression] = STATE(1030), - [sym_parenthesized_expression] = STATE(1030), - [sym_concatenated_string] = STATE(1030), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2646), - [sym_char_literal] = ACTIONS(2646), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2648), - [sym_false] = ACTIONS(2648), - [sym_null] = ACTIONS(2648), - [sym_identifier] = ACTIONS(2648), + [676] = { + [sym__expression] = STATE(916), + [sym_conditional_expression] = STATE(916), + [sym_assignment_expression] = STATE(916), + [sym_pointer_expression] = STATE(916), + [sym_logical_expression] = STATE(916), + [sym_bitwise_expression] = STATE(916), + [sym_equality_expression] = STATE(916), + [sym_relational_expression] = STATE(916), + [sym_shift_expression] = STATE(916), + [sym_math_expression] = STATE(916), + [sym_cast_expression] = STATE(916), + [sym_sizeof_expression] = STATE(916), + [sym_subscript_expression] = STATE(916), + [sym_call_expression] = STATE(916), + [sym_field_expression] = STATE(916), + [sym_compound_literal_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(916), + [sym_concatenated_string] = STATE(916), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2460), + [sym_char_literal] = ACTIONS(2460), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2462), + [sym_false] = ACTIONS(2462), + [sym_null] = ACTIONS(2462), + [sym_identifier] = ACTIONS(2462), [sym_comment] = ACTIONS(39), }, - [757] = { - [sym__expression] = STATE(1031), - [sym_conditional_expression] = STATE(1031), - [sym_assignment_expression] = STATE(1031), - [sym_pointer_expression] = STATE(1031), - [sym_logical_expression] = STATE(1031), - [sym_bitwise_expression] = STATE(1031), - [sym_equality_expression] = STATE(1031), - [sym_relational_expression] = STATE(1031), - [sym_shift_expression] = STATE(1031), - [sym_math_expression] = STATE(1031), - [sym_cast_expression] = STATE(1031), - [sym_sizeof_expression] = STATE(1031), - [sym_subscript_expression] = STATE(1031), - [sym_call_expression] = STATE(1031), - [sym_field_expression] = STATE(1031), - [sym_compound_literal_expression] = STATE(1031), - [sym_parenthesized_expression] = STATE(1031), - [sym_concatenated_string] = STATE(1031), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2650), - [sym_char_literal] = ACTIONS(2650), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2652), - [sym_false] = ACTIONS(2652), - [sym_null] = ACTIONS(2652), - [sym_identifier] = ACTIONS(2652), + [677] = { + [sym__expression] = STATE(917), + [sym_conditional_expression] = STATE(917), + [sym_assignment_expression] = STATE(917), + [sym_pointer_expression] = STATE(917), + [sym_logical_expression] = STATE(917), + [sym_bitwise_expression] = STATE(917), + [sym_equality_expression] = STATE(917), + [sym_relational_expression] = STATE(917), + [sym_shift_expression] = STATE(917), + [sym_math_expression] = STATE(917), + [sym_cast_expression] = STATE(917), + [sym_sizeof_expression] = STATE(917), + [sym_subscript_expression] = STATE(917), + [sym_call_expression] = STATE(917), + [sym_field_expression] = STATE(917), + [sym_compound_literal_expression] = STATE(917), + [sym_parenthesized_expression] = STATE(917), + [sym_concatenated_string] = STATE(917), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2464), + [sym_char_literal] = ACTIONS(2464), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2466), + [sym_false] = ACTIONS(2466), + [sym_null] = ACTIONS(2466), + [sym_identifier] = ACTIONS(2466), [sym_comment] = ACTIONS(39), }, - [758] = { - [sym__expression] = STATE(1032), - [sym_conditional_expression] = STATE(1032), - [sym_assignment_expression] = STATE(1032), - [sym_pointer_expression] = STATE(1032), - [sym_logical_expression] = STATE(1032), - [sym_bitwise_expression] = STATE(1032), - [sym_equality_expression] = STATE(1032), - [sym_relational_expression] = STATE(1032), - [sym_shift_expression] = STATE(1032), - [sym_math_expression] = STATE(1032), - [sym_cast_expression] = STATE(1032), - [sym_sizeof_expression] = STATE(1032), - [sym_subscript_expression] = STATE(1032), - [sym_call_expression] = STATE(1032), - [sym_field_expression] = STATE(1032), - [sym_compound_literal_expression] = STATE(1032), - [sym_parenthesized_expression] = STATE(1032), - [sym_concatenated_string] = STATE(1032), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2654), - [sym_char_literal] = ACTIONS(2654), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2656), - [sym_false] = ACTIONS(2656), - [sym_null] = ACTIONS(2656), - [sym_identifier] = ACTIONS(2656), + [678] = { + [sym__expression] = STATE(918), + [sym_conditional_expression] = STATE(918), + [sym_assignment_expression] = STATE(918), + [sym_pointer_expression] = STATE(918), + [sym_logical_expression] = STATE(918), + [sym_bitwise_expression] = STATE(918), + [sym_equality_expression] = STATE(918), + [sym_relational_expression] = STATE(918), + [sym_shift_expression] = STATE(918), + [sym_math_expression] = STATE(918), + [sym_cast_expression] = STATE(918), + [sym_sizeof_expression] = STATE(918), + [sym_subscript_expression] = STATE(918), + [sym_call_expression] = STATE(918), + [sym_field_expression] = STATE(918), + [sym_compound_literal_expression] = STATE(918), + [sym_parenthesized_expression] = STATE(918), + [sym_concatenated_string] = STATE(918), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2468), + [sym_char_literal] = ACTIONS(2468), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2470), + [sym_false] = ACTIONS(2470), + [sym_null] = ACTIONS(2470), + [sym_identifier] = ACTIONS(2470), [sym_comment] = ACTIONS(39), }, - [759] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(1140), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [679] = { + [sym__expression] = STATE(919), + [sym_conditional_expression] = STATE(919), + [sym_assignment_expression] = STATE(919), + [sym_pointer_expression] = STATE(919), + [sym_logical_expression] = STATE(919), + [sym_bitwise_expression] = STATE(919), + [sym_equality_expression] = STATE(919), + [sym_relational_expression] = STATE(919), + [sym_shift_expression] = STATE(919), + [sym_math_expression] = STATE(919), + [sym_cast_expression] = STATE(919), + [sym_sizeof_expression] = STATE(919), + [sym_subscript_expression] = STATE(919), + [sym_call_expression] = STATE(919), + [sym_field_expression] = STATE(919), + [sym_compound_literal_expression] = STATE(919), + [sym_parenthesized_expression] = STATE(919), + [sym_concatenated_string] = STATE(919), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2472), + [sym_char_literal] = ACTIONS(2472), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2474), + [sym_false] = ACTIONS(2474), + [sym_null] = ACTIONS(2474), + [sym_identifier] = ACTIONS(2474), [sym_comment] = ACTIONS(39), }, - [760] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2660), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_RBRACE] = ACTIONS(2660), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_auto] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [sym_char_literal] = ACTIONS(2660), - [sym_string_literal] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2658), + [680] = { + [sym__expression] = STATE(920), + [sym_conditional_expression] = STATE(920), + [sym_assignment_expression] = STATE(920), + [sym_pointer_expression] = STATE(920), + [sym_logical_expression] = STATE(920), + [sym_bitwise_expression] = STATE(920), + [sym_equality_expression] = STATE(920), + [sym_relational_expression] = STATE(920), + [sym_shift_expression] = STATE(920), + [sym_math_expression] = STATE(920), + [sym_cast_expression] = STATE(920), + [sym_sizeof_expression] = STATE(920), + [sym_subscript_expression] = STATE(920), + [sym_call_expression] = STATE(920), + [sym_field_expression] = STATE(920), + [sym_compound_literal_expression] = STATE(920), + [sym_parenthesized_expression] = STATE(920), + [sym_concatenated_string] = STATE(920), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2476), + [sym_char_literal] = ACTIONS(2476), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2478), + [sym_false] = ACTIONS(2478), + [sym_null] = ACTIONS(2478), + [sym_identifier] = ACTIONS(2478), [sym_comment] = ACTIONS(39), }, - [761] = { - [sym__declarator] = STATE(483), - [sym_pointer_declarator] = STATE(483), - [sym_function_declarator] = STATE(483), - [sym_array_declarator] = STATE(483), - [sym_init_declarator] = STATE(484), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(1152), + [681] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(1060), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [762] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2662), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [682] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2480), + [anon_sym_LPAREN] = ACTIONS(2482), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2480), + [sym_preproc_directive] = ACTIONS(2480), + [anon_sym_SEMI] = ACTIONS(2482), + [anon_sym_typedef] = ACTIONS(2480), + [anon_sym_extern] = ACTIONS(2480), + [anon_sym_LBRACE] = ACTIONS(2482), + [anon_sym_RBRACE] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(2482), + [anon_sym_static] = ACTIONS(2480), + [anon_sym_auto] = ACTIONS(2480), + [anon_sym_register] = ACTIONS(2480), + [anon_sym_inline] = ACTIONS(2480), + [anon_sym_const] = ACTIONS(2480), + [anon_sym_restrict] = ACTIONS(2480), + [anon_sym_volatile] = ACTIONS(2480), + [anon_sym__Atomic] = ACTIONS(2480), + [anon_sym_unsigned] = ACTIONS(2480), + [anon_sym_long] = ACTIONS(2480), + [anon_sym_short] = ACTIONS(2480), + [sym_primitive_type] = ACTIONS(2480), + [anon_sym_enum] = ACTIONS(2480), + [anon_sym_struct] = ACTIONS(2480), + [anon_sym_union] = ACTIONS(2480), + [anon_sym_if] = ACTIONS(2480), + [anon_sym_else] = ACTIONS(2480), + [anon_sym_switch] = ACTIONS(2480), + [anon_sym_case] = ACTIONS(2480), + [anon_sym_default] = ACTIONS(2480), + [anon_sym_while] = ACTIONS(2480), + [anon_sym_do] = ACTIONS(2480), + [anon_sym_for] = ACTIONS(2480), + [anon_sym_return] = ACTIONS(2480), + [anon_sym_break] = ACTIONS(2480), + [anon_sym_continue] = ACTIONS(2480), + [anon_sym_goto] = ACTIONS(2480), + [anon_sym_AMP] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2482), + [anon_sym_TILDE] = ACTIONS(2482), + [anon_sym_PLUS] = ACTIONS(2480), + [anon_sym_DASH] = ACTIONS(2480), + [anon_sym_DASH_DASH] = ACTIONS(2482), + [anon_sym_PLUS_PLUS] = ACTIONS(2482), + [anon_sym_sizeof] = ACTIONS(2480), + [sym_number_literal] = ACTIONS(2482), + [sym_char_literal] = ACTIONS(2482), + [sym_string_literal] = ACTIONS(2482), + [sym_true] = ACTIONS(2480), + [sym_false] = ACTIONS(2480), + [sym_null] = ACTIONS(2480), + [sym_identifier] = ACTIONS(2480), [sym_comment] = ACTIONS(39), }, - [763] = { - [sym__expression] = STATE(1034), - [sym_conditional_expression] = STATE(1034), - [sym_assignment_expression] = STATE(1034), - [sym_pointer_expression] = STATE(1034), - [sym_logical_expression] = STATE(1034), - [sym_bitwise_expression] = STATE(1034), - [sym_equality_expression] = STATE(1034), - [sym_relational_expression] = STATE(1034), - [sym_shift_expression] = STATE(1034), - [sym_math_expression] = STATE(1034), - [sym_cast_expression] = STATE(1034), - [sym_sizeof_expression] = STATE(1034), - [sym_subscript_expression] = STATE(1034), - [sym_call_expression] = STATE(1034), - [sym_field_expression] = STATE(1034), - [sym_compound_literal_expression] = STATE(1034), - [sym_parenthesized_expression] = STATE(1034), - [sym_concatenated_string] = STATE(1034), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2664), - [sym_char_literal] = ACTIONS(2664), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2666), - [sym_false] = ACTIONS(2666), - [sym_null] = ACTIONS(2666), - [sym_identifier] = ACTIONS(2666), + [683] = { + [sym__declarator] = STATE(434), + [sym_pointer_declarator] = STATE(434), + [sym_function_declarator] = STATE(434), + [sym_array_declarator] = STATE(434), + [sym_init_declarator] = STATE(46), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(1070), [sym_comment] = ACTIONS(39), }, - [764] = { - [sym__expression] = STATE(1035), - [sym_conditional_expression] = STATE(1035), - [sym_assignment_expression] = STATE(1035), - [sym_pointer_expression] = STATE(1035), - [sym_logical_expression] = STATE(1035), - [sym_bitwise_expression] = STATE(1035), - [sym_equality_expression] = STATE(1035), - [sym_relational_expression] = STATE(1035), - [sym_shift_expression] = STATE(1035), - [sym_math_expression] = STATE(1035), - [sym_cast_expression] = STATE(1035), - [sym_sizeof_expression] = STATE(1035), - [sym_subscript_expression] = STATE(1035), - [sym_call_expression] = STATE(1035), - [sym_field_expression] = STATE(1035), - [sym_compound_literal_expression] = STATE(1035), - [sym_parenthesized_expression] = STATE(1035), - [sym_concatenated_string] = STATE(1035), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2668), - [sym_char_literal] = ACTIONS(2668), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2670), - [sym_false] = ACTIONS(2670), - [sym_null] = ACTIONS(2670), - [sym_identifier] = ACTIONS(2670), + [684] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2484), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [765] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2672), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [685] = { + [sym__expression] = STATE(922), + [sym_conditional_expression] = STATE(922), + [sym_assignment_expression] = STATE(922), + [sym_pointer_expression] = STATE(922), + [sym_logical_expression] = STATE(922), + [sym_bitwise_expression] = STATE(922), + [sym_equality_expression] = STATE(922), + [sym_relational_expression] = STATE(922), + [sym_shift_expression] = STATE(922), + [sym_math_expression] = STATE(922), + [sym_cast_expression] = STATE(922), + [sym_sizeof_expression] = STATE(922), + [sym_subscript_expression] = STATE(922), + [sym_call_expression] = STATE(922), + [sym_field_expression] = STATE(922), + [sym_compound_literal_expression] = STATE(922), + [sym_parenthesized_expression] = STATE(922), + [sym_concatenated_string] = STATE(922), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2486), + [sym_char_literal] = ACTIONS(2486), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2488), + [sym_false] = ACTIONS(2488), + [sym_null] = ACTIONS(2488), + [sym_identifier] = ACTIONS(2488), [sym_comment] = ACTIONS(39), }, - [766] = { - [sym_declaration] = STATE(760), - [sym_type_definition] = STATE(760), - [sym__declaration_specifiers] = STATE(761), - [sym_compound_statement] = STATE(760), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(760), - [sym_expression_statement] = STATE(760), - [sym_if_statement] = STATE(760), - [sym_switch_statement] = STATE(760), - [sym_case_statement] = STATE(760), - [sym_while_statement] = STATE(760), - [sym_do_statement] = STATE(760), - [sym_for_statement] = STATE(760), - [sym_return_statement] = STATE(760), - [sym_break_statement] = STATE(760), - [sym_continue_statement] = STATE(760), - [sym_goto_statement] = STATE(760), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [686] = { + [sym__expression] = STATE(923), + [sym_conditional_expression] = STATE(923), + [sym_assignment_expression] = STATE(923), + [sym_pointer_expression] = STATE(923), + [sym_logical_expression] = STATE(923), + [sym_bitwise_expression] = STATE(923), + [sym_equality_expression] = STATE(923), + [sym_relational_expression] = STATE(923), + [sym_shift_expression] = STATE(923), + [sym_math_expression] = STATE(923), + [sym_cast_expression] = STATE(923), + [sym_sizeof_expression] = STATE(923), + [sym_subscript_expression] = STATE(923), + [sym_call_expression] = STATE(923), + [sym_field_expression] = STATE(923), + [sym_compound_literal_expression] = STATE(923), + [sym_parenthesized_expression] = STATE(923), + [sym_concatenated_string] = STATE(923), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2490), + [sym_char_literal] = ACTIONS(2490), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2492), + [sym_false] = ACTIONS(2492), + [sym_null] = ACTIONS(2492), + [sym_identifier] = ACTIONS(2492), + [sym_comment] = ACTIONS(39), + }, + [687] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2494), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [688] = { + [sym_declaration] = STATE(682), + [sym_type_definition] = STATE(682), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(682), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(682), + [sym_expression_statement] = STATE(682), + [sym_if_statement] = STATE(682), + [sym_switch_statement] = STATE(682), + [sym_case_statement] = STATE(682), + [sym_while_statement] = STATE(682), + [sym_do_statement] = STATE(682), + [sym_for_statement] = STATE(682), + [sym_return_statement] = STATE(682), + [sym_break_statement] = STATE(682), + [sym_continue_statement] = STATE(682), + [sym_goto_statement] = STATE(682), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -26910,114 +26162,114 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(2674), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2496), [sym_comment] = ACTIONS(39), }, - [767] = { - [sym__expression] = STATE(1038), - [sym_conditional_expression] = STATE(1038), - [sym_assignment_expression] = STATE(1038), - [sym_pointer_expression] = STATE(1038), - [sym_logical_expression] = STATE(1038), - [sym_bitwise_expression] = STATE(1038), - [sym_equality_expression] = STATE(1038), - [sym_relational_expression] = STATE(1038), - [sym_shift_expression] = STATE(1038), - [sym_math_expression] = STATE(1038), - [sym_cast_expression] = STATE(1038), - [sym_sizeof_expression] = STATE(1038), - [sym_subscript_expression] = STATE(1038), - [sym_call_expression] = STATE(1038), - [sym_field_expression] = STATE(1038), - [sym_compound_literal_expression] = STATE(1038), - [sym_parenthesized_expression] = STATE(1038), - [sym_concatenated_string] = STATE(1038), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2676), - [sym_char_literal] = ACTIONS(2676), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2678), - [sym_false] = ACTIONS(2678), - [sym_null] = ACTIONS(2678), - [sym_identifier] = ACTIONS(2678), + [689] = { + [sym__expression] = STATE(926), + [sym_conditional_expression] = STATE(926), + [sym_assignment_expression] = STATE(926), + [sym_pointer_expression] = STATE(926), + [sym_logical_expression] = STATE(926), + [sym_bitwise_expression] = STATE(926), + [sym_equality_expression] = STATE(926), + [sym_relational_expression] = STATE(926), + [sym_shift_expression] = STATE(926), + [sym_math_expression] = STATE(926), + [sym_cast_expression] = STATE(926), + [sym_sizeof_expression] = STATE(926), + [sym_subscript_expression] = STATE(926), + [sym_call_expression] = STATE(926), + [sym_field_expression] = STATE(926), + [sym_compound_literal_expression] = STATE(926), + [sym_parenthesized_expression] = STATE(926), + [sym_concatenated_string] = STATE(926), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2498), + [sym_char_literal] = ACTIONS(2498), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2500), + [sym_false] = ACTIONS(2500), + [sym_null] = ACTIONS(2500), + [sym_identifier] = ACTIONS(2500), [sym_comment] = ACTIONS(39), }, - [768] = { - [sym_declaration] = STATE(1039), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1040), - [sym_conditional_expression] = STATE(1040), - [sym_assignment_expression] = STATE(1040), - [sym_pointer_expression] = STATE(1040), - [sym_logical_expression] = STATE(1040), - [sym_bitwise_expression] = STATE(1040), - [sym_equality_expression] = STATE(1040), - [sym_relational_expression] = STATE(1040), - [sym_shift_expression] = STATE(1040), - [sym_math_expression] = STATE(1040), - [sym_cast_expression] = STATE(1040), - [sym_sizeof_expression] = STATE(1040), - [sym_subscript_expression] = STATE(1040), - [sym_call_expression] = STATE(1040), - [sym_field_expression] = STATE(1040), - [sym_compound_literal_expression] = STATE(1040), - [sym_parenthesized_expression] = STATE(1040), - [sym_concatenated_string] = STATE(1040), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(2680), + [690] = { + [sym_declaration] = STATE(927), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(928), + [sym_conditional_expression] = STATE(928), + [sym_assignment_expression] = STATE(928), + [sym_pointer_expression] = STATE(928), + [sym_logical_expression] = STATE(928), + [sym_bitwise_expression] = STATE(928), + [sym_equality_expression] = STATE(928), + [sym_relational_expression] = STATE(928), + [sym_shift_expression] = STATE(928), + [sym_math_expression] = STATE(928), + [sym_cast_expression] = STATE(928), + [sym_sizeof_expression] = STATE(928), + [sym_subscript_expression] = STATE(928), + [sym_call_expression] = STATE(928), + [sym_field_expression] = STATE(928), + [sym_compound_literal_expression] = STATE(928), + [sym_parenthesized_expression] = STATE(928), + [sym_concatenated_string] = STATE(928), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(2502), [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), + [anon_sym_STAR] = ACTIONS(811), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -27026,1453 +26278,1808 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2682), - [sym_char_literal] = ACTIONS(2682), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2684), - [sym_false] = ACTIONS(2684), - [sym_null] = ACTIONS(2684), - [sym_identifier] = ACTIONS(1792), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2504), + [sym_char_literal] = ACTIONS(2504), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2506), + [sym_false] = ACTIONS(2506), + [sym_null] = ACTIONS(2506), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [769] = { - [sym_compound_statement] = STATE(780), - [sym_labeled_statement] = STATE(780), - [sym_expression_statement] = STATE(780), - [sym_if_statement] = STATE(780), - [sym_switch_statement] = STATE(780), - [sym_case_statement] = STATE(780), - [sym_while_statement] = STATE(780), - [sym_do_statement] = STATE(780), - [sym_for_statement] = STATE(780), - [sym_return_statement] = STATE(780), - [sym_break_statement] = STATE(780), - [sym_continue_statement] = STATE(780), - [sym_goto_statement] = STATE(780), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [691] = { + [sym_compound_statement] = STATE(701), + [sym_labeled_statement] = STATE(701), + [sym_expression_statement] = STATE(701), + [sym_if_statement] = STATE(701), + [sym_switch_statement] = STATE(701), + [sym_case_statement] = STATE(701), + [sym_while_statement] = STATE(701), + [sym_do_statement] = STATE(701), + [sym_for_statement] = STATE(701), + [sym_return_statement] = STATE(701), + [sym_break_statement] = STATE(701), + [sym_continue_statement] = STATE(701), + [sym_goto_statement] = STATE(701), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [770] = { - [anon_sym_LPAREN] = ACTIONS(2686), + [692] = { + [anon_sym_LPAREN] = ACTIONS(2508), [sym_comment] = ACTIONS(39), }, - [771] = { - [sym__expression] = STATE(1043), - [sym_conditional_expression] = STATE(1043), - [sym_assignment_expression] = STATE(1043), - [sym_pointer_expression] = STATE(1043), - [sym_logical_expression] = STATE(1043), - [sym_bitwise_expression] = STATE(1043), - [sym_equality_expression] = STATE(1043), - [sym_relational_expression] = STATE(1043), - [sym_shift_expression] = STATE(1043), - [sym_math_expression] = STATE(1043), - [sym_cast_expression] = STATE(1043), - [sym_sizeof_expression] = STATE(1043), - [sym_subscript_expression] = STATE(1043), - [sym_call_expression] = STATE(1043), - [sym_field_expression] = STATE(1043), - [sym_compound_literal_expression] = STATE(1043), - [sym_parenthesized_expression] = STATE(1043), - [sym_concatenated_string] = STATE(1043), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(2688), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2690), - [sym_char_literal] = ACTIONS(2690), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2692), - [sym_false] = ACTIONS(2692), - [sym_null] = ACTIONS(2692), - [sym_identifier] = ACTIONS(2692), + [693] = { + [sym__expression] = STATE(931), + [sym_conditional_expression] = STATE(931), + [sym_assignment_expression] = STATE(931), + [sym_pointer_expression] = STATE(931), + [sym_logical_expression] = STATE(931), + [sym_bitwise_expression] = STATE(931), + [sym_equality_expression] = STATE(931), + [sym_relational_expression] = STATE(931), + [sym_shift_expression] = STATE(931), + [sym_math_expression] = STATE(931), + [sym_cast_expression] = STATE(931), + [sym_sizeof_expression] = STATE(931), + [sym_subscript_expression] = STATE(931), + [sym_call_expression] = STATE(931), + [sym_field_expression] = STATE(931), + [sym_compound_literal_expression] = STATE(931), + [sym_parenthesized_expression] = STATE(931), + [sym_concatenated_string] = STATE(931), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2512), + [sym_char_literal] = ACTIONS(2512), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2514), + [sym_false] = ACTIONS(2514), + [sym_null] = ACTIONS(2514), + [sym_identifier] = ACTIONS(2514), [sym_comment] = ACTIONS(39), }, - [772] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [694] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [773] = { - [sym__declarator] = STATE(1044), - [sym_pointer_declarator] = STATE(1044), - [sym_function_declarator] = STATE(1044), - [sym_array_declarator] = STATE(1044), - [sym_init_declarator] = STATE(1045), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(2694), + [695] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2516), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [774] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2696), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [696] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2518), + [anon_sym_LPAREN] = ACTIONS(2520), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2518), + [sym_preproc_directive] = ACTIONS(2518), + [anon_sym_SEMI] = ACTIONS(2520), + [anon_sym_typedef] = ACTIONS(2518), + [anon_sym_extern] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(2520), + [anon_sym_RBRACE] = ACTIONS(2520), + [anon_sym_STAR] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2518), + [anon_sym_auto] = ACTIONS(2518), + [anon_sym_register] = ACTIONS(2518), + [anon_sym_inline] = ACTIONS(2518), + [anon_sym_const] = ACTIONS(2518), + [anon_sym_restrict] = ACTIONS(2518), + [anon_sym_volatile] = ACTIONS(2518), + [anon_sym__Atomic] = ACTIONS(2518), + [anon_sym_unsigned] = ACTIONS(2518), + [anon_sym_long] = ACTIONS(2518), + [anon_sym_short] = ACTIONS(2518), + [sym_primitive_type] = ACTIONS(2518), + [anon_sym_enum] = ACTIONS(2518), + [anon_sym_struct] = ACTIONS(2518), + [anon_sym_union] = ACTIONS(2518), + [anon_sym_if] = ACTIONS(2518), + [anon_sym_else] = ACTIONS(2518), + [anon_sym_switch] = ACTIONS(2518), + [anon_sym_case] = ACTIONS(2518), + [anon_sym_default] = ACTIONS(2518), + [anon_sym_while] = ACTIONS(2518), + [anon_sym_do] = ACTIONS(2518), + [anon_sym_for] = ACTIONS(2518), + [anon_sym_return] = ACTIONS(2518), + [anon_sym_break] = ACTIONS(2518), + [anon_sym_continue] = ACTIONS(2518), + [anon_sym_goto] = ACTIONS(2518), + [anon_sym_AMP] = ACTIONS(2520), + [anon_sym_BANG] = ACTIONS(2520), + [anon_sym_TILDE] = ACTIONS(2520), + [anon_sym_PLUS] = ACTIONS(2518), + [anon_sym_DASH] = ACTIONS(2518), + [anon_sym_DASH_DASH] = ACTIONS(2520), + [anon_sym_PLUS_PLUS] = ACTIONS(2520), + [anon_sym_sizeof] = ACTIONS(2518), + [sym_number_literal] = ACTIONS(2520), + [sym_char_literal] = ACTIONS(2520), + [sym_string_literal] = ACTIONS(2520), + [sym_true] = ACTIONS(2518), + [sym_false] = ACTIONS(2518), + [sym_null] = ACTIONS(2518), + [sym_identifier] = ACTIONS(2518), [sym_comment] = ACTIONS(39), }, - [775] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_RBRACE] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_auto] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2700), - [sym_string_literal] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2698), + [697] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2522), + [anon_sym_LPAREN] = ACTIONS(2524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2522), + [sym_preproc_directive] = ACTIONS(2522), + [anon_sym_SEMI] = ACTIONS(2524), + [anon_sym_typedef] = ACTIONS(2522), + [anon_sym_extern] = ACTIONS(2522), + [anon_sym_LBRACE] = ACTIONS(2524), + [anon_sym_RBRACE] = ACTIONS(2524), + [anon_sym_STAR] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2522), + [anon_sym_auto] = ACTIONS(2522), + [anon_sym_register] = ACTIONS(2522), + [anon_sym_inline] = ACTIONS(2522), + [anon_sym_const] = ACTIONS(2522), + [anon_sym_restrict] = ACTIONS(2522), + [anon_sym_volatile] = ACTIONS(2522), + [anon_sym__Atomic] = ACTIONS(2522), + [anon_sym_unsigned] = ACTIONS(2522), + [anon_sym_long] = ACTIONS(2522), + [anon_sym_short] = ACTIONS(2522), + [sym_primitive_type] = ACTIONS(2522), + [anon_sym_enum] = ACTIONS(2522), + [anon_sym_struct] = ACTIONS(2522), + [anon_sym_union] = ACTIONS(2522), + [anon_sym_if] = ACTIONS(2522), + [anon_sym_else] = ACTIONS(2522), + [anon_sym_switch] = ACTIONS(2522), + [anon_sym_case] = ACTIONS(2522), + [anon_sym_default] = ACTIONS(2522), + [anon_sym_while] = ACTIONS(2522), + [anon_sym_do] = ACTIONS(2522), + [anon_sym_for] = ACTIONS(2522), + [anon_sym_return] = ACTIONS(2522), + [anon_sym_break] = ACTIONS(2522), + [anon_sym_continue] = ACTIONS(2522), + [anon_sym_goto] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2524), + [anon_sym_BANG] = ACTIONS(2524), + [anon_sym_TILDE] = ACTIONS(2524), + [anon_sym_PLUS] = ACTIONS(2522), + [anon_sym_DASH] = ACTIONS(2522), + [anon_sym_DASH_DASH] = ACTIONS(2524), + [anon_sym_PLUS_PLUS] = ACTIONS(2524), + [anon_sym_sizeof] = ACTIONS(2522), + [sym_number_literal] = ACTIONS(2524), + [sym_char_literal] = ACTIONS(2524), + [sym_string_literal] = ACTIONS(2524), + [sym_true] = ACTIONS(2522), + [sym_false] = ACTIONS(2522), + [sym_null] = ACTIONS(2522), + [sym_identifier] = ACTIONS(2522), [sym_comment] = ACTIONS(39), }, - [776] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_RBRACE] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_auto] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [sym_char_literal] = ACTIONS(2704), - [sym_string_literal] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2702), + [698] = { + [anon_sym_RPAREN] = ACTIONS(2526), [sym_comment] = ACTIONS(39), }, - [777] = { - [anon_sym_RPAREN] = ACTIONS(2706), + [699] = { + [aux_sym_concatenated_string_repeat1] = STATE(699), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_COMMA] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(2532), [sym_comment] = ACTIONS(39), }, - [778] = { - [aux_sym_concatenated_string_repeat1] = STATE(778), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_COMMA] = ACTIONS(2708), - [anon_sym_SEMI] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(2712), + [700] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(1060), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [779] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(1140), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [701] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2535), + [anon_sym_LPAREN] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2535), + [sym_preproc_directive] = ACTIONS(2535), + [anon_sym_SEMI] = ACTIONS(2537), + [anon_sym_typedef] = ACTIONS(2535), + [anon_sym_extern] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2537), + [anon_sym_RBRACE] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2535), + [anon_sym_auto] = ACTIONS(2535), + [anon_sym_register] = ACTIONS(2535), + [anon_sym_inline] = ACTIONS(2535), + [anon_sym_const] = ACTIONS(2535), + [anon_sym_restrict] = ACTIONS(2535), + [anon_sym_volatile] = ACTIONS(2535), + [anon_sym__Atomic] = ACTIONS(2535), + [anon_sym_unsigned] = ACTIONS(2535), + [anon_sym_long] = ACTIONS(2535), + [anon_sym_short] = ACTIONS(2535), + [sym_primitive_type] = ACTIONS(2535), + [anon_sym_enum] = ACTIONS(2535), + [anon_sym_struct] = ACTIONS(2535), + [anon_sym_union] = ACTIONS(2535), + [anon_sym_if] = ACTIONS(2535), + [anon_sym_else] = ACTIONS(2535), + [anon_sym_switch] = ACTIONS(2535), + [anon_sym_case] = ACTIONS(2535), + [anon_sym_default] = ACTIONS(2535), + [anon_sym_while] = ACTIONS(2535), + [anon_sym_do] = ACTIONS(2535), + [anon_sym_for] = ACTIONS(2535), + [anon_sym_return] = ACTIONS(2535), + [anon_sym_break] = ACTIONS(2535), + [anon_sym_continue] = ACTIONS(2535), + [anon_sym_goto] = ACTIONS(2535), + [anon_sym_AMP] = ACTIONS(2537), + [anon_sym_BANG] = ACTIONS(2537), + [anon_sym_TILDE] = ACTIONS(2537), + [anon_sym_PLUS] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_DASH_DASH] = ACTIONS(2537), + [anon_sym_PLUS_PLUS] = ACTIONS(2537), + [anon_sym_sizeof] = ACTIONS(2535), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2537), + [sym_true] = ACTIONS(2535), + [sym_false] = ACTIONS(2535), + [sym_null] = ACTIONS(2535), + [sym_identifier] = ACTIONS(2535), [sym_comment] = ACTIONS(39), }, - [780] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2717), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2715), - [sym_preproc_directive] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_RBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_auto] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_unsigned] = ACTIONS(2715), - [anon_sym_long] = ACTIONS(2715), - [anon_sym_short] = ACTIONS(2715), - [sym_primitive_type] = ACTIONS(2715), - [anon_sym_enum] = ACTIONS(2715), - [anon_sym_struct] = ACTIONS(2715), - [anon_sym_union] = ACTIONS(2715), - [anon_sym_if] = ACTIONS(2715), - [anon_sym_switch] = ACTIONS(2715), - [anon_sym_case] = ACTIONS(2715), - [anon_sym_default] = ACTIONS(2715), - [anon_sym_while] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_for] = ACTIONS(2715), - [anon_sym_return] = ACTIONS(2715), - [anon_sym_break] = ACTIONS(2715), - [anon_sym_continue] = ACTIONS(2715), - [anon_sym_goto] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_TILDE] = ACTIONS(2717), - [anon_sym_PLUS] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_sizeof] = ACTIONS(2715), - [sym_number_literal] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [sym_string_literal] = ACTIONS(2717), - [sym_true] = ACTIONS(2715), - [sym_false] = ACTIONS(2715), - [sym_null] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2715), + [702] = { + [anon_sym_LPAREN] = ACTIONS(2539), + [anon_sym_COMMA] = ACTIONS(2539), + [anon_sym_RPAREN] = ACTIONS(2539), + [anon_sym_SEMI] = ACTIONS(2539), + [anon_sym_RBRACE] = ACTIONS(2539), + [anon_sym_STAR] = ACTIONS(2541), + [anon_sym_LBRACK] = ACTIONS(2539), + [anon_sym_RBRACK] = ACTIONS(2539), + [anon_sym_EQ] = ACTIONS(2541), + [anon_sym_COLON] = ACTIONS(2539), + [anon_sym_QMARK] = ACTIONS(2539), + [anon_sym_STAR_EQ] = ACTIONS(2539), + [anon_sym_SLASH_EQ] = ACTIONS(2539), + [anon_sym_PERCENT_EQ] = ACTIONS(2539), + [anon_sym_PLUS_EQ] = ACTIONS(2539), + [anon_sym_DASH_EQ] = ACTIONS(2539), + [anon_sym_LT_LT_EQ] = ACTIONS(2539), + [anon_sym_GT_GT_EQ] = ACTIONS(2539), + [anon_sym_AMP_EQ] = ACTIONS(2539), + [anon_sym_CARET_EQ] = ACTIONS(2539), + [anon_sym_PIPE_EQ] = ACTIONS(2539), + [anon_sym_AMP] = ACTIONS(2541), + [anon_sym_PIPE_PIPE] = ACTIONS(2539), + [anon_sym_AMP_AMP] = ACTIONS(2539), + [anon_sym_PIPE] = ACTIONS(2541), + [anon_sym_CARET] = ACTIONS(2541), + [anon_sym_EQ_EQ] = ACTIONS(2539), + [anon_sym_BANG_EQ] = ACTIONS(2539), + [anon_sym_LT] = ACTIONS(2541), + [anon_sym_GT] = ACTIONS(2541), + [anon_sym_LT_EQ] = ACTIONS(2539), + [anon_sym_GT_EQ] = ACTIONS(2539), + [anon_sym_LT_LT] = ACTIONS(2541), + [anon_sym_GT_GT] = ACTIONS(2541), + [anon_sym_PLUS] = ACTIONS(2541), + [anon_sym_DASH] = ACTIONS(2541), + [anon_sym_SLASH] = ACTIONS(2541), + [anon_sym_PERCENT] = ACTIONS(2541), + [anon_sym_DASH_DASH] = ACTIONS(2539), + [anon_sym_PLUS_PLUS] = ACTIONS(2539), + [anon_sym_DOT] = ACTIONS(2539), + [anon_sym_DASH_GT] = ACTIONS(2539), [sym_comment] = ACTIONS(39), }, - [781] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(562), - [anon_sym_RBRACE] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(564), - [anon_sym_case] = ACTIONS(564), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(564), - [anon_sym_for] = ACTIONS(564), - [anon_sym_return] = ACTIONS(564), - [anon_sym_break] = ACTIONS(564), - [anon_sym_continue] = ACTIONS(564), - [anon_sym_goto] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [703] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(936), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(2545), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [782] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(2719), + [704] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(1084), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [783] = { - [anon_sym_LPAREN] = ACTIONS(2721), - [anon_sym_COMMA] = ACTIONS(2721), - [anon_sym_RPAREN] = ACTIONS(2721), - [anon_sym_SEMI] = ACTIONS(2721), - [anon_sym_RBRACE] = ACTIONS(2721), - [anon_sym_STAR] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2721), - [anon_sym_RBRACK] = ACTIONS(2721), - [anon_sym_EQ] = ACTIONS(2723), - [anon_sym_COLON] = ACTIONS(2721), - [anon_sym_QMARK] = ACTIONS(2721), - [anon_sym_STAR_EQ] = ACTIONS(2721), - [anon_sym_SLASH_EQ] = ACTIONS(2721), - [anon_sym_PERCENT_EQ] = ACTIONS(2721), - [anon_sym_PLUS_EQ] = ACTIONS(2721), - [anon_sym_DASH_EQ] = ACTIONS(2721), - [anon_sym_LT_LT_EQ] = ACTIONS(2721), - [anon_sym_GT_GT_EQ] = ACTIONS(2721), - [anon_sym_AMP_EQ] = ACTIONS(2721), - [anon_sym_CARET_EQ] = ACTIONS(2721), - [anon_sym_PIPE_EQ] = ACTIONS(2721), - [anon_sym_AMP] = ACTIONS(2723), - [anon_sym_PIPE_PIPE] = ACTIONS(2721), - [anon_sym_AMP_AMP] = ACTIONS(2721), - [anon_sym_PIPE] = ACTIONS(2723), - [anon_sym_CARET] = ACTIONS(2723), - [anon_sym_EQ_EQ] = ACTIONS(2721), - [anon_sym_BANG_EQ] = ACTIONS(2721), - [anon_sym_LT] = ACTIONS(2723), - [anon_sym_GT] = ACTIONS(2723), - [anon_sym_LT_EQ] = ACTIONS(2721), - [anon_sym_GT_EQ] = ACTIONS(2721), - [anon_sym_LT_LT] = ACTIONS(2723), - [anon_sym_GT_GT] = ACTIONS(2723), - [anon_sym_PLUS] = ACTIONS(2723), - [anon_sym_DASH] = ACTIONS(2723), - [anon_sym_SLASH] = ACTIONS(2723), - [anon_sym_PERCENT] = ACTIONS(2723), - [anon_sym_DASH_DASH] = ACTIONS(2721), - [anon_sym_PLUS_PLUS] = ACTIONS(2721), - [anon_sym_DOT] = ACTIONS(2721), - [anon_sym_DASH_GT] = ACTIONS(2721), + [705] = { + [anon_sym_RPAREN] = ACTIONS(2547), + [anon_sym_SEMI] = ACTIONS(2547), [sym_comment] = ACTIONS(39), }, - [784] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1051), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [706] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_RPAREN] = ACTIONS(2549), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2551), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2549), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_COLON] = ACTIONS(2549), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(2551), + [anon_sym_PERCENT] = ACTIONS(2551), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [785] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [707] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2553), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [786] = { - [anon_sym_RPAREN] = ACTIONS(2729), - [anon_sym_SEMI] = ACTIONS(2729), + [708] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2555), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [787] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2731), - [anon_sym_RPAREN] = ACTIONS(2731), - [anon_sym_SEMI] = ACTIONS(2731), - [anon_sym_RBRACE] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(2733), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2731), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_COLON] = ACTIONS(2731), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(2733), - [anon_sym_PERCENT] = ACTIONS(2733), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [709] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2557), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [788] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2735), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [710] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [789] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2737), - [anon_sym_SEMI] = ACTIONS(2737), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [711] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2563), + [anon_sym_SEMI] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [790] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2739), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [712] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2563), + [anon_sym_SEMI] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [791] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [713] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [792] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2745), - [anon_sym_SEMI] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [714] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [793] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2745), - [anon_sym_SEMI] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [715] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2567), + [anon_sym_SEMI] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [794] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [716] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2571), + [anon_sym_SEMI] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [795] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [717] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2575), + [anon_sym_SEMI] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [796] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2749), - [anon_sym_SEMI] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [718] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [797] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2753), - [anon_sym_SEMI] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [719] = { + [anon_sym_LPAREN] = ACTIONS(2579), + [anon_sym_COMMA] = ACTIONS(2579), + [anon_sym_RPAREN] = ACTIONS(2579), + [anon_sym_SEMI] = ACTIONS(2579), + [anon_sym_RBRACE] = ACTIONS(2579), + [anon_sym_STAR] = ACTIONS(2581), + [anon_sym_LBRACK] = ACTIONS(2579), + [anon_sym_RBRACK] = ACTIONS(2579), + [anon_sym_EQ] = ACTIONS(2581), + [anon_sym_COLON] = ACTIONS(2579), + [anon_sym_QMARK] = ACTIONS(2579), + [anon_sym_STAR_EQ] = ACTIONS(2579), + [anon_sym_SLASH_EQ] = ACTIONS(2579), + [anon_sym_PERCENT_EQ] = ACTIONS(2579), + [anon_sym_PLUS_EQ] = ACTIONS(2579), + [anon_sym_DASH_EQ] = ACTIONS(2579), + [anon_sym_LT_LT_EQ] = ACTIONS(2579), + [anon_sym_GT_GT_EQ] = ACTIONS(2579), + [anon_sym_AMP_EQ] = ACTIONS(2579), + [anon_sym_CARET_EQ] = ACTIONS(2579), + [anon_sym_PIPE_EQ] = ACTIONS(2579), + [anon_sym_AMP] = ACTIONS(2581), + [anon_sym_PIPE_PIPE] = ACTIONS(2579), + [anon_sym_AMP_AMP] = ACTIONS(2579), + [anon_sym_PIPE] = ACTIONS(2581), + [anon_sym_CARET] = ACTIONS(2581), + [anon_sym_EQ_EQ] = ACTIONS(2579), + [anon_sym_BANG_EQ] = ACTIONS(2579), + [anon_sym_LT] = ACTIONS(2581), + [anon_sym_GT] = ACTIONS(2581), + [anon_sym_LT_EQ] = ACTIONS(2579), + [anon_sym_GT_EQ] = ACTIONS(2579), + [anon_sym_LT_LT] = ACTIONS(2581), + [anon_sym_GT_GT] = ACTIONS(2581), + [anon_sym_PLUS] = ACTIONS(2581), + [anon_sym_DASH] = ACTIONS(2581), + [anon_sym_SLASH] = ACTIONS(2581), + [anon_sym_PERCENT] = ACTIONS(2581), + [anon_sym_DASH_DASH] = ACTIONS(2579), + [anon_sym_PLUS_PLUS] = ACTIONS(2579), + [anon_sym_DOT] = ACTIONS(2579), + [anon_sym_DASH_GT] = ACTIONS(2579), [sym_comment] = ACTIONS(39), }, - [798] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2757), - [anon_sym_SEMI] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [720] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [799] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2731), - [anon_sym_SEMI] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [721] = { + [anon_sym_RPAREN] = ACTIONS(2583), [sym_comment] = ACTIONS(39), }, - [800] = { - [anon_sym_LPAREN] = ACTIONS(2761), - [anon_sym_COMMA] = ACTIONS(2761), - [anon_sym_RPAREN] = ACTIONS(2761), - [anon_sym_SEMI] = ACTIONS(2761), - [anon_sym_RBRACE] = ACTIONS(2761), - [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2761), - [anon_sym_RBRACK] = ACTIONS(2761), - [anon_sym_EQ] = ACTIONS(2763), - [anon_sym_COLON] = ACTIONS(2761), - [anon_sym_QMARK] = ACTIONS(2761), - [anon_sym_STAR_EQ] = ACTIONS(2761), - [anon_sym_SLASH_EQ] = ACTIONS(2761), - [anon_sym_PERCENT_EQ] = ACTIONS(2761), - [anon_sym_PLUS_EQ] = ACTIONS(2761), - [anon_sym_DASH_EQ] = ACTIONS(2761), - [anon_sym_LT_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_GT_EQ] = ACTIONS(2761), - [anon_sym_AMP_EQ] = ACTIONS(2761), - [anon_sym_CARET_EQ] = ACTIONS(2761), - [anon_sym_PIPE_EQ] = ACTIONS(2761), - [anon_sym_AMP] = ACTIONS(2763), - [anon_sym_PIPE_PIPE] = ACTIONS(2761), - [anon_sym_AMP_AMP] = ACTIONS(2761), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_CARET] = ACTIONS(2763), - [anon_sym_EQ_EQ] = ACTIONS(2761), - [anon_sym_BANG_EQ] = ACTIONS(2761), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_GT] = ACTIONS(2763), - [anon_sym_LT_EQ] = ACTIONS(2761), - [anon_sym_GT_EQ] = ACTIONS(2761), - [anon_sym_LT_LT] = ACTIONS(2763), - [anon_sym_GT_GT] = ACTIONS(2763), - [anon_sym_PLUS] = ACTIONS(2763), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_SLASH] = ACTIONS(2763), - [anon_sym_PERCENT] = ACTIONS(2763), - [anon_sym_DASH_DASH] = ACTIONS(2761), - [anon_sym_PLUS_PLUS] = ACTIONS(2761), - [anon_sym_DOT] = ACTIONS(2761), - [anon_sym_DASH_GT] = ACTIONS(2761), + [722] = { + [aux_sym_concatenated_string_repeat1] = STATE(722), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_RBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(2585), [sym_comment] = ACTIONS(39), }, - [801] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [723] = { + [anon_sym_LPAREN] = ACTIONS(2588), + [anon_sym_COMMA] = ACTIONS(2588), + [anon_sym_RPAREN] = ACTIONS(2588), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_LBRACE] = ACTIONS(2588), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_EQ] = ACTIONS(2588), [sym_comment] = ACTIONS(39), }, - [802] = { - [anon_sym_RBRACE] = ACTIONS(2765), + [724] = { + [sym_storage_class_specifier] = STATE(724), + [sym_type_qualifier] = STATE(724), + [aux_sym__declaration_specifiers_repeat1] = STATE(724), + [anon_sym_LPAREN] = ACTIONS(624), + [anon_sym_extern] = ACTIONS(297), + [anon_sym_STAR] = ACTIONS(624), + [anon_sym_RBRACK] = ACTIONS(624), + [anon_sym_static] = ACTIONS(297), + [anon_sym_auto] = ACTIONS(297), + [anon_sym_register] = ACTIONS(297), + [anon_sym_inline] = ACTIONS(297), + [anon_sym_const] = ACTIONS(300), + [anon_sym_restrict] = ACTIONS(300), + [anon_sym_volatile] = ACTIONS(300), + [anon_sym__Atomic] = ACTIONS(300), + [anon_sym_AMP] = ACTIONS(624), + [anon_sym_BANG] = ACTIONS(624), + [anon_sym_TILDE] = ACTIONS(624), + [anon_sym_PLUS] = ACTIONS(303), + [anon_sym_DASH] = ACTIONS(303), + [anon_sym_DASH_DASH] = ACTIONS(624), + [anon_sym_PLUS_PLUS] = ACTIONS(624), + [anon_sym_sizeof] = ACTIONS(303), + [sym_number_literal] = ACTIONS(624), + [sym_char_literal] = ACTIONS(624), + [sym_string_literal] = ACTIONS(624), + [sym_true] = ACTIONS(303), + [sym_false] = ACTIONS(303), + [sym_null] = ACTIONS(303), + [sym_identifier] = ACTIONS(303), [sym_comment] = ACTIONS(39), }, - [803] = { - [anon_sym_LPAREN] = ACTIONS(474), - [anon_sym_extern] = ACTIONS(476), - [anon_sym_STAR] = ACTIONS(474), - [anon_sym_RBRACK] = ACTIONS(474), - [anon_sym_static] = ACTIONS(476), - [anon_sym_auto] = ACTIONS(476), - [anon_sym_register] = ACTIONS(476), - [anon_sym_inline] = ACTIONS(476), - [anon_sym_const] = ACTIONS(476), - [anon_sym_restrict] = ACTIONS(476), - [anon_sym_volatile] = ACTIONS(476), - [anon_sym__Atomic] = ACTIONS(476), - [anon_sym_AMP] = ACTIONS(474), - [anon_sym_BANG] = ACTIONS(474), - [anon_sym_TILDE] = ACTIONS(474), - [anon_sym_PLUS] = ACTIONS(476), - [anon_sym_DASH] = ACTIONS(476), - [anon_sym_DASH_DASH] = ACTIONS(474), - [anon_sym_PLUS_PLUS] = ACTIONS(474), - [anon_sym_sizeof] = ACTIONS(476), - [sym_number_literal] = ACTIONS(474), - [sym_char_literal] = ACTIONS(474), - [sym_string_literal] = ACTIONS(474), - [sym_true] = ACTIONS(476), - [sym_false] = ACTIONS(476), - [sym_null] = ACTIONS(476), - [sym_identifier] = ACTIONS(476), + [725] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2555), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [804] = { - [aux_sym_enumerator_list_repeat1] = STATE(1056), - [anon_sym_COMMA] = ACTIONS(2767), - [anon_sym_RBRACE] = ACTIONS(2765), + [726] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2590), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [805] = { - [anon_sym_LPAREN] = ACTIONS(484), - [anon_sym_extern] = ACTIONS(486), - [anon_sym_STAR] = ACTIONS(484), - [anon_sym_RBRACK] = ACTIONS(484), - [anon_sym_static] = ACTIONS(486), - [anon_sym_auto] = ACTIONS(486), - [anon_sym_register] = ACTIONS(486), - [anon_sym_inline] = ACTIONS(486), - [anon_sym_const] = ACTIONS(486), - [anon_sym_restrict] = ACTIONS(486), - [anon_sym_volatile] = ACTIONS(486), - [anon_sym__Atomic] = ACTIONS(486), - [anon_sym_AMP] = ACTIONS(484), - [anon_sym_BANG] = ACTIONS(484), - [anon_sym_TILDE] = ACTIONS(484), - [anon_sym_PLUS] = ACTIONS(486), - [anon_sym_DASH] = ACTIONS(486), - [anon_sym_DASH_DASH] = ACTIONS(484), - [anon_sym_PLUS_PLUS] = ACTIONS(484), - [anon_sym_sizeof] = ACTIONS(486), - [sym_number_literal] = ACTIONS(484), - [sym_char_literal] = ACTIONS(484), - [sym_string_literal] = ACTIONS(484), - [sym_true] = ACTIONS(486), - [sym_false] = ACTIONS(486), - [sym_null] = ACTIONS(486), - [sym_identifier] = ACTIONS(486), + [727] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2559), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [806] = { - [anon_sym_LPAREN] = ACTIONS(494), - [anon_sym_extern] = ACTIONS(496), - [anon_sym_STAR] = ACTIONS(494), - [anon_sym_RBRACK] = ACTIONS(494), - [anon_sym_static] = ACTIONS(496), - [anon_sym_auto] = ACTIONS(496), - [anon_sym_register] = ACTIONS(496), - [anon_sym_inline] = ACTIONS(496), - [anon_sym_const] = ACTIONS(496), - [anon_sym_restrict] = ACTIONS(496), - [anon_sym_volatile] = ACTIONS(496), - [anon_sym__Atomic] = ACTIONS(496), - [anon_sym_AMP] = ACTIONS(494), - [anon_sym_BANG] = ACTIONS(494), - [anon_sym_TILDE] = ACTIONS(494), - [anon_sym_PLUS] = ACTIONS(496), - [anon_sym_DASH] = ACTIONS(496), - [anon_sym_DASH_DASH] = ACTIONS(494), - [anon_sym_PLUS_PLUS] = ACTIONS(494), - [anon_sym_sizeof] = ACTIONS(496), - [sym_number_literal] = ACTIONS(494), - [sym_char_literal] = ACTIONS(494), - [sym_string_literal] = ACTIONS(494), - [sym_true] = ACTIONS(496), - [sym_false] = ACTIONS(496), - [sym_null] = ACTIONS(496), - [sym_identifier] = ACTIONS(496), + [728] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2563), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [807] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(225), - [sym_field_declaration] = STATE(225), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(225), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), + [729] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2563), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [730] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2559), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [731] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2559), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [732] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2567), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [733] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2571), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [734] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2575), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [735] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2549), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [736] = { + [sym_storage_class_specifier] = STATE(724), + [sym_type_qualifier] = STATE(724), + [aux_sym__declaration_specifiers_repeat1] = STATE(724), + [anon_sym_LPAREN] = ACTIONS(626), [anon_sym_extern] = ACTIONS(23), - [anon_sym_RBRACE] = ACTIONS(2769), + [anon_sym_STAR] = ACTIONS(626), + [anon_sym_RBRACK] = ACTIONS(626), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -28481,1232 +28088,748 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [sym_identifier] = ACTIONS(37), + [anon_sym_AMP] = ACTIONS(626), + [anon_sym_BANG] = ACTIONS(626), + [anon_sym_TILDE] = ACTIONS(626), + [anon_sym_PLUS] = ACTIONS(628), + [anon_sym_DASH] = ACTIONS(628), + [anon_sym_DASH_DASH] = ACTIONS(626), + [anon_sym_PLUS_PLUS] = ACTIONS(626), + [anon_sym_sizeof] = ACTIONS(628), + [sym_number_literal] = ACTIONS(626), + [sym_char_literal] = ACTIONS(626), + [sym_string_literal] = ACTIONS(626), + [sym_true] = ACTIONS(628), + [sym_false] = ACTIONS(628), + [sym_null] = ACTIONS(628), + [sym_identifier] = ACTIONS(628), [sym_comment] = ACTIONS(39), }, - [808] = { - [anon_sym_LPAREN] = ACTIONS(522), - [anon_sym_extern] = ACTIONS(524), - [anon_sym_STAR] = ACTIONS(522), - [anon_sym_RBRACK] = ACTIONS(522), - [anon_sym_static] = ACTIONS(524), - [anon_sym_auto] = ACTIONS(524), - [anon_sym_register] = ACTIONS(524), - [anon_sym_inline] = ACTIONS(524), - [anon_sym_const] = ACTIONS(524), - [anon_sym_restrict] = ACTIONS(524), - [anon_sym_volatile] = ACTIONS(524), - [anon_sym__Atomic] = ACTIONS(524), - [anon_sym_AMP] = ACTIONS(522), - [anon_sym_BANG] = ACTIONS(522), - [anon_sym_TILDE] = ACTIONS(522), - [anon_sym_PLUS] = ACTIONS(524), - [anon_sym_DASH] = ACTIONS(524), - [anon_sym_DASH_DASH] = ACTIONS(522), - [anon_sym_PLUS_PLUS] = ACTIONS(522), - [anon_sym_sizeof] = ACTIONS(524), - [sym_number_literal] = ACTIONS(522), - [sym_char_literal] = ACTIONS(522), - [sym_string_literal] = ACTIONS(522), - [sym_true] = ACTIONS(524), - [sym_false] = ACTIONS(524), - [sym_null] = ACTIONS(524), - [sym_identifier] = ACTIONS(524), + [737] = { + [anon_sym_LPAREN] = ACTIONS(2592), + [anon_sym_COMMA] = ACTIONS(2592), + [anon_sym_RPAREN] = ACTIONS(2592), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_RBRACE] = ACTIONS(2592), + [anon_sym_STAR] = ACTIONS(2594), + [anon_sym_LBRACK] = ACTIONS(2592), + [anon_sym_RBRACK] = ACTIONS(2592), + [anon_sym_EQ] = ACTIONS(2594), + [anon_sym_COLON] = ACTIONS(2592), + [anon_sym_QMARK] = ACTIONS(2592), + [anon_sym_STAR_EQ] = ACTIONS(2592), + [anon_sym_SLASH_EQ] = ACTIONS(2592), + [anon_sym_PERCENT_EQ] = ACTIONS(2592), + [anon_sym_PLUS_EQ] = ACTIONS(2592), + [anon_sym_DASH_EQ] = ACTIONS(2592), + [anon_sym_LT_LT_EQ] = ACTIONS(2592), + [anon_sym_GT_GT_EQ] = ACTIONS(2592), + [anon_sym_AMP_EQ] = ACTIONS(2592), + [anon_sym_CARET_EQ] = ACTIONS(2592), + [anon_sym_PIPE_EQ] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2594), + [anon_sym_PIPE_PIPE] = ACTIONS(2592), + [anon_sym_AMP_AMP] = ACTIONS(2592), + [anon_sym_PIPE] = ACTIONS(2594), + [anon_sym_CARET] = ACTIONS(2594), + [anon_sym_EQ_EQ] = ACTIONS(2592), + [anon_sym_BANG_EQ] = ACTIONS(2592), + [anon_sym_LT] = ACTIONS(2594), + [anon_sym_GT] = ACTIONS(2594), + [anon_sym_LT_EQ] = ACTIONS(2592), + [anon_sym_GT_EQ] = ACTIONS(2592), + [anon_sym_LT_LT] = ACTIONS(2594), + [anon_sym_GT_GT] = ACTIONS(2594), + [anon_sym_PLUS] = ACTIONS(2594), + [anon_sym_DASH] = ACTIONS(2594), + [anon_sym_SLASH] = ACTIONS(2594), + [anon_sym_PERCENT] = ACTIONS(2594), + [anon_sym_DASH_DASH] = ACTIONS(2592), + [anon_sym_PLUS_PLUS] = ACTIONS(2592), + [anon_sym_DOT] = ACTIONS(2592), + [anon_sym_DASH_GT] = ACTIONS(2592), [sym_comment] = ACTIONS(39), }, - [809] = { - [anon_sym_LPAREN] = ACTIONS(526), - [anon_sym_extern] = ACTIONS(528), - [anon_sym_STAR] = ACTIONS(526), - [anon_sym_RBRACK] = ACTIONS(526), - [anon_sym_static] = ACTIONS(528), - [anon_sym_auto] = ACTIONS(528), - [anon_sym_register] = ACTIONS(528), - [anon_sym_inline] = ACTIONS(528), - [anon_sym_const] = ACTIONS(528), - [anon_sym_restrict] = ACTIONS(528), - [anon_sym_volatile] = ACTIONS(528), - [anon_sym__Atomic] = ACTIONS(528), - [anon_sym_AMP] = ACTIONS(526), - [anon_sym_BANG] = ACTIONS(526), - [anon_sym_TILDE] = ACTIONS(526), - [anon_sym_PLUS] = ACTIONS(528), - [anon_sym_DASH] = ACTIONS(528), - [anon_sym_DASH_DASH] = ACTIONS(526), - [anon_sym_PLUS_PLUS] = ACTIONS(526), - [anon_sym_sizeof] = ACTIONS(528), - [sym_number_literal] = ACTIONS(526), - [sym_char_literal] = ACTIONS(526), - [sym_string_literal] = ACTIONS(526), - [sym_true] = ACTIONS(528), - [sym_false] = ACTIONS(528), - [sym_null] = ACTIONS(528), - [sym_identifier] = ACTIONS(528), + [738] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2596), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [810] = { - [anon_sym_RPAREN] = ACTIONS(2771), + [739] = { + [anon_sym_LBRACK] = ACTIONS(2598), + [anon_sym_EQ] = ACTIONS(2598), + [anon_sym_DOT] = ACTIONS(2598), [sym_comment] = ACTIONS(39), }, - [811] = { - [aux_sym_concatenated_string_repeat1] = STATE(811), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_RBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(2773), + [740] = { + [sym__expression] = STATE(943), + [sym_conditional_expression] = STATE(943), + [sym_assignment_expression] = STATE(943), + [sym_pointer_expression] = STATE(943), + [sym_logical_expression] = STATE(943), + [sym_bitwise_expression] = STATE(943), + [sym_equality_expression] = STATE(943), + [sym_relational_expression] = STATE(943), + [sym_shift_expression] = STATE(943), + [sym_math_expression] = STATE(943), + [sym_cast_expression] = STATE(943), + [sym_sizeof_expression] = STATE(943), + [sym_subscript_expression] = STATE(943), + [sym_call_expression] = STATE(943), + [sym_field_expression] = STATE(943), + [sym_compound_literal_expression] = STATE(943), + [sym_parenthesized_expression] = STATE(943), + [sym_initializer_list] = STATE(944), + [sym_initializer_pair] = STATE(944), + [sym_subscript_designator] = STATE(483), + [sym_field_designator] = STATE(483), + [sym_concatenated_string] = STATE(943), + [aux_sym_initializer_pair_repeat1] = STATE(483), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_RBRACE] = ACTIONS(2600), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [anon_sym_DOT] = ACTIONS(1168), + [sym_number_literal] = ACTIONS(2602), + [sym_char_literal] = ACTIONS(2602), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_identifier] = ACTIONS(2604), [sym_comment] = ACTIONS(39), }, - [812] = { - [anon_sym_RPAREN] = ACTIONS(2776), + [741] = { + [aux_sym_initializer_list_repeat1] = STATE(946), + [anon_sym_COMMA] = ACTIONS(2606), + [anon_sym_RBRACE] = ACTIONS(2600), [sym_comment] = ACTIONS(39), }, - [813] = { - [anon_sym_LPAREN] = ACTIONS(2778), - [anon_sym_COMMA] = ACTIONS(2778), - [anon_sym_RPAREN] = ACTIONS(2778), - [anon_sym_SEMI] = ACTIONS(2778), - [anon_sym_LBRACE] = ACTIONS(2778), - [anon_sym_LBRACK] = ACTIONS(2778), - [anon_sym_EQ] = ACTIONS(2778), + [742] = { + [sym__expression] = STATE(947), + [sym_conditional_expression] = STATE(947), + [sym_assignment_expression] = STATE(947), + [sym_pointer_expression] = STATE(947), + [sym_logical_expression] = STATE(947), + [sym_bitwise_expression] = STATE(947), + [sym_equality_expression] = STATE(947), + [sym_relational_expression] = STATE(947), + [sym_shift_expression] = STATE(947), + [sym_math_expression] = STATE(947), + [sym_cast_expression] = STATE(947), + [sym_sizeof_expression] = STATE(947), + [sym_subscript_expression] = STATE(947), + [sym_call_expression] = STATE(947), + [sym_field_expression] = STATE(947), + [sym_compound_literal_expression] = STATE(947), + [sym_parenthesized_expression] = STATE(947), + [sym_initializer_list] = STATE(948), + [sym_concatenated_string] = STATE(947), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2608), + [sym_char_literal] = ACTIONS(2608), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2610), + [sym_false] = ACTIONS(2610), + [sym_null] = ACTIONS(2610), + [sym_identifier] = ACTIONS(2610), [sym_comment] = ACTIONS(39), }, - [814] = { - [sym_storage_class_specifier] = STATE(814), - [sym_type_qualifier] = STATE(814), - [aux_sym__declaration_specifiers_repeat1] = STATE(814), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_extern] = ACTIONS(2780), - [anon_sym_STAR] = ACTIONS(678), - [anon_sym_RBRACK] = ACTIONS(678), - [anon_sym_static] = ACTIONS(2780), - [anon_sym_auto] = ACTIONS(2780), - [anon_sym_register] = ACTIONS(2780), - [anon_sym_inline] = ACTIONS(2780), - [anon_sym_const] = ACTIONS(2783), - [anon_sym_restrict] = ACTIONS(2783), - [anon_sym_volatile] = ACTIONS(2783), - [anon_sym__Atomic] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(678), - [anon_sym_BANG] = ACTIONS(678), - [anon_sym_TILDE] = ACTIONS(678), - [anon_sym_PLUS] = ACTIONS(335), - [anon_sym_DASH] = ACTIONS(335), - [anon_sym_DASH_DASH] = ACTIONS(678), - [anon_sym_PLUS_PLUS] = ACTIONS(678), - [anon_sym_sizeof] = ACTIONS(335), - [sym_number_literal] = ACTIONS(678), - [sym_char_literal] = ACTIONS(678), - [sym_string_literal] = ACTIONS(678), - [sym_true] = ACTIONS(335), - [sym_false] = ACTIONS(335), - [sym_null] = ACTIONS(335), - [sym_identifier] = ACTIONS(335), + [743] = { + [sym_subscript_designator] = STATE(743), + [sym_field_designator] = STATE(743), + [aux_sym_initializer_pair_repeat1] = STATE(743), + [anon_sym_LBRACK] = ACTIONS(2612), + [anon_sym_EQ] = ACTIONS(2615), + [anon_sym_DOT] = ACTIONS(2617), [sym_comment] = ACTIONS(39), }, - [815] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2737), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [744] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1185), + [anon_sym_LPAREN] = ACTIONS(1183), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1185), + [sym_preproc_directive] = ACTIONS(1185), + [anon_sym_SEMI] = ACTIONS(1183), + [anon_sym_typedef] = ACTIONS(1185), + [anon_sym_extern] = ACTIONS(1185), + [anon_sym_LBRACE] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_static] = ACTIONS(1185), + [anon_sym_auto] = ACTIONS(1185), + [anon_sym_register] = ACTIONS(1185), + [anon_sym_inline] = ACTIONS(1185), + [anon_sym_const] = ACTIONS(1185), + [anon_sym_restrict] = ACTIONS(1185), + [anon_sym_volatile] = ACTIONS(1185), + [anon_sym__Atomic] = ACTIONS(1185), + [anon_sym_unsigned] = ACTIONS(1185), + [anon_sym_long] = ACTIONS(1185), + [anon_sym_short] = ACTIONS(1185), + [sym_primitive_type] = ACTIONS(1185), + [anon_sym_enum] = ACTIONS(1185), + [anon_sym_struct] = ACTIONS(1185), + [anon_sym_union] = ACTIONS(1185), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1185), + [anon_sym_case] = ACTIONS(1185), + [anon_sym_default] = ACTIONS(1185), + [anon_sym_while] = ACTIONS(1185), + [anon_sym_do] = ACTIONS(1185), + [anon_sym_for] = ACTIONS(1185), + [anon_sym_return] = ACTIONS(1185), + [anon_sym_break] = ACTIONS(1185), + [anon_sym_continue] = ACTIONS(1185), + [anon_sym_goto] = ACTIONS(1185), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_BANG] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_sizeof] = ACTIONS(1185), + [sym_number_literal] = ACTIONS(1183), + [sym_char_literal] = ACTIONS(1183), + [sym_string_literal] = ACTIONS(1183), + [sym_true] = ACTIONS(1185), + [sym_false] = ACTIONS(1185), + [sym_null] = ACTIONS(1185), + [sym_identifier] = ACTIONS(1185), [sym_comment] = ACTIONS(39), }, - [816] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2786), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [745] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1195), + [anon_sym_LPAREN] = ACTIONS(1193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1195), + [sym_preproc_directive] = ACTIONS(1195), + [anon_sym_SEMI] = ACTIONS(1193), + [anon_sym_typedef] = ACTIONS(1195), + [anon_sym_extern] = ACTIONS(1195), + [anon_sym_LBRACE] = ACTIONS(1193), + [anon_sym_STAR] = ACTIONS(1193), + [anon_sym_static] = ACTIONS(1195), + [anon_sym_auto] = ACTIONS(1195), + [anon_sym_register] = ACTIONS(1195), + [anon_sym_inline] = ACTIONS(1195), + [anon_sym_const] = ACTIONS(1195), + [anon_sym_restrict] = ACTIONS(1195), + [anon_sym_volatile] = ACTIONS(1195), + [anon_sym__Atomic] = ACTIONS(1195), + [anon_sym_unsigned] = ACTIONS(1195), + [anon_sym_long] = ACTIONS(1195), + [anon_sym_short] = ACTIONS(1195), + [sym_primitive_type] = ACTIONS(1195), + [anon_sym_enum] = ACTIONS(1195), + [anon_sym_struct] = ACTIONS(1195), + [anon_sym_union] = ACTIONS(1195), + [anon_sym_if] = ACTIONS(1195), + [anon_sym_switch] = ACTIONS(1195), + [anon_sym_case] = ACTIONS(1195), + [anon_sym_default] = ACTIONS(1195), + [anon_sym_while] = ACTIONS(1195), + [anon_sym_do] = ACTIONS(1195), + [anon_sym_for] = ACTIONS(1195), + [anon_sym_return] = ACTIONS(1195), + [anon_sym_break] = ACTIONS(1195), + [anon_sym_continue] = ACTIONS(1195), + [anon_sym_goto] = ACTIONS(1195), + [anon_sym_AMP] = ACTIONS(1193), + [anon_sym_BANG] = ACTIONS(1193), + [anon_sym_TILDE] = ACTIONS(1193), + [anon_sym_PLUS] = ACTIONS(1195), + [anon_sym_DASH] = ACTIONS(1195), + [anon_sym_DASH_DASH] = ACTIONS(1193), + [anon_sym_PLUS_PLUS] = ACTIONS(1193), + [anon_sym_sizeof] = ACTIONS(1195), + [sym_number_literal] = ACTIONS(1193), + [sym_char_literal] = ACTIONS(1193), + [sym_string_literal] = ACTIONS(1193), + [sym_true] = ACTIONS(1195), + [sym_false] = ACTIONS(1195), + [sym_null] = ACTIONS(1195), + [sym_identifier] = ACTIONS(1195), [sym_comment] = ACTIONS(39), }, - [817] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2741), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [746] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [sym_identifier] = ACTIONS(1275), [sym_comment] = ACTIONS(39), }, - [818] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2745), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [747] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [sym_identifier] = ACTIONS(1279), [sym_comment] = ACTIONS(39), }, - [819] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2745), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [748] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1283), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1283), + [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), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [sym_identifier] = ACTIONS(1283), [sym_comment] = ACTIONS(39), }, - [820] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2741), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [749] = { + [anon_sym_LF] = ACTIONS(2620), + [sym_comment] = ACTIONS(47), + }, + [750] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(640), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(640), + [anon_sym_LPAREN] = ACTIONS(638), + [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(640), + [anon_sym_SEMI] = ACTIONS(638), + [anon_sym_typedef] = ACTIONS(640), + [anon_sym_extern] = ACTIONS(640), + [anon_sym_LBRACE] = ACTIONS(638), + [anon_sym_STAR] = ACTIONS(638), + [anon_sym_static] = ACTIONS(640), + [anon_sym_auto] = ACTIONS(640), + [anon_sym_register] = ACTIONS(640), + [anon_sym_inline] = ACTIONS(640), + [anon_sym_const] = ACTIONS(640), + [anon_sym_restrict] = ACTIONS(640), + [anon_sym_volatile] = ACTIONS(640), + [anon_sym__Atomic] = ACTIONS(640), + [anon_sym_unsigned] = ACTIONS(640), + [anon_sym_long] = ACTIONS(640), + [anon_sym_short] = ACTIONS(640), + [sym_primitive_type] = ACTIONS(640), + [anon_sym_enum] = ACTIONS(640), + [anon_sym_struct] = ACTIONS(640), + [anon_sym_union] = ACTIONS(640), + [anon_sym_if] = ACTIONS(640), + [anon_sym_switch] = ACTIONS(640), + [anon_sym_case] = ACTIONS(640), + [anon_sym_default] = ACTIONS(640), + [anon_sym_while] = ACTIONS(640), + [anon_sym_do] = ACTIONS(640), + [anon_sym_for] = ACTIONS(640), + [anon_sym_return] = ACTIONS(640), + [anon_sym_break] = ACTIONS(640), + [anon_sym_continue] = ACTIONS(640), + [anon_sym_goto] = ACTIONS(640), + [anon_sym_AMP] = ACTIONS(638), + [anon_sym_BANG] = ACTIONS(638), + [anon_sym_TILDE] = ACTIONS(638), + [anon_sym_PLUS] = ACTIONS(640), + [anon_sym_DASH] = ACTIONS(640), + [anon_sym_DASH_DASH] = ACTIONS(638), + [anon_sym_PLUS_PLUS] = ACTIONS(638), + [anon_sym_sizeof] = ACTIONS(640), + [sym_number_literal] = ACTIONS(638), + [sym_char_literal] = ACTIONS(638), + [sym_string_literal] = ACTIONS(638), + [sym_true] = ACTIONS(640), + [sym_false] = ACTIONS(640), + [sym_null] = ACTIONS(640), + [sym_identifier] = ACTIONS(640), [sym_comment] = ACTIONS(39), }, - [821] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2741), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [751] = { + [anon_sym_LF] = ACTIONS(2622), + [sym_comment] = ACTIONS(47), + }, + [752] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(688), + [sym_preproc_directive] = ACTIONS(688), + [anon_sym_typedef] = ACTIONS(688), + [anon_sym_extern] = ACTIONS(688), + [anon_sym_static] = ACTIONS(688), + [anon_sym_auto] = ACTIONS(688), + [anon_sym_register] = ACTIONS(688), + [anon_sym_inline] = ACTIONS(688), + [anon_sym_const] = ACTIONS(688), + [anon_sym_restrict] = ACTIONS(688), + [anon_sym_volatile] = ACTIONS(688), + [anon_sym__Atomic] = ACTIONS(688), + [anon_sym_unsigned] = ACTIONS(688), + [anon_sym_long] = ACTIONS(688), + [anon_sym_short] = ACTIONS(688), + [sym_primitive_type] = ACTIONS(688), + [anon_sym_enum] = ACTIONS(688), + [anon_sym_struct] = ACTIONS(688), + [anon_sym_union] = ACTIONS(688), + [sym_identifier] = ACTIONS(688), [sym_comment] = ACTIONS(39), }, - [822] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2749), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [753] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2624), [sym_comment] = ACTIONS(39), }, - [823] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2753), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [754] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(724), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(724), + [sym_preproc_directive] = ACTIONS(724), + [anon_sym_typedef] = ACTIONS(724), + [anon_sym_extern] = ACTIONS(724), + [anon_sym_static] = ACTIONS(724), + [anon_sym_auto] = ACTIONS(724), + [anon_sym_register] = ACTIONS(724), + [anon_sym_inline] = ACTIONS(724), + [anon_sym_const] = ACTIONS(724), + [anon_sym_restrict] = ACTIONS(724), + [anon_sym_volatile] = ACTIONS(724), + [anon_sym__Atomic] = ACTIONS(724), + [anon_sym_unsigned] = ACTIONS(724), + [anon_sym_long] = ACTIONS(724), + [anon_sym_short] = ACTIONS(724), + [sym_primitive_type] = ACTIONS(724), + [anon_sym_enum] = ACTIONS(724), + [anon_sym_struct] = ACTIONS(724), + [anon_sym_union] = ACTIONS(724), + [sym_identifier] = ACTIONS(724), [sym_comment] = ACTIONS(39), }, - [824] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2757), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [755] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2626), [sym_comment] = ACTIONS(39), }, - [825] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2731), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [756] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(730), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(730), + [sym_preproc_directive] = ACTIONS(730), + [anon_sym_typedef] = ACTIONS(730), + [anon_sym_extern] = ACTIONS(730), + [anon_sym_static] = ACTIONS(730), + [anon_sym_auto] = ACTIONS(730), + [anon_sym_register] = ACTIONS(730), + [anon_sym_inline] = ACTIONS(730), + [anon_sym_const] = ACTIONS(730), + [anon_sym_restrict] = ACTIONS(730), + [anon_sym_volatile] = ACTIONS(730), + [anon_sym__Atomic] = ACTIONS(730), + [anon_sym_unsigned] = ACTIONS(730), + [anon_sym_long] = ACTIONS(730), + [anon_sym_short] = ACTIONS(730), + [sym_primitive_type] = ACTIONS(730), + [anon_sym_enum] = ACTIONS(730), + [anon_sym_struct] = ACTIONS(730), + [anon_sym_union] = ACTIONS(730), + [sym_identifier] = ACTIONS(730), [sym_comment] = ACTIONS(39), }, - [826] = { - [sym_storage_class_specifier] = STATE(814), - [sym_type_qualifier] = STATE(814), - [aux_sym__declaration_specifiers_repeat1] = STATE(814), - [anon_sym_LPAREN] = ACTIONS(686), - [anon_sym_extern] = ACTIONS(1226), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_RBRACK] = ACTIONS(686), - [anon_sym_static] = ACTIONS(1226), - [anon_sym_auto] = ACTIONS(1226), - [anon_sym_register] = ACTIONS(1226), - [anon_sym_inline] = ACTIONS(1226), - [anon_sym_const] = ACTIONS(1228), - [anon_sym_restrict] = ACTIONS(1228), - [anon_sym_volatile] = ACTIONS(1228), - [anon_sym__Atomic] = ACTIONS(1228), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_TILDE] = ACTIONS(686), - [anon_sym_PLUS] = ACTIONS(688), - [anon_sym_DASH] = ACTIONS(688), - [anon_sym_DASH_DASH] = ACTIONS(686), - [anon_sym_PLUS_PLUS] = ACTIONS(686), - [anon_sym_sizeof] = ACTIONS(688), - [sym_number_literal] = ACTIONS(686), - [sym_char_literal] = ACTIONS(686), - [sym_string_literal] = ACTIONS(686), - [sym_true] = ACTIONS(688), - [sym_false] = ACTIONS(688), - [sym_null] = ACTIONS(688), - [sym_identifier] = ACTIONS(688), + [757] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2628), [sym_comment] = ACTIONS(39), }, - [827] = { - [anon_sym_LPAREN] = ACTIONS(2788), - [anon_sym_COMMA] = ACTIONS(2788), - [anon_sym_RPAREN] = ACTIONS(2788), - [anon_sym_SEMI] = ACTIONS(2788), - [anon_sym_RBRACE] = ACTIONS(2788), - [anon_sym_STAR] = ACTIONS(2790), - [anon_sym_LBRACK] = ACTIONS(2788), - [anon_sym_RBRACK] = ACTIONS(2788), - [anon_sym_EQ] = ACTIONS(2790), - [anon_sym_COLON] = ACTIONS(2788), - [anon_sym_QMARK] = ACTIONS(2788), - [anon_sym_STAR_EQ] = ACTIONS(2788), - [anon_sym_SLASH_EQ] = ACTIONS(2788), - [anon_sym_PERCENT_EQ] = ACTIONS(2788), - [anon_sym_PLUS_EQ] = ACTIONS(2788), - [anon_sym_DASH_EQ] = ACTIONS(2788), - [anon_sym_LT_LT_EQ] = ACTIONS(2788), - [anon_sym_GT_GT_EQ] = ACTIONS(2788), - [anon_sym_AMP_EQ] = ACTIONS(2788), - [anon_sym_CARET_EQ] = ACTIONS(2788), - [anon_sym_PIPE_EQ] = ACTIONS(2788), - [anon_sym_AMP] = ACTIONS(2790), - [anon_sym_PIPE_PIPE] = ACTIONS(2788), - [anon_sym_AMP_AMP] = ACTIONS(2788), - [anon_sym_PIPE] = ACTIONS(2790), - [anon_sym_CARET] = ACTIONS(2790), - [anon_sym_EQ_EQ] = ACTIONS(2788), - [anon_sym_BANG_EQ] = ACTIONS(2788), - [anon_sym_LT] = ACTIONS(2790), - [anon_sym_GT] = ACTIONS(2790), - [anon_sym_LT_EQ] = ACTIONS(2788), - [anon_sym_GT_EQ] = ACTIONS(2788), - [anon_sym_LT_LT] = ACTIONS(2790), - [anon_sym_GT_GT] = ACTIONS(2790), - [anon_sym_PLUS] = ACTIONS(2790), - [anon_sym_DASH] = ACTIONS(2790), - [anon_sym_SLASH] = ACTIONS(2790), - [anon_sym_PERCENT] = ACTIONS(2790), - [anon_sym_DASH_DASH] = ACTIONS(2788), - [anon_sym_PLUS_PLUS] = ACTIONS(2788), - [anon_sym_DOT] = ACTIONS(2788), - [anon_sym_DASH_GT] = ACTIONS(2788), + [758] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(736), + [anon_sym_LPAREN] = ACTIONS(734), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(736), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(736), + [sym_preproc_directive] = ACTIONS(736), + [anon_sym_SEMI] = ACTIONS(734), + [anon_sym_typedef] = ACTIONS(736), + [anon_sym_extern] = ACTIONS(736), + [anon_sym_LBRACE] = ACTIONS(734), + [anon_sym_STAR] = ACTIONS(734), + [anon_sym_static] = ACTIONS(736), + [anon_sym_auto] = ACTIONS(736), + [anon_sym_register] = ACTIONS(736), + [anon_sym_inline] = ACTIONS(736), + [anon_sym_const] = ACTIONS(736), + [anon_sym_restrict] = ACTIONS(736), + [anon_sym_volatile] = ACTIONS(736), + [anon_sym__Atomic] = ACTIONS(736), + [anon_sym_unsigned] = ACTIONS(736), + [anon_sym_long] = ACTIONS(736), + [anon_sym_short] = ACTIONS(736), + [sym_primitive_type] = ACTIONS(736), + [anon_sym_enum] = ACTIONS(736), + [anon_sym_struct] = ACTIONS(736), + [anon_sym_union] = ACTIONS(736), + [anon_sym_if] = ACTIONS(736), + [anon_sym_switch] = ACTIONS(736), + [anon_sym_case] = ACTIONS(736), + [anon_sym_default] = ACTIONS(736), + [anon_sym_while] = ACTIONS(736), + [anon_sym_do] = ACTIONS(736), + [anon_sym_for] = ACTIONS(736), + [anon_sym_return] = ACTIONS(736), + [anon_sym_break] = ACTIONS(736), + [anon_sym_continue] = ACTIONS(736), + [anon_sym_goto] = ACTIONS(736), + [anon_sym_AMP] = ACTIONS(734), + [anon_sym_BANG] = ACTIONS(734), + [anon_sym_TILDE] = ACTIONS(734), + [anon_sym_PLUS] = ACTIONS(736), + [anon_sym_DASH] = ACTIONS(736), + [anon_sym_DASH_DASH] = ACTIONS(734), + [anon_sym_PLUS_PLUS] = ACTIONS(734), + [anon_sym_sizeof] = ACTIONS(736), + [sym_number_literal] = ACTIONS(734), + [sym_char_literal] = ACTIONS(734), + [sym_string_literal] = ACTIONS(734), + [sym_true] = ACTIONS(736), + [sym_false] = ACTIONS(736), + [sym_null] = ACTIONS(736), + [sym_identifier] = ACTIONS(736), [sym_comment] = ACTIONS(39), }, - [828] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2792), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [759] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(744), + [anon_sym_LPAREN] = ACTIONS(742), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(744), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(744), + [sym_preproc_directive] = ACTIONS(744), + [anon_sym_SEMI] = ACTIONS(742), + [anon_sym_typedef] = ACTIONS(744), + [anon_sym_extern] = ACTIONS(744), + [anon_sym_LBRACE] = ACTIONS(742), + [anon_sym_STAR] = ACTIONS(742), + [anon_sym_static] = ACTIONS(744), + [anon_sym_auto] = ACTIONS(744), + [anon_sym_register] = ACTIONS(744), + [anon_sym_inline] = ACTIONS(744), + [anon_sym_const] = ACTIONS(744), + [anon_sym_restrict] = ACTIONS(744), + [anon_sym_volatile] = ACTIONS(744), + [anon_sym__Atomic] = ACTIONS(744), + [anon_sym_unsigned] = ACTIONS(744), + [anon_sym_long] = ACTIONS(744), + [anon_sym_short] = ACTIONS(744), + [sym_primitive_type] = ACTIONS(744), + [anon_sym_enum] = ACTIONS(744), + [anon_sym_struct] = ACTIONS(744), + [anon_sym_union] = ACTIONS(744), + [anon_sym_if] = ACTIONS(744), + [anon_sym_else] = ACTIONS(744), + [anon_sym_switch] = ACTIONS(744), + [anon_sym_case] = ACTIONS(744), + [anon_sym_default] = ACTIONS(744), + [anon_sym_while] = ACTIONS(744), + [anon_sym_do] = ACTIONS(744), + [anon_sym_for] = ACTIONS(744), + [anon_sym_return] = ACTIONS(744), + [anon_sym_break] = ACTIONS(744), + [anon_sym_continue] = ACTIONS(744), + [anon_sym_goto] = ACTIONS(744), + [anon_sym_AMP] = ACTIONS(742), + [anon_sym_BANG] = ACTIONS(742), + [anon_sym_TILDE] = ACTIONS(742), + [anon_sym_PLUS] = ACTIONS(744), + [anon_sym_DASH] = ACTIONS(744), + [anon_sym_DASH_DASH] = ACTIONS(742), + [anon_sym_PLUS_PLUS] = ACTIONS(742), + [anon_sym_sizeof] = ACTIONS(744), + [sym_number_literal] = ACTIONS(742), + [sym_char_literal] = ACTIONS(742), + [sym_string_literal] = ACTIONS(742), + [sym_true] = ACTIONS(744), + [sym_false] = ACTIONS(744), + [sym_null] = ACTIONS(744), + [sym_identifier] = ACTIONS(744), [sym_comment] = ACTIONS(39), }, - [829] = { - [anon_sym_LBRACK] = ACTIONS(2794), - [anon_sym_EQ] = ACTIONS(2794), - [anon_sym_DOT] = ACTIONS(2794), + [760] = { + [sym_parameter_list] = STATE(173), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_SEMI] = ACTIONS(2630), + [anon_sym_LBRACK] = ACTIONS(408), [sym_comment] = ACTIONS(39), }, - [830] = { - [sym__expression] = STATE(1063), - [sym_conditional_expression] = STATE(1063), - [sym_assignment_expression] = STATE(1063), - [sym_pointer_expression] = STATE(1063), - [sym_logical_expression] = STATE(1063), - [sym_bitwise_expression] = STATE(1063), - [sym_equality_expression] = STATE(1063), - [sym_relational_expression] = STATE(1063), - [sym_shift_expression] = STATE(1063), - [sym_math_expression] = STATE(1063), - [sym_cast_expression] = STATE(1063), - [sym_sizeof_expression] = STATE(1063), - [sym_subscript_expression] = STATE(1063), - [sym_call_expression] = STATE(1063), - [sym_field_expression] = STATE(1063), - [sym_compound_literal_expression] = STATE(1063), - [sym_parenthesized_expression] = STATE(1063), - [sym_initializer_list] = STATE(1064), - [sym_initializer_pair] = STATE(1064), - [sym_subscript_designator] = STATE(547), - [sym_field_designator] = STATE(547), - [sym_concatenated_string] = STATE(1063), - [aux_sym_initializer_pair_repeat1] = STATE(547), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_RBRACE] = ACTIONS(2796), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_LBRACK] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [anon_sym_DOT] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(2798), - [sym_char_literal] = ACTIONS(2798), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_null] = ACTIONS(2800), - [sym_identifier] = ACTIONS(2800), - [sym_comment] = ACTIONS(39), - }, - [831] = { - [aux_sym_initializer_list_repeat1] = STATE(1066), - [anon_sym_COMMA] = ACTIONS(2802), - [anon_sym_RBRACE] = ACTIONS(2796), - [sym_comment] = ACTIONS(39), - }, - [832] = { - [sym__expression] = STATE(1067), - [sym_conditional_expression] = STATE(1067), - [sym_assignment_expression] = STATE(1067), - [sym_pointer_expression] = STATE(1067), - [sym_logical_expression] = STATE(1067), - [sym_bitwise_expression] = STATE(1067), - [sym_equality_expression] = STATE(1067), - [sym_relational_expression] = STATE(1067), - [sym_shift_expression] = STATE(1067), - [sym_math_expression] = STATE(1067), - [sym_cast_expression] = STATE(1067), - [sym_sizeof_expression] = STATE(1067), - [sym_subscript_expression] = STATE(1067), - [sym_call_expression] = STATE(1067), - [sym_field_expression] = STATE(1067), - [sym_compound_literal_expression] = STATE(1067), - [sym_parenthesized_expression] = STATE(1067), - [sym_initializer_list] = STATE(1068), - [sym_concatenated_string] = STATE(1067), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2804), - [sym_char_literal] = ACTIONS(2804), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2806), - [sym_false] = ACTIONS(2806), - [sym_null] = ACTIONS(2806), - [sym_identifier] = ACTIONS(2806), - [sym_comment] = ACTIONS(39), - }, - [833] = { - [sym_subscript_designator] = STATE(833), - [sym_field_designator] = STATE(833), - [aux_sym_initializer_pair_repeat1] = STATE(833), - [anon_sym_LBRACK] = ACTIONS(2808), - [anon_sym_EQ] = ACTIONS(2811), - [anon_sym_DOT] = ACTIONS(2813), - [sym_comment] = ACTIONS(39), - }, - [834] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [sym_identifier] = ACTIONS(1292), - [sym_comment] = ACTIONS(39), - }, - [835] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1302), - [sym_comment] = ACTIONS(39), - }, - [836] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [sym_identifier] = ACTIONS(1382), - [sym_comment] = ACTIONS(39), - }, - [837] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [sym_identifier] = ACTIONS(1386), - [sym_comment] = ACTIONS(39), - }, - [838] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [sym_identifier] = ACTIONS(1390), - [sym_comment] = ACTIONS(39), - }, - [839] = { - [anon_sym_LF] = ACTIONS(2816), - [sym_comment] = ACTIONS(47), - }, - [840] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(700), - [sym_preproc_directive] = ACTIONS(700), - [anon_sym_typedef] = ACTIONS(700), - [anon_sym_extern] = ACTIONS(700), - [anon_sym_static] = ACTIONS(700), - [anon_sym_auto] = ACTIONS(700), - [anon_sym_register] = ACTIONS(700), - [anon_sym_inline] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_restrict] = ACTIONS(700), - [anon_sym_volatile] = ACTIONS(700), - [anon_sym__Atomic] = ACTIONS(700), - [anon_sym_unsigned] = ACTIONS(700), - [anon_sym_long] = ACTIONS(700), - [anon_sym_short] = ACTIONS(700), - [sym_primitive_type] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [sym_identifier] = ACTIONS(700), - [sym_comment] = ACTIONS(39), - }, - [841] = { - [anon_sym_LF] = ACTIONS(2818), - [sym_comment] = ACTIONS(47), - }, - [842] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(748), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(748), - [sym_preproc_directive] = ACTIONS(748), - [anon_sym_typedef] = ACTIONS(748), - [anon_sym_extern] = ACTIONS(748), - [anon_sym_static] = ACTIONS(748), - [anon_sym_auto] = ACTIONS(748), - [anon_sym_register] = ACTIONS(748), - [anon_sym_inline] = ACTIONS(748), - [anon_sym_const] = ACTIONS(748), - [anon_sym_restrict] = ACTIONS(748), - [anon_sym_volatile] = ACTIONS(748), - [anon_sym__Atomic] = ACTIONS(748), - [anon_sym_unsigned] = ACTIONS(748), - [anon_sym_long] = ACTIONS(748), - [anon_sym_short] = ACTIONS(748), - [sym_primitive_type] = ACTIONS(748), - [anon_sym_enum] = ACTIONS(748), - [anon_sym_struct] = ACTIONS(748), - [anon_sym_union] = ACTIONS(748), - [sym_identifier] = ACTIONS(748), - [sym_comment] = ACTIONS(39), - }, - [843] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2820), - [sym_comment] = ACTIONS(39), - }, - [844] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(784), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(784), - [sym_preproc_directive] = ACTIONS(784), - [anon_sym_typedef] = ACTIONS(784), - [anon_sym_extern] = ACTIONS(784), - [anon_sym_static] = ACTIONS(784), - [anon_sym_auto] = ACTIONS(784), - [anon_sym_register] = ACTIONS(784), - [anon_sym_inline] = ACTIONS(784), - [anon_sym_const] = ACTIONS(784), - [anon_sym_restrict] = ACTIONS(784), - [anon_sym_volatile] = ACTIONS(784), - [anon_sym__Atomic] = ACTIONS(784), - [anon_sym_unsigned] = ACTIONS(784), - [anon_sym_long] = ACTIONS(784), - [anon_sym_short] = ACTIONS(784), - [sym_primitive_type] = ACTIONS(784), - [anon_sym_enum] = ACTIONS(784), - [anon_sym_struct] = ACTIONS(784), - [anon_sym_union] = ACTIONS(784), - [sym_identifier] = ACTIONS(784), - [sym_comment] = ACTIONS(39), - }, - [845] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2822), - [sym_comment] = ACTIONS(39), - }, - [846] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(790), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(790), - [sym_preproc_directive] = ACTIONS(790), - [anon_sym_typedef] = ACTIONS(790), - [anon_sym_extern] = ACTIONS(790), - [anon_sym_static] = ACTIONS(790), - [anon_sym_auto] = ACTIONS(790), - [anon_sym_register] = ACTIONS(790), - [anon_sym_inline] = ACTIONS(790), - [anon_sym_const] = ACTIONS(790), - [anon_sym_restrict] = ACTIONS(790), - [anon_sym_volatile] = ACTIONS(790), - [anon_sym__Atomic] = ACTIONS(790), - [anon_sym_unsigned] = ACTIONS(790), - [anon_sym_long] = ACTIONS(790), - [anon_sym_short] = ACTIONS(790), - [sym_primitive_type] = ACTIONS(790), - [anon_sym_enum] = ACTIONS(790), - [anon_sym_struct] = ACTIONS(790), - [anon_sym_union] = ACTIONS(790), - [sym_identifier] = ACTIONS(790), - [sym_comment] = ACTIONS(39), - }, - [847] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2824), - [sym_comment] = ACTIONS(39), - }, - [848] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(796), - [sym_preproc_directive] = ACTIONS(796), - [anon_sym_typedef] = ACTIONS(796), - [anon_sym_extern] = ACTIONS(796), - [anon_sym_static] = ACTIONS(796), - [anon_sym_auto] = ACTIONS(796), - [anon_sym_register] = ACTIONS(796), - [anon_sym_inline] = ACTIONS(796), - [anon_sym_const] = ACTIONS(796), - [anon_sym_restrict] = ACTIONS(796), - [anon_sym_volatile] = ACTIONS(796), - [anon_sym__Atomic] = ACTIONS(796), - [anon_sym_unsigned] = ACTIONS(796), - [anon_sym_long] = ACTIONS(796), - [anon_sym_short] = ACTIONS(796), - [sym_primitive_type] = ACTIONS(796), - [anon_sym_enum] = ACTIONS(796), - [anon_sym_struct] = ACTIONS(796), - [anon_sym_union] = ACTIONS(796), - [sym_identifier] = ACTIONS(796), - [sym_comment] = ACTIONS(39), - }, - [849] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), - [sym_comment] = ACTIONS(39), - }, - [850] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(2826), - [anon_sym_LBRACK] = ACTIONS(446), - [sym_comment] = ACTIONS(39), - }, - [851] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(826), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(826), - [sym_preproc_directive] = ACTIONS(826), - [anon_sym_typedef] = ACTIONS(826), - [anon_sym_extern] = ACTIONS(826), - [anon_sym_static] = ACTIONS(826), - [anon_sym_auto] = ACTIONS(826), - [anon_sym_register] = ACTIONS(826), - [anon_sym_inline] = ACTIONS(826), - [anon_sym_const] = ACTIONS(826), - [anon_sym_restrict] = ACTIONS(826), - [anon_sym_volatile] = ACTIONS(826), - [anon_sym__Atomic] = ACTIONS(826), - [anon_sym_unsigned] = ACTIONS(826), - [anon_sym_long] = ACTIONS(826), - [anon_sym_short] = ACTIONS(826), - [sym_primitive_type] = ACTIONS(826), - [anon_sym_enum] = ACTIONS(826), - [anon_sym_struct] = ACTIONS(826), - [anon_sym_union] = ACTIONS(826), - [sym_identifier] = ACTIONS(826), + [761] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(758), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(758), + [sym_preproc_directive] = ACTIONS(758), + [anon_sym_typedef] = ACTIONS(758), + [anon_sym_extern] = ACTIONS(758), + [anon_sym_static] = ACTIONS(758), + [anon_sym_auto] = ACTIONS(758), + [anon_sym_register] = ACTIONS(758), + [anon_sym_inline] = ACTIONS(758), + [anon_sym_const] = ACTIONS(758), + [anon_sym_restrict] = ACTIONS(758), + [anon_sym_volatile] = ACTIONS(758), + [anon_sym__Atomic] = ACTIONS(758), + [anon_sym_unsigned] = ACTIONS(758), + [anon_sym_long] = ACTIONS(758), + [anon_sym_short] = ACTIONS(758), + [sym_primitive_type] = ACTIONS(758), + [anon_sym_enum] = ACTIONS(758), + [anon_sym_struct] = ACTIONS(758), + [anon_sym_union] = ACTIONS(758), + [sym_identifier] = ACTIONS(758), [sym_comment] = ACTIONS(39), }, - [852] = { - [sym_preproc_include] = STATE(360), - [sym_preproc_def] = STATE(360), - [sym_preproc_function_def] = STATE(360), - [sym_preproc_call] = STATE(360), - [sym_preproc_if] = STATE(360), - [sym_preproc_ifdef] = STATE(360), - [sym_function_definition] = STATE(360), - [sym_declaration] = STATE(360), - [sym_type_definition] = STATE(360), + [762] = { + [sym_preproc_include] = STATE(320), + [sym_preproc_def] = STATE(320), + [sym_preproc_function_def] = STATE(320), + [sym_preproc_call] = STATE(320), + [sym_preproc_if] = STATE(320), + [sym_preproc_ifdef] = STATE(320), + [sym_function_definition] = STATE(320), + [sym_declaration] = STATE(320), + [sym_type_definition] = STATE(320), [sym__declaration_specifiers] = STATE(17), - [sym_linkage_specification] = STATE(360), + [sym_linkage_specification] = STATE(320), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -29714,9 +28837,9 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym__empty_declaration] = STATE(360), + [sym__empty_declaration] = STATE(320), [sym_macro_type_specifier] = STATE(18), - [aux_sym_translation_unit_repeat1] = STATE(360), + [aux_sym_translation_unit_repeat1] = STATE(320), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), @@ -29727,7 +28850,7 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_directive] = ACTIONS(17), [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(21), - [anon_sym_RBRACE] = ACTIONS(2828), + [anon_sym_RBRACE] = ACTIONS(2632), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -29746,45 +28869,75 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [853] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [763] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(964), + [anon_sym_LPAREN] = ACTIONS(962), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(964), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(964), + [sym_preproc_directive] = ACTIONS(964), + [anon_sym_SEMI] = ACTIONS(962), + [anon_sym_typedef] = ACTIONS(964), + [anon_sym_extern] = ACTIONS(964), + [anon_sym_LBRACE] = ACTIONS(962), + [anon_sym_STAR] = ACTIONS(962), + [anon_sym_static] = ACTIONS(964), + [anon_sym_auto] = ACTIONS(964), + [anon_sym_register] = ACTIONS(964), + [anon_sym_inline] = ACTIONS(964), + [anon_sym_const] = ACTIONS(964), + [anon_sym_restrict] = ACTIONS(964), + [anon_sym_volatile] = ACTIONS(964), + [anon_sym__Atomic] = ACTIONS(964), + [anon_sym_unsigned] = ACTIONS(964), + [anon_sym_long] = ACTIONS(964), + [anon_sym_short] = ACTIONS(964), + [sym_primitive_type] = ACTIONS(964), + [anon_sym_enum] = ACTIONS(964), + [anon_sym_struct] = ACTIONS(964), + [anon_sym_union] = ACTIONS(964), + [anon_sym_if] = ACTIONS(964), + [anon_sym_else] = ACTIONS(964), + [anon_sym_switch] = ACTIONS(964), + [anon_sym_case] = ACTIONS(964), + [anon_sym_default] = ACTIONS(964), + [anon_sym_while] = ACTIONS(964), + [anon_sym_do] = ACTIONS(964), + [anon_sym_for] = ACTIONS(964), + [anon_sym_return] = ACTIONS(964), + [anon_sym_break] = ACTIONS(964), + [anon_sym_continue] = ACTIONS(964), + [anon_sym_goto] = ACTIONS(964), + [anon_sym_AMP] = ACTIONS(962), + [anon_sym_BANG] = ACTIONS(962), + [anon_sym_TILDE] = ACTIONS(962), + [anon_sym_PLUS] = ACTIONS(964), + [anon_sym_DASH] = ACTIONS(964), + [anon_sym_DASH_DASH] = ACTIONS(962), + [anon_sym_PLUS_PLUS] = ACTIONS(962), + [anon_sym_sizeof] = ACTIONS(964), + [sym_number_literal] = ACTIONS(962), + [sym_char_literal] = ACTIONS(962), + [sym_string_literal] = ACTIONS(962), + [sym_true] = ACTIONS(964), + [sym_false] = ACTIONS(964), + [sym_null] = ACTIONS(964), + [sym_identifier] = ACTIONS(964), [sym_comment] = ACTIONS(39), }, - [854] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), + [764] = { + [sym_preproc_include] = STATE(455), + [sym_preproc_def] = STATE(455), + [sym_preproc_function_def] = STATE(455), + [sym_preproc_call] = STATE(455), + [sym_preproc_if_in_compound_statement] = STATE(243), + [sym_preproc_ifdef_in_compound_statement] = STATE(244), + [sym_declaration] = STATE(455), + [sym_type_definition] = STATE(455), + [sym__declaration_specifiers] = STATE(245), + [sym_compound_statement] = STATE(455), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -29792,55 +28945,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), + [sym_labeled_statement] = STATE(455), + [sym_expression_statement] = STATE(455), + [sym_if_statement] = STATE(455), + [sym_switch_statement] = STATE(455), + [sym_case_statement] = STATE(455), + [sym_while_statement] = STATE(455), + [sym_do_statement] = STATE(455), + [sym_for_statement] = STATE(455), + [sym_return_statement] = STATE(455), + [sym_break_statement] = STATE(455), + [sym_continue_statement] = STATE(455), + [sym_goto_statement] = STATE(455), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym__empty_declaration] = STATE(455), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(455), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(7), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(9), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(530), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(532), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(534), + [sym_preproc_directive] = ACTIONS(17), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(2830), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_RBRACE] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -29856,786 +29009,870 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), - [sym_comment] = ACTIONS(39), - }, - [855] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(580), [sym_comment] = ACTIONS(39), }, - [856] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), + [765] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1178), + [anon_sym_LPAREN] = ACTIONS(1176), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1178), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1178), + [sym_preproc_directive] = ACTIONS(1178), + [anon_sym_SEMI] = ACTIONS(1176), + [anon_sym_typedef] = ACTIONS(1178), + [anon_sym_extern] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1176), + [anon_sym_STAR] = ACTIONS(1176), + [anon_sym_static] = ACTIONS(1178), + [anon_sym_auto] = ACTIONS(1178), + [anon_sym_register] = ACTIONS(1178), + [anon_sym_inline] = ACTIONS(1178), + [anon_sym_const] = ACTIONS(1178), + [anon_sym_restrict] = ACTIONS(1178), + [anon_sym_volatile] = ACTIONS(1178), + [anon_sym__Atomic] = ACTIONS(1178), + [anon_sym_unsigned] = ACTIONS(1178), + [anon_sym_long] = ACTIONS(1178), + [anon_sym_short] = ACTIONS(1178), + [sym_primitive_type] = ACTIONS(1178), + [anon_sym_enum] = ACTIONS(1178), + [anon_sym_struct] = ACTIONS(1178), + [anon_sym_union] = ACTIONS(1178), + [anon_sym_if] = ACTIONS(1178), + [anon_sym_else] = ACTIONS(1178), + [anon_sym_switch] = ACTIONS(1178), + [anon_sym_case] = ACTIONS(1178), + [anon_sym_default] = ACTIONS(1178), + [anon_sym_while] = ACTIONS(1178), + [anon_sym_do] = ACTIONS(1178), + [anon_sym_for] = ACTIONS(1178), + [anon_sym_return] = ACTIONS(1178), + [anon_sym_break] = ACTIONS(1178), + [anon_sym_continue] = ACTIONS(1178), + [anon_sym_goto] = ACTIONS(1178), + [anon_sym_AMP] = ACTIONS(1176), + [anon_sym_BANG] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1176), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1176), + [anon_sym_PLUS_PLUS] = ACTIONS(1176), + [anon_sym_sizeof] = ACTIONS(1178), + [sym_number_literal] = ACTIONS(1176), + [sym_char_literal] = ACTIONS(1176), + [sym_string_literal] = ACTIONS(1176), + [sym_true] = ACTIONS(1178), + [sym_false] = ACTIONS(1178), + [sym_null] = ACTIONS(1178), + [sym_identifier] = ACTIONS(1178), [sym_comment] = ACTIONS(39), }, - [857] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [sym_identifier] = ACTIONS(1412), + [766] = { + [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(1295), + [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), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1297), + [sym_preproc_directive] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1297), + [anon_sym_extern] = ACTIONS(1297), + [anon_sym_LBRACE] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1297), + [anon_sym_auto] = ACTIONS(1297), + [anon_sym_register] = ACTIONS(1297), + [anon_sym_inline] = ACTIONS(1297), + [anon_sym_const] = ACTIONS(1297), + [anon_sym_restrict] = ACTIONS(1297), + [anon_sym_volatile] = ACTIONS(1297), + [anon_sym__Atomic] = ACTIONS(1297), + [anon_sym_unsigned] = ACTIONS(1297), + [anon_sym_long] = ACTIONS(1297), + [anon_sym_short] = ACTIONS(1297), + [sym_primitive_type] = ACTIONS(1297), + [anon_sym_enum] = ACTIONS(1297), + [anon_sym_struct] = ACTIONS(1297), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_if] = ACTIONS(1297), + [anon_sym_else] = ACTIONS(1297), + [anon_sym_switch] = ACTIONS(1297), + [anon_sym_case] = ACTIONS(1297), + [anon_sym_default] = ACTIONS(1297), + [anon_sym_while] = ACTIONS(1297), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1297), + [anon_sym_return] = ACTIONS(1297), + [anon_sym_break] = ACTIONS(1297), + [anon_sym_continue] = ACTIONS(1297), + [anon_sym_goto] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1295), + [anon_sym_BANG] = ACTIONS(1295), + [anon_sym_TILDE] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1297), + [anon_sym_DASH_DASH] = ACTIONS(1295), + [anon_sym_PLUS_PLUS] = ACTIONS(1295), + [anon_sym_sizeof] = ACTIONS(1297), + [sym_number_literal] = ACTIONS(1295), + [sym_char_literal] = ACTIONS(1295), + [sym_string_literal] = ACTIONS(1295), + [sym_true] = ACTIONS(1297), + [sym_false] = ACTIONS(1297), + [sym_null] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1297), [sym_comment] = ACTIONS(39), }, - [858] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), + [767] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1301), + [sym_preproc_directive] = ACTIONS(1301), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_static] = ACTIONS(1301), + [anon_sym_auto] = ACTIONS(1301), + [anon_sym_register] = ACTIONS(1301), + [anon_sym_inline] = ACTIONS(1301), + [anon_sym_const] = ACTIONS(1301), + [anon_sym_restrict] = ACTIONS(1301), + [anon_sym_volatile] = ACTIONS(1301), + [anon_sym__Atomic] = ACTIONS(1301), + [anon_sym_unsigned] = ACTIONS(1301), + [anon_sym_long] = ACTIONS(1301), + [anon_sym_short] = ACTIONS(1301), + [sym_primitive_type] = ACTIONS(1301), + [anon_sym_enum] = ACTIONS(1301), + [anon_sym_struct] = ACTIONS(1301), + [anon_sym_union] = ACTIONS(1301), + [sym_identifier] = ACTIONS(1301), [sym_comment] = ACTIONS(39), }, - [859] = { - [anon_sym_LPAREN] = ACTIONS(2215), - [anon_sym_STAR] = ACTIONS(2215), - [sym_identifier] = ACTIONS(2215), + [768] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1777), + [anon_sym_LPAREN] = ACTIONS(1775), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1777), + [sym_preproc_directive] = ACTIONS(1777), + [anon_sym_SEMI] = ACTIONS(1775), + [anon_sym_typedef] = ACTIONS(1777), + [anon_sym_extern] = ACTIONS(1777), + [anon_sym_LBRACE] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1777), + [anon_sym_auto] = ACTIONS(1777), + [anon_sym_register] = ACTIONS(1777), + [anon_sym_inline] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1777), + [anon_sym_restrict] = ACTIONS(1777), + [anon_sym_volatile] = ACTIONS(1777), + [anon_sym__Atomic] = ACTIONS(1777), + [anon_sym_unsigned] = ACTIONS(1777), + [anon_sym_long] = ACTIONS(1777), + [anon_sym_short] = ACTIONS(1777), + [sym_primitive_type] = ACTIONS(1777), + [anon_sym_enum] = ACTIONS(1777), + [anon_sym_struct] = ACTIONS(1777), + [anon_sym_union] = ACTIONS(1777), + [anon_sym_if] = ACTIONS(1777), + [anon_sym_else] = ACTIONS(1777), + [anon_sym_switch] = ACTIONS(1777), + [anon_sym_case] = ACTIONS(1777), + [anon_sym_default] = ACTIONS(1777), + [anon_sym_while] = ACTIONS(1777), + [anon_sym_do] = ACTIONS(1777), + [anon_sym_for] = ACTIONS(1777), + [anon_sym_return] = ACTIONS(1777), + [anon_sym_break] = ACTIONS(1777), + [anon_sym_continue] = ACTIONS(1777), + [anon_sym_goto] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_BANG] = ACTIONS(1775), + [anon_sym_TILDE] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1777), + [anon_sym_DASH_DASH] = ACTIONS(1775), + [anon_sym_PLUS_PLUS] = ACTIONS(1775), + [anon_sym_sizeof] = ACTIONS(1777), + [sym_number_literal] = ACTIONS(1775), + [sym_char_literal] = ACTIONS(1775), + [sym_string_literal] = ACTIONS(1775), + [sym_true] = ACTIONS(1777), + [sym_false] = ACTIONS(1777), + [sym_null] = ACTIONS(1777), + [sym_identifier] = ACTIONS(1777), [sym_comment] = ACTIONS(39), }, - [860] = { - [anon_sym_LPAREN] = ACTIONS(2832), - [anon_sym_RPAREN] = ACTIONS(2832), - [anon_sym_SEMI] = ACTIONS(2832), - [anon_sym_LBRACK] = ACTIONS(2832), + [769] = { + [anon_sym_LPAREN] = ACTIONS(2636), + [anon_sym_RPAREN] = ACTIONS(2636), + [anon_sym_SEMI] = ACTIONS(2636), + [anon_sym_LBRACK] = ACTIONS(2636), [sym_comment] = ACTIONS(39), }, - [861] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [770] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [862] = { - [anon_sym_RPAREN] = ACTIONS(2834), + [771] = { + [anon_sym_RPAREN] = ACTIONS(2638), [sym_comment] = ACTIONS(39), }, - [863] = { - [aux_sym_concatenated_string_repeat1] = STATE(863), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_COMMA] = ACTIONS(2708), - [anon_sym_RBRACE] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(2836), + [772] = { + [aux_sym_concatenated_string_repeat1] = STATE(772), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_COMMA] = ACTIONS(2528), + [anon_sym_RBRACE] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(2640), [sym_comment] = ACTIONS(39), }, - [864] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2737), - [anon_sym_RBRACE] = ACTIONS(2737), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(1430), - [anon_sym_SLASH_EQ] = ACTIONS(1430), - [anon_sym_PERCENT_EQ] = ACTIONS(1430), - [anon_sym_PLUS_EQ] = ACTIONS(1430), - [anon_sym_DASH_EQ] = ACTIONS(1430), - [anon_sym_LT_LT_EQ] = ACTIONS(1430), - [anon_sym_GT_GT_EQ] = ACTIONS(1430), - [anon_sym_AMP_EQ] = ACTIONS(1430), - [anon_sym_CARET_EQ] = ACTIONS(1430), - [anon_sym_PIPE_EQ] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(1434), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [773] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2555), + [anon_sym_RBRACE] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(1319), + [anon_sym_SLASH_EQ] = ACTIONS(1319), + [anon_sym_PERCENT_EQ] = ACTIONS(1319), + [anon_sym_PLUS_EQ] = ACTIONS(1319), + [anon_sym_DASH_EQ] = ACTIONS(1319), + [anon_sym_LT_LT_EQ] = ACTIONS(1319), + [anon_sym_GT_GT_EQ] = ACTIONS(1319), + [anon_sym_AMP_EQ] = ACTIONS(1319), + [anon_sym_CARET_EQ] = ACTIONS(1319), + [anon_sym_PIPE_EQ] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(1323), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [865] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2839), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [774] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2643), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [866] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_RBRACE] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [775] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_RBRACE] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [867] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2745), - [anon_sym_RBRACE] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [776] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2563), + [anon_sym_RBRACE] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [868] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2745), - [anon_sym_RBRACE] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [777] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2563), + [anon_sym_RBRACE] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [869] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_RBRACE] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [778] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_RBRACE] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [870] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_RBRACE] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [779] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_RBRACE] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [871] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2749), - [anon_sym_RBRACE] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [780] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2567), + [anon_sym_RBRACE] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [872] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2753), - [anon_sym_RBRACE] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [781] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2571), + [anon_sym_RBRACE] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [873] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2757), - [anon_sym_RBRACE] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [782] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2575), + [anon_sym_RBRACE] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [874] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2731), - [anon_sym_RBRACE] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [783] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_RBRACE] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [875] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(875), - [sym_field_declaration] = STATE(875), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(875), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(917), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(929), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(920), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(923), - [anon_sym_extern] = ACTIONS(926), - [anon_sym_static] = ACTIONS(926), - [anon_sym_auto] = ACTIONS(926), - [anon_sym_register] = ACTIONS(926), - [anon_sym_inline] = ACTIONS(926), - [anon_sym_const] = ACTIONS(931), - [anon_sym_restrict] = ACTIONS(931), - [anon_sym_volatile] = ACTIONS(931), - [anon_sym__Atomic] = ACTIONS(931), - [anon_sym_unsigned] = ACTIONS(934), - [anon_sym_long] = ACTIONS(934), - [anon_sym_short] = ACTIONS(934), - [sym_primitive_type] = ACTIONS(937), - [anon_sym_enum] = ACTIONS(940), - [anon_sym_struct] = ACTIONS(943), - [anon_sym_union] = ACTIONS(946), - [sym_identifier] = ACTIONS(949), + [784] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(784), + [sym_field_declaration] = STATE(784), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(784), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(849), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(861), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(852), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(855), + [anon_sym_extern] = ACTIONS(858), + [anon_sym_static] = ACTIONS(858), + [anon_sym_auto] = ACTIONS(858), + [anon_sym_register] = ACTIONS(858), + [anon_sym_inline] = ACTIONS(858), + [anon_sym_const] = ACTIONS(863), + [anon_sym_restrict] = ACTIONS(863), + [anon_sym_volatile] = ACTIONS(863), + [anon_sym__Atomic] = ACTIONS(863), + [anon_sym_unsigned] = ACTIONS(866), + [anon_sym_long] = ACTIONS(866), + [anon_sym_short] = ACTIONS(866), + [sym_primitive_type] = ACTIONS(869), + [anon_sym_enum] = ACTIONS(872), + [anon_sym_struct] = ACTIONS(875), + [anon_sym_union] = ACTIONS(878), + [sym_identifier] = ACTIONS(881), [sym_comment] = ACTIONS(39), }, - [876] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2841), + [785] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2645), [sym_comment] = ACTIONS(39), }, - [877] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2843), + [786] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2647), [sym_comment] = ACTIONS(39), }, - [878] = { - [sym_preproc_if_in_field_declaration_list] = STATE(122), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(123), - [sym_preproc_else_in_field_declaration_list] = STATE(1079), - [sym_preproc_elif_in_field_declaration_list] = STATE(1080), - [sym__declaration_specifiers] = STATE(124), - [sym_storage_class_specifier] = STATE(127), - [sym_type_qualifier] = STATE(127), - [sym__type_specifier] = STATE(125), - [sym_sized_type_specifier] = STATE(125), - [sym_enum_specifier] = STATE(125), - [sym_struct_specifier] = STATE(125), - [sym_union_specifier] = STATE(125), - [sym__field_declaration_list_item] = STATE(620), - [sym_field_declaration] = STATE(620), - [sym_macro_type_specifier] = STATE(125), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(620), - [aux_sym__declaration_specifiers_repeat1] = STATE(127), - [aux_sym_sized_type_specifier_repeat1] = STATE(128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(217), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2845), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(219), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(865), + [787] = { + [sym_preproc_if_in_field_declaration_list] = STATE(104), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(105), + [sym_preproc_else_in_field_declaration_list] = STATE(959), + [sym_preproc_elif_in_field_declaration_list] = STATE(960), + [sym__declaration_specifiers] = STATE(106), + [sym_storage_class_specifier] = STATE(109), + [sym_type_qualifier] = STATE(109), + [sym__type_specifier] = STATE(107), + [sym_sized_type_specifier] = STATE(107), + [sym_enum_specifier] = STATE(107), + [sym_struct_specifier] = STATE(107), + [sym_union_specifier] = STATE(107), + [sym__field_declaration_list_item] = STATE(554), + [sym_field_declaration] = STATE(554), + [sym_macro_type_specifier] = STATE(107), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(554), + [aux_sym__declaration_specifiers_repeat1] = STATE(109), + [aux_sym_sized_type_specifier_repeat1] = STATE(110), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(189), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2649), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(191), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(797), [anon_sym_extern] = ACTIONS(23), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), @@ -30645,1706 +29882,1575 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(225), - [anon_sym_long] = ACTIONS(225), - [anon_sym_short] = ACTIONS(225), - [sym_primitive_type] = ACTIONS(227), + [anon_sym_unsigned] = ACTIONS(197), + [anon_sym_long] = ACTIONS(197), + [anon_sym_short] = ACTIONS(197), + [sym_primitive_type] = ACTIONS(199), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), [sym_identifier] = ACTIONS(37), [sym_comment] = ACTIONS(39), }, - [879] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2847), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2849), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2849), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2849), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2849), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2849), - [anon_sym_extern] = ACTIONS(2847), - [anon_sym_RBRACE] = ACTIONS(2849), - [anon_sym_static] = ACTIONS(2847), - [anon_sym_auto] = ACTIONS(2847), - [anon_sym_register] = ACTIONS(2847), - [anon_sym_inline] = ACTIONS(2847), - [anon_sym_const] = ACTIONS(2847), - [anon_sym_restrict] = ACTIONS(2847), - [anon_sym_volatile] = ACTIONS(2847), - [anon_sym__Atomic] = ACTIONS(2847), - [anon_sym_unsigned] = ACTIONS(2847), - [anon_sym_long] = ACTIONS(2847), - [anon_sym_short] = ACTIONS(2847), - [sym_primitive_type] = ACTIONS(2847), - [anon_sym_enum] = ACTIONS(2847), - [anon_sym_struct] = ACTIONS(2847), - [anon_sym_union] = ACTIONS(2847), - [sym_identifier] = ACTIONS(2847), + [788] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2651), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2653), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2653), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2653), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2653), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2653), + [anon_sym_extern] = ACTIONS(2651), + [anon_sym_RBRACE] = ACTIONS(2653), + [anon_sym_static] = ACTIONS(2651), + [anon_sym_auto] = ACTIONS(2651), + [anon_sym_register] = ACTIONS(2651), + [anon_sym_inline] = ACTIONS(2651), + [anon_sym_const] = ACTIONS(2651), + [anon_sym_restrict] = ACTIONS(2651), + [anon_sym_volatile] = ACTIONS(2651), + [anon_sym__Atomic] = ACTIONS(2651), + [anon_sym_unsigned] = ACTIONS(2651), + [anon_sym_long] = ACTIONS(2651), + [anon_sym_short] = ACTIONS(2651), + [sym_primitive_type] = ACTIONS(2651), + [anon_sym_enum] = ACTIONS(2651), + [anon_sym_struct] = ACTIONS(2651), + [anon_sym_union] = ACTIONS(2651), + [sym_identifier] = ACTIONS(2651), [sym_comment] = ACTIONS(39), }, - [880] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2851), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2853), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2853), - [anon_sym_extern] = ACTIONS(2851), - [anon_sym_RBRACE] = ACTIONS(2853), - [anon_sym_static] = ACTIONS(2851), - [anon_sym_auto] = ACTIONS(2851), - [anon_sym_register] = ACTIONS(2851), - [anon_sym_inline] = ACTIONS(2851), - [anon_sym_const] = ACTIONS(2851), - [anon_sym_restrict] = ACTIONS(2851), - [anon_sym_volatile] = ACTIONS(2851), - [anon_sym__Atomic] = ACTIONS(2851), - [anon_sym_unsigned] = ACTIONS(2851), - [anon_sym_long] = ACTIONS(2851), - [anon_sym_short] = ACTIONS(2851), - [sym_primitive_type] = ACTIONS(2851), - [anon_sym_enum] = ACTIONS(2851), - [anon_sym_struct] = ACTIONS(2851), - [anon_sym_union] = ACTIONS(2851), - [sym_identifier] = ACTIONS(2851), + [789] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2655), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2657), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2657), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2657), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2657), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2657), + [anon_sym_extern] = ACTIONS(2655), + [anon_sym_RBRACE] = ACTIONS(2657), + [anon_sym_static] = ACTIONS(2655), + [anon_sym_auto] = ACTIONS(2655), + [anon_sym_register] = ACTIONS(2655), + [anon_sym_inline] = ACTIONS(2655), + [anon_sym_const] = ACTIONS(2655), + [anon_sym_restrict] = ACTIONS(2655), + [anon_sym_volatile] = ACTIONS(2655), + [anon_sym__Atomic] = ACTIONS(2655), + [anon_sym_unsigned] = ACTIONS(2655), + [anon_sym_long] = ACTIONS(2655), + [anon_sym_short] = ACTIONS(2655), + [sym_primitive_type] = ACTIONS(2655), + [anon_sym_enum] = ACTIONS(2655), + [anon_sym_struct] = ACTIONS(2655), + [anon_sym_union] = ACTIONS(2655), + [sym_identifier] = ACTIONS(2655), [sym_comment] = ACTIONS(39), }, - [881] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2855), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2857), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2857), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2857), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2857), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2857), - [anon_sym_extern] = ACTIONS(2855), - [anon_sym_RBRACE] = ACTIONS(2857), - [anon_sym_static] = ACTIONS(2855), - [anon_sym_auto] = ACTIONS(2855), - [anon_sym_register] = ACTIONS(2855), - [anon_sym_inline] = ACTIONS(2855), - [anon_sym_const] = ACTIONS(2855), - [anon_sym_restrict] = ACTIONS(2855), - [anon_sym_volatile] = ACTIONS(2855), - [anon_sym__Atomic] = ACTIONS(2855), - [anon_sym_unsigned] = ACTIONS(2855), - [anon_sym_long] = ACTIONS(2855), - [anon_sym_short] = ACTIONS(2855), - [sym_primitive_type] = ACTIONS(2855), - [anon_sym_enum] = ACTIONS(2855), - [anon_sym_struct] = ACTIONS(2855), - [anon_sym_union] = ACTIONS(2855), - [sym_identifier] = ACTIONS(2855), + [790] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2659), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2661), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2661), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2661), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2661), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2661), + [anon_sym_extern] = ACTIONS(2659), + [anon_sym_RBRACE] = ACTIONS(2661), + [anon_sym_static] = ACTIONS(2659), + [anon_sym_auto] = ACTIONS(2659), + [anon_sym_register] = ACTIONS(2659), + [anon_sym_inline] = ACTIONS(2659), + [anon_sym_const] = ACTIONS(2659), + [anon_sym_restrict] = ACTIONS(2659), + [anon_sym_volatile] = ACTIONS(2659), + [anon_sym__Atomic] = ACTIONS(2659), + [anon_sym_unsigned] = ACTIONS(2659), + [anon_sym_long] = ACTIONS(2659), + [anon_sym_short] = ACTIONS(2659), + [sym_primitive_type] = ACTIONS(2659), + [anon_sym_enum] = ACTIONS(2659), + [anon_sym_struct] = ACTIONS(2659), + [anon_sym_union] = ACTIONS(2659), + [sym_identifier] = ACTIONS(2659), [sym_comment] = ACTIONS(39), }, - [882] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2859), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2861), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2861), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2861), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2861), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2861), - [anon_sym_extern] = ACTIONS(2859), - [anon_sym_RBRACE] = ACTIONS(2861), - [anon_sym_static] = ACTIONS(2859), - [anon_sym_auto] = ACTIONS(2859), - [anon_sym_register] = ACTIONS(2859), - [anon_sym_inline] = ACTIONS(2859), - [anon_sym_const] = ACTIONS(2859), - [anon_sym_restrict] = ACTIONS(2859), - [anon_sym_volatile] = ACTIONS(2859), - [anon_sym__Atomic] = ACTIONS(2859), - [anon_sym_unsigned] = ACTIONS(2859), - [anon_sym_long] = ACTIONS(2859), - [anon_sym_short] = ACTIONS(2859), - [sym_primitive_type] = ACTIONS(2859), - [anon_sym_enum] = ACTIONS(2859), - [anon_sym_struct] = ACTIONS(2859), - [anon_sym_union] = ACTIONS(2859), - [sym_identifier] = ACTIONS(2859), + [791] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2665), + [anon_sym_extern] = ACTIONS(2663), + [anon_sym_RBRACE] = ACTIONS(2665), + [anon_sym_static] = ACTIONS(2663), + [anon_sym_auto] = ACTIONS(2663), + [anon_sym_register] = ACTIONS(2663), + [anon_sym_inline] = ACTIONS(2663), + [anon_sym_const] = ACTIONS(2663), + [anon_sym_restrict] = ACTIONS(2663), + [anon_sym_volatile] = ACTIONS(2663), + [anon_sym__Atomic] = ACTIONS(2663), + [anon_sym_unsigned] = ACTIONS(2663), + [anon_sym_long] = ACTIONS(2663), + [anon_sym_short] = ACTIONS(2663), + [sym_primitive_type] = ACTIONS(2663), + [anon_sym_enum] = ACTIONS(2663), + [anon_sym_struct] = ACTIONS(2663), + [anon_sym_union] = ACTIONS(2663), + [sym_identifier] = ACTIONS(2663), [sym_comment] = ACTIONS(39), }, - [883] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2863), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2865), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2865), - [anon_sym_extern] = ACTIONS(2863), - [anon_sym_RBRACE] = ACTIONS(2865), - [anon_sym_static] = ACTIONS(2863), - [anon_sym_auto] = ACTIONS(2863), - [anon_sym_register] = ACTIONS(2863), - [anon_sym_inline] = ACTIONS(2863), - [anon_sym_const] = ACTIONS(2863), - [anon_sym_restrict] = ACTIONS(2863), - [anon_sym_volatile] = ACTIONS(2863), - [anon_sym__Atomic] = ACTIONS(2863), - [anon_sym_unsigned] = ACTIONS(2863), - [anon_sym_long] = ACTIONS(2863), - [anon_sym_short] = ACTIONS(2863), - [sym_primitive_type] = ACTIONS(2863), - [anon_sym_enum] = ACTIONS(2863), - [anon_sym_struct] = ACTIONS(2863), - [anon_sym_union] = ACTIONS(2863), - [sym_identifier] = ACTIONS(2863), + [792] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2667), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2669), + [anon_sym_extern] = ACTIONS(2667), + [anon_sym_RBRACE] = ACTIONS(2669), + [anon_sym_static] = ACTIONS(2667), + [anon_sym_auto] = ACTIONS(2667), + [anon_sym_register] = ACTIONS(2667), + [anon_sym_inline] = ACTIONS(2667), + [anon_sym_const] = ACTIONS(2667), + [anon_sym_restrict] = ACTIONS(2667), + [anon_sym_volatile] = ACTIONS(2667), + [anon_sym__Atomic] = ACTIONS(2667), + [anon_sym_unsigned] = ACTIONS(2667), + [anon_sym_long] = ACTIONS(2667), + [anon_sym_short] = ACTIONS(2667), + [sym_primitive_type] = ACTIONS(2667), + [anon_sym_enum] = ACTIONS(2667), + [anon_sym_struct] = ACTIONS(2667), + [anon_sym_union] = ACTIONS(2667), + [sym_identifier] = ACTIONS(2667), [sym_comment] = ACTIONS(39), }, - [884] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2867), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2869), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2869), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2869), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2869), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2869), - [anon_sym_extern] = ACTIONS(2867), - [anon_sym_RBRACE] = ACTIONS(2869), - [anon_sym_static] = ACTIONS(2867), - [anon_sym_auto] = ACTIONS(2867), - [anon_sym_register] = ACTIONS(2867), - [anon_sym_inline] = ACTIONS(2867), - [anon_sym_const] = ACTIONS(2867), - [anon_sym_restrict] = ACTIONS(2867), - [anon_sym_volatile] = ACTIONS(2867), - [anon_sym__Atomic] = ACTIONS(2867), - [anon_sym_unsigned] = ACTIONS(2867), - [anon_sym_long] = ACTIONS(2867), - [anon_sym_short] = ACTIONS(2867), - [sym_primitive_type] = ACTIONS(2867), - [anon_sym_enum] = ACTIONS(2867), - [anon_sym_struct] = ACTIONS(2867), - [anon_sym_union] = ACTIONS(2867), - [sym_identifier] = ACTIONS(2867), + [793] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2671), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2673), + [anon_sym_extern] = ACTIONS(2671), + [anon_sym_RBRACE] = ACTIONS(2673), + [anon_sym_static] = ACTIONS(2671), + [anon_sym_auto] = ACTIONS(2671), + [anon_sym_register] = ACTIONS(2671), + [anon_sym_inline] = ACTIONS(2671), + [anon_sym_const] = ACTIONS(2671), + [anon_sym_restrict] = ACTIONS(2671), + [anon_sym_volatile] = ACTIONS(2671), + [anon_sym__Atomic] = ACTIONS(2671), + [anon_sym_unsigned] = ACTIONS(2671), + [anon_sym_long] = ACTIONS(2671), + [anon_sym_short] = ACTIONS(2671), + [sym_primitive_type] = ACTIONS(2671), + [anon_sym_enum] = ACTIONS(2671), + [anon_sym_struct] = ACTIONS(2671), + [anon_sym_union] = ACTIONS(2671), + [sym_identifier] = ACTIONS(2671), [sym_comment] = ACTIONS(39), }, - [885] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [794] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [886] = { - [anon_sym_RPAREN] = ACTIONS(2871), + [795] = { + [anon_sym_RPAREN] = ACTIONS(2675), [sym_comment] = ACTIONS(39), }, - [887] = { - [aux_sym_concatenated_string_repeat1] = STATE(887), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_SEMI] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(2873), + [796] = { + [aux_sym_concatenated_string_repeat1] = STATE(796), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(2677), [sym_comment] = ACTIONS(39), }, - [888] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2737), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [797] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [889] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2876), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [798] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2680), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [890] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [799] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [891] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [800] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [892] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [801] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [893] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [802] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [894] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [803] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [895] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [804] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [896] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [805] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [897] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [806] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [898] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [807] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [899] = { - [anon_sym_LPAREN] = ACTIONS(2878), - [anon_sym_COMMA] = ACTIONS(2878), - [anon_sym_RPAREN] = ACTIONS(2878), - [anon_sym_SEMI] = ACTIONS(2878), - [anon_sym_LBRACK] = ACTIONS(2878), - [anon_sym_COLON] = ACTIONS(2878), + [808] = { + [anon_sym_LPAREN] = ACTIONS(2682), + [anon_sym_COMMA] = ACTIONS(2682), + [anon_sym_RPAREN] = ACTIONS(2682), + [anon_sym_SEMI] = ACTIONS(2682), + [anon_sym_LBRACK] = ACTIONS(2682), + [anon_sym_COLON] = ACTIONS(2682), [sym_comment] = ACTIONS(39), }, - [900] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2880), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [809] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2684), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [901] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2882), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2884), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2884), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2884), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2884), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2884), - [anon_sym_extern] = ACTIONS(2882), - [anon_sym_RBRACE] = ACTIONS(2884), - [anon_sym_static] = ACTIONS(2882), - [anon_sym_auto] = ACTIONS(2882), - [anon_sym_register] = ACTIONS(2882), - [anon_sym_inline] = ACTIONS(2882), - [anon_sym_const] = ACTIONS(2882), - [anon_sym_restrict] = ACTIONS(2882), - [anon_sym_volatile] = ACTIONS(2882), - [anon_sym__Atomic] = ACTIONS(2882), - [anon_sym_unsigned] = ACTIONS(2882), - [anon_sym_long] = ACTIONS(2882), - [anon_sym_short] = ACTIONS(2882), - [sym_primitive_type] = ACTIONS(2882), - [anon_sym_enum] = ACTIONS(2882), - [anon_sym_struct] = ACTIONS(2882), - [anon_sym_union] = ACTIONS(2882), - [sym_identifier] = ACTIONS(2882), + [810] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2686), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2688), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2688), + [anon_sym_extern] = ACTIONS(2686), + [anon_sym_RBRACE] = ACTIONS(2688), + [anon_sym_static] = ACTIONS(2686), + [anon_sym_auto] = ACTIONS(2686), + [anon_sym_register] = ACTIONS(2686), + [anon_sym_inline] = ACTIONS(2686), + [anon_sym_const] = ACTIONS(2686), + [anon_sym_restrict] = ACTIONS(2686), + [anon_sym_volatile] = ACTIONS(2686), + [anon_sym__Atomic] = ACTIONS(2686), + [anon_sym_unsigned] = ACTIONS(2686), + [anon_sym_long] = ACTIONS(2686), + [anon_sym_short] = ACTIONS(2686), + [sym_primitive_type] = ACTIONS(2686), + [anon_sym_enum] = ACTIONS(2686), + [anon_sym_struct] = ACTIONS(2686), + [anon_sym_union] = ACTIONS(2686), + [sym_identifier] = ACTIONS(2686), [sym_comment] = ACTIONS(39), }, - [902] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(2886), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [811] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2690), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [903] = { - [anon_sym_LPAREN] = ACTIONS(2888), - [anon_sym_COMMA] = ACTIONS(2888), - [anon_sym_RPAREN] = ACTIONS(2888), - [anon_sym_LBRACK] = ACTIONS(2888), + [812] = { + [anon_sym_LPAREN] = ACTIONS(2692), + [anon_sym_COMMA] = ACTIONS(2692), + [anon_sym_RPAREN] = ACTIONS(2692), + [anon_sym_LBRACK] = ACTIONS(2692), [sym_comment] = ACTIONS(39), }, - [904] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2890), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [813] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2694), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [905] = { - [anon_sym_LF] = ACTIONS(2892), - [sym_comment] = ACTIONS(47), + [814] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), + [sym_comment] = ACTIONS(39), }, - [906] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(700), - [anon_sym_LPAREN] = ACTIONS(698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(700), - [sym_preproc_directive] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_typedef] = ACTIONS(700), - [anon_sym_extern] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_RBRACE] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_static] = ACTIONS(700), - [anon_sym_auto] = ACTIONS(700), - [anon_sym_register] = ACTIONS(700), - [anon_sym_inline] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_restrict] = ACTIONS(700), - [anon_sym_volatile] = ACTIONS(700), - [anon_sym__Atomic] = ACTIONS(700), - [anon_sym_unsigned] = ACTIONS(700), - [anon_sym_long] = ACTIONS(700), - [anon_sym_short] = ACTIONS(700), - [sym_primitive_type] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_switch] = ACTIONS(700), - [anon_sym_case] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [anon_sym_do] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_goto] = ACTIONS(700), - [anon_sym_AMP] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(698), - [anon_sym_TILDE] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(700), - [anon_sym_DASH] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_sizeof] = ACTIONS(700), - [sym_number_literal] = ACTIONS(698), - [sym_char_literal] = ACTIONS(698), - [sym_string_literal] = ACTIONS(698), - [sym_true] = ACTIONS(700), - [sym_false] = ACTIONS(700), - [sym_null] = ACTIONS(700), - [sym_identifier] = ACTIONS(700), + [815] = { + [anon_sym_RPAREN] = ACTIONS(2696), [sym_comment] = ACTIONS(39), }, - [907] = { - [anon_sym_LF] = ACTIONS(2894), - [sym_comment] = ACTIONS(47), - }, - [908] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [909] = { - [anon_sym_RPAREN] = ACTIONS(2896), - [sym_comment] = ACTIONS(39), - }, - [910] = { - [aux_sym_concatenated_string_repeat1] = STATE(910), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_COMMA] = ACTIONS(2708), - [anon_sym_RPAREN] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(2898), - [sym_comment] = ACTIONS(39), - }, - [911] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1600), - [anon_sym_RPAREN] = ACTIONS(2729), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [816] = { + [aux_sym_concatenated_string_repeat1] = STATE(816), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_COMMA] = ACTIONS(2528), + [anon_sym_RPAREN] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(2698), [sym_comment] = ACTIONS(39), }, - [912] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2737), - [anon_sym_RPAREN] = ACTIONS(2737), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [817] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1485), + [anon_sym_RPAREN] = ACTIONS(2547), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [913] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2901), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [818] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2555), + [anon_sym_RPAREN] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [914] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_RPAREN] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [819] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2701), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [915] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2745), - [anon_sym_RPAREN] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [820] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_RPAREN] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [916] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2745), - [anon_sym_RPAREN] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [821] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2563), + [anon_sym_RPAREN] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [917] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_RPAREN] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [822] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2563), + [anon_sym_RPAREN] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [918] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2741), - [anon_sym_RPAREN] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [823] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_RPAREN] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [919] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2749), - [anon_sym_RPAREN] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [824] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2559), + [anon_sym_RPAREN] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [920] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2753), - [anon_sym_RPAREN] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [825] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2567), + [anon_sym_RPAREN] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [921] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2757), - [anon_sym_RPAREN] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [826] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2571), + [anon_sym_RPAREN] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [922] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2731), - [anon_sym_RPAREN] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [827] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2575), + [anon_sym_RPAREN] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [923] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2903), - [anon_sym_RPAREN] = ACTIONS(2903), - [anon_sym_SEMI] = ACTIONS(2903), - [anon_sym_RBRACE] = ACTIONS(2903), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(2903), - [anon_sym_EQ] = ACTIONS(2905), - [anon_sym_COLON] = ACTIONS(2903), - [anon_sym_QMARK] = ACTIONS(2903), - [anon_sym_STAR_EQ] = ACTIONS(2903), - [anon_sym_SLASH_EQ] = ACTIONS(2903), - [anon_sym_PERCENT_EQ] = ACTIONS(2903), - [anon_sym_PLUS_EQ] = ACTIONS(2903), - [anon_sym_DASH_EQ] = ACTIONS(2903), - [anon_sym_LT_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_GT_EQ] = ACTIONS(2903), - [anon_sym_AMP_EQ] = ACTIONS(2903), - [anon_sym_CARET_EQ] = ACTIONS(2903), - [anon_sym_PIPE_EQ] = ACTIONS(2903), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_PIPE_PIPE] = ACTIONS(2903), - [anon_sym_AMP_AMP] = ACTIONS(2903), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_CARET] = ACTIONS(2905), - [anon_sym_EQ_EQ] = ACTIONS(2903), - [anon_sym_BANG_EQ] = ACTIONS(2903), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_GT] = ACTIONS(2905), - [anon_sym_LT_EQ] = ACTIONS(2903), - [anon_sym_GT_EQ] = ACTIONS(2903), - [anon_sym_LT_LT] = ACTIONS(2905), - [anon_sym_GT_GT] = ACTIONS(2905), - [anon_sym_PLUS] = ACTIONS(2905), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_SLASH] = ACTIONS(2905), - [anon_sym_PERCENT] = ACTIONS(2905), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [828] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2549), + [anon_sym_RPAREN] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [924] = { - [anon_sym_LPAREN] = ACTIONS(2907), - [anon_sym_COMMA] = ACTIONS(2907), - [anon_sym_RPAREN] = ACTIONS(2907), - [anon_sym_SEMI] = ACTIONS(2907), - [anon_sym_RBRACE] = ACTIONS(2907), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2907), - [anon_sym_RBRACK] = ACTIONS(2907), - [anon_sym_EQ] = ACTIONS(2909), - [anon_sym_COLON] = ACTIONS(2907), - [anon_sym_QMARK] = ACTIONS(2907), - [anon_sym_STAR_EQ] = ACTIONS(2907), - [anon_sym_SLASH_EQ] = ACTIONS(2907), - [anon_sym_PERCENT_EQ] = ACTIONS(2907), - [anon_sym_PLUS_EQ] = ACTIONS(2907), - [anon_sym_DASH_EQ] = ACTIONS(2907), - [anon_sym_LT_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_GT_EQ] = ACTIONS(2907), - [anon_sym_AMP_EQ] = ACTIONS(2907), - [anon_sym_CARET_EQ] = ACTIONS(2907), - [anon_sym_PIPE_EQ] = ACTIONS(2907), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_PIPE_PIPE] = ACTIONS(2907), - [anon_sym_AMP_AMP] = ACTIONS(2907), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_CARET] = ACTIONS(2909), - [anon_sym_EQ_EQ] = ACTIONS(2907), - [anon_sym_BANG_EQ] = ACTIONS(2907), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_GT] = ACTIONS(2909), - [anon_sym_LT_EQ] = ACTIONS(2907), - [anon_sym_GT_EQ] = ACTIONS(2907), - [anon_sym_LT_LT] = ACTIONS(2909), - [anon_sym_GT_GT] = ACTIONS(2909), - [anon_sym_PLUS] = ACTIONS(2909), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_SLASH] = ACTIONS(2909), - [anon_sym_PERCENT] = ACTIONS(2909), - [anon_sym_DASH_DASH] = ACTIONS(2907), - [anon_sym_PLUS_PLUS] = ACTIONS(2907), - [anon_sym_DOT] = ACTIONS(2907), - [anon_sym_DASH_GT] = ACTIONS(2907), + [829] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2703), + [anon_sym_RPAREN] = ACTIONS(2703), + [anon_sym_SEMI] = ACTIONS(2703), + [anon_sym_RBRACE] = ACTIONS(2703), + [anon_sym_STAR] = ACTIONS(2705), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(2703), + [anon_sym_EQ] = ACTIONS(2705), + [anon_sym_COLON] = ACTIONS(2703), + [anon_sym_QMARK] = ACTIONS(2703), + [anon_sym_STAR_EQ] = ACTIONS(2703), + [anon_sym_SLASH_EQ] = ACTIONS(2703), + [anon_sym_PERCENT_EQ] = ACTIONS(2703), + [anon_sym_PLUS_EQ] = ACTIONS(2703), + [anon_sym_DASH_EQ] = ACTIONS(2703), + [anon_sym_LT_LT_EQ] = ACTIONS(2703), + [anon_sym_GT_GT_EQ] = ACTIONS(2703), + [anon_sym_AMP_EQ] = ACTIONS(2703), + [anon_sym_CARET_EQ] = ACTIONS(2703), + [anon_sym_PIPE_EQ] = ACTIONS(2703), + [anon_sym_AMP] = ACTIONS(2705), + [anon_sym_PIPE_PIPE] = ACTIONS(2703), + [anon_sym_AMP_AMP] = ACTIONS(2703), + [anon_sym_PIPE] = ACTIONS(2705), + [anon_sym_CARET] = ACTIONS(2705), + [anon_sym_EQ_EQ] = ACTIONS(2703), + [anon_sym_BANG_EQ] = ACTIONS(2703), + [anon_sym_LT] = ACTIONS(2705), + [anon_sym_GT] = ACTIONS(2705), + [anon_sym_LT_EQ] = ACTIONS(2703), + [anon_sym_GT_EQ] = ACTIONS(2703), + [anon_sym_LT_LT] = ACTIONS(2705), + [anon_sym_GT_GT] = ACTIONS(2705), + [anon_sym_PLUS] = ACTIONS(2705), + [anon_sym_DASH] = ACTIONS(2705), + [anon_sym_SLASH] = ACTIONS(2705), + [anon_sym_PERCENT] = ACTIONS(2705), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [925] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(127), - [anon_sym_typedef] = ACTIONS(129), - [anon_sym_extern] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_STAR] = ACTIONS(127), - [anon_sym_static] = ACTIONS(129), - [anon_sym_auto] = ACTIONS(129), - [anon_sym_register] = ACTIONS(129), - [anon_sym_inline] = ACTIONS(129), - [anon_sym_const] = ACTIONS(129), - [anon_sym_restrict] = ACTIONS(129), - [anon_sym_volatile] = ACTIONS(129), - [anon_sym__Atomic] = ACTIONS(129), - [anon_sym_unsigned] = ACTIONS(129), - [anon_sym_long] = ACTIONS(129), - [anon_sym_short] = ACTIONS(129), - [sym_primitive_type] = ACTIONS(129), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_struct] = ACTIONS(129), - [anon_sym_union] = ACTIONS(129), - [anon_sym_if] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(129), - [anon_sym_case] = ACTIONS(129), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(129), - [anon_sym_do] = ACTIONS(129), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(129), - [anon_sym_break] = ACTIONS(129), - [anon_sym_continue] = ACTIONS(129), - [anon_sym_goto] = ACTIONS(129), - [anon_sym_AMP] = ACTIONS(127), - [anon_sym_BANG] = ACTIONS(127), - [anon_sym_TILDE] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(127), - [anon_sym_PLUS_PLUS] = ACTIONS(127), - [anon_sym_sizeof] = ACTIONS(129), - [sym_number_literal] = ACTIONS(127), - [sym_char_literal] = ACTIONS(127), - [sym_string_literal] = ACTIONS(127), - [sym_true] = ACTIONS(129), - [sym_false] = ACTIONS(129), - [sym_null] = ACTIONS(129), - [sym_identifier] = ACTIONS(129), + [830] = { + [anon_sym_LPAREN] = ACTIONS(2707), + [anon_sym_COMMA] = ACTIONS(2707), + [anon_sym_RPAREN] = ACTIONS(2707), + [anon_sym_SEMI] = ACTIONS(2707), + [anon_sym_RBRACE] = ACTIONS(2707), + [anon_sym_STAR] = ACTIONS(2709), + [anon_sym_LBRACK] = ACTIONS(2707), + [anon_sym_RBRACK] = ACTIONS(2707), + [anon_sym_EQ] = ACTIONS(2709), + [anon_sym_COLON] = ACTIONS(2707), + [anon_sym_QMARK] = ACTIONS(2707), + [anon_sym_STAR_EQ] = ACTIONS(2707), + [anon_sym_SLASH_EQ] = ACTIONS(2707), + [anon_sym_PERCENT_EQ] = ACTIONS(2707), + [anon_sym_PLUS_EQ] = ACTIONS(2707), + [anon_sym_DASH_EQ] = ACTIONS(2707), + [anon_sym_LT_LT_EQ] = ACTIONS(2707), + [anon_sym_GT_GT_EQ] = ACTIONS(2707), + [anon_sym_AMP_EQ] = ACTIONS(2707), + [anon_sym_CARET_EQ] = ACTIONS(2707), + [anon_sym_PIPE_EQ] = ACTIONS(2707), + [anon_sym_AMP] = ACTIONS(2709), + [anon_sym_PIPE_PIPE] = ACTIONS(2707), + [anon_sym_AMP_AMP] = ACTIONS(2707), + [anon_sym_PIPE] = ACTIONS(2709), + [anon_sym_CARET] = ACTIONS(2709), + [anon_sym_EQ_EQ] = ACTIONS(2707), + [anon_sym_BANG_EQ] = ACTIONS(2707), + [anon_sym_LT] = ACTIONS(2709), + [anon_sym_GT] = ACTIONS(2709), + [anon_sym_LT_EQ] = ACTIONS(2707), + [anon_sym_GT_EQ] = ACTIONS(2707), + [anon_sym_LT_LT] = ACTIONS(2709), + [anon_sym_GT_GT] = ACTIONS(2709), + [anon_sym_PLUS] = ACTIONS(2709), + [anon_sym_DASH] = ACTIONS(2709), + [anon_sym_SLASH] = ACTIONS(2709), + [anon_sym_PERCENT] = ACTIONS(2709), + [anon_sym_DASH_DASH] = ACTIONS(2707), + [anon_sym_PLUS_PLUS] = ACTIONS(2707), + [anon_sym_DOT] = ACTIONS(2707), + [anon_sym_DASH_GT] = ACTIONS(2707), [sym_comment] = ACTIONS(39), }, - [926] = { - [sym_preproc_params] = STATE(1092), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2911), - [anon_sym_LF] = ACTIONS(2913), - [anon_sym_LPAREN] = ACTIONS(135), - [sym_comment] = ACTIONS(47), - }, - [927] = { - [sym_preproc_include] = STATE(1096), - [sym_preproc_def] = STATE(1096), - [sym_preproc_function_def] = STATE(1096), - [sym_preproc_call] = STATE(1096), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1094), - [sym_preproc_elif_in_compound_statement] = STATE(1095), - [sym_declaration] = STATE(1096), - [sym_type_definition] = STATE(1096), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1096), + [831] = { + [sym_preproc_include] = STATE(971), + [sym_preproc_def] = STATE(971), + [sym_preproc_function_def] = STATE(971), + [sym_preproc_call] = STATE(971), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(969), + [sym_preproc_elif_in_compound_statement] = STATE(970), + [sym_declaration] = STATE(971), + [sym_type_definition] = STATE(971), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(971), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -32352,57 +31458,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1096), - [sym_expression_statement] = STATE(1096), - [sym_if_statement] = STATE(1096), - [sym_switch_statement] = STATE(1096), - [sym_case_statement] = STATE(1096), - [sym_while_statement] = STATE(1096), - [sym_do_statement] = STATE(1096), - [sym_for_statement] = STATE(1096), - [sym_return_statement] = STATE(1096), - [sym_break_statement] = STATE(1096), - [sym_continue_statement] = STATE(1096), - [sym_goto_statement] = STATE(1096), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1096), + [sym_labeled_statement] = STATE(971), + [sym_expression_statement] = STATE(971), + [sym_if_statement] = STATE(971), + [sym_switch_statement] = STATE(971), + [sym_case_statement] = STATE(971), + [sym_while_statement] = STATE(971), + [sym_do_statement] = STATE(971), + [sym_for_statement] = STATE(971), + [sym_return_statement] = STATE(971), + [sym_break_statement] = STATE(971), + [sym_continue_statement] = STATE(971), + [sym_goto_statement] = STATE(971), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(971), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1096), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(971), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2915), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2711), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -32418,47 +31524,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [928] = { - [sym_preproc_include] = STATE(1100), - [sym_preproc_def] = STATE(1100), - [sym_preproc_function_def] = STATE(1100), - [sym_preproc_call] = STATE(1100), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1098), - [sym_preproc_elif_in_compound_statement] = STATE(1099), - [sym_declaration] = STATE(1100), - [sym_type_definition] = STATE(1100), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1100), + [832] = { + [sym_preproc_include] = STATE(975), + [sym_preproc_def] = STATE(975), + [sym_preproc_function_def] = STATE(975), + [sym_preproc_call] = STATE(975), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(973), + [sym_preproc_elif_in_compound_statement] = STATE(974), + [sym_declaration] = STATE(975), + [sym_type_definition] = STATE(975), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(975), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -32466,57 +31572,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1100), - [sym_expression_statement] = STATE(1100), - [sym_if_statement] = STATE(1100), - [sym_switch_statement] = STATE(1100), - [sym_case_statement] = STATE(1100), - [sym_while_statement] = STATE(1100), - [sym_do_statement] = STATE(1100), - [sym_for_statement] = STATE(1100), - [sym_return_statement] = STATE(1100), - [sym_break_statement] = STATE(1100), - [sym_continue_statement] = STATE(1100), - [sym_goto_statement] = STATE(1100), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1100), + [sym_labeled_statement] = STATE(975), + [sym_expression_statement] = STATE(975), + [sym_if_statement] = STATE(975), + [sym_switch_statement] = STATE(975), + [sym_case_statement] = STATE(975), + [sym_while_statement] = STATE(975), + [sym_do_statement] = STATE(975), + [sym_for_statement] = STATE(975), + [sym_return_statement] = STATE(975), + [sym_break_statement] = STATE(975), + [sym_continue_statement] = STATE(975), + [sym_goto_statement] = STATE(975), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(975), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1100), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(975), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2917), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -32532,47 +31638,47 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [929] = { - [sym_preproc_include] = STATE(1104), - [sym_preproc_def] = STATE(1104), - [sym_preproc_function_def] = STATE(1104), - [sym_preproc_call] = STATE(1104), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1102), - [sym_preproc_elif_in_compound_statement] = STATE(1103), - [sym_declaration] = STATE(1104), - [sym_type_definition] = STATE(1104), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1104), + [833] = { + [sym_preproc_include] = STATE(979), + [sym_preproc_def] = STATE(979), + [sym_preproc_function_def] = STATE(979), + [sym_preproc_call] = STATE(979), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(977), + [sym_preproc_elif_in_compound_statement] = STATE(978), + [sym_declaration] = STATE(979), + [sym_type_definition] = STATE(979), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(979), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -32580,57 +31686,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [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(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1104), + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(979), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1104), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(979), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2919), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2715), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -32646,152 +31752,513 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [930] = { - [sym_string_literal] = ACTIONS(2921), - [sym_system_lib_string] = ACTIONS(2921), + [834] = { + [sym_preproc_arg] = ACTIONS(2717), + [sym_comment] = ACTIONS(47), + }, + [835] = { + [sym_identifier] = ACTIONS(2719), [sym_comment] = ACTIONS(39), }, - [931] = { - [sym_identifier] = ACTIONS(2923), + [836] = { + [sym_identifier] = ACTIONS(2721), [sym_comment] = ACTIONS(39), }, - [932] = { - [sym_preproc_arg] = ACTIONS(2925), - [sym_comment] = ACTIONS(47), + [837] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(958), + [anon_sym_LPAREN] = ACTIONS(960), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(958), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(958), + [sym_preproc_directive] = ACTIONS(958), + [anon_sym_SEMI] = ACTIONS(960), + [anon_sym_typedef] = ACTIONS(958), + [anon_sym_extern] = ACTIONS(958), + [anon_sym_LBRACE] = ACTIONS(960), + [anon_sym_STAR] = ACTIONS(960), + [anon_sym_static] = ACTIONS(958), + [anon_sym_auto] = ACTIONS(958), + [anon_sym_register] = ACTIONS(958), + [anon_sym_inline] = ACTIONS(958), + [anon_sym_const] = ACTIONS(958), + [anon_sym_restrict] = ACTIONS(958), + [anon_sym_volatile] = ACTIONS(958), + [anon_sym__Atomic] = ACTIONS(958), + [anon_sym_unsigned] = ACTIONS(958), + [anon_sym_long] = ACTIONS(958), + [anon_sym_short] = ACTIONS(958), + [sym_primitive_type] = ACTIONS(958), + [anon_sym_enum] = ACTIONS(958), + [anon_sym_struct] = ACTIONS(958), + [anon_sym_union] = ACTIONS(958), + [anon_sym_if] = ACTIONS(958), + [anon_sym_else] = ACTIONS(958), + [anon_sym_switch] = ACTIONS(958), + [anon_sym_case] = ACTIONS(958), + [anon_sym_default] = ACTIONS(958), + [anon_sym_while] = ACTIONS(958), + [anon_sym_do] = ACTIONS(958), + [anon_sym_for] = ACTIONS(958), + [anon_sym_return] = ACTIONS(958), + [anon_sym_break] = ACTIONS(958), + [anon_sym_continue] = ACTIONS(958), + [anon_sym_goto] = ACTIONS(958), + [anon_sym_AMP] = ACTIONS(960), + [anon_sym_BANG] = ACTIONS(960), + [anon_sym_TILDE] = ACTIONS(960), + [anon_sym_PLUS] = ACTIONS(958), + [anon_sym_DASH] = ACTIONS(958), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(958), + [sym_number_literal] = ACTIONS(960), + [sym_char_literal] = ACTIONS(960), + [sym_string_literal] = ACTIONS(960), + [sym_true] = ACTIONS(958), + [sym_false] = ACTIONS(958), + [sym_null] = ACTIONS(958), + [sym_identifier] = ACTIONS(958), + [sym_comment] = ACTIONS(39), }, - [933] = { - [sym_identifier] = ACTIONS(2927), + [838] = { + [anon_sym_LPAREN] = ACTIONS(2723), [sym_comment] = ACTIONS(39), }, - [934] = { - [sym_identifier] = ACTIONS(2929), + [839] = { + [anon_sym_LPAREN] = ACTIONS(2725), [sym_comment] = ACTIONS(39), }, - [935] = { - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(2931), - [anon_sym_LF] = ACTIONS(2933), - [sym_comment] = ACTIONS(47), + [840] = { + [sym__expression] = STATE(985), + [sym_conditional_expression] = STATE(985), + [sym_assignment_expression] = STATE(985), + [sym_pointer_expression] = STATE(985), + [sym_logical_expression] = STATE(985), + [sym_bitwise_expression] = STATE(985), + [sym_equality_expression] = STATE(985), + [sym_relational_expression] = STATE(985), + [sym_shift_expression] = STATE(985), + [sym_math_expression] = STATE(985), + [sym_cast_expression] = STATE(985), + [sym_sizeof_expression] = STATE(985), + [sym_subscript_expression] = STATE(985), + [sym_call_expression] = STATE(985), + [sym_field_expression] = STATE(985), + [sym_compound_literal_expression] = STATE(985), + [sym_parenthesized_expression] = STATE(985), + [sym_concatenated_string] = STATE(985), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2727), + [sym_char_literal] = ACTIONS(2727), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2729), + [sym_false] = ACTIONS(2729), + [sym_null] = ACTIONS(2729), + [sym_identifier] = ACTIONS(2729), + [sym_comment] = ACTIONS(39), }, - [936] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1036), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1034), - [sym_preproc_directive] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1036), - [anon_sym_typedef] = ACTIONS(1034), - [anon_sym_extern] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1034), - [anon_sym_auto] = ACTIONS(1034), - [anon_sym_register] = ACTIONS(1034), - [anon_sym_inline] = ACTIONS(1034), - [anon_sym_const] = ACTIONS(1034), - [anon_sym_restrict] = ACTIONS(1034), - [anon_sym_volatile] = ACTIONS(1034), - [anon_sym__Atomic] = ACTIONS(1034), - [anon_sym_unsigned] = ACTIONS(1034), - [anon_sym_long] = ACTIONS(1034), - [anon_sym_short] = ACTIONS(1034), - [sym_primitive_type] = ACTIONS(1034), - [anon_sym_enum] = ACTIONS(1034), - [anon_sym_struct] = ACTIONS(1034), - [anon_sym_union] = ACTIONS(1034), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_switch] = ACTIONS(1034), - [anon_sym_case] = ACTIONS(1034), - [anon_sym_default] = ACTIONS(1034), - [anon_sym_while] = ACTIONS(1034), - [anon_sym_do] = ACTIONS(1034), - [anon_sym_for] = ACTIONS(1034), - [anon_sym_return] = ACTIONS(1034), - [anon_sym_break] = ACTIONS(1034), - [anon_sym_continue] = ACTIONS(1034), - [anon_sym_goto] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1036), - [anon_sym_TILDE] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1034), - [anon_sym_DASH_DASH] = ACTIONS(1036), - [anon_sym_PLUS_PLUS] = ACTIONS(1036), - [anon_sym_sizeof] = ACTIONS(1034), - [sym_number_literal] = ACTIONS(1036), - [sym_char_literal] = ACTIONS(1036), - [sym_string_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1034), + [841] = { + [anon_sym_COLON] = ACTIONS(2731), [sym_comment] = ACTIONS(39), }, - [937] = { - [sym_type_qualifier] = STATE(1113), - [sym__type_specifier] = STATE(1112), - [sym_sized_type_specifier] = STATE(1112), - [sym_enum_specifier] = STATE(1112), - [sym_struct_specifier] = STATE(1112), - [sym_union_specifier] = STATE(1112), - [sym_macro_type_specifier] = STATE(1112), - [aux_sym_type_definition_repeat1] = STATE(1113), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2935), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [842] = { + [anon_sym_LPAREN] = ACTIONS(2733), [sym_comment] = ACTIONS(39), }, - [938] = { - [sym_preproc_include] = STATE(1115), - [sym_preproc_def] = STATE(1115), - [sym_preproc_function_def] = STATE(1115), - [sym_preproc_call] = STATE(1115), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(1115), - [sym_type_definition] = STATE(1115), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(1115), + [843] = { + [sym_compound_statement] = STATE(988), + [sym_labeled_statement] = STATE(988), + [sym_expression_statement] = STATE(988), + [sym_if_statement] = STATE(988), + [sym_switch_statement] = STATE(988), + [sym_case_statement] = STATE(988), + [sym_while_statement] = STATE(988), + [sym_do_statement] = STATE(988), + [sym_for_statement] = STATE(988), + [sym_return_statement] = STATE(988), + [sym_break_statement] = STATE(988), + [sym_continue_statement] = STATE(988), + [sym_goto_statement] = STATE(988), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), + [sym_comment] = ACTIONS(39), + }, + [844] = { + [anon_sym_LPAREN] = ACTIONS(2735), + [sym_comment] = ACTIONS(39), + }, + [845] = { + [sym__expression] = STATE(991), + [sym_conditional_expression] = STATE(991), + [sym_assignment_expression] = STATE(991), + [sym_pointer_expression] = STATE(991), + [sym_logical_expression] = STATE(991), + [sym_bitwise_expression] = STATE(991), + [sym_equality_expression] = STATE(991), + [sym_relational_expression] = STATE(991), + [sym_shift_expression] = STATE(991), + [sym_math_expression] = STATE(991), + [sym_cast_expression] = STATE(991), + [sym_sizeof_expression] = STATE(991), + [sym_subscript_expression] = STATE(991), + [sym_call_expression] = STATE(991), + [sym_field_expression] = STATE(991), + [sym_compound_literal_expression] = STATE(991), + [sym_parenthesized_expression] = STATE(991), + [sym_concatenated_string] = STATE(991), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(2737), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2739), + [sym_char_literal] = ACTIONS(2739), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2741), + [sym_false] = ACTIONS(2741), + [sym_null] = ACTIONS(2741), + [sym_identifier] = ACTIONS(2741), + [sym_comment] = ACTIONS(39), + }, + [846] = { + [anon_sym_SEMI] = ACTIONS(2743), + [sym_comment] = ACTIONS(39), + }, + [847] = { + [anon_sym_SEMI] = ACTIONS(2745), + [sym_comment] = ACTIONS(39), + }, + [848] = { + [sym_identifier] = ACTIONS(2747), + [sym_comment] = ACTIONS(39), + }, + [849] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(2749), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), + [sym_comment] = ACTIONS(39), + }, + [850] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1062), + [anon_sym_LPAREN] = ACTIONS(1064), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1062), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1062), + [sym_preproc_directive] = ACTIONS(1062), + [anon_sym_SEMI] = ACTIONS(1064), + [anon_sym_typedef] = ACTIONS(1062), + [anon_sym_extern] = ACTIONS(1062), + [anon_sym_LBRACE] = ACTIONS(1064), + [anon_sym_STAR] = ACTIONS(1064), + [anon_sym_static] = ACTIONS(1062), + [anon_sym_auto] = ACTIONS(1062), + [anon_sym_register] = ACTIONS(1062), + [anon_sym_inline] = ACTIONS(1062), + [anon_sym_const] = ACTIONS(1062), + [anon_sym_restrict] = ACTIONS(1062), + [anon_sym_volatile] = ACTIONS(1062), + [anon_sym__Atomic] = ACTIONS(1062), + [anon_sym_unsigned] = ACTIONS(1062), + [anon_sym_long] = ACTIONS(1062), + [anon_sym_short] = ACTIONS(1062), + [sym_primitive_type] = ACTIONS(1062), + [anon_sym_enum] = ACTIONS(1062), + [anon_sym_struct] = ACTIONS(1062), + [anon_sym_union] = ACTIONS(1062), + [anon_sym_if] = ACTIONS(1062), + [anon_sym_switch] = ACTIONS(1062), + [anon_sym_case] = ACTIONS(1062), + [anon_sym_default] = ACTIONS(1062), + [anon_sym_while] = ACTIONS(1062), + [anon_sym_do] = ACTIONS(1062), + [anon_sym_for] = ACTIONS(1062), + [anon_sym_return] = ACTIONS(1062), + [anon_sym_break] = ACTIONS(1062), + [anon_sym_continue] = ACTIONS(1062), + [anon_sym_goto] = ACTIONS(1062), + [anon_sym_AMP] = ACTIONS(1064), + [anon_sym_BANG] = ACTIONS(1064), + [anon_sym_TILDE] = ACTIONS(1064), + [anon_sym_PLUS] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1062), + [anon_sym_DASH_DASH] = ACTIONS(1064), + [anon_sym_PLUS_PLUS] = ACTIONS(1064), + [anon_sym_sizeof] = ACTIONS(1062), + [sym_number_literal] = ACTIONS(1064), + [sym_char_literal] = ACTIONS(1064), + [sym_string_literal] = ACTIONS(1064), + [sym_true] = ACTIONS(1062), + [sym_false] = ACTIONS(1062), + [sym_null] = ACTIONS(1062), + [sym_identifier] = ACTIONS(1062), + [sym_comment] = ACTIONS(39), + }, + [851] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1066), + [anon_sym_LPAREN] = ACTIONS(1068), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1066), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1066), + [sym_preproc_directive] = ACTIONS(1066), + [anon_sym_SEMI] = ACTIONS(1068), + [anon_sym_typedef] = ACTIONS(1066), + [anon_sym_extern] = ACTIONS(1066), + [anon_sym_LBRACE] = ACTIONS(1068), + [anon_sym_STAR] = ACTIONS(1068), + [anon_sym_static] = ACTIONS(1066), + [anon_sym_auto] = ACTIONS(1066), + [anon_sym_register] = ACTIONS(1066), + [anon_sym_inline] = ACTIONS(1066), + [anon_sym_const] = ACTIONS(1066), + [anon_sym_restrict] = ACTIONS(1066), + [anon_sym_volatile] = ACTIONS(1066), + [anon_sym__Atomic] = ACTIONS(1066), + [anon_sym_unsigned] = ACTIONS(1066), + [anon_sym_long] = ACTIONS(1066), + [anon_sym_short] = ACTIONS(1066), + [sym_primitive_type] = ACTIONS(1066), + [anon_sym_enum] = ACTIONS(1066), + [anon_sym_struct] = ACTIONS(1066), + [anon_sym_union] = ACTIONS(1066), + [anon_sym_if] = ACTIONS(1066), + [anon_sym_switch] = ACTIONS(1066), + [anon_sym_case] = ACTIONS(1066), + [anon_sym_default] = ACTIONS(1066), + [anon_sym_while] = ACTIONS(1066), + [anon_sym_do] = ACTIONS(1066), + [anon_sym_for] = ACTIONS(1066), + [anon_sym_return] = ACTIONS(1066), + [anon_sym_break] = ACTIONS(1066), + [anon_sym_continue] = ACTIONS(1066), + [anon_sym_goto] = ACTIONS(1066), + [anon_sym_AMP] = ACTIONS(1068), + [anon_sym_BANG] = ACTIONS(1068), + [anon_sym_TILDE] = ACTIONS(1068), + [anon_sym_PLUS] = ACTIONS(1066), + [anon_sym_DASH] = ACTIONS(1066), + [anon_sym_DASH_DASH] = ACTIONS(1068), + [anon_sym_PLUS_PLUS] = ACTIONS(1068), + [anon_sym_sizeof] = ACTIONS(1066), + [sym_number_literal] = ACTIONS(1068), + [sym_char_literal] = ACTIONS(1068), + [sym_string_literal] = ACTIONS(1068), + [sym_true] = ACTIONS(1066), + [sym_false] = ACTIONS(1066), + [sym_null] = ACTIONS(1066), + [sym_identifier] = ACTIONS(1066), + [sym_comment] = ACTIONS(39), + }, + [852] = { + [sym__declarator] = STATE(996), + [sym_pointer_declarator] = STATE(996), + [sym_function_declarator] = STATE(996), + [sym_array_declarator] = STATE(996), + [sym_init_declarator] = STATE(297), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_SEMI] = ACTIONS(672), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(2751), + [sym_comment] = ACTIONS(39), + }, + [853] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(2753), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(1084), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [854] = { + [anon_sym_SEMI] = ACTIONS(2753), + [sym_comment] = ACTIONS(39), + }, + [855] = { + [sym_preproc_include] = STATE(998), + [sym_preproc_def] = STATE(998), + [sym_preproc_function_def] = STATE(998), + [sym_preproc_call] = STATE(998), + [sym_preproc_if_in_compound_statement] = STATE(850), + [sym_preproc_ifdef_in_compound_statement] = STATE(851), + [sym_declaration] = STATE(998), + [sym_type_definition] = STATE(998), + [sym__declaration_specifiers] = STATE(852), + [sym_compound_statement] = STATE(998), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -32799,55 +32266,55 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1115), - [sym_expression_statement] = STATE(1115), - [sym_if_statement] = STATE(1115), - [sym_switch_statement] = STATE(1115), - [sym_case_statement] = STATE(1115), - [sym_while_statement] = STATE(1115), - [sym_do_statement] = STATE(1115), - [sym_for_statement] = STATE(1115), - [sym_return_statement] = STATE(1115), - [sym_break_statement] = STATE(1115), - [sym_continue_statement] = STATE(1115), - [sym_goto_statement] = STATE(1115), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(1115), + [sym_labeled_statement] = STATE(998), + [sym_expression_statement] = STATE(998), + [sym_if_statement] = STATE(998), + [sym_switch_statement] = STATE(998), + [sym_case_statement] = STATE(998), + [sym_while_statement] = STATE(998), + [sym_do_statement] = STATE(998), + [sym_for_statement] = STATE(998), + [sym_return_statement] = STATE(998), + [sym_break_statement] = STATE(998), + [sym_continue_statement] = STATE(998), + [sym_goto_statement] = STATE(998), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym__empty_declaration] = STATE(998), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1115), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(998), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(348), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(350), + [anon_sym_LPAREN] = ACTIONS(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2755), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2298), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2300), + [sym_preproc_directive] = ACTIONS(360), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_typedef] = ACTIONS(362), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(2937), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -32863,555 +32330,1019 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(2330), [sym_comment] = ACTIONS(39), }, - [939] = { - [anon_sym_LPAREN] = ACTIONS(2939), + [856] = { + [sym_preproc_include] = STATE(1001), + [sym_preproc_def] = STATE(1001), + [sym_preproc_function_def] = STATE(1001), + [sym_preproc_call] = STATE(1001), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(999), + [sym_preproc_elif_in_compound_statement] = STATE(1000), + [sym_declaration] = STATE(1001), + [sym_type_definition] = STATE(1001), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(1001), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(1001), + [sym_expression_statement] = STATE(1001), + [sym_if_statement] = STATE(1001), + [sym_switch_statement] = STATE(1001), + [sym_case_statement] = STATE(1001), + [sym_while_statement] = STATE(1001), + [sym_do_statement] = STATE(1001), + [sym_for_statement] = STATE(1001), + [sym_return_statement] = STATE(1001), + [sym_break_statement] = STATE(1001), + [sym_continue_statement] = STATE(1001), + [sym_goto_statement] = STATE(1001), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(1001), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1001), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2757), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [940] = { - [anon_sym_LPAREN] = ACTIONS(2941), + [857] = { + [sym__expression] = STATE(1002), + [sym_conditional_expression] = STATE(1002), + [sym_assignment_expression] = STATE(1002), + [sym_pointer_expression] = STATE(1002), + [sym_logical_expression] = STATE(1002), + [sym_bitwise_expression] = STATE(1002), + [sym_equality_expression] = STATE(1002), + [sym_relational_expression] = STATE(1002), + [sym_shift_expression] = STATE(1002), + [sym_math_expression] = STATE(1002), + [sym_cast_expression] = STATE(1002), + [sym_sizeof_expression] = STATE(1002), + [sym_subscript_expression] = STATE(1002), + [sym_call_expression] = STATE(1002), + [sym_field_expression] = STATE(1002), + [sym_compound_literal_expression] = STATE(1002), + [sym_parenthesized_expression] = STATE(1002), + [sym_concatenated_string] = STATE(1002), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2759), + [sym_char_literal] = ACTIONS(2759), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2761), + [sym_false] = ACTIONS(2761), + [sym_null] = ACTIONS(2761), + [sym_identifier] = ACTIONS(2761), [sym_comment] = ACTIONS(39), }, - [941] = { - [sym__expression] = STATE(1118), - [sym_conditional_expression] = STATE(1118), - [sym_assignment_expression] = STATE(1118), - [sym_pointer_expression] = STATE(1118), - [sym_logical_expression] = STATE(1118), - [sym_bitwise_expression] = STATE(1118), - [sym_equality_expression] = STATE(1118), - [sym_relational_expression] = STATE(1118), - [sym_shift_expression] = STATE(1118), - [sym_math_expression] = STATE(1118), - [sym_cast_expression] = STATE(1118), - [sym_sizeof_expression] = STATE(1118), - [sym_subscript_expression] = STATE(1118), - [sym_call_expression] = STATE(1118), - [sym_field_expression] = STATE(1118), - [sym_compound_literal_expression] = STATE(1118), - [sym_parenthesized_expression] = STATE(1118), - [sym_concatenated_string] = STATE(1118), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2943), - [sym_char_literal] = ACTIONS(2943), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2945), - [sym_false] = ACTIONS(2945), - [sym_null] = ACTIONS(2945), - [sym_identifier] = ACTIONS(2945), + [858] = { + [sym__expression] = STATE(1003), + [sym_conditional_expression] = STATE(1003), + [sym_assignment_expression] = STATE(1003), + [sym_pointer_expression] = STATE(1003), + [sym_logical_expression] = STATE(1003), + [sym_bitwise_expression] = STATE(1003), + [sym_equality_expression] = STATE(1003), + [sym_relational_expression] = STATE(1003), + [sym_shift_expression] = STATE(1003), + [sym_math_expression] = STATE(1003), + [sym_cast_expression] = STATE(1003), + [sym_sizeof_expression] = STATE(1003), + [sym_subscript_expression] = STATE(1003), + [sym_call_expression] = STATE(1003), + [sym_field_expression] = STATE(1003), + [sym_compound_literal_expression] = STATE(1003), + [sym_parenthesized_expression] = STATE(1003), + [sym_concatenated_string] = STATE(1003), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2763), + [sym_char_literal] = ACTIONS(2763), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2765), + [sym_false] = ACTIONS(2765), + [sym_null] = ACTIONS(2765), + [sym_identifier] = ACTIONS(2765), [sym_comment] = ACTIONS(39), }, - [942] = { - [anon_sym_COLON] = ACTIONS(2947), + [859] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2767), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [943] = { - [anon_sym_LPAREN] = ACTIONS(2949), + [860] = { + [sym_declaration] = STATE(1006), + [sym_type_definition] = STATE(1006), + [sym__declaration_specifiers] = STATE(1007), + [sym_compound_statement] = STATE(1006), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1006), + [sym_expression_statement] = STATE(1006), + [sym_if_statement] = STATE(1006), + [sym_switch_statement] = STATE(1006), + [sym_case_statement] = STATE(1006), + [sym_while_statement] = STATE(1006), + [sym_do_statement] = STATE(1006), + [sym_for_statement] = STATE(1006), + [sym_return_statement] = STATE(1006), + [sym_break_statement] = STATE(1006), + [sym_continue_statement] = STATE(1006), + [sym_goto_statement] = STATE(1006), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2769), [sym_comment] = ACTIONS(39), }, - [944] = { - [sym_compound_statement] = STATE(1121), - [sym_labeled_statement] = STATE(1121), - [sym_expression_statement] = STATE(1121), - [sym_if_statement] = STATE(1121), - [sym_switch_statement] = STATE(1121), - [sym_case_statement] = STATE(1121), - [sym_while_statement] = STATE(1121), - [sym_do_statement] = STATE(1121), - [sym_for_statement] = STATE(1121), - [sym_return_statement] = STATE(1121), - [sym_break_statement] = STATE(1121), - [sym_continue_statement] = STATE(1121), - [sym_goto_statement] = STATE(1121), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [861] = { + [sym__expression] = STATE(1008), + [sym_conditional_expression] = STATE(1008), + [sym_assignment_expression] = STATE(1008), + [sym_pointer_expression] = STATE(1008), + [sym_logical_expression] = STATE(1008), + [sym_bitwise_expression] = STATE(1008), + [sym_equality_expression] = STATE(1008), + [sym_relational_expression] = STATE(1008), + [sym_shift_expression] = STATE(1008), + [sym_math_expression] = STATE(1008), + [sym_cast_expression] = STATE(1008), + [sym_sizeof_expression] = STATE(1008), + [sym_subscript_expression] = STATE(1008), + [sym_call_expression] = STATE(1008), + [sym_field_expression] = STATE(1008), + [sym_compound_literal_expression] = STATE(1008), + [sym_parenthesized_expression] = STATE(1008), + [sym_concatenated_string] = STATE(1008), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2771), + [sym_char_literal] = ACTIONS(2771), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2773), + [sym_false] = ACTIONS(2773), + [sym_null] = ACTIONS(2773), + [sym_identifier] = ACTIONS(2773), [sym_comment] = ACTIONS(39), }, - [945] = { - [anon_sym_LPAREN] = ACTIONS(2951), + [862] = { + [anon_sym_while] = ACTIONS(2775), [sym_comment] = ACTIONS(39), }, - [946] = { - [sym__expression] = STATE(1124), - [sym_conditional_expression] = STATE(1124), - [sym_assignment_expression] = STATE(1124), - [sym_pointer_expression] = STATE(1124), - [sym_logical_expression] = STATE(1124), - [sym_bitwise_expression] = STATE(1124), - [sym_equality_expression] = STATE(1124), - [sym_relational_expression] = STATE(1124), - [sym_shift_expression] = STATE(1124), - [sym_math_expression] = STATE(1124), - [sym_cast_expression] = STATE(1124), - [sym_sizeof_expression] = STATE(1124), - [sym_subscript_expression] = STATE(1124), - [sym_call_expression] = STATE(1124), - [sym_field_expression] = STATE(1124), - [sym_compound_literal_expression] = STATE(1124), - [sym_parenthesized_expression] = STATE(1124), - [sym_concatenated_string] = STATE(1124), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(2953), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(2955), - [sym_char_literal] = ACTIONS(2955), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2957), - [sym_false] = ACTIONS(2957), - [sym_null] = ACTIONS(2957), - [sym_identifier] = ACTIONS(2957), + [863] = { + [sym_declaration] = STATE(1010), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(1011), + [sym_conditional_expression] = STATE(1011), + [sym_assignment_expression] = STATE(1011), + [sym_pointer_expression] = STATE(1011), + [sym_logical_expression] = STATE(1011), + [sym_bitwise_expression] = STATE(1011), + [sym_equality_expression] = STATE(1011), + [sym_relational_expression] = STATE(1011), + [sym_shift_expression] = STATE(1011), + [sym_math_expression] = STATE(1011), + [sym_cast_expression] = STATE(1011), + [sym_sizeof_expression] = STATE(1011), + [sym_subscript_expression] = STATE(1011), + [sym_call_expression] = STATE(1011), + [sym_field_expression] = STATE(1011), + [sym_compound_literal_expression] = STATE(1011), + [sym_parenthesized_expression] = STATE(1011), + [sym_concatenated_string] = STATE(1011), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(2777), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2779), + [sym_char_literal] = ACTIONS(2779), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2781), + [sym_false] = ACTIONS(2781), + [sym_null] = ACTIONS(2781), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [947] = { - [anon_sym_SEMI] = ACTIONS(2959), + [864] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1663), + [anon_sym_LPAREN] = ACTIONS(1665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_auto] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_AMP] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [sym_char_literal] = ACTIONS(1665), + [sym_string_literal] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_identifier] = ACTIONS(1663), [sym_comment] = ACTIONS(39), }, - [948] = { - [anon_sym_SEMI] = ACTIONS(2961), + [865] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2783), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [949] = { - [sym_identifier] = ACTIONS(2963), + [866] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1671), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1669), + [sym_preproc_directive] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1671), + [anon_sym_typedef] = ACTIONS(1669), + [anon_sym_extern] = ACTIONS(1669), + [anon_sym_LBRACE] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1669), + [anon_sym_auto] = ACTIONS(1669), + [anon_sym_register] = ACTIONS(1669), + [anon_sym_inline] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_restrict] = ACTIONS(1669), + [anon_sym_volatile] = ACTIONS(1669), + [anon_sym__Atomic] = ACTIONS(1669), + [anon_sym_unsigned] = ACTIONS(1669), + [anon_sym_long] = ACTIONS(1669), + [anon_sym_short] = ACTIONS(1669), + [sym_primitive_type] = ACTIONS(1669), + [anon_sym_enum] = ACTIONS(1669), + [anon_sym_struct] = ACTIONS(1669), + [anon_sym_union] = ACTIONS(1669), + [anon_sym_if] = ACTIONS(1669), + [anon_sym_else] = ACTIONS(1669), + [anon_sym_switch] = ACTIONS(1669), + [anon_sym_case] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1669), + [anon_sym_while] = ACTIONS(1669), + [anon_sym_do] = ACTIONS(1669), + [anon_sym_for] = ACTIONS(1669), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1669), + [anon_sym_continue] = ACTIONS(1669), + [anon_sym_goto] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_BANG] = ACTIONS(1671), + [anon_sym_TILDE] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_DASH_DASH] = ACTIONS(1671), + [anon_sym_PLUS_PLUS] = ACTIONS(1671), + [anon_sym_sizeof] = ACTIONS(1669), + [sym_number_literal] = ACTIONS(1671), + [sym_char_literal] = ACTIONS(1671), + [sym_string_literal] = ACTIONS(1671), + [sym_true] = ACTIONS(1669), + [sym_false] = ACTIONS(1669), + [sym_null] = ACTIONS(1669), + [sym_identifier] = ACTIONS(1669), [sym_comment] = ACTIONS(39), }, - [950] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1134), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(2965), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [867] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1673), + [anon_sym_LPAREN] = ACTIONS(1675), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1673), + [sym_preproc_directive] = ACTIONS(1673), + [anon_sym_SEMI] = ACTIONS(1675), + [anon_sym_typedef] = ACTIONS(1673), + [anon_sym_extern] = ACTIONS(1673), + [anon_sym_LBRACE] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1673), + [anon_sym_auto] = ACTIONS(1673), + [anon_sym_register] = ACTIONS(1673), + [anon_sym_inline] = ACTIONS(1673), + [anon_sym_const] = ACTIONS(1673), + [anon_sym_restrict] = ACTIONS(1673), + [anon_sym_volatile] = ACTIONS(1673), + [anon_sym__Atomic] = ACTIONS(1673), + [anon_sym_unsigned] = ACTIONS(1673), + [anon_sym_long] = ACTIONS(1673), + [anon_sym_short] = ACTIONS(1673), + [sym_primitive_type] = ACTIONS(1673), + [anon_sym_enum] = ACTIONS(1673), + [anon_sym_struct] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_if] = ACTIONS(1673), + [anon_sym_else] = ACTIONS(1673), + [anon_sym_switch] = ACTIONS(1673), + [anon_sym_case] = ACTIONS(1673), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_while] = ACTIONS(1673), + [anon_sym_do] = ACTIONS(1673), + [anon_sym_for] = ACTIONS(1673), + [anon_sym_return] = ACTIONS(1673), + [anon_sym_break] = ACTIONS(1673), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_BANG] = ACTIONS(1675), + [anon_sym_TILDE] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1673), + [anon_sym_DASH_DASH] = ACTIONS(1675), + [anon_sym_PLUS_PLUS] = ACTIONS(1675), + [anon_sym_sizeof] = ACTIONS(1673), + [sym_number_literal] = ACTIONS(1675), + [sym_char_literal] = ACTIONS(1675), + [sym_string_literal] = ACTIONS(1675), + [sym_true] = ACTIONS(1673), + [sym_false] = ACTIONS(1673), + [sym_null] = ACTIONS(1673), + [sym_identifier] = ACTIONS(1673), [sym_comment] = ACTIONS(39), }, - [951] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1142), - [anon_sym_LPAREN] = ACTIONS(1144), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1142), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1142), - [sym_preproc_directive] = ACTIONS(1142), - [anon_sym_SEMI] = ACTIONS(1144), - [anon_sym_typedef] = ACTIONS(1142), - [anon_sym_extern] = ACTIONS(1142), - [anon_sym_LBRACE] = ACTIONS(1144), - [anon_sym_STAR] = ACTIONS(1144), - [anon_sym_static] = ACTIONS(1142), - [anon_sym_auto] = ACTIONS(1142), - [anon_sym_register] = ACTIONS(1142), - [anon_sym_inline] = ACTIONS(1142), - [anon_sym_const] = ACTIONS(1142), - [anon_sym_restrict] = ACTIONS(1142), - [anon_sym_volatile] = ACTIONS(1142), - [anon_sym__Atomic] = ACTIONS(1142), - [anon_sym_unsigned] = ACTIONS(1142), - [anon_sym_long] = ACTIONS(1142), - [anon_sym_short] = ACTIONS(1142), - [sym_primitive_type] = ACTIONS(1142), - [anon_sym_enum] = ACTIONS(1142), - [anon_sym_struct] = ACTIONS(1142), - [anon_sym_union] = ACTIONS(1142), - [anon_sym_if] = ACTIONS(1142), - [anon_sym_switch] = ACTIONS(1142), - [anon_sym_case] = ACTIONS(1142), - [anon_sym_default] = ACTIONS(1142), - [anon_sym_while] = ACTIONS(1142), - [anon_sym_do] = ACTIONS(1142), - [anon_sym_for] = ACTIONS(1142), - [anon_sym_return] = ACTIONS(1142), - [anon_sym_break] = ACTIONS(1142), - [anon_sym_continue] = ACTIONS(1142), - [anon_sym_goto] = ACTIONS(1142), - [anon_sym_AMP] = ACTIONS(1144), - [anon_sym_BANG] = ACTIONS(1144), - [anon_sym_TILDE] = ACTIONS(1144), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1144), - [anon_sym_PLUS_PLUS] = ACTIONS(1144), - [anon_sym_sizeof] = ACTIONS(1142), - [sym_number_literal] = ACTIONS(1144), - [sym_char_literal] = ACTIONS(1144), - [sym_string_literal] = ACTIONS(1144), - [sym_true] = ACTIONS(1142), - [sym_false] = ACTIONS(1142), - [sym_null] = ACTIONS(1142), - [sym_identifier] = ACTIONS(1142), + [868] = { + [anon_sym_SEMI] = ACTIONS(2785), [sym_comment] = ACTIONS(39), }, - [952] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1146), - [anon_sym_LPAREN] = ACTIONS(1148), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1146), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1146), - [sym_preproc_directive] = ACTIONS(1146), - [anon_sym_SEMI] = ACTIONS(1148), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(1146), - [anon_sym_LBRACE] = ACTIONS(1148), - [anon_sym_STAR] = ACTIONS(1148), - [anon_sym_static] = ACTIONS(1146), - [anon_sym_auto] = ACTIONS(1146), - [anon_sym_register] = ACTIONS(1146), - [anon_sym_inline] = ACTIONS(1146), - [anon_sym_const] = ACTIONS(1146), - [anon_sym_restrict] = ACTIONS(1146), - [anon_sym_volatile] = ACTIONS(1146), - [anon_sym__Atomic] = ACTIONS(1146), - [anon_sym_unsigned] = ACTIONS(1146), - [anon_sym_long] = ACTIONS(1146), - [anon_sym_short] = ACTIONS(1146), - [sym_primitive_type] = ACTIONS(1146), - [anon_sym_enum] = ACTIONS(1146), - [anon_sym_struct] = ACTIONS(1146), - [anon_sym_union] = ACTIONS(1146), - [anon_sym_if] = ACTIONS(1146), - [anon_sym_switch] = ACTIONS(1146), - [anon_sym_case] = ACTIONS(1146), - [anon_sym_default] = ACTIONS(1146), - [anon_sym_while] = ACTIONS(1146), - [anon_sym_do] = ACTIONS(1146), - [anon_sym_for] = ACTIONS(1146), - [anon_sym_return] = ACTIONS(1146), - [anon_sym_break] = ACTIONS(1146), - [anon_sym_continue] = ACTIONS(1146), - [anon_sym_goto] = ACTIONS(1146), - [anon_sym_AMP] = ACTIONS(1148), - [anon_sym_BANG] = ACTIONS(1148), - [anon_sym_TILDE] = ACTIONS(1148), - [anon_sym_PLUS] = ACTIONS(1146), - [anon_sym_DASH] = ACTIONS(1146), - [anon_sym_DASH_DASH] = ACTIONS(1148), - [anon_sym_PLUS_PLUS] = ACTIONS(1148), - [anon_sym_sizeof] = ACTIONS(1146), - [sym_number_literal] = ACTIONS(1148), - [sym_char_literal] = ACTIONS(1148), - [sym_string_literal] = ACTIONS(1148), - [sym_true] = ACTIONS(1146), - [sym_false] = ACTIONS(1146), - [sym_null] = ACTIONS(1146), - [sym_identifier] = ACTIONS(1146), + [869] = { + [sym_compound_statement] = STATE(1015), + [sym_labeled_statement] = STATE(1015), + [sym_expression_statement] = STATE(1015), + [sym_if_statement] = STATE(1015), + [sym_switch_statement] = STATE(1015), + [sym_case_statement] = STATE(1015), + [sym_while_statement] = STATE(1015), + [sym_do_statement] = STATE(1015), + [sym_for_statement] = STATE(1015), + [sym_return_statement] = STATE(1015), + [sym_break_statement] = STATE(1015), + [sym_continue_statement] = STATE(1015), + [sym_goto_statement] = STATE(1015), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [953] = { - [sym__declarator] = STATE(1130), - [sym_pointer_declarator] = STATE(1130), - [sym_function_declarator] = STATE(1130), - [sym_array_declarator] = STATE(1130), - [sym_init_declarator] = STATE(1131), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_SEMI] = ACTIONS(2967), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(2969), + [870] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2789), + [anon_sym_LPAREN] = ACTIONS(2791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_SEMI] = ACTIONS(2791), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2791), + [anon_sym_RBRACE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_auto] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [sym_primitive_type] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2789), + [anon_sym_switch] = ACTIONS(2789), + [anon_sym_case] = ACTIONS(2789), + [anon_sym_default] = ACTIONS(2789), + [anon_sym_while] = ACTIONS(2789), + [anon_sym_do] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2789), + [anon_sym_return] = ACTIONS(2789), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2789), + [anon_sym_goto] = ACTIONS(2789), + [anon_sym_AMP] = ACTIONS(2791), + [anon_sym_BANG] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_PLUS] = ACTIONS(2789), + [anon_sym_DASH] = ACTIONS(2789), + [anon_sym_DASH_DASH] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2791), + [anon_sym_sizeof] = ACTIONS(2789), + [sym_number_literal] = ACTIONS(2791), + [sym_char_literal] = ACTIONS(2791), + [sym_string_literal] = ACTIONS(2791), + [sym_true] = ACTIONS(2789), + [sym_false] = ACTIONS(2789), + [sym_null] = ACTIONS(2789), + [sym_identifier] = ACTIONS(2789), [sym_comment] = ACTIONS(39), }, - [954] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(2971), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [871] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), + [anon_sym_LPAREN] = ACTIONS(2795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_RBRACE] = ACTIONS(2795), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_auto] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [sym_primitive_type] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_switch] = ACTIONS(2793), + [anon_sym_case] = ACTIONS(2793), + [anon_sym_default] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_do] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_goto] = ACTIONS(2793), + [anon_sym_AMP] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_sizeof] = ACTIONS(2793), + [sym_number_literal] = ACTIONS(2795), + [sym_char_literal] = ACTIONS(2795), + [sym_string_literal] = ACTIONS(2795), + [sym_true] = ACTIONS(2793), + [sym_false] = ACTIONS(2793), + [sym_null] = ACTIONS(2793), + [sym_identifier] = ACTIONS(2793), [sym_comment] = ACTIONS(39), }, - [955] = { - [anon_sym_SEMI] = ACTIONS(2971), + [872] = { + [sym_parameter_list] = STATE(127), + [aux_sym_declaration_repeat1] = STATE(310), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, - [956] = { - [sym_preproc_include] = STATE(1133), - [sym_preproc_def] = STATE(1133), - [sym_preproc_function_def] = STATE(1133), - [sym_preproc_call] = STATE(1133), - [sym_preproc_if_in_compound_statement] = STATE(951), - [sym_preproc_ifdef_in_compound_statement] = STATE(952), - [sym_declaration] = STATE(1133), - [sym_type_definition] = STATE(1133), - [sym__declaration_specifiers] = STATE(953), - [sym_compound_statement] = STATE(1133), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [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(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [sym__empty_declaration] = STATE(1133), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1133), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2448), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2450), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2452), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2973), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2456), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2458), - [sym_preproc_directive] = ACTIONS(2460), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_typedef] = ACTIONS(2464), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(2494), + [873] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1713), + [anon_sym_LPAREN] = ACTIONS(1715), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1713), + [sym_preproc_directive] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1715), + [anon_sym_typedef] = ACTIONS(1713), + [anon_sym_extern] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1713), + [anon_sym_auto] = ACTIONS(1713), + [anon_sym_register] = ACTIONS(1713), + [anon_sym_inline] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1713), + [anon_sym_restrict] = ACTIONS(1713), + [anon_sym_volatile] = ACTIONS(1713), + [anon_sym__Atomic] = ACTIONS(1713), + [anon_sym_unsigned] = ACTIONS(1713), + [anon_sym_long] = ACTIONS(1713), + [anon_sym_short] = ACTIONS(1713), + [sym_primitive_type] = ACTIONS(1713), + [anon_sym_enum] = ACTIONS(1713), + [anon_sym_struct] = ACTIONS(1713), + [anon_sym_union] = ACTIONS(1713), + [anon_sym_if] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1713), + [anon_sym_case] = ACTIONS(1713), + [anon_sym_default] = ACTIONS(1713), + [anon_sym_while] = ACTIONS(1713), + [anon_sym_do] = ACTIONS(1713), + [anon_sym_for] = ACTIONS(1713), + [anon_sym_return] = ACTIONS(1713), + [anon_sym_break] = ACTIONS(1713), + [anon_sym_continue] = ACTIONS(1713), + [anon_sym_goto] = ACTIONS(1713), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_BANG] = ACTIONS(1715), + [anon_sym_TILDE] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1715), + [anon_sym_PLUS_PLUS] = ACTIONS(1715), + [anon_sym_sizeof] = ACTIONS(1713), + [sym_number_literal] = ACTIONS(1715), + [sym_char_literal] = ACTIONS(1715), + [sym_string_literal] = ACTIONS(1715), + [sym_true] = ACTIONS(1713), + [sym_false] = ACTIONS(1713), + [sym_null] = ACTIONS(1713), + [sym_identifier] = ACTIONS(1713), [sym_comment] = ACTIONS(39), }, - [957] = { - [sym_preproc_include] = STATE(1136), - [sym_preproc_def] = STATE(1136), - [sym_preproc_function_def] = STATE(1136), - [sym_preproc_call] = STATE(1136), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1134), - [sym_preproc_elif_in_compound_statement] = STATE(1135), - [sym_declaration] = STATE(1136), - [sym_type_definition] = STATE(1136), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1136), + [874] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2797), + [anon_sym_LPAREN] = ACTIONS(2799), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_SEMI] = ACTIONS(2799), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2799), + [anon_sym_RBRACE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_auto] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_switch] = ACTIONS(2797), + [anon_sym_case] = ACTIONS(2797), + [anon_sym_default] = ACTIONS(2797), + [anon_sym_while] = ACTIONS(2797), + [anon_sym_do] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_goto] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_BANG] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2799), + [anon_sym_PLUS_PLUS] = ACTIONS(2799), + [anon_sym_sizeof] = ACTIONS(2797), + [sym_number_literal] = ACTIONS(2799), + [sym_char_literal] = ACTIONS(2799), + [sym_string_literal] = ACTIONS(2799), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_null] = ACTIONS(2797), + [sym_identifier] = ACTIONS(2797), + [sym_comment] = ACTIONS(39), + }, + [875] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2801), + [sym_comment] = ACTIONS(39), + }, + [876] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2803), + [sym_comment] = ACTIONS(39), + }, + [877] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -33419,5364 +33350,5315 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1136), - [sym_expression_statement] = STATE(1136), - [sym_if_statement] = STATE(1136), - [sym_switch_statement] = STATE(1136), - [sym_case_statement] = STATE(1136), - [sym_while_statement] = STATE(1136), - [sym_do_statement] = STATE(1136), - [sym_for_statement] = STATE(1136), - [sym_return_statement] = STATE(1136), - [sym_break_statement] = STATE(1136), - [sym_continue_statement] = STATE(1136), - [sym_goto_statement] = STATE(1136), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1136), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1136), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2975), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2805), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2808), + [anon_sym_LPAREN] = ACTIONS(1785), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2811), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2816), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2819), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2814), + [sym_preproc_directive] = ACTIONS(2822), + [anon_sym_SEMI] = ACTIONS(2825), + [anon_sym_typedef] = ACTIONS(2828), + [anon_sym_extern] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(2831), + [anon_sym_STAR] = ACTIONS(1814), + [anon_sym_static] = ACTIONS(1806), + [anon_sym_auto] = ACTIONS(1806), + [anon_sym_register] = ACTIONS(1806), + [anon_sym_inline] = ACTIONS(1806), + [anon_sym_const] = ACTIONS(1817), + [anon_sym_restrict] = ACTIONS(1817), + [anon_sym_volatile] = ACTIONS(1817), + [anon_sym__Atomic] = ACTIONS(1817), + [anon_sym_unsigned] = ACTIONS(1820), + [anon_sym_long] = ACTIONS(1820), + [anon_sym_short] = ACTIONS(1820), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1826), + [anon_sym_struct] = ACTIONS(1829), + [anon_sym_union] = ACTIONS(1832), + [anon_sym_if] = ACTIONS(2834), + [anon_sym_switch] = ACTIONS(2837), + [anon_sym_case] = ACTIONS(2840), + [anon_sym_default] = ACTIONS(2843), + [anon_sym_while] = ACTIONS(2846), + [anon_sym_do] = ACTIONS(2849), + [anon_sym_for] = ACTIONS(2852), + [anon_sym_return] = ACTIONS(2855), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2861), + [anon_sym_goto] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1868), + [anon_sym_TILDE] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1874), + [anon_sym_DASH] = ACTIONS(1874), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1880), + [sym_number_literal] = ACTIONS(2867), + [sym_char_literal] = ACTIONS(2867), + [sym_string_literal] = ACTIONS(1886), + [sym_true] = ACTIONS(2870), + [sym_false] = ACTIONS(2870), + [sym_null] = ACTIONS(2870), + [sym_identifier] = ACTIONS(2873), [sym_comment] = ACTIONS(39), }, - [958] = { - [sym_preproc_arg] = ACTIONS(2977), - [sym_comment] = ACTIONS(47), + [878] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2876), + [anon_sym_LPAREN] = ACTIONS(2878), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2876), + [sym_preproc_directive] = ACTIONS(2876), + [anon_sym_SEMI] = ACTIONS(2878), + [anon_sym_typedef] = ACTIONS(2876), + [anon_sym_extern] = ACTIONS(2876), + [anon_sym_LBRACE] = ACTIONS(2878), + [anon_sym_RBRACE] = ACTIONS(2878), + [anon_sym_STAR] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2876), + [anon_sym_auto] = ACTIONS(2876), + [anon_sym_register] = ACTIONS(2876), + [anon_sym_inline] = ACTIONS(2876), + [anon_sym_const] = ACTIONS(2876), + [anon_sym_restrict] = ACTIONS(2876), + [anon_sym_volatile] = ACTIONS(2876), + [anon_sym__Atomic] = ACTIONS(2876), + [anon_sym_unsigned] = ACTIONS(2876), + [anon_sym_long] = ACTIONS(2876), + [anon_sym_short] = ACTIONS(2876), + [sym_primitive_type] = ACTIONS(2876), + [anon_sym_enum] = ACTIONS(2876), + [anon_sym_struct] = ACTIONS(2876), + [anon_sym_union] = ACTIONS(2876), + [anon_sym_if] = ACTIONS(2876), + [anon_sym_switch] = ACTIONS(2876), + [anon_sym_case] = ACTIONS(2876), + [anon_sym_default] = ACTIONS(2876), + [anon_sym_while] = ACTIONS(2876), + [anon_sym_do] = ACTIONS(2876), + [anon_sym_for] = ACTIONS(2876), + [anon_sym_return] = ACTIONS(2876), + [anon_sym_break] = ACTIONS(2876), + [anon_sym_continue] = ACTIONS(2876), + [anon_sym_goto] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2878), + [anon_sym_BANG] = ACTIONS(2878), + [anon_sym_TILDE] = ACTIONS(2878), + [anon_sym_PLUS] = ACTIONS(2876), + [anon_sym_DASH] = ACTIONS(2876), + [anon_sym_DASH_DASH] = ACTIONS(2878), + [anon_sym_PLUS_PLUS] = ACTIONS(2878), + [anon_sym_sizeof] = ACTIONS(2876), + [sym_number_literal] = ACTIONS(2878), + [sym_char_literal] = ACTIONS(2878), + [sym_string_literal] = ACTIONS(2878), + [sym_true] = ACTIONS(2876), + [sym_false] = ACTIONS(2876), + [sym_null] = ACTIONS(2876), + [sym_identifier] = ACTIONS(2876), + [sym_comment] = ACTIONS(39), }, - [959] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(167), - [sym_preproc_directive] = ACTIONS(167), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(167), - [anon_sym_LBRACE] = ACTIONS(165), - [anon_sym_STAR] = ACTIONS(165), - [anon_sym_static] = ACTIONS(167), - [anon_sym_auto] = ACTIONS(167), - [anon_sym_register] = ACTIONS(167), - [anon_sym_inline] = ACTIONS(167), - [anon_sym_const] = ACTIONS(167), - [anon_sym_restrict] = ACTIONS(167), - [anon_sym_volatile] = ACTIONS(167), - [anon_sym__Atomic] = ACTIONS(167), - [anon_sym_unsigned] = ACTIONS(167), - [anon_sym_long] = ACTIONS(167), - [anon_sym_short] = ACTIONS(167), - [sym_primitive_type] = ACTIONS(167), - [anon_sym_enum] = ACTIONS(167), - [anon_sym_struct] = ACTIONS(167), - [anon_sym_union] = ACTIONS(167), - [anon_sym_if] = ACTIONS(167), - [anon_sym_switch] = ACTIONS(167), - [anon_sym_case] = ACTIONS(167), - [anon_sym_default] = ACTIONS(167), - [anon_sym_while] = ACTIONS(167), - [anon_sym_do] = ACTIONS(167), - [anon_sym_for] = ACTIONS(167), - [anon_sym_return] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(167), - [anon_sym_AMP] = ACTIONS(165), - [anon_sym_BANG] = ACTIONS(165), - [anon_sym_TILDE] = ACTIONS(165), - [anon_sym_PLUS] = ACTIONS(167), - [anon_sym_DASH] = ACTIONS(167), - [anon_sym_DASH_DASH] = ACTIONS(165), - [anon_sym_PLUS_PLUS] = ACTIONS(165), - [anon_sym_sizeof] = ACTIONS(167), - [sym_number_literal] = ACTIONS(165), - [sym_char_literal] = ACTIONS(165), - [sym_string_literal] = ACTIONS(165), - [sym_true] = ACTIONS(167), - [sym_false] = ACTIONS(167), - [sym_null] = ACTIONS(167), - [sym_identifier] = ACTIONS(167), + [879] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2880), + [anon_sym_LPAREN] = ACTIONS(2882), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2880), + [sym_preproc_directive] = ACTIONS(2880), + [anon_sym_SEMI] = ACTIONS(2882), + [anon_sym_typedef] = ACTIONS(2880), + [anon_sym_extern] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2882), + [anon_sym_RBRACE] = ACTIONS(2882), + [anon_sym_STAR] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2880), + [anon_sym_auto] = ACTIONS(2880), + [anon_sym_register] = ACTIONS(2880), + [anon_sym_inline] = ACTIONS(2880), + [anon_sym_const] = ACTIONS(2880), + [anon_sym_restrict] = ACTIONS(2880), + [anon_sym_volatile] = ACTIONS(2880), + [anon_sym__Atomic] = ACTIONS(2880), + [anon_sym_unsigned] = ACTIONS(2880), + [anon_sym_long] = ACTIONS(2880), + [anon_sym_short] = ACTIONS(2880), + [sym_primitive_type] = ACTIONS(2880), + [anon_sym_enum] = ACTIONS(2880), + [anon_sym_struct] = ACTIONS(2880), + [anon_sym_union] = ACTIONS(2880), + [anon_sym_if] = ACTIONS(2880), + [anon_sym_switch] = ACTIONS(2880), + [anon_sym_case] = ACTIONS(2880), + [anon_sym_default] = ACTIONS(2880), + [anon_sym_while] = ACTIONS(2880), + [anon_sym_do] = ACTIONS(2880), + [anon_sym_for] = ACTIONS(2880), + [anon_sym_return] = ACTIONS(2880), + [anon_sym_break] = ACTIONS(2880), + [anon_sym_continue] = ACTIONS(2880), + [anon_sym_goto] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2882), + [anon_sym_BANG] = ACTIONS(2882), + [anon_sym_TILDE] = ACTIONS(2882), + [anon_sym_PLUS] = ACTIONS(2880), + [anon_sym_DASH] = ACTIONS(2880), + [anon_sym_DASH_DASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2882), + [anon_sym_sizeof] = ACTIONS(2880), + [sym_number_literal] = ACTIONS(2882), + [sym_char_literal] = ACTIONS(2882), + [sym_string_literal] = ACTIONS(2882), + [sym_true] = ACTIONS(2880), + [sym_false] = ACTIONS(2880), + [sym_null] = ACTIONS(2880), + [sym_identifier] = ACTIONS(2880), [sym_comment] = ACTIONS(39), }, - [960] = { - [sym__type_declarator] = STATE(1138), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [880] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2884), + [anon_sym_LPAREN] = ACTIONS(2886), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2884), + [sym_preproc_directive] = ACTIONS(2884), + [anon_sym_SEMI] = ACTIONS(2886), + [anon_sym_typedef] = ACTIONS(2884), + [anon_sym_extern] = ACTIONS(2884), + [anon_sym_LBRACE] = ACTIONS(2886), + [anon_sym_RBRACE] = ACTIONS(2886), + [anon_sym_STAR] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2884), + [anon_sym_auto] = ACTIONS(2884), + [anon_sym_register] = ACTIONS(2884), + [anon_sym_inline] = ACTIONS(2884), + [anon_sym_const] = ACTIONS(2884), + [anon_sym_restrict] = ACTIONS(2884), + [anon_sym_volatile] = ACTIONS(2884), + [anon_sym__Atomic] = ACTIONS(2884), + [anon_sym_unsigned] = ACTIONS(2884), + [anon_sym_long] = ACTIONS(2884), + [anon_sym_short] = ACTIONS(2884), + [sym_primitive_type] = ACTIONS(2884), + [anon_sym_enum] = ACTIONS(2884), + [anon_sym_struct] = ACTIONS(2884), + [anon_sym_union] = ACTIONS(2884), + [anon_sym_if] = ACTIONS(2884), + [anon_sym_switch] = ACTIONS(2884), + [anon_sym_case] = ACTIONS(2884), + [anon_sym_default] = ACTIONS(2884), + [anon_sym_while] = ACTIONS(2884), + [anon_sym_do] = ACTIONS(2884), + [anon_sym_for] = ACTIONS(2884), + [anon_sym_return] = ACTIONS(2884), + [anon_sym_break] = ACTIONS(2884), + [anon_sym_continue] = ACTIONS(2884), + [anon_sym_goto] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2886), + [anon_sym_BANG] = ACTIONS(2886), + [anon_sym_TILDE] = ACTIONS(2886), + [anon_sym_PLUS] = ACTIONS(2884), + [anon_sym_DASH] = ACTIONS(2884), + [anon_sym_DASH_DASH] = ACTIONS(2886), + [anon_sym_PLUS_PLUS] = ACTIONS(2886), + [anon_sym_sizeof] = ACTIONS(2884), + [sym_number_literal] = ACTIONS(2886), + [sym_char_literal] = ACTIONS(2886), + [sym_string_literal] = ACTIONS(2886), + [sym_true] = ACTIONS(2884), + [sym_false] = ACTIONS(2884), + [sym_null] = ACTIONS(2884), + [sym_identifier] = ACTIONS(2884), [sym_comment] = ACTIONS(39), }, - [961] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(1139), - [sym_sized_type_specifier] = STATE(1139), - [sym_enum_specifier] = STATE(1139), - [sym_struct_specifier] = STATE(1139), - [sym_union_specifier] = STATE(1139), - [sym_macro_type_specifier] = STATE(1139), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [881] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2888), [sym_comment] = ACTIONS(39), }, - [962] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1042), - [sym_char_literal] = ACTIONS(1042), - [sym_string_literal] = ACTIONS(1042), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [882] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2890), [sym_comment] = ACTIONS(39), }, - [963] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), + [883] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2892), + [anon_sym_LPAREN] = ACTIONS(2894), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2892), + [sym_preproc_directive] = ACTIONS(2892), + [anon_sym_SEMI] = ACTIONS(2894), + [anon_sym_typedef] = ACTIONS(2892), + [anon_sym_extern] = ACTIONS(2892), + [anon_sym_LBRACE] = ACTIONS(2894), + [anon_sym_RBRACE] = ACTIONS(2894), + [anon_sym_STAR] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2892), + [anon_sym_auto] = ACTIONS(2892), + [anon_sym_register] = ACTIONS(2892), + [anon_sym_inline] = ACTIONS(2892), + [anon_sym_const] = ACTIONS(2892), + [anon_sym_restrict] = ACTIONS(2892), + [anon_sym_volatile] = ACTIONS(2892), + [anon_sym__Atomic] = ACTIONS(2892), + [anon_sym_unsigned] = ACTIONS(2892), + [anon_sym_long] = ACTIONS(2892), + [anon_sym_short] = ACTIONS(2892), + [sym_primitive_type] = ACTIONS(2892), + [anon_sym_enum] = ACTIONS(2892), + [anon_sym_struct] = ACTIONS(2892), + [anon_sym_union] = ACTIONS(2892), + [anon_sym_if] = ACTIONS(2892), + [anon_sym_switch] = ACTIONS(2892), + [anon_sym_case] = ACTIONS(2892), + [anon_sym_default] = ACTIONS(2892), + [anon_sym_while] = ACTIONS(2892), + [anon_sym_do] = ACTIONS(2892), + [anon_sym_for] = ACTIONS(2892), + [anon_sym_return] = ACTIONS(2892), + [anon_sym_break] = ACTIONS(2892), + [anon_sym_continue] = ACTIONS(2892), + [anon_sym_goto] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2894), + [anon_sym_BANG] = ACTIONS(2894), + [anon_sym_TILDE] = ACTIONS(2894), + [anon_sym_PLUS] = ACTIONS(2892), + [anon_sym_DASH] = ACTIONS(2892), + [anon_sym_DASH_DASH] = ACTIONS(2894), + [anon_sym_PLUS_PLUS] = ACTIONS(2894), + [anon_sym_sizeof] = ACTIONS(2892), + [sym_number_literal] = ACTIONS(2894), + [sym_char_literal] = ACTIONS(2894), + [sym_string_literal] = ACTIONS(2894), + [sym_true] = ACTIONS(2892), + [sym_false] = ACTIONS(2892), + [sym_null] = ACTIONS(2892), + [sym_identifier] = ACTIONS(2892), + [sym_comment] = ACTIONS(39), + }, + [884] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2896), + [anon_sym_LPAREN] = ACTIONS(2898), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2896), + [sym_preproc_directive] = ACTIONS(2896), + [anon_sym_SEMI] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2896), + [anon_sym_extern] = ACTIONS(2896), + [anon_sym_LBRACE] = ACTIONS(2898), + [anon_sym_RBRACE] = ACTIONS(2898), + [anon_sym_STAR] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2896), + [anon_sym_auto] = ACTIONS(2896), + [anon_sym_register] = ACTIONS(2896), + [anon_sym_inline] = ACTIONS(2896), + [anon_sym_const] = ACTIONS(2896), + [anon_sym_restrict] = ACTIONS(2896), + [anon_sym_volatile] = ACTIONS(2896), + [anon_sym__Atomic] = ACTIONS(2896), + [anon_sym_unsigned] = ACTIONS(2896), + [anon_sym_long] = ACTIONS(2896), + [anon_sym_short] = ACTIONS(2896), + [sym_primitive_type] = ACTIONS(2896), + [anon_sym_enum] = ACTIONS(2896), + [anon_sym_struct] = ACTIONS(2896), + [anon_sym_union] = ACTIONS(2896), + [anon_sym_if] = ACTIONS(2896), + [anon_sym_switch] = ACTIONS(2896), + [anon_sym_case] = ACTIONS(2896), + [anon_sym_default] = ACTIONS(2896), + [anon_sym_while] = ACTIONS(2896), + [anon_sym_do] = ACTIONS(2896), + [anon_sym_for] = ACTIONS(2896), + [anon_sym_return] = ACTIONS(2896), + [anon_sym_break] = ACTIONS(2896), + [anon_sym_continue] = ACTIONS(2896), + [anon_sym_goto] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_BANG] = ACTIONS(2898), + [anon_sym_TILDE] = ACTIONS(2898), + [anon_sym_PLUS] = ACTIONS(2896), + [anon_sym_DASH] = ACTIONS(2896), + [anon_sym_DASH_DASH] = ACTIONS(2898), + [anon_sym_PLUS_PLUS] = ACTIONS(2898), + [anon_sym_sizeof] = ACTIONS(2896), + [sym_number_literal] = ACTIONS(2898), + [sym_char_literal] = ACTIONS(2898), + [sym_string_literal] = ACTIONS(2898), + [sym_true] = ACTIONS(2896), + [sym_false] = ACTIONS(2896), + [sym_null] = ACTIONS(2896), + [sym_identifier] = ACTIONS(2896), + [sym_comment] = ACTIONS(39), + }, + [885] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2900), + [anon_sym_LPAREN] = ACTIONS(2902), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2900), + [sym_preproc_directive] = ACTIONS(2900), + [anon_sym_SEMI] = ACTIONS(2902), + [anon_sym_typedef] = ACTIONS(2900), + [anon_sym_extern] = ACTIONS(2900), + [anon_sym_LBRACE] = ACTIONS(2902), + [anon_sym_RBRACE] = ACTIONS(2902), + [anon_sym_STAR] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2900), + [anon_sym_auto] = ACTIONS(2900), + [anon_sym_register] = ACTIONS(2900), + [anon_sym_inline] = ACTIONS(2900), + [anon_sym_const] = ACTIONS(2900), + [anon_sym_restrict] = ACTIONS(2900), + [anon_sym_volatile] = ACTIONS(2900), + [anon_sym__Atomic] = ACTIONS(2900), + [anon_sym_unsigned] = ACTIONS(2900), + [anon_sym_long] = ACTIONS(2900), + [anon_sym_short] = ACTIONS(2900), + [sym_primitive_type] = ACTIONS(2900), + [anon_sym_enum] = ACTIONS(2900), + [anon_sym_struct] = ACTIONS(2900), + [anon_sym_union] = ACTIONS(2900), + [anon_sym_if] = ACTIONS(2900), + [anon_sym_switch] = ACTIONS(2900), + [anon_sym_case] = ACTIONS(2900), + [anon_sym_default] = ACTIONS(2900), + [anon_sym_while] = ACTIONS(2900), + [anon_sym_do] = ACTIONS(2900), + [anon_sym_for] = ACTIONS(2900), + [anon_sym_return] = ACTIONS(2900), + [anon_sym_break] = ACTIONS(2900), + [anon_sym_continue] = ACTIONS(2900), + [anon_sym_goto] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2902), + [anon_sym_BANG] = ACTIONS(2902), + [anon_sym_TILDE] = ACTIONS(2902), + [anon_sym_PLUS] = ACTIONS(2900), + [anon_sym_DASH] = ACTIONS(2900), + [anon_sym_DASH_DASH] = ACTIONS(2902), + [anon_sym_PLUS_PLUS] = ACTIONS(2902), + [anon_sym_sizeof] = ACTIONS(2900), + [sym_number_literal] = ACTIONS(2902), + [sym_char_literal] = ACTIONS(2902), + [sym_string_literal] = ACTIONS(2902), + [sym_true] = ACTIONS(2900), + [sym_false] = ACTIONS(2900), + [sym_null] = ACTIONS(2900), + [sym_identifier] = ACTIONS(2900), + [sym_comment] = ACTIONS(39), + }, + [886] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2904), + [sym_comment] = ACTIONS(39), + }, + [887] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2906), + [sym_comment] = ACTIONS(39), + }, + [888] = { + [anon_sym_RPAREN] = ACTIONS(2908), + [sym_comment] = ACTIONS(39), + }, + [889] = { + [sym_type_qualifier] = STATE(115), + [sym__type_specifier] = STATE(113), + [sym_sized_type_specifier] = STATE(113), + [sym_enum_specifier] = STATE(113), + [sym_struct_specifier] = STATE(113), + [sym_union_specifier] = STATE(113), + [sym__expression] = STATE(394), + [sym_comma_expression] = STATE(395), + [sym_conditional_expression] = STATE(394), + [sym_assignment_expression] = STATE(394), + [sym_pointer_expression] = STATE(394), + [sym_logical_expression] = STATE(394), + [sym_bitwise_expression] = STATE(394), + [sym_equality_expression] = STATE(394), + [sym_relational_expression] = STATE(394), + [sym_shift_expression] = STATE(394), + [sym_math_expression] = STATE(394), + [sym_cast_expression] = STATE(394), + [sym_type_descriptor] = STATE(1023), + [sym_sizeof_expression] = STATE(394), + [sym_subscript_expression] = STATE(394), + [sym_call_expression] = STATE(394), + [sym_field_expression] = STATE(394), + [sym_compound_literal_expression] = STATE(394), + [sym_parenthesized_expression] = STATE(394), + [sym_concatenated_string] = STATE(394), + [sym_macro_type_specifier] = STATE(113), + [aux_sym_type_definition_repeat1] = STATE(115), + [aux_sym_sized_type_specifier_repeat1] = STATE(116), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), [anon_sym_const] = ACTIONS(25), [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), + [anon_sym_unsigned] = ACTIONS(217), + [anon_sym_long] = ACTIONS(217), + [anon_sym_short] = ACTIONS(217), + [sym_primitive_type] = ACTIONS(219), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(944), + [sym_char_literal] = ACTIONS(944), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(948), + [sym_false] = ACTIONS(948), + [sym_null] = ACTIONS(948), + [sym_identifier] = ACTIONS(950), [sym_comment] = ACTIONS(39), }, - [964] = { - [sym__expression] = STATE(1141), - [sym_conditional_expression] = STATE(1141), - [sym_assignment_expression] = STATE(1141), - [sym_pointer_expression] = STATE(1141), - [sym_logical_expression] = STATE(1141), - [sym_bitwise_expression] = STATE(1141), - [sym_equality_expression] = STATE(1141), - [sym_relational_expression] = STATE(1141), - [sym_shift_expression] = STATE(1141), - [sym_math_expression] = STATE(1141), - [sym_cast_expression] = STATE(1141), - [sym_sizeof_expression] = STATE(1141), - [sym_subscript_expression] = STATE(1141), - [sym_call_expression] = STATE(1141), - [sym_field_expression] = STATE(1141), - [sym_compound_literal_expression] = STATE(1141), - [sym_parenthesized_expression] = STATE(1141), - [sym_concatenated_string] = STATE(1141), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2983), - [sym_char_literal] = ACTIONS(2983), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2985), - [sym_false] = ACTIONS(2985), - [sym_null] = ACTIONS(2985), - [sym_identifier] = ACTIONS(2985), + [890] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(1691), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1693), + [anon_sym_QMARK] = ACTIONS(1691), + [anon_sym_STAR_EQ] = ACTIONS(1691), + [anon_sym_SLASH_EQ] = ACTIONS(1691), + [anon_sym_PERCENT_EQ] = ACTIONS(1691), + [anon_sym_PLUS_EQ] = ACTIONS(1691), + [anon_sym_DASH_EQ] = ACTIONS(1691), + [anon_sym_LT_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_GT_EQ] = ACTIONS(1691), + [anon_sym_AMP_EQ] = ACTIONS(1691), + [anon_sym_CARET_EQ] = ACTIONS(1691), + [anon_sym_PIPE_EQ] = ACTIONS(1691), + [anon_sym_AMP] = ACTIONS(1693), + [anon_sym_PIPE_PIPE] = ACTIONS(1691), + [anon_sym_AMP_AMP] = ACTIONS(1691), + [anon_sym_PIPE] = ACTIONS(1693), + [anon_sym_CARET] = ACTIONS(1693), + [anon_sym_EQ_EQ] = ACTIONS(1691), + [anon_sym_BANG_EQ] = ACTIONS(1691), + [anon_sym_LT] = ACTIONS(1693), + [anon_sym_GT] = ACTIONS(1693), + [anon_sym_LT_EQ] = ACTIONS(1691), + [anon_sym_GT_EQ] = ACTIONS(1691), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [965] = { - [sym__expression] = STATE(1142), - [sym_conditional_expression] = STATE(1142), - [sym_assignment_expression] = STATE(1142), - [sym_pointer_expression] = STATE(1142), - [sym_logical_expression] = STATE(1142), - [sym_bitwise_expression] = STATE(1142), - [sym_equality_expression] = STATE(1142), - [sym_relational_expression] = STATE(1142), - [sym_shift_expression] = STATE(1142), - [sym_math_expression] = STATE(1142), - [sym_cast_expression] = STATE(1142), - [sym_sizeof_expression] = STATE(1142), - [sym_subscript_expression] = STATE(1142), - [sym_call_expression] = STATE(1142), - [sym_field_expression] = STATE(1142), - [sym_compound_literal_expression] = STATE(1142), - [sym_parenthesized_expression] = STATE(1142), - [sym_concatenated_string] = STATE(1142), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2987), - [sym_char_literal] = ACTIONS(2987), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2989), - [sym_false] = ACTIONS(2989), - [sym_null] = ACTIONS(2989), - [sym_identifier] = ACTIONS(2989), + [891] = { + [aux_sym_concatenated_string_repeat1] = STATE(1024), + [anon_sym_LPAREN] = ACTIONS(1695), + [anon_sym_RPAREN] = ACTIONS(1695), + [anon_sym_STAR] = ACTIONS(1697), + [anon_sym_LBRACK] = ACTIONS(1695), + [anon_sym_EQ] = ACTIONS(1697), + [anon_sym_QMARK] = ACTIONS(1695), + [anon_sym_STAR_EQ] = ACTIONS(1695), + [anon_sym_SLASH_EQ] = ACTIONS(1695), + [anon_sym_PERCENT_EQ] = ACTIONS(1695), + [anon_sym_PLUS_EQ] = ACTIONS(1695), + [anon_sym_DASH_EQ] = ACTIONS(1695), + [anon_sym_LT_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_GT_EQ] = ACTIONS(1695), + [anon_sym_AMP_EQ] = ACTIONS(1695), + [anon_sym_CARET_EQ] = ACTIONS(1695), + [anon_sym_PIPE_EQ] = ACTIONS(1695), + [anon_sym_AMP] = ACTIONS(1697), + [anon_sym_PIPE_PIPE] = ACTIONS(1695), + [anon_sym_AMP_AMP] = ACTIONS(1695), + [anon_sym_PIPE] = ACTIONS(1697), + [anon_sym_CARET] = ACTIONS(1697), + [anon_sym_EQ_EQ] = ACTIONS(1695), + [anon_sym_BANG_EQ] = ACTIONS(1695), + [anon_sym_LT] = ACTIONS(1697), + [anon_sym_GT] = ACTIONS(1697), + [anon_sym_LT_EQ] = ACTIONS(1695), + [anon_sym_GT_EQ] = ACTIONS(1695), + [anon_sym_LT_LT] = ACTIONS(1697), + [anon_sym_GT_GT] = ACTIONS(1697), + [anon_sym_PLUS] = ACTIONS(1697), + [anon_sym_DASH] = ACTIONS(1697), + [anon_sym_SLASH] = ACTIONS(1697), + [anon_sym_PERCENT] = ACTIONS(1697), + [anon_sym_DASH_DASH] = ACTIONS(1695), + [anon_sym_PLUS_PLUS] = ACTIONS(1695), + [anon_sym_DOT] = ACTIONS(1695), + [anon_sym_DASH_GT] = ACTIONS(1695), + [sym_string_literal] = ACTIONS(2910), [sym_comment] = ACTIONS(39), }, - [966] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2991), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [892] = { + [sym_compound_statement] = STATE(1032), + [sym_labeled_statement] = STATE(1032), + [sym_expression_statement] = STATE(1032), + [sym_if_statement] = STATE(1032), + [sym_switch_statement] = STATE(1032), + [sym_case_statement] = STATE(1032), + [sym_while_statement] = STATE(1032), + [sym_do_statement] = STATE(1032), + [sym_for_statement] = STATE(1032), + [sym_return_statement] = STATE(1032), + [sym_break_statement] = STATE(1032), + [sym_continue_statement] = STATE(1032), + [sym_goto_statement] = STATE(1032), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [967] = { - [sym_declaration] = STATE(1145), - [sym_type_definition] = STATE(1145), - [sym__declaration_specifiers] = STATE(1146), - [sym_compound_statement] = STATE(1145), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1145), - [sym_expression_statement] = STATE(1145), - [sym_if_statement] = STATE(1145), - [sym_switch_statement] = STATE(1145), - [sym_case_statement] = STATE(1145), - [sym_while_statement] = STATE(1145), - [sym_do_statement] = STATE(1145), - [sym_for_statement] = STATE(1145), - [sym_return_statement] = STATE(1145), - [sym_break_statement] = STATE(1145), - [sym_continue_statement] = STATE(1145), - [sym_goto_statement] = STATE(1145), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(2993), + [893] = { + [sym__expression] = STATE(706), + [sym_conditional_expression] = STATE(706), + [sym_assignment_expression] = STATE(706), + [sym_pointer_expression] = STATE(706), + [sym_logical_expression] = STATE(706), + [sym_bitwise_expression] = STATE(706), + [sym_equality_expression] = STATE(706), + [sym_relational_expression] = STATE(706), + [sym_shift_expression] = STATE(706), + [sym_math_expression] = STATE(706), + [sym_cast_expression] = STATE(706), + [sym_sizeof_expression] = STATE(706), + [sym_subscript_expression] = STATE(706), + [sym_call_expression] = STATE(706), + [sym_field_expression] = STATE(706), + [sym_compound_literal_expression] = STATE(706), + [sym_parenthesized_expression] = STATE(706), + [sym_concatenated_string] = STATE(706), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(1717), + [sym_char_literal] = ACTIONS(1717), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(1719), + [sym_false] = ACTIONS(1719), + [sym_null] = ACTIONS(1719), + [sym_identifier] = ACTIONS(1719), [sym_comment] = ACTIONS(39), }, - [968] = { - [sym__expression] = STATE(1147), - [sym_conditional_expression] = STATE(1147), - [sym_assignment_expression] = STATE(1147), - [sym_pointer_expression] = STATE(1147), - [sym_logical_expression] = STATE(1147), - [sym_bitwise_expression] = STATE(1147), - [sym_equality_expression] = STATE(1147), - [sym_relational_expression] = STATE(1147), - [sym_shift_expression] = STATE(1147), - [sym_math_expression] = STATE(1147), - [sym_cast_expression] = STATE(1147), - [sym_sizeof_expression] = STATE(1147), - [sym_subscript_expression] = STATE(1147), - [sym_call_expression] = STATE(1147), - [sym_field_expression] = STATE(1147), - [sym_compound_literal_expression] = STATE(1147), - [sym_parenthesized_expression] = STATE(1147), - [sym_concatenated_string] = STATE(1147), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2995), - [sym_char_literal] = ACTIONS(2995), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2997), - [sym_false] = ACTIONS(2997), - [sym_null] = ACTIONS(2997), - [sym_identifier] = ACTIONS(2997), + [894] = { + [sym__expression] = STATE(1033), + [sym_conditional_expression] = STATE(1033), + [sym_assignment_expression] = STATE(1033), + [sym_pointer_expression] = STATE(1033), + [sym_logical_expression] = STATE(1033), + [sym_bitwise_expression] = STATE(1033), + [sym_equality_expression] = STATE(1033), + [sym_relational_expression] = STATE(1033), + [sym_shift_expression] = STATE(1033), + [sym_math_expression] = STATE(1033), + [sym_cast_expression] = STATE(1033), + [sym_sizeof_expression] = STATE(1033), + [sym_subscript_expression] = STATE(1033), + [sym_call_expression] = STATE(1033), + [sym_field_expression] = STATE(1033), + [sym_compound_literal_expression] = STATE(1033), + [sym_parenthesized_expression] = STATE(1033), + [sym_concatenated_string] = STATE(1033), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2926), + [sym_char_literal] = ACTIONS(2926), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2928), + [sym_false] = ACTIONS(2928), + [sym_null] = ACTIONS(2928), + [sym_identifier] = ACTIONS(2928), [sym_comment] = ACTIONS(39), }, - [969] = { - [anon_sym_while] = ACTIONS(2999), + [895] = { + [sym__expression] = STATE(1034), + [sym_conditional_expression] = STATE(1034), + [sym_assignment_expression] = STATE(1034), + [sym_pointer_expression] = STATE(1034), + [sym_logical_expression] = STATE(1034), + [sym_bitwise_expression] = STATE(1034), + [sym_equality_expression] = STATE(1034), + [sym_relational_expression] = STATE(1034), + [sym_shift_expression] = STATE(1034), + [sym_math_expression] = STATE(1034), + [sym_cast_expression] = STATE(1034), + [sym_sizeof_expression] = STATE(1034), + [sym_subscript_expression] = STATE(1034), + [sym_call_expression] = STATE(1034), + [sym_field_expression] = STATE(1034), + [sym_compound_literal_expression] = STATE(1034), + [sym_parenthesized_expression] = STATE(1034), + [sym_concatenated_string] = STATE(1034), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2930), + [sym_char_literal] = ACTIONS(2930), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2932), + [sym_false] = ACTIONS(2932), + [sym_null] = ACTIONS(2932), + [sym_identifier] = ACTIONS(2932), [sym_comment] = ACTIONS(39), }, - [970] = { - [sym_declaration] = STATE(1149), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1150), - [sym_conditional_expression] = STATE(1150), - [sym_assignment_expression] = STATE(1150), - [sym_pointer_expression] = STATE(1150), - [sym_logical_expression] = STATE(1150), - [sym_bitwise_expression] = STATE(1150), - [sym_equality_expression] = STATE(1150), - [sym_relational_expression] = STATE(1150), - [sym_shift_expression] = STATE(1150), - [sym_math_expression] = STATE(1150), - [sym_cast_expression] = STATE(1150), - [sym_sizeof_expression] = STATE(1150), - [sym_subscript_expression] = STATE(1150), - [sym_call_expression] = STATE(1150), - [sym_field_expression] = STATE(1150), - [sym_compound_literal_expression] = STATE(1150), - [sym_parenthesized_expression] = STATE(1150), - [sym_concatenated_string] = STATE(1150), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3001), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3003), - [sym_char_literal] = ACTIONS(3003), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3005), - [sym_false] = ACTIONS(3005), - [sym_null] = ACTIONS(3005), - [sym_identifier] = ACTIONS(1792), + [896] = { + [sym__expression] = STATE(1035), + [sym_conditional_expression] = STATE(1035), + [sym_assignment_expression] = STATE(1035), + [sym_pointer_expression] = STATE(1035), + [sym_logical_expression] = STATE(1035), + [sym_bitwise_expression] = STATE(1035), + [sym_equality_expression] = STATE(1035), + [sym_relational_expression] = STATE(1035), + [sym_shift_expression] = STATE(1035), + [sym_math_expression] = STATE(1035), + [sym_cast_expression] = STATE(1035), + [sym_sizeof_expression] = STATE(1035), + [sym_subscript_expression] = STATE(1035), + [sym_call_expression] = STATE(1035), + [sym_field_expression] = STATE(1035), + [sym_compound_literal_expression] = STATE(1035), + [sym_parenthesized_expression] = STATE(1035), + [sym_concatenated_string] = STATE(1035), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2934), + [sym_char_literal] = ACTIONS(2934), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2936), + [sym_false] = ACTIONS(2936), + [sym_null] = ACTIONS(2936), + [sym_identifier] = ACTIONS(2936), [sym_comment] = ACTIONS(39), }, - [971] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_auto] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_AMP] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [sym_char_literal] = ACTIONS(1796), - [sym_string_literal] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_identifier] = ACTIONS(1794), + [897] = { + [sym__expression] = STATE(1036), + [sym_conditional_expression] = STATE(1036), + [sym_assignment_expression] = STATE(1036), + [sym_pointer_expression] = STATE(1036), + [sym_logical_expression] = STATE(1036), + [sym_bitwise_expression] = STATE(1036), + [sym_equality_expression] = STATE(1036), + [sym_relational_expression] = STATE(1036), + [sym_shift_expression] = STATE(1036), + [sym_math_expression] = STATE(1036), + [sym_cast_expression] = STATE(1036), + [sym_sizeof_expression] = STATE(1036), + [sym_subscript_expression] = STATE(1036), + [sym_call_expression] = STATE(1036), + [sym_field_expression] = STATE(1036), + [sym_compound_literal_expression] = STATE(1036), + [sym_parenthesized_expression] = STATE(1036), + [sym_concatenated_string] = STATE(1036), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2938), + [sym_char_literal] = ACTIONS(2938), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2940), + [sym_false] = ACTIONS(2940), + [sym_null] = ACTIONS(2940), + [sym_identifier] = ACTIONS(2940), [sym_comment] = ACTIONS(39), }, - [972] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3007), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [898] = { + [sym__expression] = STATE(1037), + [sym_conditional_expression] = STATE(1037), + [sym_assignment_expression] = STATE(1037), + [sym_pointer_expression] = STATE(1037), + [sym_logical_expression] = STATE(1037), + [sym_bitwise_expression] = STATE(1037), + [sym_equality_expression] = STATE(1037), + [sym_relational_expression] = STATE(1037), + [sym_shift_expression] = STATE(1037), + [sym_math_expression] = STATE(1037), + [sym_cast_expression] = STATE(1037), + [sym_sizeof_expression] = STATE(1037), + [sym_subscript_expression] = STATE(1037), + [sym_call_expression] = STATE(1037), + [sym_field_expression] = STATE(1037), + [sym_compound_literal_expression] = STATE(1037), + [sym_parenthesized_expression] = STATE(1037), + [sym_concatenated_string] = STATE(1037), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2942), + [sym_char_literal] = ACTIONS(2942), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2944), + [sym_false] = ACTIONS(2944), + [sym_null] = ACTIONS(2944), + [sym_identifier] = ACTIONS(2944), [sym_comment] = ACTIONS(39), }, - [973] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1800), - [anon_sym_LPAREN] = ACTIONS(1802), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1800), - [sym_preproc_directive] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1800), - [anon_sym_extern] = ACTIONS(1800), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1800), - [anon_sym_auto] = ACTIONS(1800), - [anon_sym_register] = ACTIONS(1800), - [anon_sym_inline] = ACTIONS(1800), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_restrict] = ACTIONS(1800), - [anon_sym_volatile] = ACTIONS(1800), - [anon_sym__Atomic] = ACTIONS(1800), - [anon_sym_unsigned] = ACTIONS(1800), - [anon_sym_long] = ACTIONS(1800), - [anon_sym_short] = ACTIONS(1800), - [sym_primitive_type] = ACTIONS(1800), - [anon_sym_enum] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1800), - [anon_sym_union] = ACTIONS(1800), - [anon_sym_if] = ACTIONS(1800), - [anon_sym_switch] = ACTIONS(1800), - [anon_sym_case] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1800), - [anon_sym_while] = ACTIONS(1800), - [anon_sym_do] = ACTIONS(1800), - [anon_sym_for] = ACTIONS(1800), - [anon_sym_return] = ACTIONS(1800), - [anon_sym_break] = ACTIONS(1800), - [anon_sym_continue] = ACTIONS(1800), - [anon_sym_goto] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_TILDE] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1800), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1802), - [anon_sym_sizeof] = ACTIONS(1800), - [sym_number_literal] = ACTIONS(1802), - [sym_char_literal] = ACTIONS(1802), - [sym_string_literal] = ACTIONS(1802), - [sym_true] = ACTIONS(1800), - [sym_false] = ACTIONS(1800), - [sym_null] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1800), + [899] = { + [sym__expression] = STATE(1038), + [sym_conditional_expression] = STATE(1038), + [sym_assignment_expression] = STATE(1038), + [sym_pointer_expression] = STATE(1038), + [sym_logical_expression] = STATE(1038), + [sym_bitwise_expression] = STATE(1038), + [sym_equality_expression] = STATE(1038), + [sym_relational_expression] = STATE(1038), + [sym_shift_expression] = STATE(1038), + [sym_math_expression] = STATE(1038), + [sym_cast_expression] = STATE(1038), + [sym_sizeof_expression] = STATE(1038), + [sym_subscript_expression] = STATE(1038), + [sym_call_expression] = STATE(1038), + [sym_field_expression] = STATE(1038), + [sym_compound_literal_expression] = STATE(1038), + [sym_parenthesized_expression] = STATE(1038), + [sym_concatenated_string] = STATE(1038), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2946), + [sym_char_literal] = ACTIONS(2946), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2948), + [sym_false] = ACTIONS(2948), + [sym_null] = ACTIONS(2948), + [sym_identifier] = ACTIONS(2948), [sym_comment] = ACTIONS(39), }, - [974] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1804), - [sym_preproc_directive] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1804), - [anon_sym_extern] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1804), - [anon_sym_auto] = ACTIONS(1804), - [anon_sym_register] = ACTIONS(1804), - [anon_sym_inline] = ACTIONS(1804), - [anon_sym_const] = ACTIONS(1804), - [anon_sym_restrict] = ACTIONS(1804), - [anon_sym_volatile] = ACTIONS(1804), - [anon_sym__Atomic] = ACTIONS(1804), - [anon_sym_unsigned] = ACTIONS(1804), - [anon_sym_long] = ACTIONS(1804), - [anon_sym_short] = ACTIONS(1804), - [sym_primitive_type] = ACTIONS(1804), - [anon_sym_enum] = ACTIONS(1804), - [anon_sym_struct] = ACTIONS(1804), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_if] = ACTIONS(1804), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1804), - [anon_sym_default] = ACTIONS(1804), - [anon_sym_while] = ACTIONS(1804), - [anon_sym_do] = ACTIONS(1804), - [anon_sym_for] = ACTIONS(1804), - [anon_sym_return] = ACTIONS(1804), - [anon_sym_break] = ACTIONS(1804), - [anon_sym_continue] = ACTIONS(1804), - [anon_sym_goto] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1804), - [sym_number_literal] = ACTIONS(1806), - [sym_char_literal] = ACTIONS(1806), - [sym_string_literal] = ACTIONS(1806), - [sym_true] = ACTIONS(1804), - [sym_false] = ACTIONS(1804), - [sym_null] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1804), + [900] = { + [sym__expression] = STATE(1039), + [sym_conditional_expression] = STATE(1039), + [sym_assignment_expression] = STATE(1039), + [sym_pointer_expression] = STATE(1039), + [sym_logical_expression] = STATE(1039), + [sym_bitwise_expression] = STATE(1039), + [sym_equality_expression] = STATE(1039), + [sym_relational_expression] = STATE(1039), + [sym_shift_expression] = STATE(1039), + [sym_math_expression] = STATE(1039), + [sym_cast_expression] = STATE(1039), + [sym_sizeof_expression] = STATE(1039), + [sym_subscript_expression] = STATE(1039), + [sym_call_expression] = STATE(1039), + [sym_field_expression] = STATE(1039), + [sym_compound_literal_expression] = STATE(1039), + [sym_parenthesized_expression] = STATE(1039), + [sym_concatenated_string] = STATE(1039), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2950), + [sym_char_literal] = ACTIONS(2950), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2952), + [sym_false] = ACTIONS(2952), + [sym_null] = ACTIONS(2952), + [sym_identifier] = ACTIONS(2952), [sym_comment] = ACTIONS(39), }, - [975] = { - [anon_sym_SEMI] = ACTIONS(3009), + [901] = { + [sym__expression] = STATE(1040), + [sym_conditional_expression] = STATE(1040), + [sym_assignment_expression] = STATE(1040), + [sym_pointer_expression] = STATE(1040), + [sym_logical_expression] = STATE(1040), + [sym_bitwise_expression] = STATE(1040), + [sym_equality_expression] = STATE(1040), + [sym_relational_expression] = STATE(1040), + [sym_shift_expression] = STATE(1040), + [sym_math_expression] = STATE(1040), + [sym_cast_expression] = STATE(1040), + [sym_sizeof_expression] = STATE(1040), + [sym_subscript_expression] = STATE(1040), + [sym_call_expression] = STATE(1040), + [sym_field_expression] = STATE(1040), + [sym_compound_literal_expression] = STATE(1040), + [sym_parenthesized_expression] = STATE(1040), + [sym_concatenated_string] = STATE(1040), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2954), + [sym_char_literal] = ACTIONS(2954), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2956), + [sym_false] = ACTIONS(2956), + [sym_null] = ACTIONS(2956), + [sym_identifier] = ACTIONS(2956), [sym_comment] = ACTIONS(39), }, - [976] = { - [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(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), + [902] = { + [sym__expression] = STATE(1041), + [sym_conditional_expression] = STATE(1041), + [sym_assignment_expression] = STATE(1041), + [sym_pointer_expression] = STATE(1041), + [sym_logical_expression] = STATE(1041), + [sym_bitwise_expression] = STATE(1041), + [sym_equality_expression] = STATE(1041), + [sym_relational_expression] = STATE(1041), + [sym_shift_expression] = STATE(1041), + [sym_math_expression] = STATE(1041), + [sym_cast_expression] = STATE(1041), + [sym_sizeof_expression] = STATE(1041), + [sym_subscript_expression] = STATE(1041), + [sym_call_expression] = STATE(1041), + [sym_field_expression] = STATE(1041), + [sym_compound_literal_expression] = STATE(1041), + [sym_parenthesized_expression] = STATE(1041), + [sym_concatenated_string] = STATE(1041), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2958), + [sym_char_literal] = ACTIONS(2958), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2960), + [sym_false] = ACTIONS(2960), + [sym_null] = ACTIONS(2960), + [sym_identifier] = ACTIONS(2960), [sym_comment] = ACTIONS(39), }, - [977] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3013), - [sym_preproc_directive] = ACTIONS(3013), - [anon_sym_SEMI] = ACTIONS(3015), - [anon_sym_typedef] = ACTIONS(3013), - [anon_sym_extern] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_RBRACE] = ACTIONS(3015), - [anon_sym_STAR] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(3013), - [anon_sym_auto] = ACTIONS(3013), - [anon_sym_register] = ACTIONS(3013), - [anon_sym_inline] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_restrict] = ACTIONS(3013), - [anon_sym_volatile] = ACTIONS(3013), - [anon_sym__Atomic] = ACTIONS(3013), - [anon_sym_unsigned] = ACTIONS(3013), - [anon_sym_long] = ACTIONS(3013), - [anon_sym_short] = ACTIONS(3013), - [sym_primitive_type] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_switch] = ACTIONS(3013), - [anon_sym_case] = ACTIONS(3013), - [anon_sym_default] = ACTIONS(3013), - [anon_sym_while] = ACTIONS(3013), - [anon_sym_do] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3015), - [anon_sym_PLUS_PLUS] = ACTIONS(3015), - [anon_sym_sizeof] = ACTIONS(3013), - [sym_number_literal] = ACTIONS(3015), - [sym_char_literal] = ACTIONS(3015), - [sym_string_literal] = ACTIONS(3015), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_null] = ACTIONS(3013), - [sym_identifier] = ACTIONS(3013), + [903] = { + [sym__expression] = STATE(1042), + [sym_conditional_expression] = STATE(1042), + [sym_assignment_expression] = STATE(1042), + [sym_pointer_expression] = STATE(1042), + [sym_logical_expression] = STATE(1042), + [sym_bitwise_expression] = STATE(1042), + [sym_equality_expression] = STATE(1042), + [sym_relational_expression] = STATE(1042), + [sym_shift_expression] = STATE(1042), + [sym_math_expression] = STATE(1042), + [sym_cast_expression] = STATE(1042), + [sym_sizeof_expression] = STATE(1042), + [sym_subscript_expression] = STATE(1042), + [sym_call_expression] = STATE(1042), + [sym_field_expression] = STATE(1042), + [sym_compound_literal_expression] = STATE(1042), + [sym_parenthesized_expression] = STATE(1042), + [sym_concatenated_string] = STATE(1042), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2962), + [sym_char_literal] = ACTIONS(2962), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2964), + [sym_false] = ACTIONS(2964), + [sym_null] = ACTIONS(2964), + [sym_identifier] = ACTIONS(2964), [sym_comment] = ACTIONS(39), }, - [978] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3017), - [sym_preproc_directive] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_typedef] = ACTIONS(3017), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3019), - [anon_sym_RBRACE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_auto] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_unsigned] = ACTIONS(3017), - [anon_sym_long] = ACTIONS(3017), - [anon_sym_short] = ACTIONS(3017), - [sym_primitive_type] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_switch] = ACTIONS(3017), - [anon_sym_case] = ACTIONS(3017), - [anon_sym_default] = ACTIONS(3017), - [anon_sym_while] = ACTIONS(3017), - [anon_sym_do] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3019), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3017), - [sym_number_literal] = ACTIONS(3019), - [sym_char_literal] = ACTIONS(3019), - [sym_string_literal] = ACTIONS(3019), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_null] = ACTIONS(3017), - [sym_identifier] = ACTIONS(3017), + [904] = { + [sym__expression] = STATE(1043), + [sym_conditional_expression] = STATE(1043), + [sym_assignment_expression] = STATE(1043), + [sym_pointer_expression] = STATE(1043), + [sym_logical_expression] = STATE(1043), + [sym_bitwise_expression] = STATE(1043), + [sym_equality_expression] = STATE(1043), + [sym_relational_expression] = STATE(1043), + [sym_shift_expression] = STATE(1043), + [sym_math_expression] = STATE(1043), + [sym_cast_expression] = STATE(1043), + [sym_sizeof_expression] = STATE(1043), + [sym_subscript_expression] = STATE(1043), + [sym_call_expression] = STATE(1043), + [sym_field_expression] = STATE(1043), + [sym_compound_literal_expression] = STATE(1043), + [sym_parenthesized_expression] = STATE(1043), + [sym_concatenated_string] = STATE(1043), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2966), + [sym_char_literal] = ACTIONS(2966), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2968), + [sym_false] = ACTIONS(2968), + [sym_null] = ACTIONS(2968), + [sym_identifier] = ACTIONS(2968), [sym_comment] = ACTIONS(39), }, - [979] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(255), - [anon_sym_LPAREN] = ACTIONS(253), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(255), - [sym_preproc_directive] = ACTIONS(255), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_STAR] = ACTIONS(253), - [anon_sym_static] = ACTIONS(255), - [anon_sym_auto] = ACTIONS(255), - [anon_sym_register] = ACTIONS(255), - [anon_sym_inline] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_restrict] = ACTIONS(255), - [anon_sym_volatile] = ACTIONS(255), - [anon_sym__Atomic] = ACTIONS(255), - [anon_sym_unsigned] = ACTIONS(255), - [anon_sym_long] = ACTIONS(255), - [anon_sym_short] = ACTIONS(255), - [sym_primitive_type] = ACTIONS(255), - [anon_sym_enum] = ACTIONS(255), - [anon_sym_struct] = ACTIONS(255), - [anon_sym_union] = ACTIONS(255), - [anon_sym_if] = ACTIONS(255), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(255), - [anon_sym_default] = ACTIONS(255), - [anon_sym_while] = ACTIONS(255), - [anon_sym_do] = ACTIONS(255), - [anon_sym_for] = ACTIONS(255), - [anon_sym_return] = ACTIONS(255), - [anon_sym_break] = ACTIONS(255), - [anon_sym_continue] = ACTIONS(255), - [anon_sym_goto] = ACTIONS(255), - [anon_sym_AMP] = ACTIONS(253), - [anon_sym_BANG] = ACTIONS(253), - [anon_sym_TILDE] = ACTIONS(253), - [anon_sym_PLUS] = ACTIONS(255), - [anon_sym_DASH] = ACTIONS(255), - [anon_sym_DASH_DASH] = ACTIONS(253), - [anon_sym_PLUS_PLUS] = ACTIONS(253), - [anon_sym_sizeof] = ACTIONS(255), - [sym_number_literal] = ACTIONS(253), - [sym_char_literal] = ACTIONS(253), - [sym_string_literal] = ACTIONS(253), - [sym_true] = ACTIONS(255), - [sym_false] = ACTIONS(255), - [sym_null] = ACTIONS(255), - [sym_identifier] = ACTIONS(255), + [905] = { + [sym_compound_statement] = STATE(1044), + [sym_labeled_statement] = STATE(1044), + [sym_expression_statement] = STATE(1044), + [sym_if_statement] = STATE(1044), + [sym_switch_statement] = STATE(1044), + [sym_case_statement] = STATE(1044), + [sym_while_statement] = STATE(1044), + [sym_do_statement] = STATE(1044), + [sym_for_statement] = STATE(1044), + [sym_return_statement] = STATE(1044), + [sym_break_statement] = STATE(1044), + [sym_continue_statement] = STATE(1044), + [sym_goto_statement] = STATE(1044), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [980] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1156), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3021), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [906] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [981] = { - [aux_sym_declaration_repeat1] = STATE(1156), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3021), + [907] = { + [anon_sym_RPAREN] = ACTIONS(2970), [sym_comment] = ACTIONS(39), }, - [982] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1846), - [anon_sym_LPAREN] = ACTIONS(1848), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_AMP] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [sym_char_literal] = ACTIONS(1848), - [sym_string_literal] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1846), + [908] = { + [aux_sym_concatenated_string_repeat1] = STATE(908), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_COLON] = ACTIONS(2528), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(2972), [sym_comment] = ACTIONS(39), }, - [983] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3023), - [anon_sym_LPAREN] = ACTIONS(3025), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3023), - [sym_preproc_directive] = ACTIONS(3023), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3023), - [anon_sym_extern] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_RBRACE] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3023), - [anon_sym_auto] = ACTIONS(3023), - [anon_sym_register] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_const] = ACTIONS(3023), - [anon_sym_restrict] = ACTIONS(3023), - [anon_sym_volatile] = ACTIONS(3023), - [anon_sym__Atomic] = ACTIONS(3023), - [anon_sym_unsigned] = ACTIONS(3023), - [anon_sym_long] = ACTIONS(3023), - [anon_sym_short] = ACTIONS(3023), - [sym_primitive_type] = ACTIONS(3023), - [anon_sym_enum] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3023), - [anon_sym_union] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_switch] = ACTIONS(3023), - [anon_sym_case] = ACTIONS(3023), - [anon_sym_default] = ACTIONS(3023), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_do] = ACTIONS(3023), - [anon_sym_for] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_goto] = ACTIONS(3023), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3023), - [anon_sym_DASH] = ACTIONS(3023), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_sizeof] = ACTIONS(3023), - [sym_number_literal] = ACTIONS(3025), - [sym_char_literal] = ACTIONS(3025), - [sym_string_literal] = ACTIONS(3025), - [sym_true] = ACTIONS(3023), - [sym_false] = ACTIONS(3023), - [sym_null] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3023), + [909] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2555), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [984] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3027), + [910] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2975), + [anon_sym_LPAREN] = ACTIONS(2977), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2975), + [sym_preproc_directive] = ACTIONS(2975), + [anon_sym_SEMI] = ACTIONS(2977), + [anon_sym_typedef] = ACTIONS(2975), + [anon_sym_extern] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2977), + [anon_sym_RBRACE] = ACTIONS(2977), + [anon_sym_STAR] = ACTIONS(2977), + [anon_sym_static] = ACTIONS(2975), + [anon_sym_auto] = ACTIONS(2975), + [anon_sym_register] = ACTIONS(2975), + [anon_sym_inline] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2975), + [anon_sym_restrict] = ACTIONS(2975), + [anon_sym_volatile] = ACTIONS(2975), + [anon_sym__Atomic] = ACTIONS(2975), + [anon_sym_unsigned] = ACTIONS(2975), + [anon_sym_long] = ACTIONS(2975), + [anon_sym_short] = ACTIONS(2975), + [sym_primitive_type] = ACTIONS(2975), + [anon_sym_enum] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2975), + [anon_sym_union] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2975), + [anon_sym_else] = ACTIONS(2975), + [anon_sym_switch] = ACTIONS(2975), + [anon_sym_case] = ACTIONS(2975), + [anon_sym_default] = ACTIONS(2975), + [anon_sym_while] = ACTIONS(2975), + [anon_sym_do] = ACTIONS(2975), + [anon_sym_for] = ACTIONS(2975), + [anon_sym_return] = ACTIONS(2975), + [anon_sym_break] = ACTIONS(2975), + [anon_sym_continue] = ACTIONS(2975), + [anon_sym_goto] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2977), + [anon_sym_BANG] = ACTIONS(2977), + [anon_sym_TILDE] = ACTIONS(2977), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2977), + [anon_sym_PLUS_PLUS] = ACTIONS(2977), + [anon_sym_sizeof] = ACTIONS(2975), + [sym_number_literal] = ACTIONS(2977), + [sym_char_literal] = ACTIONS(2977), + [sym_string_literal] = ACTIONS(2977), + [sym_true] = ACTIONS(2975), + [sym_false] = ACTIONS(2975), + [sym_null] = ACTIONS(2975), + [sym_identifier] = ACTIONS(2975), [sym_comment] = ACTIONS(39), }, - [985] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3029), + [911] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(2979), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [986] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3031), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3034), - [anon_sym_LPAREN] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3037), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3040), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3045), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3040), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3040), - [sym_preproc_directive] = ACTIONS(3048), - [anon_sym_SEMI] = ACTIONS(3051), - [anon_sym_typedef] = ACTIONS(3054), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(3057), - [anon_sym_STAR] = ACTIONS(1947), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1950), - [anon_sym_restrict] = ACTIONS(1950), - [anon_sym_volatile] = ACTIONS(1950), - [anon_sym__Atomic] = ACTIONS(1950), - [anon_sym_unsigned] = ACTIONS(1953), - [anon_sym_long] = ACTIONS(1953), - [anon_sym_short] = ACTIONS(1953), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1959), - [anon_sym_struct] = ACTIONS(1962), - [anon_sym_union] = ACTIONS(1965), - [anon_sym_if] = ACTIONS(3060), - [anon_sym_switch] = ACTIONS(3063), - [anon_sym_case] = ACTIONS(3066), - [anon_sym_default] = ACTIONS(3069), - [anon_sym_while] = ACTIONS(3072), - [anon_sym_do] = ACTIONS(3075), - [anon_sym_for] = ACTIONS(3078), - [anon_sym_return] = ACTIONS(3081), - [anon_sym_break] = ACTIONS(3084), - [anon_sym_continue] = ACTIONS(3087), - [anon_sym_goto] = ACTIONS(3090), - [anon_sym_AMP] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(2001), - [anon_sym_TILDE] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2007), - [anon_sym_DASH] = ACTIONS(2007), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2013), - [sym_number_literal] = ACTIONS(3093), - [sym_char_literal] = ACTIONS(3093), - [sym_string_literal] = ACTIONS(2019), - [sym_true] = ACTIONS(3096), - [sym_false] = ACTIONS(3096), - [sym_null] = ACTIONS(3096), - [sym_identifier] = ACTIONS(3099), + [912] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_COLON] = ACTIONS(2559), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [987] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3102), - [anon_sym_LPAREN] = ACTIONS(3104), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_RBRACE] = ACTIONS(3104), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_auto] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [sym_primitive_type] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym_AMP] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [sym_number_literal] = ACTIONS(3104), - [sym_char_literal] = ACTIONS(3104), - [sym_string_literal] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [sym_null] = ACTIONS(3102), - [sym_identifier] = ACTIONS(3102), + [913] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_COLON] = ACTIONS(2563), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [988] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3106), - [anon_sym_LPAREN] = ACTIONS(3108), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_RBRACE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_auto] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [sym_primitive_type] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym_AMP] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [sym_number_literal] = ACTIONS(3108), - [sym_char_literal] = ACTIONS(3108), - [sym_string_literal] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [sym_null] = ACTIONS(3106), - [sym_identifier] = ACTIONS(3106), + [914] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_COLON] = ACTIONS(2563), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [989] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3110), - [anon_sym_LPAREN] = ACTIONS(3112), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_RBRACE] = ACTIONS(3112), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_auto] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [sym_primitive_type] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym_AMP] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [sym_number_literal] = ACTIONS(3112), - [sym_char_literal] = ACTIONS(3112), - [sym_string_literal] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [sym_null] = ACTIONS(3110), - [sym_identifier] = ACTIONS(3110), + [915] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_COLON] = ACTIONS(2559), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [990] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3114), + [916] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_COLON] = ACTIONS(2559), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [991] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3116), + [917] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_COLON] = ACTIONS(2567), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [992] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3118), - [anon_sym_LPAREN] = ACTIONS(3120), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_RBRACE] = ACTIONS(3120), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_auto] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [sym_primitive_type] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym_AMP] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [sym_number_literal] = ACTIONS(3120), - [sym_char_literal] = ACTIONS(3120), - [sym_string_literal] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [sym_null] = ACTIONS(3118), - [sym_identifier] = ACTIONS(3118), + [918] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_COLON] = ACTIONS(2571), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [993] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3122), - [anon_sym_LPAREN] = ACTIONS(3124), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_RBRACE] = ACTIONS(3124), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_auto] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [sym_primitive_type] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym_AMP] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [sym_number_literal] = ACTIONS(3124), - [sym_char_literal] = ACTIONS(3124), - [sym_string_literal] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [sym_null] = ACTIONS(3122), - [sym_identifier] = ACTIONS(3122), + [919] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_COLON] = ACTIONS(2575), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [994] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3126), - [anon_sym_LPAREN] = ACTIONS(3128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_RBRACE] = ACTIONS(3128), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_auto] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [sym_primitive_type] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym_AMP] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [sym_number_literal] = ACTIONS(3128), - [sym_char_literal] = ACTIONS(3128), - [sym_string_literal] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [sym_null] = ACTIONS(3126), - [sym_identifier] = ACTIONS(3126), + [920] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_COLON] = ACTIONS(2549), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [995] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3130), + [921] = { + [sym_compound_statement] = STATE(1047), + [sym_labeled_statement] = STATE(1047), + [sym_expression_statement] = STATE(1047), + [sym_if_statement] = STATE(1047), + [sym_switch_statement] = STATE(1047), + [sym_case_statement] = STATE(1047), + [sym_while_statement] = STATE(1047), + [sym_do_statement] = STATE(1047), + [sym_for_statement] = STATE(1047), + [sym_return_statement] = STATE(1047), + [sym_break_statement] = STATE(1047), + [sym_continue_statement] = STATE(1047), + [sym_goto_statement] = STATE(1047), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [996] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3132), + [922] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2981), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [997] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(796), - [anon_sym_LPAREN] = ACTIONS(794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(796), - [sym_preproc_directive] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(794), - [anon_sym_typedef] = ACTIONS(796), - [anon_sym_extern] = ACTIONS(796), - [anon_sym_LBRACE] = ACTIONS(794), - [anon_sym_RBRACE] = ACTIONS(794), - [anon_sym_STAR] = ACTIONS(794), - [anon_sym_static] = ACTIONS(796), - [anon_sym_auto] = ACTIONS(796), - [anon_sym_register] = ACTIONS(796), - [anon_sym_inline] = ACTIONS(796), - [anon_sym_const] = ACTIONS(796), - [anon_sym_restrict] = ACTIONS(796), - [anon_sym_volatile] = ACTIONS(796), - [anon_sym__Atomic] = ACTIONS(796), - [anon_sym_unsigned] = ACTIONS(796), - [anon_sym_long] = ACTIONS(796), - [anon_sym_short] = ACTIONS(796), - [sym_primitive_type] = ACTIONS(796), - [anon_sym_enum] = ACTIONS(796), - [anon_sym_struct] = ACTIONS(796), - [anon_sym_union] = ACTIONS(796), - [anon_sym_if] = ACTIONS(796), - [anon_sym_switch] = ACTIONS(796), - [anon_sym_case] = ACTIONS(796), - [anon_sym_default] = ACTIONS(796), - [anon_sym_while] = ACTIONS(796), - [anon_sym_do] = ACTIONS(796), - [anon_sym_for] = ACTIONS(796), - [anon_sym_return] = ACTIONS(796), - [anon_sym_break] = ACTIONS(796), - [anon_sym_continue] = ACTIONS(796), - [anon_sym_goto] = ACTIONS(796), - [anon_sym_AMP] = ACTIONS(794), - [anon_sym_BANG] = ACTIONS(794), - [anon_sym_TILDE] = ACTIONS(794), - [anon_sym_PLUS] = ACTIONS(796), - [anon_sym_DASH] = ACTIONS(796), - [anon_sym_DASH_DASH] = ACTIONS(794), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_sizeof] = ACTIONS(796), - [sym_number_literal] = ACTIONS(794), - [sym_char_literal] = ACTIONS(794), - [sym_string_literal] = ACTIONS(794), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_null] = ACTIONS(796), - [sym_identifier] = ACTIONS(796), + [923] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2983), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [998] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(810), - [anon_sym_RBRACE] = ACTIONS(810), - [anon_sym_STAR] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_goto] = ACTIONS(812), - [anon_sym_AMP] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(810), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(810), - [anon_sym_PLUS_PLUS] = ACTIONS(810), - [anon_sym_sizeof] = ACTIONS(812), - [sym_number_literal] = ACTIONS(810), - [sym_char_literal] = ACTIONS(810), - [sym_string_literal] = ACTIONS(810), - [sym_true] = ACTIONS(812), - [sym_false] = ACTIONS(812), - [sym_null] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), + [924] = { + [sym_declaration] = STATE(910), + [sym_type_definition] = STATE(910), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(910), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(910), + [sym_expression_statement] = STATE(910), + [sym_if_statement] = STATE(910), + [sym_switch_statement] = STATE(910), + [sym_case_statement] = STATE(910), + [sym_while_statement] = STATE(910), + [sym_do_statement] = STATE(910), + [sym_for_statement] = STATE(910), + [sym_return_statement] = STATE(910), + [sym_break_statement] = STATE(910), + [sym_continue_statement] = STATE(910), + [sym_goto_statement] = STATE(910), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2496), [sym_comment] = ACTIONS(39), }, - [999] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(3134), - [anon_sym_LBRACK] = ACTIONS(446), + [925] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(1651), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1000] = { - [anon_sym_RPAREN] = ACTIONS(3136), + [926] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2985), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1001] = { - [sym_type_qualifier] = STATE(133), - [sym__type_specifier] = STATE(131), - [sym_sized_type_specifier] = STATE(131), - [sym_enum_specifier] = STATE(131), - [sym_struct_specifier] = STATE(131), - [sym_union_specifier] = STATE(131), - [sym__expression] = STATE(436), - [sym_comma_expression] = STATE(437), - [sym_conditional_expression] = STATE(436), - [sym_assignment_expression] = STATE(436), - [sym_pointer_expression] = STATE(436), - [sym_logical_expression] = STATE(436), - [sym_bitwise_expression] = STATE(436), - [sym_equality_expression] = STATE(436), - [sym_relational_expression] = STATE(436), - [sym_shift_expression] = STATE(436), - [sym_math_expression] = STATE(436), - [sym_cast_expression] = STATE(436), - [sym_type_descriptor] = STATE(1165), - [sym_sizeof_expression] = STATE(436), - [sym_subscript_expression] = STATE(436), - [sym_call_expression] = STATE(436), - [sym_field_expression] = STATE(436), - [sym_compound_literal_expression] = STATE(436), - [sym_parenthesized_expression] = STATE(436), - [sym_concatenated_string] = STATE(436), - [sym_macro_type_specifier] = STATE(131), - [aux_sym_type_definition_repeat1] = STATE(133), - [aux_sym_sized_type_specifier_repeat1] = STATE(134), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(245), - [anon_sym_long] = ACTIONS(245), - [anon_sym_short] = ACTIONS(245), - [sym_primitive_type] = ACTIONS(247), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(1016), - [sym_char_literal] = ACTIONS(1016), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(1020), - [sym_false] = ACTIONS(1020), - [sym_null] = ACTIONS(1020), - [sym_identifier] = ACTIONS(1022), + [927] = { + [sym__expression] = STATE(1052), + [sym_conditional_expression] = STATE(1052), + [sym_assignment_expression] = STATE(1052), + [sym_pointer_expression] = STATE(1052), + [sym_logical_expression] = STATE(1052), + [sym_bitwise_expression] = STATE(1052), + [sym_equality_expression] = STATE(1052), + [sym_relational_expression] = STATE(1052), + [sym_shift_expression] = STATE(1052), + [sym_math_expression] = STATE(1052), + [sym_cast_expression] = STATE(1052), + [sym_sizeof_expression] = STATE(1052), + [sym_subscript_expression] = STATE(1052), + [sym_call_expression] = STATE(1052), + [sym_field_expression] = STATE(1052), + [sym_compound_literal_expression] = STATE(1052), + [sym_parenthesized_expression] = STATE(1052), + [sym_concatenated_string] = STATE(1052), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(2987), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(2989), + [sym_char_literal] = ACTIONS(2989), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2991), + [sym_false] = ACTIONS(2991), + [sym_null] = ACTIONS(2991), + [sym_identifier] = ACTIONS(2991), [sym_comment] = ACTIONS(39), }, - [1002] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(1822), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1824), - [anon_sym_QMARK] = ACTIONS(1822), - [anon_sym_STAR_EQ] = ACTIONS(1822), - [anon_sym_SLASH_EQ] = ACTIONS(1822), - [anon_sym_PERCENT_EQ] = ACTIONS(1822), - [anon_sym_PLUS_EQ] = ACTIONS(1822), - [anon_sym_DASH_EQ] = ACTIONS(1822), - [anon_sym_LT_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_GT_EQ] = ACTIONS(1822), - [anon_sym_AMP_EQ] = ACTIONS(1822), - [anon_sym_CARET_EQ] = ACTIONS(1822), - [anon_sym_PIPE_EQ] = ACTIONS(1822), - [anon_sym_AMP] = ACTIONS(1824), - [anon_sym_PIPE_PIPE] = ACTIONS(1822), - [anon_sym_AMP_AMP] = ACTIONS(1822), - [anon_sym_PIPE] = ACTIONS(1824), - [anon_sym_CARET] = ACTIONS(1824), - [anon_sym_EQ_EQ] = ACTIONS(1822), - [anon_sym_BANG_EQ] = ACTIONS(1822), - [anon_sym_LT] = ACTIONS(1824), - [anon_sym_GT] = ACTIONS(1824), - [anon_sym_LT_EQ] = ACTIONS(1822), - [anon_sym_GT_EQ] = ACTIONS(1822), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [928] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(2993), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1003] = { - [aux_sym_concatenated_string_repeat1] = STATE(1166), - [anon_sym_LPAREN] = ACTIONS(1826), - [anon_sym_RPAREN] = ACTIONS(1826), - [anon_sym_STAR] = ACTIONS(1828), - [anon_sym_LBRACK] = ACTIONS(1826), - [anon_sym_EQ] = ACTIONS(1828), - [anon_sym_QMARK] = ACTIONS(1826), - [anon_sym_STAR_EQ] = ACTIONS(1826), - [anon_sym_SLASH_EQ] = ACTIONS(1826), - [anon_sym_PERCENT_EQ] = ACTIONS(1826), - [anon_sym_PLUS_EQ] = ACTIONS(1826), - [anon_sym_DASH_EQ] = ACTIONS(1826), - [anon_sym_LT_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_GT_EQ] = ACTIONS(1826), - [anon_sym_AMP_EQ] = ACTIONS(1826), - [anon_sym_CARET_EQ] = ACTIONS(1826), - [anon_sym_PIPE_EQ] = ACTIONS(1826), - [anon_sym_AMP] = ACTIONS(1828), - [anon_sym_PIPE_PIPE] = ACTIONS(1826), - [anon_sym_AMP_AMP] = ACTIONS(1826), - [anon_sym_PIPE] = ACTIONS(1828), - [anon_sym_CARET] = ACTIONS(1828), - [anon_sym_EQ_EQ] = ACTIONS(1826), - [anon_sym_BANG_EQ] = ACTIONS(1826), - [anon_sym_LT] = ACTIONS(1828), - [anon_sym_GT] = ACTIONS(1828), - [anon_sym_LT_EQ] = ACTIONS(1826), - [anon_sym_GT_EQ] = ACTIONS(1826), - [anon_sym_LT_LT] = ACTIONS(1828), - [anon_sym_GT_GT] = ACTIONS(1828), - [anon_sym_PLUS] = ACTIONS(1828), - [anon_sym_DASH] = ACTIONS(1828), - [anon_sym_SLASH] = ACTIONS(1828), - [anon_sym_PERCENT] = ACTIONS(1828), - [anon_sym_DASH_DASH] = ACTIONS(1826), - [anon_sym_PLUS_PLUS] = ACTIONS(1826), - [anon_sym_DOT] = ACTIONS(1826), - [anon_sym_DASH_GT] = ACTIONS(1826), - [sym_string_literal] = ACTIONS(3138), + [929] = { + [sym__expression] = STATE(1054), + [sym_conditional_expression] = STATE(1054), + [sym_assignment_expression] = STATE(1054), + [sym_pointer_expression] = STATE(1054), + [sym_logical_expression] = STATE(1054), + [sym_bitwise_expression] = STATE(1054), + [sym_equality_expression] = STATE(1054), + [sym_relational_expression] = STATE(1054), + [sym_shift_expression] = STATE(1054), + [sym_math_expression] = STATE(1054), + [sym_cast_expression] = STATE(1054), + [sym_sizeof_expression] = STATE(1054), + [sym_subscript_expression] = STATE(1054), + [sym_call_expression] = STATE(1054), + [sym_field_expression] = STATE(1054), + [sym_compound_literal_expression] = STATE(1054), + [sym_parenthesized_expression] = STATE(1054), + [sym_concatenated_string] = STATE(1054), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2995), + [sym_char_literal] = ACTIONS(2995), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2997), + [sym_false] = ACTIONS(2997), + [sym_null] = ACTIONS(2997), + [sym_identifier] = ACTIONS(2997), [sym_comment] = ACTIONS(39), }, - [1004] = { - [sym_compound_statement] = STATE(1181), - [sym_labeled_statement] = STATE(1181), - [sym_expression_statement] = STATE(1181), - [sym_if_statement] = STATE(1181), - [sym_switch_statement] = STATE(1181), - [sym_case_statement] = STATE(1181), - [sym_while_statement] = STATE(1181), - [sym_do_statement] = STATE(1181), - [sym_for_statement] = STATE(1181), - [sym_return_statement] = STATE(1181), - [sym_break_statement] = STATE(1181), - [sym_continue_statement] = STATE(1181), - [sym_goto_statement] = STATE(1181), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), + [930] = { + [sym__expression] = STATE(1056), + [sym_conditional_expression] = STATE(1056), + [sym_assignment_expression] = STATE(1056), + [sym_pointer_expression] = STATE(1056), + [sym_logical_expression] = STATE(1056), + [sym_bitwise_expression] = STATE(1056), + [sym_equality_expression] = STATE(1056), + [sym_relational_expression] = STATE(1056), + [sym_shift_expression] = STATE(1056), + [sym_math_expression] = STATE(1056), + [sym_cast_expression] = STATE(1056), + [sym_sizeof_expression] = STATE(1056), + [sym_subscript_expression] = STATE(1056), + [sym_call_expression] = STATE(1056), + [sym_field_expression] = STATE(1056), + [sym_compound_literal_expression] = STATE(1056), + [sym_parenthesized_expression] = STATE(1056), + [sym_concatenated_string] = STATE(1056), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(2999), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3001), + [sym_char_literal] = ACTIONS(3001), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3003), + [sym_false] = ACTIONS(3003), + [sym_null] = ACTIONS(3003), + [sym_identifier] = ACTIONS(3003), [sym_comment] = ACTIONS(39), }, - [1005] = { - [sym__expression] = STATE(787), - [sym_conditional_expression] = STATE(787), - [sym_assignment_expression] = STATE(787), - [sym_pointer_expression] = STATE(787), - [sym_logical_expression] = STATE(787), - [sym_bitwise_expression] = STATE(787), - [sym_equality_expression] = STATE(787), - [sym_relational_expression] = STATE(787), - [sym_shift_expression] = STATE(787), - [sym_math_expression] = STATE(787), - [sym_cast_expression] = STATE(787), - [sym_sizeof_expression] = STATE(787), - [sym_subscript_expression] = STATE(787), - [sym_call_expression] = STATE(787), - [sym_field_expression] = STATE(787), - [sym_compound_literal_expression] = STATE(787), - [sym_parenthesized_expression] = STATE(787), - [sym_concatenated_string] = STATE(787), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(1850), - [sym_char_literal] = ACTIONS(1850), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(1852), - [sym_false] = ACTIONS(1852), - [sym_null] = ACTIONS(1852), - [sym_identifier] = ACTIONS(1852), + [931] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1006] = { - [sym__expression] = STATE(1184), - [sym_conditional_expression] = STATE(1184), - [sym_assignment_expression] = STATE(1184), - [sym_pointer_expression] = STATE(1184), - [sym_logical_expression] = STATE(1184), - [sym_bitwise_expression] = STATE(1184), - [sym_equality_expression] = STATE(1184), - [sym_relational_expression] = STATE(1184), - [sym_shift_expression] = STATE(1184), - [sym_math_expression] = STATE(1184), - [sym_cast_expression] = STATE(1184), - [sym_sizeof_expression] = STATE(1184), - [sym_subscript_expression] = STATE(1184), - [sym_call_expression] = STATE(1184), - [sym_field_expression] = STATE(1184), - [sym_compound_literal_expression] = STATE(1184), - [sym_parenthesized_expression] = STATE(1184), - [sym_concatenated_string] = STATE(1184), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3172), - [sym_char_literal] = ACTIONS(3172), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3174), - [sym_false] = ACTIONS(3174), - [sym_null] = ACTIONS(3174), - [sym_identifier] = ACTIONS(3174), + [932] = { + [sym__expression] = STATE(1058), + [sym_conditional_expression] = STATE(1058), + [sym_assignment_expression] = STATE(1058), + [sym_pointer_expression] = STATE(1058), + [sym_logical_expression] = STATE(1058), + [sym_bitwise_expression] = STATE(1058), + [sym_equality_expression] = STATE(1058), + [sym_relational_expression] = STATE(1058), + [sym_shift_expression] = STATE(1058), + [sym_math_expression] = STATE(1058), + [sym_cast_expression] = STATE(1058), + [sym_sizeof_expression] = STATE(1058), + [sym_subscript_expression] = STATE(1058), + [sym_call_expression] = STATE(1058), + [sym_field_expression] = STATE(1058), + [sym_compound_literal_expression] = STATE(1058), + [sym_parenthesized_expression] = STATE(1058), + [sym_concatenated_string] = STATE(1058), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3005), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3007), + [sym_char_literal] = ACTIONS(3007), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3009), + [sym_false] = ACTIONS(3009), + [sym_null] = ACTIONS(3009), + [sym_identifier] = ACTIONS(3009), [sym_comment] = ACTIONS(39), }, - [1007] = { - [sym__expression] = STATE(1185), - [sym_conditional_expression] = STATE(1185), - [sym_assignment_expression] = STATE(1185), - [sym_pointer_expression] = STATE(1185), - [sym_logical_expression] = STATE(1185), - [sym_bitwise_expression] = STATE(1185), - [sym_equality_expression] = STATE(1185), - [sym_relational_expression] = STATE(1185), - [sym_shift_expression] = STATE(1185), - [sym_math_expression] = STATE(1185), - [sym_cast_expression] = STATE(1185), - [sym_sizeof_expression] = STATE(1185), - [sym_subscript_expression] = STATE(1185), - [sym_call_expression] = STATE(1185), - [sym_field_expression] = STATE(1185), - [sym_compound_literal_expression] = STATE(1185), - [sym_parenthesized_expression] = STATE(1185), - [sym_concatenated_string] = STATE(1185), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(3176), - [sym_char_literal] = ACTIONS(3176), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(3178), - [sym_false] = ACTIONS(3178), - [sym_null] = ACTIONS(3178), - [sym_identifier] = ACTIONS(3178), + [933] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_SEMI] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(3013), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3013), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3017), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1008] = { - [sym__expression] = STATE(1186), - [sym_conditional_expression] = STATE(1186), - [sym_assignment_expression] = STATE(1186), - [sym_pointer_expression] = STATE(1186), - [sym_logical_expression] = STATE(1186), - [sym_bitwise_expression] = STATE(1186), - [sym_equality_expression] = STATE(1186), - [sym_relational_expression] = STATE(1186), - [sym_shift_expression] = STATE(1186), - [sym_math_expression] = STATE(1186), - [sym_cast_expression] = STATE(1186), - [sym_sizeof_expression] = STATE(1186), - [sym_subscript_expression] = STATE(1186), - [sym_call_expression] = STATE(1186), - [sym_field_expression] = STATE(1186), - [sym_compound_literal_expression] = STATE(1186), - [sym_parenthesized_expression] = STATE(1186), - [sym_concatenated_string] = STATE(1186), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3180), - [sym_char_literal] = ACTIONS(3180), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3182), - [sym_false] = ACTIONS(3182), - [sym_null] = ACTIONS(3182), - [sym_identifier] = ACTIONS(3182), + [934] = { + [sym__expression] = STATE(1059), + [sym_conditional_expression] = STATE(1059), + [sym_assignment_expression] = STATE(1059), + [sym_pointer_expression] = STATE(1059), + [sym_logical_expression] = STATE(1059), + [sym_bitwise_expression] = STATE(1059), + [sym_equality_expression] = STATE(1059), + [sym_relational_expression] = STATE(1059), + [sym_shift_expression] = STATE(1059), + [sym_math_expression] = STATE(1059), + [sym_cast_expression] = STATE(1059), + [sym_sizeof_expression] = STATE(1059), + [sym_subscript_expression] = STATE(1059), + [sym_call_expression] = STATE(1059), + [sym_field_expression] = STATE(1059), + [sym_compound_literal_expression] = STATE(1059), + [sym_parenthesized_expression] = STATE(1059), + [sym_concatenated_string] = STATE(1059), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3019), + [sym_char_literal] = ACTIONS(3019), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3021), + [sym_false] = ACTIONS(3021), + [sym_null] = ACTIONS(3021), + [sym_identifier] = ACTIONS(3021), [sym_comment] = ACTIONS(39), }, - [1009] = { - [sym__expression] = STATE(1187), - [sym_conditional_expression] = STATE(1187), - [sym_assignment_expression] = STATE(1187), - [sym_pointer_expression] = STATE(1187), - [sym_logical_expression] = STATE(1187), - [sym_bitwise_expression] = STATE(1187), - [sym_equality_expression] = STATE(1187), - [sym_relational_expression] = STATE(1187), - [sym_shift_expression] = STATE(1187), - [sym_math_expression] = STATE(1187), - [sym_cast_expression] = STATE(1187), - [sym_sizeof_expression] = STATE(1187), - [sym_subscript_expression] = STATE(1187), - [sym_call_expression] = STATE(1187), - [sym_field_expression] = STATE(1187), - [sym_compound_literal_expression] = STATE(1187), - [sym_parenthesized_expression] = STATE(1187), - [sym_concatenated_string] = STATE(1187), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3184), - [sym_char_literal] = ACTIONS(3184), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3186), - [sym_false] = ACTIONS(3186), - [sym_null] = ACTIONS(3186), - [sym_identifier] = ACTIONS(3186), + [935] = { + [anon_sym_LPAREN] = ACTIONS(3023), + [anon_sym_COMMA] = ACTIONS(3023), + [anon_sym_RPAREN] = ACTIONS(3023), + [anon_sym_SEMI] = ACTIONS(3023), + [anon_sym_RBRACE] = ACTIONS(3023), + [anon_sym_STAR] = ACTIONS(3025), + [anon_sym_LBRACK] = ACTIONS(3023), + [anon_sym_RBRACK] = ACTIONS(3023), + [anon_sym_EQ] = ACTIONS(3025), + [anon_sym_COLON] = ACTIONS(3023), + [anon_sym_QMARK] = ACTIONS(3023), + [anon_sym_STAR_EQ] = ACTIONS(3023), + [anon_sym_SLASH_EQ] = ACTIONS(3023), + [anon_sym_PERCENT_EQ] = ACTIONS(3023), + [anon_sym_PLUS_EQ] = ACTIONS(3023), + [anon_sym_DASH_EQ] = ACTIONS(3023), + [anon_sym_LT_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_GT_EQ] = ACTIONS(3023), + [anon_sym_AMP_EQ] = ACTIONS(3023), + [anon_sym_CARET_EQ] = ACTIONS(3023), + [anon_sym_PIPE_EQ] = ACTIONS(3023), + [anon_sym_AMP] = ACTIONS(3025), + [anon_sym_PIPE_PIPE] = ACTIONS(3023), + [anon_sym_AMP_AMP] = ACTIONS(3023), + [anon_sym_PIPE] = ACTIONS(3025), + [anon_sym_CARET] = ACTIONS(3025), + [anon_sym_EQ_EQ] = ACTIONS(3023), + [anon_sym_BANG_EQ] = ACTIONS(3023), + [anon_sym_LT] = ACTIONS(3025), + [anon_sym_GT] = ACTIONS(3025), + [anon_sym_LT_EQ] = ACTIONS(3023), + [anon_sym_GT_EQ] = ACTIONS(3023), + [anon_sym_LT_LT] = ACTIONS(3025), + [anon_sym_GT_GT] = ACTIONS(3025), + [anon_sym_PLUS] = ACTIONS(3025), + [anon_sym_DASH] = ACTIONS(3025), + [anon_sym_SLASH] = ACTIONS(3025), + [anon_sym_PERCENT] = ACTIONS(3025), + [anon_sym_DASH_DASH] = ACTIONS(3023), + [anon_sym_PLUS_PLUS] = ACTIONS(3023), + [anon_sym_DOT] = ACTIONS(3023), + [anon_sym_DASH_GT] = ACTIONS(3023), [sym_comment] = ACTIONS(39), }, - [1010] = { - [sym__expression] = STATE(1188), - [sym_conditional_expression] = STATE(1188), - [sym_assignment_expression] = STATE(1188), - [sym_pointer_expression] = STATE(1188), - [sym_logical_expression] = STATE(1188), - [sym_bitwise_expression] = STATE(1188), - [sym_equality_expression] = STATE(1188), - [sym_relational_expression] = STATE(1188), - [sym_shift_expression] = STATE(1188), - [sym_math_expression] = STATE(1188), - [sym_cast_expression] = STATE(1188), - [sym_sizeof_expression] = STATE(1188), - [sym_subscript_expression] = STATE(1188), - [sym_call_expression] = STATE(1188), - [sym_field_expression] = STATE(1188), - [sym_compound_literal_expression] = STATE(1188), - [sym_parenthesized_expression] = STATE(1188), - [sym_concatenated_string] = STATE(1188), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3188), - [sym_char_literal] = ACTIONS(3188), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3190), - [sym_false] = ACTIONS(3190), - [sym_null] = ACTIONS(3190), - [sym_identifier] = ACTIONS(3190), + [936] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3027), [sym_comment] = ACTIONS(39), }, - [1011] = { - [sym__expression] = STATE(1189), - [sym_conditional_expression] = STATE(1189), - [sym_assignment_expression] = STATE(1189), - [sym_pointer_expression] = STATE(1189), - [sym_logical_expression] = STATE(1189), - [sym_bitwise_expression] = STATE(1189), - [sym_equality_expression] = STATE(1189), - [sym_relational_expression] = STATE(1189), - [sym_shift_expression] = STATE(1189), - [sym_math_expression] = STATE(1189), - [sym_cast_expression] = STATE(1189), - [sym_sizeof_expression] = STATE(1189), - [sym_subscript_expression] = STATE(1189), - [sym_call_expression] = STATE(1189), - [sym_field_expression] = STATE(1189), - [sym_compound_literal_expression] = STATE(1189), - [sym_parenthesized_expression] = STATE(1189), - [sym_concatenated_string] = STATE(1189), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3192), - [sym_char_literal] = ACTIONS(3192), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3194), - [sym_false] = ACTIONS(3194), - [sym_null] = ACTIONS(3194), - [sym_identifier] = ACTIONS(3194), + [937] = { + [anon_sym_LPAREN] = ACTIONS(3029), + [anon_sym_COMMA] = ACTIONS(3029), + [anon_sym_RPAREN] = ACTIONS(3029), + [anon_sym_SEMI] = ACTIONS(3029), + [anon_sym_RBRACE] = ACTIONS(3029), + [anon_sym_STAR] = ACTIONS(3031), + [anon_sym_LBRACK] = ACTIONS(3029), + [anon_sym_RBRACK] = ACTIONS(3029), + [anon_sym_EQ] = ACTIONS(3031), + [anon_sym_COLON] = ACTIONS(3029), + [anon_sym_QMARK] = ACTIONS(3029), + [anon_sym_STAR_EQ] = ACTIONS(3029), + [anon_sym_SLASH_EQ] = ACTIONS(3029), + [anon_sym_PERCENT_EQ] = ACTIONS(3029), + [anon_sym_PLUS_EQ] = ACTIONS(3029), + [anon_sym_DASH_EQ] = ACTIONS(3029), + [anon_sym_LT_LT_EQ] = ACTIONS(3029), + [anon_sym_GT_GT_EQ] = ACTIONS(3029), + [anon_sym_AMP_EQ] = ACTIONS(3029), + [anon_sym_CARET_EQ] = ACTIONS(3029), + [anon_sym_PIPE_EQ] = ACTIONS(3029), + [anon_sym_AMP] = ACTIONS(3031), + [anon_sym_PIPE_PIPE] = ACTIONS(3029), + [anon_sym_AMP_AMP] = ACTIONS(3029), + [anon_sym_PIPE] = ACTIONS(3031), + [anon_sym_CARET] = ACTIONS(3031), + [anon_sym_EQ_EQ] = ACTIONS(3029), + [anon_sym_BANG_EQ] = ACTIONS(3029), + [anon_sym_LT] = ACTIONS(3031), + [anon_sym_GT] = ACTIONS(3031), + [anon_sym_LT_EQ] = ACTIONS(3029), + [anon_sym_GT_EQ] = ACTIONS(3029), + [anon_sym_LT_LT] = ACTIONS(3031), + [anon_sym_GT_GT] = ACTIONS(3031), + [anon_sym_PLUS] = ACTIONS(3031), + [anon_sym_DASH] = ACTIONS(3031), + [anon_sym_SLASH] = ACTIONS(3031), + [anon_sym_PERCENT] = ACTIONS(3031), + [anon_sym_DASH_DASH] = ACTIONS(3029), + [anon_sym_PLUS_PLUS] = ACTIONS(3029), + [anon_sym_DOT] = ACTIONS(3029), + [anon_sym_DASH_GT] = ACTIONS(3029), [sym_comment] = ACTIONS(39), }, - [1012] = { - [sym__expression] = STATE(1190), - [sym_conditional_expression] = STATE(1190), - [sym_assignment_expression] = STATE(1190), - [sym_pointer_expression] = STATE(1190), - [sym_logical_expression] = STATE(1190), - [sym_bitwise_expression] = STATE(1190), - [sym_equality_expression] = STATE(1190), - [sym_relational_expression] = STATE(1190), - [sym_shift_expression] = STATE(1190), - [sym_math_expression] = STATE(1190), - [sym_cast_expression] = STATE(1190), - [sym_sizeof_expression] = STATE(1190), - [sym_subscript_expression] = STATE(1190), - [sym_call_expression] = STATE(1190), - [sym_field_expression] = STATE(1190), - [sym_compound_literal_expression] = STATE(1190), - [sym_parenthesized_expression] = STATE(1190), - [sym_concatenated_string] = STATE(1190), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3196), - [sym_char_literal] = ACTIONS(3196), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3198), - [sym_false] = ACTIONS(3198), - [sym_null] = ACTIONS(3198), - [sym_identifier] = ACTIONS(3198), + [938] = { + [sym__expression] = STATE(1062), + [sym_conditional_expression] = STATE(1062), + [sym_assignment_expression] = STATE(1062), + [sym_pointer_expression] = STATE(1062), + [sym_logical_expression] = STATE(1062), + [sym_bitwise_expression] = STATE(1062), + [sym_equality_expression] = STATE(1062), + [sym_relational_expression] = STATE(1062), + [sym_shift_expression] = STATE(1062), + [sym_math_expression] = STATE(1062), + [sym_cast_expression] = STATE(1062), + [sym_sizeof_expression] = STATE(1062), + [sym_subscript_expression] = STATE(1062), + [sym_call_expression] = STATE(1062), + [sym_field_expression] = STATE(1062), + [sym_compound_literal_expression] = STATE(1062), + [sym_parenthesized_expression] = STATE(1062), + [sym_concatenated_string] = STATE(1062), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(3033), + [sym_char_literal] = ACTIONS(3033), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(3035), + [sym_false] = ACTIONS(3035), + [sym_null] = ACTIONS(3035), + [sym_identifier] = ACTIONS(3035), [sym_comment] = ACTIONS(39), }, - [1013] = { - [sym__expression] = STATE(1191), - [sym_conditional_expression] = STATE(1191), - [sym_assignment_expression] = STATE(1191), - [sym_pointer_expression] = STATE(1191), - [sym_logical_expression] = STATE(1191), - [sym_bitwise_expression] = STATE(1191), - [sym_equality_expression] = STATE(1191), - [sym_relational_expression] = STATE(1191), - [sym_shift_expression] = STATE(1191), - [sym_math_expression] = STATE(1191), - [sym_cast_expression] = STATE(1191), - [sym_sizeof_expression] = STATE(1191), - [sym_subscript_expression] = STATE(1191), - [sym_call_expression] = STATE(1191), - [sym_field_expression] = STATE(1191), - [sym_compound_literal_expression] = STATE(1191), - [sym_parenthesized_expression] = STATE(1191), - [sym_concatenated_string] = STATE(1191), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3200), - [sym_char_literal] = ACTIONS(3200), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3202), - [sym_false] = ACTIONS(3202), - [sym_null] = ACTIONS(3202), - [sym_identifier] = ACTIONS(3202), + [939] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(3037), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_RBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3037), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3039), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1014] = { - [sym__expression] = STATE(1192), - [sym_conditional_expression] = STATE(1192), - [sym_assignment_expression] = STATE(1192), - [sym_pointer_expression] = STATE(1192), - [sym_logical_expression] = STATE(1192), - [sym_bitwise_expression] = STATE(1192), - [sym_equality_expression] = STATE(1192), - [sym_relational_expression] = STATE(1192), - [sym_shift_expression] = STATE(1192), - [sym_math_expression] = STATE(1192), - [sym_cast_expression] = STATE(1192), - [sym_sizeof_expression] = STATE(1192), - [sym_subscript_expression] = STATE(1192), - [sym_call_expression] = STATE(1192), - [sym_field_expression] = STATE(1192), - [sym_compound_literal_expression] = STATE(1192), - [sym_parenthesized_expression] = STATE(1192), - [sym_concatenated_string] = STATE(1192), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3204), - [sym_char_literal] = ACTIONS(3204), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3206), - [sym_false] = ACTIONS(3206), - [sym_null] = ACTIONS(3206), - [sym_identifier] = ACTIONS(3206), + [940] = { + [sym__expression] = STATE(1063), + [sym_conditional_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1063), + [sym_pointer_expression] = STATE(1063), + [sym_logical_expression] = STATE(1063), + [sym_bitwise_expression] = STATE(1063), + [sym_equality_expression] = STATE(1063), + [sym_relational_expression] = STATE(1063), + [sym_shift_expression] = STATE(1063), + [sym_math_expression] = STATE(1063), + [sym_cast_expression] = STATE(1063), + [sym_sizeof_expression] = STATE(1063), + [sym_subscript_expression] = STATE(1063), + [sym_call_expression] = STATE(1063), + [sym_field_expression] = STATE(1063), + [sym_compound_literal_expression] = STATE(1063), + [sym_parenthesized_expression] = STATE(1063), + [sym_concatenated_string] = STATE(1063), + [anon_sym_LPAREN] = ACTIONS(582), + [anon_sym_STAR] = ACTIONS(584), + [anon_sym_AMP] = ACTIONS(584), + [anon_sym_BANG] = ACTIONS(592), + [anon_sym_TILDE] = ACTIONS(594), + [anon_sym_PLUS] = ACTIONS(596), + [anon_sym_DASH] = ACTIONS(596), + [anon_sym_DASH_DASH] = ACTIONS(598), + [anon_sym_PLUS_PLUS] = ACTIONS(598), + [anon_sym_sizeof] = ACTIONS(600), + [sym_number_literal] = ACTIONS(3041), + [sym_char_literal] = ACTIONS(3041), + [sym_string_literal] = ACTIONS(604), + [sym_true] = ACTIONS(3043), + [sym_false] = ACTIONS(3043), + [sym_null] = ACTIONS(3043), + [sym_identifier] = ACTIONS(3043), [sym_comment] = ACTIONS(39), }, - [1015] = { - [sym__expression] = STATE(1193), - [sym_conditional_expression] = STATE(1193), - [sym_assignment_expression] = STATE(1193), - [sym_pointer_expression] = STATE(1193), - [sym_logical_expression] = STATE(1193), - [sym_bitwise_expression] = STATE(1193), - [sym_equality_expression] = STATE(1193), - [sym_relational_expression] = STATE(1193), - [sym_shift_expression] = STATE(1193), - [sym_math_expression] = STATE(1193), - [sym_cast_expression] = STATE(1193), - [sym_sizeof_expression] = STATE(1193), - [sym_subscript_expression] = STATE(1193), - [sym_call_expression] = STATE(1193), - [sym_field_expression] = STATE(1193), - [sym_compound_literal_expression] = STATE(1193), - [sym_parenthesized_expression] = STATE(1193), - [sym_concatenated_string] = STATE(1193), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3208), - [sym_char_literal] = ACTIONS(3208), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3210), - [sym_false] = ACTIONS(3210), - [sym_null] = ACTIONS(3210), - [sym_identifier] = ACTIONS(3210), + [941] = { + [anon_sym_LBRACK] = ACTIONS(3045), + [anon_sym_EQ] = ACTIONS(3045), + [anon_sym_DOT] = ACTIONS(3045), [sym_comment] = ACTIONS(39), }, - [1016] = { - [sym__expression] = STATE(1194), - [sym_conditional_expression] = STATE(1194), - [sym_assignment_expression] = STATE(1194), - [sym_pointer_expression] = STATE(1194), - [sym_logical_expression] = STATE(1194), - [sym_bitwise_expression] = STATE(1194), - [sym_equality_expression] = STATE(1194), - [sym_relational_expression] = STATE(1194), - [sym_shift_expression] = STATE(1194), - [sym_math_expression] = STATE(1194), - [sym_cast_expression] = STATE(1194), - [sym_sizeof_expression] = STATE(1194), - [sym_subscript_expression] = STATE(1194), - [sym_call_expression] = STATE(1194), - [sym_field_expression] = STATE(1194), - [sym_compound_literal_expression] = STATE(1194), - [sym_parenthesized_expression] = STATE(1194), - [sym_concatenated_string] = STATE(1194), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3212), - [sym_char_literal] = ACTIONS(3212), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3214), - [sym_false] = ACTIONS(3214), - [sym_null] = ACTIONS(3214), - [sym_identifier] = ACTIONS(3214), + [942] = { + [anon_sym_LPAREN] = ACTIONS(3047), + [anon_sym_COMMA] = ACTIONS(3047), + [anon_sym_RPAREN] = ACTIONS(3047), + [anon_sym_SEMI] = ACTIONS(3047), + [anon_sym_RBRACE] = ACTIONS(3047), + [anon_sym_STAR] = ACTIONS(3049), + [anon_sym_LBRACK] = ACTIONS(3047), + [anon_sym_RBRACK] = ACTIONS(3047), + [anon_sym_EQ] = ACTIONS(3049), + [anon_sym_COLON] = ACTIONS(3047), + [anon_sym_QMARK] = ACTIONS(3047), + [anon_sym_STAR_EQ] = ACTIONS(3047), + [anon_sym_SLASH_EQ] = ACTIONS(3047), + [anon_sym_PERCENT_EQ] = ACTIONS(3047), + [anon_sym_PLUS_EQ] = ACTIONS(3047), + [anon_sym_DASH_EQ] = ACTIONS(3047), + [anon_sym_LT_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_GT_EQ] = ACTIONS(3047), + [anon_sym_AMP_EQ] = ACTIONS(3047), + [anon_sym_CARET_EQ] = ACTIONS(3047), + [anon_sym_PIPE_EQ] = ACTIONS(3047), + [anon_sym_AMP] = ACTIONS(3049), + [anon_sym_PIPE_PIPE] = ACTIONS(3047), + [anon_sym_AMP_AMP] = ACTIONS(3047), + [anon_sym_PIPE] = ACTIONS(3049), + [anon_sym_CARET] = ACTIONS(3049), + [anon_sym_EQ_EQ] = ACTIONS(3047), + [anon_sym_BANG_EQ] = ACTIONS(3047), + [anon_sym_LT] = ACTIONS(3049), + [anon_sym_GT] = ACTIONS(3049), + [anon_sym_LT_EQ] = ACTIONS(3047), + [anon_sym_GT_EQ] = ACTIONS(3047), + [anon_sym_LT_LT] = ACTIONS(3049), + [anon_sym_GT_GT] = ACTIONS(3049), + [anon_sym_PLUS] = ACTIONS(3049), + [anon_sym_DASH] = ACTIONS(3049), + [anon_sym_SLASH] = ACTIONS(3049), + [anon_sym_PERCENT] = ACTIONS(3049), + [anon_sym_DASH_DASH] = ACTIONS(3047), + [anon_sym_PLUS_PLUS] = ACTIONS(3047), + [anon_sym_DOT] = ACTIONS(3047), + [anon_sym_DASH_GT] = ACTIONS(3047), [sym_comment] = ACTIONS(39), }, - [1017] = { - [sym_compound_statement] = STATE(1195), - [sym_labeled_statement] = STATE(1195), - [sym_expression_statement] = STATE(1195), - [sym_if_statement] = STATE(1195), - [sym_switch_statement] = STATE(1195), - [sym_case_statement] = STATE(1195), - [sym_while_statement] = STATE(1195), - [sym_do_statement] = STATE(1195), - [sym_for_statement] = STATE(1195), - [sym_return_statement] = STATE(1195), - [sym_break_statement] = STATE(1195), - [sym_continue_statement] = STATE(1195), - [sym_goto_statement] = STATE(1195), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), + [943] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3051), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_QMARK] = ACTIONS(1317), + [anon_sym_STAR_EQ] = ACTIONS(1319), + [anon_sym_SLASH_EQ] = ACTIONS(1319), + [anon_sym_PERCENT_EQ] = ACTIONS(1319), + [anon_sym_PLUS_EQ] = ACTIONS(1319), + [anon_sym_DASH_EQ] = ACTIONS(1319), + [anon_sym_LT_LT_EQ] = ACTIONS(1319), + [anon_sym_GT_GT_EQ] = ACTIONS(1319), + [anon_sym_AMP_EQ] = ACTIONS(1319), + [anon_sym_CARET_EQ] = ACTIONS(1319), + [anon_sym_PIPE_EQ] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(1323), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1018] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [1019] = { - [anon_sym_RPAREN] = ACTIONS(3216), - [sym_comment] = ACTIONS(39), - }, - [1020] = { - [aux_sym_concatenated_string_repeat1] = STATE(1020), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_COLON] = ACTIONS(2708), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(3218), - [sym_comment] = ACTIONS(39), - }, - [1021] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(2737), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1022] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3221), - [sym_preproc_directive] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3221), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_RBRACE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_auto] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_unsigned] = ACTIONS(3221), - [anon_sym_long] = ACTIONS(3221), - [anon_sym_short] = ACTIONS(3221), - [sym_primitive_type] = ACTIONS(3221), - [anon_sym_enum] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3221), - [anon_sym_union] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3221), - [anon_sym_switch] = ACTIONS(3221), - [anon_sym_case] = ACTIONS(3221), - [anon_sym_default] = ACTIONS(3221), - [anon_sym_while] = ACTIONS(3221), - [anon_sym_do] = ACTIONS(3221), - [anon_sym_for] = ACTIONS(3221), - [anon_sym_return] = ACTIONS(3221), - [anon_sym_break] = ACTIONS(3221), - [anon_sym_continue] = ACTIONS(3221), - [anon_sym_goto] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3223), - [sym_char_literal] = ACTIONS(3223), - [sym_string_literal] = ACTIONS(3223), - [sym_true] = ACTIONS(3221), - [sym_false] = ACTIONS(3221), - [sym_null] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3221), + [944] = { + [anon_sym_COMMA] = ACTIONS(3051), + [anon_sym_RBRACE] = ACTIONS(3051), [sym_comment] = ACTIONS(39), }, - [1023] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(3225), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [945] = { + [sym__expression] = STATE(943), + [sym_conditional_expression] = STATE(943), + [sym_assignment_expression] = STATE(943), + [sym_pointer_expression] = STATE(943), + [sym_logical_expression] = STATE(943), + [sym_bitwise_expression] = STATE(943), + [sym_equality_expression] = STATE(943), + [sym_relational_expression] = STATE(943), + [sym_shift_expression] = STATE(943), + [sym_math_expression] = STATE(943), + [sym_cast_expression] = STATE(943), + [sym_sizeof_expression] = STATE(943), + [sym_subscript_expression] = STATE(943), + [sym_call_expression] = STATE(943), + [sym_field_expression] = STATE(943), + [sym_compound_literal_expression] = STATE(943), + [sym_parenthesized_expression] = STATE(943), + [sym_initializer_list] = STATE(944), + [sym_initializer_pair] = STATE(944), + [sym_subscript_designator] = STATE(483), + [sym_field_designator] = STATE(483), + [sym_concatenated_string] = STATE(943), + [aux_sym_initializer_pair_repeat1] = STATE(483), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_RBRACE] = ACTIONS(3053), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [anon_sym_DOT] = ACTIONS(1168), + [sym_number_literal] = ACTIONS(2602), + [sym_char_literal] = ACTIONS(2602), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_identifier] = ACTIONS(2604), [sym_comment] = ACTIONS(39), }, - [1024] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_COLON] = ACTIONS(2741), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [946] = { + [aux_sym_initializer_list_repeat1] = STATE(946), + [anon_sym_COMMA] = ACTIONS(3055), + [anon_sym_RBRACE] = ACTIONS(3051), [sym_comment] = ACTIONS(39), }, - [1025] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_COLON] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [947] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(3058), + [anon_sym_RBRACE] = ACTIONS(3058), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_QMARK] = ACTIONS(1317), + [anon_sym_STAR_EQ] = ACTIONS(1319), + [anon_sym_SLASH_EQ] = ACTIONS(1319), + [anon_sym_PERCENT_EQ] = ACTIONS(1319), + [anon_sym_PLUS_EQ] = ACTIONS(1319), + [anon_sym_DASH_EQ] = ACTIONS(1319), + [anon_sym_LT_LT_EQ] = ACTIONS(1319), + [anon_sym_GT_GT_EQ] = ACTIONS(1319), + [anon_sym_AMP_EQ] = ACTIONS(1319), + [anon_sym_CARET_EQ] = ACTIONS(1319), + [anon_sym_PIPE_EQ] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(1323), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1026] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_COLON] = ACTIONS(2745), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [948] = { + [anon_sym_COMMA] = ACTIONS(3058), + [anon_sym_RBRACE] = ACTIONS(3058), [sym_comment] = ACTIONS(39), }, - [1027] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_COLON] = ACTIONS(2741), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [949] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1185), + [anon_sym_LPAREN] = ACTIONS(1183), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1185), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1185), + [sym_preproc_directive] = ACTIONS(1185), + [anon_sym_SEMI] = ACTIONS(1183), + [anon_sym_typedef] = ACTIONS(1185), + [anon_sym_extern] = ACTIONS(1185), + [anon_sym_LBRACE] = ACTIONS(1183), + [anon_sym_STAR] = ACTIONS(1183), + [anon_sym_static] = ACTIONS(1185), + [anon_sym_auto] = ACTIONS(1185), + [anon_sym_register] = ACTIONS(1185), + [anon_sym_inline] = ACTIONS(1185), + [anon_sym_const] = ACTIONS(1185), + [anon_sym_restrict] = ACTIONS(1185), + [anon_sym_volatile] = ACTIONS(1185), + [anon_sym__Atomic] = ACTIONS(1185), + [anon_sym_unsigned] = ACTIONS(1185), + [anon_sym_long] = ACTIONS(1185), + [anon_sym_short] = ACTIONS(1185), + [sym_primitive_type] = ACTIONS(1185), + [anon_sym_enum] = ACTIONS(1185), + [anon_sym_struct] = ACTIONS(1185), + [anon_sym_union] = ACTIONS(1185), + [anon_sym_if] = ACTIONS(1185), + [anon_sym_switch] = ACTIONS(1185), + [anon_sym_case] = ACTIONS(1185), + [anon_sym_default] = ACTIONS(1185), + [anon_sym_while] = ACTIONS(1185), + [anon_sym_do] = ACTIONS(1185), + [anon_sym_for] = ACTIONS(1185), + [anon_sym_return] = ACTIONS(1185), + [anon_sym_break] = ACTIONS(1185), + [anon_sym_continue] = ACTIONS(1185), + [anon_sym_goto] = ACTIONS(1185), + [anon_sym_AMP] = ACTIONS(1183), + [anon_sym_BANG] = ACTIONS(1183), + [anon_sym_TILDE] = ACTIONS(1183), + [anon_sym_PLUS] = ACTIONS(1185), + [anon_sym_DASH] = ACTIONS(1185), + [anon_sym_DASH_DASH] = ACTIONS(1183), + [anon_sym_PLUS_PLUS] = ACTIONS(1183), + [anon_sym_sizeof] = ACTIONS(1185), + [sym_number_literal] = ACTIONS(1183), + [sym_char_literal] = ACTIONS(1183), + [sym_string_literal] = ACTIONS(1183), + [sym_true] = ACTIONS(1185), + [sym_false] = ACTIONS(1185), + [sym_null] = ACTIONS(1185), + [sym_identifier] = ACTIONS(1185), [sym_comment] = ACTIONS(39), }, - [1028] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_COLON] = ACTIONS(2741), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [950] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1195), + [anon_sym_LPAREN] = ACTIONS(1193), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1195), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1195), + [sym_preproc_directive] = ACTIONS(1195), + [anon_sym_SEMI] = ACTIONS(1193), + [anon_sym_typedef] = ACTIONS(1195), + [anon_sym_extern] = ACTIONS(1195), + [anon_sym_LBRACE] = ACTIONS(1193), + [anon_sym_STAR] = ACTIONS(1193), + [anon_sym_static] = ACTIONS(1195), + [anon_sym_auto] = ACTIONS(1195), + [anon_sym_register] = ACTIONS(1195), + [anon_sym_inline] = ACTIONS(1195), + [anon_sym_const] = ACTIONS(1195), + [anon_sym_restrict] = ACTIONS(1195), + [anon_sym_volatile] = ACTIONS(1195), + [anon_sym__Atomic] = ACTIONS(1195), + [anon_sym_unsigned] = ACTIONS(1195), + [anon_sym_long] = ACTIONS(1195), + [anon_sym_short] = ACTIONS(1195), + [sym_primitive_type] = ACTIONS(1195), + [anon_sym_enum] = ACTIONS(1195), + [anon_sym_struct] = ACTIONS(1195), + [anon_sym_union] = ACTIONS(1195), + [anon_sym_if] = ACTIONS(1195), + [anon_sym_switch] = ACTIONS(1195), + [anon_sym_case] = ACTIONS(1195), + [anon_sym_default] = ACTIONS(1195), + [anon_sym_while] = ACTIONS(1195), + [anon_sym_do] = ACTIONS(1195), + [anon_sym_for] = ACTIONS(1195), + [anon_sym_return] = ACTIONS(1195), + [anon_sym_break] = ACTIONS(1195), + [anon_sym_continue] = ACTIONS(1195), + [anon_sym_goto] = ACTIONS(1195), + [anon_sym_AMP] = ACTIONS(1193), + [anon_sym_BANG] = ACTIONS(1193), + [anon_sym_TILDE] = ACTIONS(1193), + [anon_sym_PLUS] = ACTIONS(1195), + [anon_sym_DASH] = ACTIONS(1195), + [anon_sym_DASH_DASH] = ACTIONS(1193), + [anon_sym_PLUS_PLUS] = ACTIONS(1193), + [anon_sym_sizeof] = ACTIONS(1195), + [sym_number_literal] = ACTIONS(1193), + [sym_char_literal] = ACTIONS(1193), + [sym_string_literal] = ACTIONS(1193), + [sym_true] = ACTIONS(1195), + [sym_false] = ACTIONS(1195), + [sym_null] = ACTIONS(1195), + [sym_identifier] = ACTIONS(1195), [sym_comment] = ACTIONS(39), }, - [1029] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_COLON] = ACTIONS(2749), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [951] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1275), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [sym_identifier] = ACTIONS(1275), [sym_comment] = ACTIONS(39), }, - [1030] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_COLON] = ACTIONS(2753), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [952] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1279), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [sym_identifier] = ACTIONS(1279), [sym_comment] = ACTIONS(39), }, - [1031] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_COLON] = ACTIONS(2757), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [953] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1283), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1283), + [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), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [sym_identifier] = ACTIONS(1283), [sym_comment] = ACTIONS(39), }, - [1032] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_COLON] = ACTIONS(2731), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [954] = { + [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(1295), + [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), + [sym_preproc_directive] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1297), + [anon_sym_extern] = ACTIONS(1297), + [anon_sym_LBRACE] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1297), + [anon_sym_auto] = ACTIONS(1297), + [anon_sym_register] = ACTIONS(1297), + [anon_sym_inline] = ACTIONS(1297), + [anon_sym_const] = ACTIONS(1297), + [anon_sym_restrict] = ACTIONS(1297), + [anon_sym_volatile] = ACTIONS(1297), + [anon_sym__Atomic] = ACTIONS(1297), + [anon_sym_unsigned] = ACTIONS(1297), + [anon_sym_long] = ACTIONS(1297), + [anon_sym_short] = ACTIONS(1297), + [sym_primitive_type] = ACTIONS(1297), + [anon_sym_enum] = ACTIONS(1297), + [anon_sym_struct] = ACTIONS(1297), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_if] = ACTIONS(1297), + [anon_sym_else] = ACTIONS(1297), + [anon_sym_switch] = ACTIONS(1297), + [anon_sym_case] = ACTIONS(1297), + [anon_sym_default] = ACTIONS(1297), + [anon_sym_while] = ACTIONS(1297), + [anon_sym_do] = ACTIONS(1297), + [anon_sym_for] = ACTIONS(1297), + [anon_sym_return] = ACTIONS(1297), + [anon_sym_break] = ACTIONS(1297), + [anon_sym_continue] = ACTIONS(1297), + [anon_sym_goto] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1295), + [anon_sym_BANG] = ACTIONS(1295), + [anon_sym_TILDE] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1297), + [anon_sym_DASH_DASH] = ACTIONS(1295), + [anon_sym_PLUS_PLUS] = ACTIONS(1295), + [anon_sym_sizeof] = ACTIONS(1297), + [sym_number_literal] = ACTIONS(1295), + [sym_char_literal] = ACTIONS(1295), + [sym_string_literal] = ACTIONS(1295), + [sym_true] = ACTIONS(1297), + [sym_false] = ACTIONS(1297), + [sym_null] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1297), [sym_comment] = ACTIONS(39), }, - [1033] = { - [sym_compound_statement] = STATE(1198), - [sym_labeled_statement] = STATE(1198), - [sym_expression_statement] = STATE(1198), - [sym_if_statement] = STATE(1198), - [sym_switch_statement] = STATE(1198), - [sym_case_statement] = STATE(1198), - [sym_while_statement] = STATE(1198), - [sym_do_statement] = STATE(1198), - [sym_for_statement] = STATE(1198), - [sym_return_statement] = STATE(1198), - [sym_break_statement] = STATE(1198), - [sym_continue_statement] = STATE(1198), - [sym_goto_statement] = STATE(1198), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), + [955] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1301), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1301), + [sym_preproc_directive] = ACTIONS(1301), + [anon_sym_typedef] = ACTIONS(1301), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_static] = ACTIONS(1301), + [anon_sym_auto] = ACTIONS(1301), + [anon_sym_register] = ACTIONS(1301), + [anon_sym_inline] = ACTIONS(1301), + [anon_sym_const] = ACTIONS(1301), + [anon_sym_restrict] = ACTIONS(1301), + [anon_sym_volatile] = ACTIONS(1301), + [anon_sym__Atomic] = ACTIONS(1301), + [anon_sym_unsigned] = ACTIONS(1301), + [anon_sym_long] = ACTIONS(1301), + [anon_sym_short] = ACTIONS(1301), + [sym_primitive_type] = ACTIONS(1301), + [anon_sym_enum] = ACTIONS(1301), + [anon_sym_struct] = ACTIONS(1301), + [anon_sym_union] = ACTIONS(1301), + [sym_identifier] = ACTIONS(1301), [sym_comment] = ACTIONS(39), }, - [1034] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3227), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [956] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1777), + [anon_sym_LPAREN] = ACTIONS(1775), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1777), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1777), + [sym_preproc_directive] = ACTIONS(1777), + [anon_sym_SEMI] = ACTIONS(1775), + [anon_sym_typedef] = ACTIONS(1777), + [anon_sym_extern] = ACTIONS(1777), + [anon_sym_LBRACE] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1775), + [anon_sym_static] = ACTIONS(1777), + [anon_sym_auto] = ACTIONS(1777), + [anon_sym_register] = ACTIONS(1777), + [anon_sym_inline] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1777), + [anon_sym_restrict] = ACTIONS(1777), + [anon_sym_volatile] = ACTIONS(1777), + [anon_sym__Atomic] = ACTIONS(1777), + [anon_sym_unsigned] = ACTIONS(1777), + [anon_sym_long] = ACTIONS(1777), + [anon_sym_short] = ACTIONS(1777), + [sym_primitive_type] = ACTIONS(1777), + [anon_sym_enum] = ACTIONS(1777), + [anon_sym_struct] = ACTIONS(1777), + [anon_sym_union] = ACTIONS(1777), + [anon_sym_if] = ACTIONS(1777), + [anon_sym_else] = ACTIONS(1777), + [anon_sym_switch] = ACTIONS(1777), + [anon_sym_case] = ACTIONS(1777), + [anon_sym_default] = ACTIONS(1777), + [anon_sym_while] = ACTIONS(1777), + [anon_sym_do] = ACTIONS(1777), + [anon_sym_for] = ACTIONS(1777), + [anon_sym_return] = ACTIONS(1777), + [anon_sym_break] = ACTIONS(1777), + [anon_sym_continue] = ACTIONS(1777), + [anon_sym_goto] = ACTIONS(1777), + [anon_sym_AMP] = ACTIONS(1775), + [anon_sym_BANG] = ACTIONS(1775), + [anon_sym_TILDE] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1777), + [anon_sym_DASH_DASH] = ACTIONS(1775), + [anon_sym_PLUS_PLUS] = ACTIONS(1775), + [anon_sym_sizeof] = ACTIONS(1777), + [sym_number_literal] = ACTIONS(1775), + [sym_char_literal] = ACTIONS(1775), + [sym_string_literal] = ACTIONS(1775), + [sym_true] = ACTIONS(1777), + [sym_false] = ACTIONS(1777), + [sym_null] = ACTIONS(1777), + [sym_identifier] = ACTIONS(1777), [sym_comment] = ACTIONS(39), }, - [1035] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3229), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [957] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_RBRACE] = ACTIONS(3011), + [anon_sym_STAR] = ACTIONS(3060), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3060), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3062), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1036] = { - [sym_declaration] = STATE(1022), - [sym_type_definition] = STATE(1022), - [sym__declaration_specifiers] = STATE(761), - [sym_compound_statement] = STATE(1022), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1022), - [sym_expression_statement] = STATE(1022), - [sym_if_statement] = STATE(1022), - [sym_switch_statement] = STATE(1022), - [sym_case_statement] = STATE(1022), - [sym_while_statement] = STATE(1022), - [sym_do_statement] = STATE(1022), - [sym_for_statement] = STATE(1022), - [sym_return_statement] = STATE(1022), - [sym_break_statement] = STATE(1022), - [sym_continue_statement] = STATE(1022), - [sym_goto_statement] = STATE(1022), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(2674), + [958] = { + [sym__expression] = STATE(1066), + [sym_conditional_expression] = STATE(1066), + [sym_assignment_expression] = STATE(1066), + [sym_pointer_expression] = STATE(1066), + [sym_logical_expression] = STATE(1066), + [sym_bitwise_expression] = STATE(1066), + [sym_equality_expression] = STATE(1066), + [sym_relational_expression] = STATE(1066), + [sym_shift_expression] = STATE(1066), + [sym_math_expression] = STATE(1066), + [sym_cast_expression] = STATE(1066), + [sym_sizeof_expression] = STATE(1066), + [sym_subscript_expression] = STATE(1066), + [sym_call_expression] = STATE(1066), + [sym_field_expression] = STATE(1066), + [sym_compound_literal_expression] = STATE(1066), + [sym_parenthesized_expression] = STATE(1066), + [sym_concatenated_string] = STATE(1066), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [sym_number_literal] = ACTIONS(3064), + [sym_char_literal] = ACTIONS(3064), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(3066), + [sym_false] = ACTIONS(3066), + [sym_null] = ACTIONS(3066), + [sym_identifier] = ACTIONS(3066), [sym_comment] = ACTIONS(39), }, - [1037] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(1782), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [959] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3068), [sym_comment] = ACTIONS(39), }, - [1038] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3231), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [960] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3070), [sym_comment] = ACTIONS(39), }, - [1039] = { - [sym__expression] = STATE(1203), - [sym_conditional_expression] = STATE(1203), - [sym_assignment_expression] = STATE(1203), - [sym_pointer_expression] = STATE(1203), - [sym_logical_expression] = STATE(1203), - [sym_bitwise_expression] = STATE(1203), - [sym_equality_expression] = STATE(1203), - [sym_relational_expression] = STATE(1203), - [sym_shift_expression] = STATE(1203), - [sym_math_expression] = STATE(1203), - [sym_cast_expression] = STATE(1203), - [sym_sizeof_expression] = STATE(1203), - [sym_subscript_expression] = STATE(1203), - [sym_call_expression] = STATE(1203), - [sym_field_expression] = STATE(1203), - [sym_compound_literal_expression] = STATE(1203), - [sym_parenthesized_expression] = STATE(1203), - [sym_concatenated_string] = STATE(1203), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3233), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3235), - [sym_char_literal] = ACTIONS(3235), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3237), - [sym_false] = ACTIONS(3237), - [sym_null] = ACTIONS(3237), - [sym_identifier] = ACTIONS(3237), + [961] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(3072), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3072), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3074), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1040] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3239), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [962] = { + [sym__expression] = STATE(1067), + [sym_conditional_expression] = STATE(1067), + [sym_assignment_expression] = STATE(1067), + [sym_pointer_expression] = STATE(1067), + [sym_logical_expression] = STATE(1067), + [sym_bitwise_expression] = STATE(1067), + [sym_equality_expression] = STATE(1067), + [sym_relational_expression] = STATE(1067), + [sym_shift_expression] = STATE(1067), + [sym_math_expression] = STATE(1067), + [sym_cast_expression] = STATE(1067), + [sym_sizeof_expression] = STATE(1067), + [sym_subscript_expression] = STATE(1067), + [sym_call_expression] = STATE(1067), + [sym_field_expression] = STATE(1067), + [sym_compound_literal_expression] = STATE(1067), + [sym_parenthesized_expression] = STATE(1067), + [sym_concatenated_string] = STATE(1067), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3076), + [sym_char_literal] = ACTIONS(3076), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3078), + [sym_false] = ACTIONS(3078), + [sym_null] = ACTIONS(3078), + [sym_identifier] = ACTIONS(3078), [sym_comment] = ACTIONS(39), }, - [1041] = { - [sym__expression] = STATE(1205), - [sym_conditional_expression] = STATE(1205), - [sym_assignment_expression] = STATE(1205), - [sym_pointer_expression] = STATE(1205), - [sym_logical_expression] = STATE(1205), - [sym_bitwise_expression] = STATE(1205), - [sym_equality_expression] = STATE(1205), - [sym_relational_expression] = STATE(1205), - [sym_shift_expression] = STATE(1205), - [sym_math_expression] = STATE(1205), - [sym_cast_expression] = STATE(1205), - [sym_sizeof_expression] = STATE(1205), - [sym_subscript_expression] = STATE(1205), - [sym_call_expression] = STATE(1205), - [sym_field_expression] = STATE(1205), - [sym_compound_literal_expression] = STATE(1205), - [sym_parenthesized_expression] = STATE(1205), - [sym_concatenated_string] = STATE(1205), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3241), - [sym_char_literal] = ACTIONS(3241), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3243), - [sym_false] = ACTIONS(3243), - [sym_null] = ACTIONS(3243), - [sym_identifier] = ACTIONS(3243), + [963] = { + [anon_sym_LPAREN] = ACTIONS(3080), + [anon_sym_COMMA] = ACTIONS(3080), + [anon_sym_RPAREN] = ACTIONS(3080), + [anon_sym_SEMI] = ACTIONS(3080), + [anon_sym_LBRACK] = ACTIONS(3080), + [anon_sym_COLON] = ACTIONS(3080), [sym_comment] = ACTIONS(39), }, - [1042] = { - [sym__expression] = STATE(1207), - [sym_conditional_expression] = STATE(1207), - [sym_assignment_expression] = STATE(1207), - [sym_pointer_expression] = STATE(1207), - [sym_logical_expression] = STATE(1207), - [sym_bitwise_expression] = STATE(1207), - [sym_equality_expression] = STATE(1207), - [sym_relational_expression] = STATE(1207), - [sym_shift_expression] = STATE(1207), - [sym_math_expression] = STATE(1207), - [sym_cast_expression] = STATE(1207), - [sym_sizeof_expression] = STATE(1207), - [sym_subscript_expression] = STATE(1207), - [sym_call_expression] = STATE(1207), - [sym_field_expression] = STATE(1207), - [sym_compound_literal_expression] = STATE(1207), - [sym_parenthesized_expression] = STATE(1207), - [sym_concatenated_string] = STATE(1207), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3245), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3247), - [sym_char_literal] = ACTIONS(3247), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3249), - [sym_false] = ACTIONS(3249), - [sym_null] = ACTIONS(3249), - [sym_identifier] = ACTIONS(3249), + [964] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3082), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3084), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3084), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3084), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3084), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3084), + [anon_sym_extern] = ACTIONS(3082), + [anon_sym_RBRACE] = ACTIONS(3084), + [anon_sym_static] = ACTIONS(3082), + [anon_sym_auto] = ACTIONS(3082), + [anon_sym_register] = ACTIONS(3082), + [anon_sym_inline] = ACTIONS(3082), + [anon_sym_const] = ACTIONS(3082), + [anon_sym_restrict] = ACTIONS(3082), + [anon_sym_volatile] = ACTIONS(3082), + [anon_sym__Atomic] = ACTIONS(3082), + [anon_sym_unsigned] = ACTIONS(3082), + [anon_sym_long] = ACTIONS(3082), + [anon_sym_short] = ACTIONS(3082), + [sym_primitive_type] = ACTIONS(3082), + [anon_sym_enum] = ACTIONS(3082), + [anon_sym_struct] = ACTIONS(3082), + [anon_sym_union] = ACTIONS(3082), + [sym_identifier] = ACTIONS(3082), [sym_comment] = ACTIONS(39), }, - [1043] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [965] = { + [anon_sym_LPAREN] = ACTIONS(3086), + [anon_sym_COMMA] = ACTIONS(3086), + [anon_sym_RPAREN] = ACTIONS(3086), + [anon_sym_LBRACK] = ACTIONS(3086), [sym_comment] = ACTIONS(39), }, - [1044] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1210), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3253), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [966] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_COMMA] = ACTIONS(3011), + [anon_sym_RPAREN] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3088), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3090), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1045] = { - [aux_sym_declaration_repeat1] = STATE(1210), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3253), + [967] = { + [sym__expression] = STATE(1068), + [sym_conditional_expression] = STATE(1068), + [sym_assignment_expression] = STATE(1068), + [sym_pointer_expression] = STATE(1068), + [sym_logical_expression] = STATE(1068), + [sym_bitwise_expression] = STATE(1068), + [sym_equality_expression] = STATE(1068), + [sym_relational_expression] = STATE(1068), + [sym_shift_expression] = STATE(1068), + [sym_math_expression] = STATE(1068), + [sym_cast_expression] = STATE(1068), + [sym_sizeof_expression] = STATE(1068), + [sym_subscript_expression] = STATE(1068), + [sym_call_expression] = STATE(1068), + [sym_field_expression] = STATE(1068), + [sym_compound_literal_expression] = STATE(1068), + [sym_parenthesized_expression] = STATE(1068), + [sym_concatenated_string] = STATE(1068), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3092), + [sym_char_literal] = ACTIONS(3092), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3094), + [sym_false] = ACTIONS(3094), + [sym_null] = ACTIONS(3094), + [sym_identifier] = ACTIONS(3094), [sym_comment] = ACTIONS(39), }, - [1046] = { - [sym__expression] = STATE(1211), - [sym_conditional_expression] = STATE(1211), - [sym_assignment_expression] = STATE(1211), - [sym_pointer_expression] = STATE(1211), - [sym_logical_expression] = STATE(1211), - [sym_bitwise_expression] = STATE(1211), - [sym_equality_expression] = STATE(1211), - [sym_relational_expression] = STATE(1211), - [sym_shift_expression] = STATE(1211), - [sym_math_expression] = STATE(1211), - [sym_cast_expression] = STATE(1211), - [sym_sizeof_expression] = STATE(1211), - [sym_subscript_expression] = STATE(1211), - [sym_call_expression] = STATE(1211), - [sym_field_expression] = STATE(1211), - [sym_compound_literal_expression] = STATE(1211), - [sym_parenthesized_expression] = STATE(1211), - [sym_concatenated_string] = STATE(1211), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3251), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3255), - [sym_char_literal] = ACTIONS(3255), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3257), - [sym_false] = ACTIONS(3257), - [sym_null] = ACTIONS(3257), - [sym_identifier] = ACTIONS(3257), + [968] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2286), + [sym_preproc_directive] = ACTIONS(2286), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2286), + [anon_sym_extern] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_auto] = ACTIONS(2286), + [anon_sym_register] = ACTIONS(2286), + [anon_sym_inline] = ACTIONS(2286), + [anon_sym_const] = ACTIONS(2286), + [anon_sym_restrict] = ACTIONS(2286), + [anon_sym_volatile] = ACTIONS(2286), + [anon_sym__Atomic] = ACTIONS(2286), + [anon_sym_unsigned] = ACTIONS(2286), + [anon_sym_long] = ACTIONS(2286), + [anon_sym_short] = ACTIONS(2286), + [sym_primitive_type] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_union] = ACTIONS(2286), + [anon_sym_if] = ACTIONS(2286), + [anon_sym_switch] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_default] = ACTIONS(2286), + [anon_sym_while] = ACTIONS(2286), + [anon_sym_do] = ACTIONS(2286), + [anon_sym_for] = ACTIONS(2286), + [anon_sym_return] = ACTIONS(2286), + [anon_sym_break] = ACTIONS(2286), + [anon_sym_continue] = ACTIONS(2286), + [anon_sym_goto] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_PLUS] = ACTIONS(2286), + [anon_sym_DASH] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2286), + [sym_number_literal] = ACTIONS(2288), + [sym_char_literal] = ACTIONS(2288), + [sym_string_literal] = ACTIONS(2288), + [sym_true] = ACTIONS(2286), + [sym_false] = ACTIONS(2286), + [sym_null] = ACTIONS(2286), + [sym_identifier] = ACTIONS(2286), [sym_comment] = ACTIONS(39), }, - [1047] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_SEMI] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(3261), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3261), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3265), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [969] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3096), [sym_comment] = ACTIONS(39), }, - [1048] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [anon_sym_LPAREN] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_RBRACE] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [970] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3098), [sym_comment] = ACTIONS(39), }, - [1049] = { - [sym__expression] = STATE(1212), - [sym_conditional_expression] = STATE(1212), - [sym_assignment_expression] = STATE(1212), - [sym_pointer_expression] = STATE(1212), - [sym_logical_expression] = STATE(1212), - [sym_bitwise_expression] = STATE(1212), - [sym_equality_expression] = STATE(1212), - [sym_relational_expression] = STATE(1212), - [sym_shift_expression] = STATE(1212), - [sym_math_expression] = STATE(1212), - [sym_cast_expression] = STATE(1212), - [sym_sizeof_expression] = STATE(1212), - [sym_subscript_expression] = STATE(1212), - [sym_call_expression] = STATE(1212), - [sym_field_expression] = STATE(1212), - [sym_compound_literal_expression] = STATE(1212), - [sym_parenthesized_expression] = STATE(1212), - [sym_concatenated_string] = STATE(1212), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3267), - [sym_char_literal] = ACTIONS(3267), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3269), - [sym_false] = ACTIONS(3269), - [sym_null] = ACTIONS(3269), - [sym_identifier] = ACTIONS(3269), + [971] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1072), + [sym_preproc_elif_in_compound_statement] = STATE(1073), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3100), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1050] = { - [anon_sym_LPAREN] = ACTIONS(3271), - [anon_sym_COMMA] = ACTIONS(3271), - [anon_sym_RPAREN] = ACTIONS(3271), - [anon_sym_SEMI] = ACTIONS(3271), - [anon_sym_RBRACE] = ACTIONS(3271), - [anon_sym_STAR] = ACTIONS(3273), - [anon_sym_LBRACK] = ACTIONS(3271), - [anon_sym_RBRACK] = ACTIONS(3271), - [anon_sym_EQ] = ACTIONS(3273), - [anon_sym_COLON] = ACTIONS(3271), - [anon_sym_QMARK] = ACTIONS(3271), - [anon_sym_STAR_EQ] = ACTIONS(3271), - [anon_sym_SLASH_EQ] = ACTIONS(3271), - [anon_sym_PERCENT_EQ] = ACTIONS(3271), - [anon_sym_PLUS_EQ] = ACTIONS(3271), - [anon_sym_DASH_EQ] = ACTIONS(3271), - [anon_sym_LT_LT_EQ] = ACTIONS(3271), - [anon_sym_GT_GT_EQ] = ACTIONS(3271), - [anon_sym_AMP_EQ] = ACTIONS(3271), - [anon_sym_CARET_EQ] = ACTIONS(3271), - [anon_sym_PIPE_EQ] = ACTIONS(3271), - [anon_sym_AMP] = ACTIONS(3273), - [anon_sym_PIPE_PIPE] = ACTIONS(3271), - [anon_sym_AMP_AMP] = ACTIONS(3271), - [anon_sym_PIPE] = ACTIONS(3273), - [anon_sym_CARET] = ACTIONS(3273), - [anon_sym_EQ_EQ] = ACTIONS(3271), - [anon_sym_BANG_EQ] = ACTIONS(3271), - [anon_sym_LT] = ACTIONS(3273), - [anon_sym_GT] = ACTIONS(3273), - [anon_sym_LT_EQ] = ACTIONS(3271), - [anon_sym_GT_EQ] = ACTIONS(3271), - [anon_sym_LT_LT] = ACTIONS(3273), - [anon_sym_GT_GT] = ACTIONS(3273), - [anon_sym_PLUS] = ACTIONS(3273), - [anon_sym_DASH] = ACTIONS(3273), - [anon_sym_SLASH] = ACTIONS(3273), - [anon_sym_PERCENT] = ACTIONS(3273), - [anon_sym_DASH_DASH] = ACTIONS(3271), - [anon_sym_PLUS_PLUS] = ACTIONS(3271), - [anon_sym_DOT] = ACTIONS(3271), - [anon_sym_DASH_GT] = ACTIONS(3271), + [972] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2372), + [anon_sym_LPAREN] = ACTIONS(2374), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2372), + [sym_preproc_directive] = ACTIONS(2372), + [anon_sym_SEMI] = ACTIONS(2374), + [anon_sym_typedef] = ACTIONS(2372), + [anon_sym_extern] = ACTIONS(2372), + [anon_sym_LBRACE] = ACTIONS(2374), + [anon_sym_STAR] = ACTIONS(2374), + [anon_sym_static] = ACTIONS(2372), + [anon_sym_auto] = ACTIONS(2372), + [anon_sym_register] = ACTIONS(2372), + [anon_sym_inline] = ACTIONS(2372), + [anon_sym_const] = ACTIONS(2372), + [anon_sym_restrict] = ACTIONS(2372), + [anon_sym_volatile] = ACTIONS(2372), + [anon_sym__Atomic] = ACTIONS(2372), + [anon_sym_unsigned] = ACTIONS(2372), + [anon_sym_long] = ACTIONS(2372), + [anon_sym_short] = ACTIONS(2372), + [sym_primitive_type] = ACTIONS(2372), + [anon_sym_enum] = ACTIONS(2372), + [anon_sym_struct] = ACTIONS(2372), + [anon_sym_union] = ACTIONS(2372), + [anon_sym_if] = ACTIONS(2372), + [anon_sym_switch] = ACTIONS(2372), + [anon_sym_case] = ACTIONS(2372), + [anon_sym_default] = ACTIONS(2372), + [anon_sym_while] = ACTIONS(2372), + [anon_sym_do] = ACTIONS(2372), + [anon_sym_for] = ACTIONS(2372), + [anon_sym_return] = ACTIONS(2372), + [anon_sym_break] = ACTIONS(2372), + [anon_sym_continue] = ACTIONS(2372), + [anon_sym_goto] = ACTIONS(2372), + [anon_sym_AMP] = ACTIONS(2374), + [anon_sym_BANG] = ACTIONS(2374), + [anon_sym_TILDE] = ACTIONS(2374), + [anon_sym_PLUS] = ACTIONS(2372), + [anon_sym_DASH] = ACTIONS(2372), + [anon_sym_DASH_DASH] = ACTIONS(2374), + [anon_sym_PLUS_PLUS] = ACTIONS(2374), + [anon_sym_sizeof] = ACTIONS(2372), + [sym_number_literal] = ACTIONS(2374), + [sym_char_literal] = ACTIONS(2374), + [sym_string_literal] = ACTIONS(2374), + [sym_true] = ACTIONS(2372), + [sym_false] = ACTIONS(2372), + [sym_null] = ACTIONS(2372), + [sym_identifier] = ACTIONS(2372), [sym_comment] = ACTIONS(39), }, - [1051] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(3275), + [973] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3102), [sym_comment] = ACTIONS(39), }, - [1052] = { - [anon_sym_LPAREN] = ACTIONS(3277), - [anon_sym_COMMA] = ACTIONS(3277), - [anon_sym_RPAREN] = ACTIONS(3277), - [anon_sym_SEMI] = ACTIONS(3277), - [anon_sym_RBRACE] = ACTIONS(3277), - [anon_sym_STAR] = ACTIONS(3279), - [anon_sym_LBRACK] = ACTIONS(3277), - [anon_sym_RBRACK] = ACTIONS(3277), - [anon_sym_EQ] = ACTIONS(3279), - [anon_sym_COLON] = ACTIONS(3277), - [anon_sym_QMARK] = ACTIONS(3277), - [anon_sym_STAR_EQ] = ACTIONS(3277), - [anon_sym_SLASH_EQ] = ACTIONS(3277), - [anon_sym_PERCENT_EQ] = ACTIONS(3277), - [anon_sym_PLUS_EQ] = ACTIONS(3277), - [anon_sym_DASH_EQ] = ACTIONS(3277), - [anon_sym_LT_LT_EQ] = ACTIONS(3277), - [anon_sym_GT_GT_EQ] = ACTIONS(3277), - [anon_sym_AMP_EQ] = ACTIONS(3277), - [anon_sym_CARET_EQ] = ACTIONS(3277), - [anon_sym_PIPE_EQ] = ACTIONS(3277), - [anon_sym_AMP] = ACTIONS(3279), - [anon_sym_PIPE_PIPE] = ACTIONS(3277), - [anon_sym_AMP_AMP] = ACTIONS(3277), - [anon_sym_PIPE] = ACTIONS(3279), - [anon_sym_CARET] = ACTIONS(3279), - [anon_sym_EQ_EQ] = ACTIONS(3277), - [anon_sym_BANG_EQ] = ACTIONS(3277), - [anon_sym_LT] = ACTIONS(3279), - [anon_sym_GT] = ACTIONS(3279), - [anon_sym_LT_EQ] = ACTIONS(3277), - [anon_sym_GT_EQ] = ACTIONS(3277), - [anon_sym_LT_LT] = ACTIONS(3279), - [anon_sym_GT_GT] = ACTIONS(3279), - [anon_sym_PLUS] = ACTIONS(3279), - [anon_sym_DASH] = ACTIONS(3279), - [anon_sym_SLASH] = ACTIONS(3279), - [anon_sym_PERCENT] = ACTIONS(3279), - [anon_sym_DASH_DASH] = ACTIONS(3277), - [anon_sym_PLUS_PLUS] = ACTIONS(3277), - [anon_sym_DOT] = ACTIONS(3277), - [anon_sym_DASH_GT] = ACTIONS(3277), + [974] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3104), [sym_comment] = ACTIONS(39), }, - [1053] = { - [sym__expression] = STATE(1215), - [sym_conditional_expression] = STATE(1215), - [sym_assignment_expression] = STATE(1215), - [sym_pointer_expression] = STATE(1215), - [sym_logical_expression] = STATE(1215), - [sym_bitwise_expression] = STATE(1215), - [sym_equality_expression] = STATE(1215), - [sym_relational_expression] = STATE(1215), - [sym_shift_expression] = STATE(1215), - [sym_math_expression] = STATE(1215), - [sym_cast_expression] = STATE(1215), - [sym_sizeof_expression] = STATE(1215), - [sym_subscript_expression] = STATE(1215), - [sym_call_expression] = STATE(1215), - [sym_field_expression] = STATE(1215), - [sym_compound_literal_expression] = STATE(1215), - [sym_parenthesized_expression] = STATE(1215), - [sym_concatenated_string] = STATE(1215), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3281), - [sym_char_literal] = ACTIONS(3281), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3283), - [sym_false] = ACTIONS(3283), - [sym_null] = ACTIONS(3283), - [sym_identifier] = ACTIONS(3283), + [975] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1077), + [sym_preproc_elif_in_compound_statement] = STATE(1078), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3106), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1054] = { - [anon_sym_LPAREN] = ACTIONS(833), - [anon_sym_extern] = ACTIONS(835), - [anon_sym_STAR] = ACTIONS(833), - [anon_sym_RBRACK] = ACTIONS(833), - [anon_sym_static] = ACTIONS(835), - [anon_sym_auto] = ACTIONS(835), - [anon_sym_register] = ACTIONS(835), - [anon_sym_inline] = ACTIONS(835), - [anon_sym_const] = ACTIONS(835), - [anon_sym_restrict] = ACTIONS(835), - [anon_sym_volatile] = ACTIONS(835), - [anon_sym__Atomic] = ACTIONS(835), - [anon_sym_AMP] = ACTIONS(833), - [anon_sym_BANG] = ACTIONS(833), - [anon_sym_TILDE] = ACTIONS(833), - [anon_sym_PLUS] = ACTIONS(835), - [anon_sym_DASH] = ACTIONS(835), - [anon_sym_DASH_DASH] = ACTIONS(833), - [anon_sym_PLUS_PLUS] = ACTIONS(833), - [anon_sym_sizeof] = ACTIONS(835), - [sym_number_literal] = ACTIONS(833), - [sym_char_literal] = ACTIONS(833), - [sym_string_literal] = ACTIONS(833), - [sym_true] = ACTIONS(835), - [sym_false] = ACTIONS(835), - [sym_null] = ACTIONS(835), - [sym_identifier] = ACTIONS(835), + [976] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2382), + [anon_sym_LPAREN] = ACTIONS(2384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2382), + [sym_preproc_directive] = ACTIONS(2382), + [anon_sym_SEMI] = ACTIONS(2384), + [anon_sym_typedef] = ACTIONS(2382), + [anon_sym_extern] = ACTIONS(2382), + [anon_sym_LBRACE] = ACTIONS(2384), + [anon_sym_STAR] = ACTIONS(2384), + [anon_sym_static] = ACTIONS(2382), + [anon_sym_auto] = ACTIONS(2382), + [anon_sym_register] = ACTIONS(2382), + [anon_sym_inline] = ACTIONS(2382), + [anon_sym_const] = ACTIONS(2382), + [anon_sym_restrict] = ACTIONS(2382), + [anon_sym_volatile] = ACTIONS(2382), + [anon_sym__Atomic] = ACTIONS(2382), + [anon_sym_unsigned] = ACTIONS(2382), + [anon_sym_long] = ACTIONS(2382), + [anon_sym_short] = ACTIONS(2382), + [sym_primitive_type] = ACTIONS(2382), + [anon_sym_enum] = ACTIONS(2382), + [anon_sym_struct] = ACTIONS(2382), + [anon_sym_union] = ACTIONS(2382), + [anon_sym_if] = ACTIONS(2382), + [anon_sym_switch] = ACTIONS(2382), + [anon_sym_case] = ACTIONS(2382), + [anon_sym_default] = ACTIONS(2382), + [anon_sym_while] = ACTIONS(2382), + [anon_sym_do] = ACTIONS(2382), + [anon_sym_for] = ACTIONS(2382), + [anon_sym_return] = ACTIONS(2382), + [anon_sym_break] = ACTIONS(2382), + [anon_sym_continue] = ACTIONS(2382), + [anon_sym_goto] = ACTIONS(2382), + [anon_sym_AMP] = ACTIONS(2384), + [anon_sym_BANG] = ACTIONS(2384), + [anon_sym_TILDE] = ACTIONS(2384), + [anon_sym_PLUS] = ACTIONS(2382), + [anon_sym_DASH] = ACTIONS(2382), + [anon_sym_DASH_DASH] = ACTIONS(2384), + [anon_sym_PLUS_PLUS] = ACTIONS(2384), + [anon_sym_sizeof] = ACTIONS(2382), + [sym_number_literal] = ACTIONS(2384), + [sym_char_literal] = ACTIONS(2384), + [sym_string_literal] = ACTIONS(2384), + [sym_true] = ACTIONS(2382), + [sym_false] = ACTIONS(2382), + [sym_null] = ACTIONS(2382), + [sym_identifier] = ACTIONS(2382), [sym_comment] = ACTIONS(39), }, - [1055] = { - [sym_enumerator] = STATE(372), - [anon_sym_RBRACE] = ACTIONS(3285), - [sym_identifier] = ACTIONS(207), + [977] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3108), [sym_comment] = ACTIONS(39), }, - [1056] = { - [aux_sym_enumerator_list_repeat1] = STATE(374), - [anon_sym_COMMA] = ACTIONS(3287), - [anon_sym_RBRACE] = ACTIONS(3285), + [978] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3110), [sym_comment] = ACTIONS(39), }, - [1057] = { - [anon_sym_LPAREN] = ACTIONS(913), - [anon_sym_extern] = ACTIONS(915), - [anon_sym_STAR] = ACTIONS(913), - [anon_sym_RBRACK] = ACTIONS(913), - [anon_sym_static] = ACTIONS(915), - [anon_sym_auto] = ACTIONS(915), - [anon_sym_register] = ACTIONS(915), - [anon_sym_inline] = ACTIONS(915), - [anon_sym_const] = ACTIONS(915), - [anon_sym_restrict] = ACTIONS(915), - [anon_sym_volatile] = ACTIONS(915), - [anon_sym__Atomic] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(913), - [anon_sym_BANG] = ACTIONS(913), - [anon_sym_TILDE] = ACTIONS(913), - [anon_sym_PLUS] = ACTIONS(915), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_DASH_DASH] = ACTIONS(913), - [anon_sym_PLUS_PLUS] = ACTIONS(913), - [anon_sym_sizeof] = ACTIONS(915), - [sym_number_literal] = ACTIONS(913), - [sym_char_literal] = ACTIONS(913), - [sym_string_literal] = ACTIONS(913), - [sym_true] = ACTIONS(915), - [sym_false] = ACTIONS(915), - [sym_null] = ACTIONS(915), - [sym_identifier] = ACTIONS(915), - [sym_comment] = ACTIONS(39), + [979] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1082), + [sym_preproc_elif_in_compound_statement] = STATE(1083), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3112), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), + [sym_comment] = ACTIONS(39), }, - [1058] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(3289), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_RBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3289), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3291), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [980] = { + [sym_preproc_include] = STATE(1087), + [sym_preproc_def] = STATE(1087), + [sym_preproc_function_def] = STATE(1087), + [sym_preproc_call] = STATE(1087), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1085), + [sym_preproc_elif_in_compound_statement] = STATE(1086), + [sym_declaration] = STATE(1087), + [sym_type_definition] = STATE(1087), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(1087), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(1087), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1087), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3114), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1059] = { - [anon_sym_LPAREN] = ACTIONS(969), - [anon_sym_extern] = ACTIONS(971), - [anon_sym_STAR] = ACTIONS(969), - [anon_sym_RBRACK] = ACTIONS(969), - [anon_sym_static] = ACTIONS(971), - [anon_sym_auto] = ACTIONS(971), - [anon_sym_register] = ACTIONS(971), - [anon_sym_inline] = ACTIONS(971), - [anon_sym_const] = ACTIONS(971), - [anon_sym_restrict] = ACTIONS(971), - [anon_sym_volatile] = ACTIONS(971), - [anon_sym__Atomic] = ACTIONS(971), - [anon_sym_AMP] = ACTIONS(969), - [anon_sym_BANG] = ACTIONS(969), - [anon_sym_TILDE] = ACTIONS(969), - [anon_sym_PLUS] = ACTIONS(971), - [anon_sym_DASH] = ACTIONS(971), - [anon_sym_DASH_DASH] = ACTIONS(969), - [anon_sym_PLUS_PLUS] = ACTIONS(969), - [anon_sym_sizeof] = ACTIONS(971), - [sym_number_literal] = ACTIONS(969), - [sym_char_literal] = ACTIONS(969), - [sym_string_literal] = ACTIONS(969), - [sym_true] = ACTIONS(971), - [sym_false] = ACTIONS(971), - [sym_null] = ACTIONS(971), - [sym_identifier] = ACTIONS(971), + [981] = { + [sym_preproc_include] = STATE(1091), + [sym_preproc_def] = STATE(1091), + [sym_preproc_function_def] = STATE(1091), + [sym_preproc_call] = STATE(1091), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1089), + [sym_preproc_elif_in_compound_statement] = STATE(1090), + [sym_declaration] = STATE(1091), + [sym_type_definition] = STATE(1091), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(1091), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(1091), + [sym_expression_statement] = STATE(1091), + [sym_if_statement] = STATE(1091), + [sym_switch_statement] = STATE(1091), + [sym_case_statement] = STATE(1091), + [sym_while_statement] = STATE(1091), + [sym_do_statement] = STATE(1091), + [sym_for_statement] = STATE(1091), + [sym_return_statement] = STATE(1091), + [sym_break_statement] = STATE(1091), + [sym_continue_statement] = STATE(1091), + [sym_goto_statement] = STATE(1091), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(1091), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1091), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3116), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1060] = { - [sym__expression] = STATE(1218), - [sym_conditional_expression] = STATE(1218), - [sym_assignment_expression] = STATE(1218), - [sym_pointer_expression] = STATE(1218), - [sym_logical_expression] = STATE(1218), - [sym_bitwise_expression] = STATE(1218), - [sym_equality_expression] = STATE(1218), - [sym_relational_expression] = STATE(1218), - [sym_shift_expression] = STATE(1218), - [sym_math_expression] = STATE(1218), - [sym_cast_expression] = STATE(1218), - [sym_sizeof_expression] = STATE(1218), - [sym_subscript_expression] = STATE(1218), - [sym_call_expression] = STATE(1218), - [sym_field_expression] = STATE(1218), - [sym_compound_literal_expression] = STATE(1218), - [sym_parenthesized_expression] = STATE(1218), - [sym_concatenated_string] = STATE(1218), - [anon_sym_LPAREN] = ACTIONS(630), - [anon_sym_STAR] = ACTIONS(632), - [anon_sym_AMP] = ACTIONS(632), - [anon_sym_BANG] = ACTIONS(646), - [anon_sym_TILDE] = ACTIONS(648), - [anon_sym_PLUS] = ACTIONS(650), - [anon_sym_DASH] = ACTIONS(650), - [anon_sym_DASH_DASH] = ACTIONS(652), - [anon_sym_PLUS_PLUS] = ACTIONS(652), - [anon_sym_sizeof] = ACTIONS(654), - [sym_number_literal] = ACTIONS(3293), - [sym_char_literal] = ACTIONS(3293), - [sym_string_literal] = ACTIONS(658), - [sym_true] = ACTIONS(3295), - [sym_false] = ACTIONS(3295), - [sym_null] = ACTIONS(3295), - [sym_identifier] = ACTIONS(3295), + [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_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1093), + [sym_preproc_elif_in_compound_statement] = STATE(1094), + [sym_declaration] = STATE(1095), + [sym_type_definition] = STATE(1095), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(1095), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(1095), + [sym_expression_statement] = STATE(1095), + [sym_if_statement] = STATE(1095), + [sym_switch_statement] = STATE(1095), + [sym_case_statement] = STATE(1095), + [sym_while_statement] = STATE(1095), + [sym_do_statement] = STATE(1095), + [sym_for_statement] = STATE(1095), + [sym_return_statement] = STATE(1095), + [sym_break_statement] = STATE(1095), + [sym_continue_statement] = STATE(1095), + [sym_goto_statement] = STATE(1095), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(1095), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1095), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3118), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1061] = { - [anon_sym_LBRACK] = ACTIONS(3297), - [anon_sym_EQ] = ACTIONS(3297), - [anon_sym_DOT] = ACTIONS(3297), + [983] = { + [sym__expression] = STATE(1096), + [sym_conditional_expression] = STATE(1096), + [sym_assignment_expression] = STATE(1096), + [sym_pointer_expression] = STATE(1096), + [sym_logical_expression] = STATE(1096), + [sym_bitwise_expression] = STATE(1096), + [sym_equality_expression] = STATE(1096), + [sym_relational_expression] = STATE(1096), + [sym_shift_expression] = STATE(1096), + [sym_math_expression] = STATE(1096), + [sym_cast_expression] = STATE(1096), + [sym_sizeof_expression] = STATE(1096), + [sym_subscript_expression] = STATE(1096), + [sym_call_expression] = STATE(1096), + [sym_field_expression] = STATE(1096), + [sym_compound_literal_expression] = STATE(1096), + [sym_parenthesized_expression] = STATE(1096), + [sym_concatenated_string] = STATE(1096), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3120), + [sym_char_literal] = ACTIONS(3120), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3122), + [sym_false] = ACTIONS(3122), + [sym_null] = ACTIONS(3122), + [sym_identifier] = ACTIONS(3122), [sym_comment] = ACTIONS(39), }, - [1062] = { - [anon_sym_LPAREN] = ACTIONS(3299), - [anon_sym_COMMA] = ACTIONS(3299), - [anon_sym_RPAREN] = ACTIONS(3299), - [anon_sym_SEMI] = ACTIONS(3299), - [anon_sym_RBRACE] = ACTIONS(3299), - [anon_sym_STAR] = ACTIONS(3301), - [anon_sym_LBRACK] = ACTIONS(3299), - [anon_sym_RBRACK] = ACTIONS(3299), - [anon_sym_EQ] = ACTIONS(3301), - [anon_sym_COLON] = ACTIONS(3299), - [anon_sym_QMARK] = ACTIONS(3299), - [anon_sym_STAR_EQ] = ACTIONS(3299), - [anon_sym_SLASH_EQ] = ACTIONS(3299), - [anon_sym_PERCENT_EQ] = ACTIONS(3299), - [anon_sym_PLUS_EQ] = ACTIONS(3299), - [anon_sym_DASH_EQ] = ACTIONS(3299), - [anon_sym_LT_LT_EQ] = ACTIONS(3299), - [anon_sym_GT_GT_EQ] = ACTIONS(3299), - [anon_sym_AMP_EQ] = ACTIONS(3299), - [anon_sym_CARET_EQ] = ACTIONS(3299), - [anon_sym_PIPE_EQ] = ACTIONS(3299), - [anon_sym_AMP] = ACTIONS(3301), - [anon_sym_PIPE_PIPE] = ACTIONS(3299), - [anon_sym_AMP_AMP] = ACTIONS(3299), - [anon_sym_PIPE] = ACTIONS(3301), - [anon_sym_CARET] = ACTIONS(3301), - [anon_sym_EQ_EQ] = ACTIONS(3299), - [anon_sym_BANG_EQ] = ACTIONS(3299), - [anon_sym_LT] = ACTIONS(3301), - [anon_sym_GT] = ACTIONS(3301), - [anon_sym_LT_EQ] = ACTIONS(3299), - [anon_sym_GT_EQ] = ACTIONS(3299), - [anon_sym_LT_LT] = ACTIONS(3301), - [anon_sym_GT_GT] = ACTIONS(3301), - [anon_sym_PLUS] = ACTIONS(3301), - [anon_sym_DASH] = ACTIONS(3301), - [anon_sym_SLASH] = ACTIONS(3301), - [anon_sym_PERCENT] = ACTIONS(3301), - [anon_sym_DASH_DASH] = ACTIONS(3299), - [anon_sym_PLUS_PLUS] = ACTIONS(3299), - [anon_sym_DOT] = ACTIONS(3299), - [anon_sym_DASH_GT] = ACTIONS(3299), + [984] = { + [sym__expression] = STATE(1097), + [sym_conditional_expression] = STATE(1097), + [sym_assignment_expression] = STATE(1097), + [sym_pointer_expression] = STATE(1097), + [sym_logical_expression] = STATE(1097), + [sym_bitwise_expression] = STATE(1097), + [sym_equality_expression] = STATE(1097), + [sym_relational_expression] = STATE(1097), + [sym_shift_expression] = STATE(1097), + [sym_math_expression] = STATE(1097), + [sym_cast_expression] = STATE(1097), + [sym_sizeof_expression] = STATE(1097), + [sym_subscript_expression] = STATE(1097), + [sym_call_expression] = STATE(1097), + [sym_field_expression] = STATE(1097), + [sym_compound_literal_expression] = STATE(1097), + [sym_parenthesized_expression] = STATE(1097), + [sym_concatenated_string] = STATE(1097), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3124), + [sym_char_literal] = ACTIONS(3124), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3126), + [sym_false] = ACTIONS(3126), + [sym_null] = ACTIONS(3126), + [sym_identifier] = ACTIONS(3126), [sym_comment] = ACTIONS(39), }, - [1063] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_RBRACE] = ACTIONS(3303), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_QMARK] = ACTIONS(1428), - [anon_sym_STAR_EQ] = ACTIONS(1430), - [anon_sym_SLASH_EQ] = ACTIONS(1430), - [anon_sym_PERCENT_EQ] = ACTIONS(1430), - [anon_sym_PLUS_EQ] = ACTIONS(1430), - [anon_sym_DASH_EQ] = ACTIONS(1430), - [anon_sym_LT_LT_EQ] = ACTIONS(1430), - [anon_sym_GT_GT_EQ] = ACTIONS(1430), - [anon_sym_AMP_EQ] = ACTIONS(1430), - [anon_sym_CARET_EQ] = ACTIONS(1430), - [anon_sym_PIPE_EQ] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(1434), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [985] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3128), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1064] = { - [anon_sym_COMMA] = ACTIONS(3303), - [anon_sym_RBRACE] = ACTIONS(3303), + [986] = { + [sym_declaration] = STATE(1100), + [sym_type_definition] = STATE(1100), + [sym__declaration_specifiers] = STATE(1101), + [sym_compound_statement] = STATE(1100), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1100), + [sym_expression_statement] = STATE(1100), + [sym_if_statement] = STATE(1100), + [sym_switch_statement] = STATE(1100), + [sym_case_statement] = STATE(1100), + [sym_while_statement] = STATE(1100), + [sym_do_statement] = STATE(1100), + [sym_for_statement] = STATE(1100), + [sym_return_statement] = STATE(1100), + [sym_break_statement] = STATE(1100), + [sym_continue_statement] = STATE(1100), + [sym_goto_statement] = STATE(1100), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_typedef] = ACTIONS(362), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3130), [sym_comment] = ACTIONS(39), }, - [1065] = { - [sym__expression] = STATE(1063), - [sym_conditional_expression] = STATE(1063), - [sym_assignment_expression] = STATE(1063), - [sym_pointer_expression] = STATE(1063), - [sym_logical_expression] = STATE(1063), - [sym_bitwise_expression] = STATE(1063), - [sym_equality_expression] = STATE(1063), - [sym_relational_expression] = STATE(1063), - [sym_shift_expression] = STATE(1063), - [sym_math_expression] = STATE(1063), - [sym_cast_expression] = STATE(1063), - [sym_sizeof_expression] = STATE(1063), - [sym_subscript_expression] = STATE(1063), - [sym_call_expression] = STATE(1063), - [sym_field_expression] = STATE(1063), - [sym_compound_literal_expression] = STATE(1063), - [sym_parenthesized_expression] = STATE(1063), - [sym_initializer_list] = STATE(1064), - [sym_initializer_pair] = STATE(1064), - [sym_subscript_designator] = STATE(547), - [sym_field_designator] = STATE(547), - [sym_concatenated_string] = STATE(1063), - [aux_sym_initializer_pair_repeat1] = STATE(547), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_RBRACE] = ACTIONS(3305), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_LBRACK] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [anon_sym_DOT] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(2798), - [sym_char_literal] = ACTIONS(2798), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_null] = ACTIONS(2800), - [sym_identifier] = ACTIONS(2800), + [987] = { + [sym__expression] = STATE(1102), + [sym_conditional_expression] = STATE(1102), + [sym_assignment_expression] = STATE(1102), + [sym_pointer_expression] = STATE(1102), + [sym_logical_expression] = STATE(1102), + [sym_bitwise_expression] = STATE(1102), + [sym_equality_expression] = STATE(1102), + [sym_relational_expression] = STATE(1102), + [sym_shift_expression] = STATE(1102), + [sym_math_expression] = STATE(1102), + [sym_cast_expression] = STATE(1102), + [sym_sizeof_expression] = STATE(1102), + [sym_subscript_expression] = STATE(1102), + [sym_call_expression] = STATE(1102), + [sym_field_expression] = STATE(1102), + [sym_compound_literal_expression] = STATE(1102), + [sym_parenthesized_expression] = STATE(1102), + [sym_concatenated_string] = STATE(1102), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3132), + [sym_char_literal] = ACTIONS(3132), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3134), + [sym_false] = ACTIONS(3134), + [sym_null] = ACTIONS(3134), + [sym_identifier] = ACTIONS(3134), [sym_comment] = ACTIONS(39), }, - [1066] = { - [aux_sym_initializer_list_repeat1] = STATE(1066), - [anon_sym_COMMA] = ACTIONS(3307), - [anon_sym_RBRACE] = ACTIONS(3303), + [988] = { + [anon_sym_while] = ACTIONS(3136), [sym_comment] = ACTIONS(39), }, - [1067] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(3310), - [anon_sym_RBRACE] = ACTIONS(3310), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_QMARK] = ACTIONS(1428), - [anon_sym_STAR_EQ] = ACTIONS(1430), - [anon_sym_SLASH_EQ] = ACTIONS(1430), - [anon_sym_PERCENT_EQ] = ACTIONS(1430), - [anon_sym_PLUS_EQ] = ACTIONS(1430), - [anon_sym_DASH_EQ] = ACTIONS(1430), - [anon_sym_LT_LT_EQ] = ACTIONS(1430), - [anon_sym_GT_GT_EQ] = ACTIONS(1430), - [anon_sym_AMP_EQ] = ACTIONS(1430), - [anon_sym_CARET_EQ] = ACTIONS(1430), - [anon_sym_PIPE_EQ] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(1434), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [989] = { + [sym_declaration] = STATE(1104), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(1105), + [sym_conditional_expression] = STATE(1105), + [sym_assignment_expression] = STATE(1105), + [sym_pointer_expression] = STATE(1105), + [sym_logical_expression] = STATE(1105), + [sym_bitwise_expression] = STATE(1105), + [sym_equality_expression] = STATE(1105), + [sym_relational_expression] = STATE(1105), + [sym_shift_expression] = STATE(1105), + [sym_math_expression] = STATE(1105), + [sym_cast_expression] = STATE(1105), + [sym_sizeof_expression] = STATE(1105), + [sym_subscript_expression] = STATE(1105), + [sym_call_expression] = STATE(1105), + [sym_field_expression] = STATE(1105), + [sym_compound_literal_expression] = STATE(1105), + [sym_parenthesized_expression] = STATE(1105), + [sym_concatenated_string] = STATE(1105), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3138), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3140), + [sym_char_literal] = ACTIONS(3140), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3142), + [sym_false] = ACTIONS(3142), + [sym_null] = ACTIONS(3142), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [1068] = { - [anon_sym_COMMA] = ACTIONS(3310), - [anon_sym_RBRACE] = ACTIONS(3310), + [990] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1663), + [anon_sym_LPAREN] = ACTIONS(1665), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1663), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1663), + [sym_preproc_directive] = ACTIONS(1663), + [anon_sym_SEMI] = ACTIONS(1665), + [anon_sym_typedef] = ACTIONS(1663), + [anon_sym_extern] = ACTIONS(1663), + [anon_sym_LBRACE] = ACTIONS(1665), + [anon_sym_STAR] = ACTIONS(1665), + [anon_sym_static] = ACTIONS(1663), + [anon_sym_auto] = ACTIONS(1663), + [anon_sym_register] = ACTIONS(1663), + [anon_sym_inline] = ACTIONS(1663), + [anon_sym_const] = ACTIONS(1663), + [anon_sym_restrict] = ACTIONS(1663), + [anon_sym_volatile] = ACTIONS(1663), + [anon_sym__Atomic] = ACTIONS(1663), + [anon_sym_unsigned] = ACTIONS(1663), + [anon_sym_long] = ACTIONS(1663), + [anon_sym_short] = ACTIONS(1663), + [sym_primitive_type] = ACTIONS(1663), + [anon_sym_enum] = ACTIONS(1663), + [anon_sym_struct] = ACTIONS(1663), + [anon_sym_union] = ACTIONS(1663), + [anon_sym_if] = ACTIONS(1663), + [anon_sym_else] = ACTIONS(1663), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1663), + [anon_sym_default] = ACTIONS(1663), + [anon_sym_while] = ACTIONS(1663), + [anon_sym_do] = ACTIONS(1663), + [anon_sym_for] = ACTIONS(1663), + [anon_sym_return] = ACTIONS(1663), + [anon_sym_break] = ACTIONS(1663), + [anon_sym_continue] = ACTIONS(1663), + [anon_sym_goto] = ACTIONS(1663), + [anon_sym_AMP] = ACTIONS(1665), + [anon_sym_BANG] = ACTIONS(1665), + [anon_sym_TILDE] = ACTIONS(1665), + [anon_sym_PLUS] = ACTIONS(1663), + [anon_sym_DASH] = ACTIONS(1663), + [anon_sym_DASH_DASH] = ACTIONS(1665), + [anon_sym_PLUS_PLUS] = ACTIONS(1665), + [anon_sym_sizeof] = ACTIONS(1663), + [sym_number_literal] = ACTIONS(1665), + [sym_char_literal] = ACTIONS(1665), + [sym_string_literal] = ACTIONS(1665), + [sym_true] = ACTIONS(1663), + [sym_false] = ACTIONS(1663), + [sym_null] = ACTIONS(1663), + [sym_identifier] = ACTIONS(1663), [sym_comment] = ACTIONS(39), }, - [1069] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [sym_identifier] = ACTIONS(1292), + [991] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3144), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1070] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1302), + [992] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1669), + [anon_sym_LPAREN] = ACTIONS(1671), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1669), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1669), + [sym_preproc_directive] = ACTIONS(1669), + [anon_sym_SEMI] = ACTIONS(1671), + [anon_sym_typedef] = ACTIONS(1669), + [anon_sym_extern] = ACTIONS(1669), + [anon_sym_LBRACE] = ACTIONS(1671), + [anon_sym_STAR] = ACTIONS(1671), + [anon_sym_static] = ACTIONS(1669), + [anon_sym_auto] = ACTIONS(1669), + [anon_sym_register] = ACTIONS(1669), + [anon_sym_inline] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1669), + [anon_sym_restrict] = ACTIONS(1669), + [anon_sym_volatile] = ACTIONS(1669), + [anon_sym__Atomic] = ACTIONS(1669), + [anon_sym_unsigned] = ACTIONS(1669), + [anon_sym_long] = ACTIONS(1669), + [anon_sym_short] = ACTIONS(1669), + [sym_primitive_type] = ACTIONS(1669), + [anon_sym_enum] = ACTIONS(1669), + [anon_sym_struct] = ACTIONS(1669), + [anon_sym_union] = ACTIONS(1669), + [anon_sym_if] = ACTIONS(1669), + [anon_sym_else] = ACTIONS(1669), + [anon_sym_switch] = ACTIONS(1669), + [anon_sym_case] = ACTIONS(1669), + [anon_sym_default] = ACTIONS(1669), + [anon_sym_while] = ACTIONS(1669), + [anon_sym_do] = ACTIONS(1669), + [anon_sym_for] = ACTIONS(1669), + [anon_sym_return] = ACTIONS(1669), + [anon_sym_break] = ACTIONS(1669), + [anon_sym_continue] = ACTIONS(1669), + [anon_sym_goto] = ACTIONS(1669), + [anon_sym_AMP] = ACTIONS(1671), + [anon_sym_BANG] = ACTIONS(1671), + [anon_sym_TILDE] = ACTIONS(1671), + [anon_sym_PLUS] = ACTIONS(1669), + [anon_sym_DASH] = ACTIONS(1669), + [anon_sym_DASH_DASH] = ACTIONS(1671), + [anon_sym_PLUS_PLUS] = ACTIONS(1671), + [anon_sym_sizeof] = ACTIONS(1669), + [sym_number_literal] = ACTIONS(1671), + [sym_char_literal] = ACTIONS(1671), + [sym_string_literal] = ACTIONS(1671), + [sym_true] = ACTIONS(1669), + [sym_false] = ACTIONS(1669), + [sym_null] = ACTIONS(1669), + [sym_identifier] = ACTIONS(1669), [sym_comment] = ACTIONS(39), }, - [1071] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1382), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1382), - [sym_preproc_directive] = ACTIONS(1382), - [anon_sym_typedef] = ACTIONS(1382), - [anon_sym_extern] = ACTIONS(1382), - [anon_sym_static] = ACTIONS(1382), - [anon_sym_auto] = ACTIONS(1382), - [anon_sym_register] = ACTIONS(1382), - [anon_sym_inline] = ACTIONS(1382), - [anon_sym_const] = ACTIONS(1382), - [anon_sym_restrict] = ACTIONS(1382), - [anon_sym_volatile] = ACTIONS(1382), - [anon_sym__Atomic] = ACTIONS(1382), - [anon_sym_unsigned] = ACTIONS(1382), - [anon_sym_long] = ACTIONS(1382), - [anon_sym_short] = ACTIONS(1382), - [sym_primitive_type] = ACTIONS(1382), - [anon_sym_enum] = ACTIONS(1382), - [anon_sym_struct] = ACTIONS(1382), - [anon_sym_union] = ACTIONS(1382), - [sym_identifier] = ACTIONS(1382), + [993] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1673), + [anon_sym_LPAREN] = ACTIONS(1675), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1673), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1673), + [sym_preproc_directive] = ACTIONS(1673), + [anon_sym_SEMI] = ACTIONS(1675), + [anon_sym_typedef] = ACTIONS(1673), + [anon_sym_extern] = ACTIONS(1673), + [anon_sym_LBRACE] = ACTIONS(1675), + [anon_sym_STAR] = ACTIONS(1675), + [anon_sym_static] = ACTIONS(1673), + [anon_sym_auto] = ACTIONS(1673), + [anon_sym_register] = ACTIONS(1673), + [anon_sym_inline] = ACTIONS(1673), + [anon_sym_const] = ACTIONS(1673), + [anon_sym_restrict] = ACTIONS(1673), + [anon_sym_volatile] = ACTIONS(1673), + [anon_sym__Atomic] = ACTIONS(1673), + [anon_sym_unsigned] = ACTIONS(1673), + [anon_sym_long] = ACTIONS(1673), + [anon_sym_short] = ACTIONS(1673), + [sym_primitive_type] = ACTIONS(1673), + [anon_sym_enum] = ACTIONS(1673), + [anon_sym_struct] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_if] = ACTIONS(1673), + [anon_sym_else] = ACTIONS(1673), + [anon_sym_switch] = ACTIONS(1673), + [anon_sym_case] = ACTIONS(1673), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_while] = ACTIONS(1673), + [anon_sym_do] = ACTIONS(1673), + [anon_sym_for] = ACTIONS(1673), + [anon_sym_return] = ACTIONS(1673), + [anon_sym_break] = ACTIONS(1673), + [anon_sym_continue] = ACTIONS(1673), + [anon_sym_goto] = ACTIONS(1673), + [anon_sym_AMP] = ACTIONS(1675), + [anon_sym_BANG] = ACTIONS(1675), + [anon_sym_TILDE] = ACTIONS(1675), + [anon_sym_PLUS] = ACTIONS(1673), + [anon_sym_DASH] = ACTIONS(1673), + [anon_sym_DASH_DASH] = ACTIONS(1675), + [anon_sym_PLUS_PLUS] = ACTIONS(1675), + [anon_sym_sizeof] = ACTIONS(1673), + [sym_number_literal] = ACTIONS(1675), + [sym_char_literal] = ACTIONS(1675), + [sym_string_literal] = ACTIONS(1675), + [sym_true] = ACTIONS(1673), + [sym_false] = ACTIONS(1673), + [sym_null] = ACTIONS(1673), + [sym_identifier] = ACTIONS(1673), [sym_comment] = ACTIONS(39), }, - [1072] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1386), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1386), - [sym_preproc_directive] = ACTIONS(1386), - [anon_sym_typedef] = ACTIONS(1386), - [anon_sym_extern] = ACTIONS(1386), - [anon_sym_static] = ACTIONS(1386), - [anon_sym_auto] = ACTIONS(1386), - [anon_sym_register] = ACTIONS(1386), - [anon_sym_inline] = ACTIONS(1386), - [anon_sym_const] = ACTIONS(1386), - [anon_sym_restrict] = ACTIONS(1386), - [anon_sym_volatile] = ACTIONS(1386), - [anon_sym__Atomic] = ACTIONS(1386), - [anon_sym_unsigned] = ACTIONS(1386), - [anon_sym_long] = ACTIONS(1386), - [anon_sym_short] = ACTIONS(1386), - [sym_primitive_type] = ACTIONS(1386), - [anon_sym_enum] = ACTIONS(1386), - [anon_sym_struct] = ACTIONS(1386), - [anon_sym_union] = ACTIONS(1386), - [sym_identifier] = ACTIONS(1386), + [994] = { + [anon_sym_SEMI] = ACTIONS(3146), [sym_comment] = ACTIONS(39), }, - [1073] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1390), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1390), - [sym_preproc_directive] = ACTIONS(1390), - [anon_sym_typedef] = ACTIONS(1390), - [anon_sym_extern] = ACTIONS(1390), - [anon_sym_static] = ACTIONS(1390), - [anon_sym_auto] = ACTIONS(1390), - [anon_sym_register] = ACTIONS(1390), - [anon_sym_inline] = ACTIONS(1390), - [anon_sym_const] = ACTIONS(1390), - [anon_sym_restrict] = ACTIONS(1390), - [anon_sym_volatile] = ACTIONS(1390), - [anon_sym__Atomic] = ACTIONS(1390), - [anon_sym_unsigned] = ACTIONS(1390), - [anon_sym_long] = ACTIONS(1390), - [anon_sym_short] = ACTIONS(1390), - [sym_primitive_type] = ACTIONS(1390), - [anon_sym_enum] = ACTIONS(1390), - [anon_sym_struct] = ACTIONS(1390), - [anon_sym_union] = ACTIONS(1390), - [sym_identifier] = ACTIONS(1390), + [995] = { + [sym_compound_statement] = STATE(1109), + [sym_labeled_statement] = STATE(1109), + [sym_expression_statement] = STATE(1109), + [sym_if_statement] = STATE(1109), + [sym_switch_statement] = STATE(1109), + [sym_case_statement] = STATE(1109), + [sym_while_statement] = STATE(1109), + [sym_do_statement] = STATE(1109), + [sym_for_statement] = STATE(1109), + [sym_return_statement] = STATE(1109), + [sym_break_statement] = STATE(1109), + [sym_continue_statement] = STATE(1109), + [sym_goto_statement] = STATE(1109), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1074] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), + [996] = { + [sym_parameter_list] = STATE(127), + [aux_sym_declaration_repeat1] = STATE(517), + [anon_sym_LPAREN] = ACTIONS(231), + [anon_sym_COMMA] = ACTIONS(233), + [anon_sym_SEMI] = ACTIONS(1231), + [anon_sym_LBRACK] = ACTIONS(239), + [anon_sym_EQ] = ACTIONS(241), [sym_comment] = ACTIONS(39), }, - [1075] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1412), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1412), - [sym_preproc_directive] = ACTIONS(1412), - [anon_sym_typedef] = ACTIONS(1412), - [anon_sym_extern] = ACTIONS(1412), - [anon_sym_static] = ACTIONS(1412), - [anon_sym_auto] = ACTIONS(1412), - [anon_sym_register] = ACTIONS(1412), - [anon_sym_inline] = ACTIONS(1412), - [anon_sym_const] = ACTIONS(1412), - [anon_sym_restrict] = ACTIONS(1412), - [anon_sym_volatile] = ACTIONS(1412), - [anon_sym__Atomic] = ACTIONS(1412), - [anon_sym_unsigned] = ACTIONS(1412), - [anon_sym_long] = ACTIONS(1412), - [anon_sym_short] = ACTIONS(1412), - [sym_primitive_type] = ACTIONS(1412), - [anon_sym_enum] = ACTIONS(1412), - [anon_sym_struct] = ACTIONS(1412), - [anon_sym_union] = ACTIONS(1412), - [sym_identifier] = ACTIONS(1412), + [997] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1713), + [anon_sym_LPAREN] = ACTIONS(1715), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1713), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1713), + [sym_preproc_directive] = ACTIONS(1713), + [anon_sym_SEMI] = ACTIONS(1715), + [anon_sym_typedef] = ACTIONS(1713), + [anon_sym_extern] = ACTIONS(1713), + [anon_sym_LBRACE] = ACTIONS(1715), + [anon_sym_STAR] = ACTIONS(1715), + [anon_sym_static] = ACTIONS(1713), + [anon_sym_auto] = ACTIONS(1713), + [anon_sym_register] = ACTIONS(1713), + [anon_sym_inline] = ACTIONS(1713), + [anon_sym_const] = ACTIONS(1713), + [anon_sym_restrict] = ACTIONS(1713), + [anon_sym_volatile] = ACTIONS(1713), + [anon_sym__Atomic] = ACTIONS(1713), + [anon_sym_unsigned] = ACTIONS(1713), + [anon_sym_long] = ACTIONS(1713), + [anon_sym_short] = ACTIONS(1713), + [sym_primitive_type] = ACTIONS(1713), + [anon_sym_enum] = ACTIONS(1713), + [anon_sym_struct] = ACTIONS(1713), + [anon_sym_union] = ACTIONS(1713), + [anon_sym_if] = ACTIONS(1713), + [anon_sym_else] = ACTIONS(1713), + [anon_sym_switch] = ACTIONS(1713), + [anon_sym_case] = ACTIONS(1713), + [anon_sym_default] = ACTIONS(1713), + [anon_sym_while] = ACTIONS(1713), + [anon_sym_do] = ACTIONS(1713), + [anon_sym_for] = ACTIONS(1713), + [anon_sym_return] = ACTIONS(1713), + [anon_sym_break] = ACTIONS(1713), + [anon_sym_continue] = ACTIONS(1713), + [anon_sym_goto] = ACTIONS(1713), + [anon_sym_AMP] = ACTIONS(1715), + [anon_sym_BANG] = ACTIONS(1715), + [anon_sym_TILDE] = ACTIONS(1715), + [anon_sym_PLUS] = ACTIONS(1713), + [anon_sym_DASH] = ACTIONS(1713), + [anon_sym_DASH_DASH] = ACTIONS(1715), + [anon_sym_PLUS_PLUS] = ACTIONS(1715), + [anon_sym_sizeof] = ACTIONS(1713), + [sym_number_literal] = ACTIONS(1715), + [sym_char_literal] = ACTIONS(1715), + [sym_string_literal] = ACTIONS(1715), + [sym_true] = ACTIONS(1713), + [sym_false] = ACTIONS(1713), + [sym_null] = ACTIONS(1713), + [sym_identifier] = ACTIONS(1713), [sym_comment] = ACTIONS(39), }, - [1076] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), + [998] = { + [sym_preproc_include] = STATE(998), + [sym_preproc_def] = STATE(998), + [sym_preproc_function_def] = STATE(998), + [sym_preproc_call] = STATE(998), + [sym_preproc_if_in_compound_statement] = STATE(850), + [sym_preproc_ifdef_in_compound_statement] = STATE(851), + [sym_declaration] = STATE(998), + [sym_type_definition] = STATE(998), + [sym__declaration_specifiers] = STATE(852), + [sym_compound_statement] = STATE(998), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(998), + [sym_expression_statement] = STATE(998), + [sym_if_statement] = STATE(998), + [sym_switch_statement] = STATE(998), + [sym_case_statement] = STATE(998), + [sym_while_statement] = STATE(998), + [sym_do_statement] = STATE(998), + [sym_for_statement] = STATE(998), + [sym_return_statement] = STATE(998), + [sym_break_statement] = STATE(998), + [sym_continue_statement] = STATE(998), + [sym_goto_statement] = STATE(998), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym__empty_declaration] = STATE(998), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(998), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3150), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3153), + [anon_sym_LPAREN] = ACTIONS(1785), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3156), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2814), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3159), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3162), + [sym_preproc_directive] = ACTIONS(3165), + [anon_sym_SEMI] = ACTIONS(3168), + [anon_sym_typedef] = ACTIONS(3171), + [anon_sym_extern] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(3174), + [anon_sym_STAR] = ACTIONS(1814), + [anon_sym_static] = ACTIONS(1806), + [anon_sym_auto] = ACTIONS(1806), + [anon_sym_register] = ACTIONS(1806), + [anon_sym_inline] = ACTIONS(1806), + [anon_sym_const] = ACTIONS(1817), + [anon_sym_restrict] = ACTIONS(1817), + [anon_sym_volatile] = ACTIONS(1817), + [anon_sym__Atomic] = ACTIONS(1817), + [anon_sym_unsigned] = ACTIONS(1820), + [anon_sym_long] = ACTIONS(1820), + [anon_sym_short] = ACTIONS(1820), + [sym_primitive_type] = ACTIONS(1823), + [anon_sym_enum] = ACTIONS(1826), + [anon_sym_struct] = ACTIONS(1829), + [anon_sym_union] = ACTIONS(1832), + [anon_sym_if] = ACTIONS(3177), + [anon_sym_switch] = ACTIONS(3180), + [anon_sym_case] = ACTIONS(3183), + [anon_sym_default] = ACTIONS(3186), + [anon_sym_while] = ACTIONS(3189), + [anon_sym_do] = ACTIONS(3192), + [anon_sym_for] = ACTIONS(3195), + [anon_sym_return] = ACTIONS(3198), + [anon_sym_break] = ACTIONS(3201), + [anon_sym_continue] = ACTIONS(3204), + [anon_sym_goto] = ACTIONS(3207), + [anon_sym_AMP] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1868), + [anon_sym_TILDE] = ACTIONS(1871), + [anon_sym_PLUS] = ACTIONS(1874), + [anon_sym_DASH] = ACTIONS(1874), + [anon_sym_DASH_DASH] = ACTIONS(1877), + [anon_sym_PLUS_PLUS] = ACTIONS(1877), + [anon_sym_sizeof] = ACTIONS(1880), + [sym_number_literal] = ACTIONS(3210), + [sym_char_literal] = ACTIONS(3210), + [sym_string_literal] = ACTIONS(1886), + [sym_true] = ACTIONS(3213), + [sym_false] = ACTIONS(3213), + [sym_null] = ACTIONS(3213), + [sym_identifier] = ACTIONS(3216), [sym_comment] = ACTIONS(39), }, - [1077] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_RBRACE] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3312), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3312), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3314), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [1078] = { - [sym__expression] = STATE(1221), - [sym_conditional_expression] = STATE(1221), - [sym_assignment_expression] = STATE(1221), - [sym_pointer_expression] = STATE(1221), - [sym_logical_expression] = STATE(1221), - [sym_bitwise_expression] = STATE(1221), - [sym_equality_expression] = STATE(1221), - [sym_relational_expression] = STATE(1221), - [sym_shift_expression] = STATE(1221), - [sym_math_expression] = STATE(1221), - [sym_cast_expression] = STATE(1221), - [sym_sizeof_expression] = STATE(1221), - [sym_subscript_expression] = STATE(1221), - [sym_call_expression] = STATE(1221), - [sym_field_expression] = STATE(1221), - [sym_compound_literal_expression] = STATE(1221), - [sym_parenthesized_expression] = STATE(1221), - [sym_concatenated_string] = STATE(1221), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [sym_number_literal] = ACTIONS(3316), - [sym_char_literal] = ACTIONS(3316), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(3318), - [sym_false] = ACTIONS(3318), - [sym_null] = ACTIONS(3318), - [sym_identifier] = ACTIONS(3318), - [sym_comment] = ACTIONS(39), - }, - [1079] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3320), - [sym_comment] = ACTIONS(39), - }, - [1080] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3322), - [sym_comment] = ACTIONS(39), - }, - [1081] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(3324), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3324), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3326), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [1082] = { - [sym__expression] = STATE(1222), - [sym_conditional_expression] = STATE(1222), - [sym_assignment_expression] = STATE(1222), - [sym_pointer_expression] = STATE(1222), - [sym_logical_expression] = STATE(1222), - [sym_bitwise_expression] = STATE(1222), - [sym_equality_expression] = STATE(1222), - [sym_relational_expression] = STATE(1222), - [sym_shift_expression] = STATE(1222), - [sym_math_expression] = STATE(1222), - [sym_cast_expression] = STATE(1222), - [sym_sizeof_expression] = STATE(1222), - [sym_subscript_expression] = STATE(1222), - [sym_call_expression] = STATE(1222), - [sym_field_expression] = STATE(1222), - [sym_compound_literal_expression] = STATE(1222), - [sym_parenthesized_expression] = STATE(1222), - [sym_concatenated_string] = STATE(1222), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3328), - [sym_char_literal] = ACTIONS(3328), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3330), - [sym_false] = ACTIONS(3330), - [sym_null] = ACTIONS(3330), - [sym_identifier] = ACTIONS(3330), - [sym_comment] = ACTIONS(39), - }, - [1083] = { - [anon_sym_LPAREN] = ACTIONS(3332), - [anon_sym_COMMA] = ACTIONS(3332), - [anon_sym_RPAREN] = ACTIONS(3332), - [anon_sym_SEMI] = ACTIONS(3332), - [anon_sym_LBRACK] = ACTIONS(3332), - [anon_sym_COLON] = ACTIONS(3332), - [sym_comment] = ACTIONS(39), - }, - [1084] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3334), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3336), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3336), - [anon_sym_extern] = ACTIONS(3334), - [anon_sym_RBRACE] = ACTIONS(3336), - [anon_sym_static] = ACTIONS(3334), - [anon_sym_auto] = ACTIONS(3334), - [anon_sym_register] = ACTIONS(3334), - [anon_sym_inline] = ACTIONS(3334), - [anon_sym_const] = ACTIONS(3334), - [anon_sym_restrict] = ACTIONS(3334), - [anon_sym_volatile] = ACTIONS(3334), - [anon_sym__Atomic] = ACTIONS(3334), - [anon_sym_unsigned] = ACTIONS(3334), - [anon_sym_long] = ACTIONS(3334), - [anon_sym_short] = ACTIONS(3334), - [sym_primitive_type] = ACTIONS(3334), - [anon_sym_enum] = ACTIONS(3334), - [anon_sym_struct] = ACTIONS(3334), - [anon_sym_union] = ACTIONS(3334), - [sym_identifier] = ACTIONS(3334), - [sym_comment] = ACTIONS(39), - }, - [1085] = { - [anon_sym_LPAREN] = ACTIONS(3338), - [anon_sym_COMMA] = ACTIONS(3338), - [anon_sym_RPAREN] = ACTIONS(3338), - [anon_sym_LBRACK] = ACTIONS(3338), - [sym_comment] = ACTIONS(39), - }, - [1086] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1292), - [anon_sym_LPAREN] = ACTIONS(1290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1290), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_RBRACE] = ACTIONS(1290), - [anon_sym_STAR] = ACTIONS(1290), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_switch] = ACTIONS(1292), - [anon_sym_case] = ACTIONS(1292), - [anon_sym_default] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym_AMP] = ACTIONS(1290), - [anon_sym_BANG] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1290), - [anon_sym_PLUS] = ACTIONS(1292), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1290), - [anon_sym_PLUS_PLUS] = ACTIONS(1290), - [anon_sym_sizeof] = ACTIONS(1292), - [sym_number_literal] = ACTIONS(1290), - [sym_char_literal] = ACTIONS(1290), - [sym_string_literal] = ACTIONS(1290), - [sym_true] = ACTIONS(1292), - [sym_false] = ACTIONS(1292), - [sym_null] = ACTIONS(1292), - [sym_identifier] = ACTIONS(1292), - [sym_comment] = ACTIONS(39), - }, - [1087] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1300), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_RBRACE] = ACTIONS(1300), - [anon_sym_STAR] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1302), - [anon_sym_switch] = ACTIONS(1302), - [anon_sym_case] = ACTIONS(1302), - [anon_sym_default] = ACTIONS(1302), - [anon_sym_while] = ACTIONS(1302), - [anon_sym_do] = ACTIONS(1302), - [anon_sym_for] = ACTIONS(1302), - [anon_sym_return] = ACTIONS(1302), - [anon_sym_break] = ACTIONS(1302), - [anon_sym_continue] = ACTIONS(1302), - [anon_sym_goto] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [anon_sym_sizeof] = ACTIONS(1302), - [sym_number_literal] = ACTIONS(1300), - [sym_char_literal] = ACTIONS(1300), - [sym_string_literal] = ACTIONS(1300), - [sym_true] = ACTIONS(1302), - [sym_false] = ACTIONS(1302), - [sym_null] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1302), - [sym_comment] = ACTIONS(39), - }, - [1088] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_COMMA] = ACTIONS(3259), - [anon_sym_RPAREN] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(3340), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3340), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3342), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [1089] = { - [sym__expression] = STATE(1223), - [sym_conditional_expression] = STATE(1223), - [sym_assignment_expression] = STATE(1223), - [sym_pointer_expression] = STATE(1223), - [sym_logical_expression] = STATE(1223), - [sym_bitwise_expression] = STATE(1223), - [sym_equality_expression] = STATE(1223), - [sym_relational_expression] = STATE(1223), - [sym_shift_expression] = STATE(1223), - [sym_math_expression] = STATE(1223), - [sym_cast_expression] = STATE(1223), - [sym_sizeof_expression] = STATE(1223), - [sym_subscript_expression] = STATE(1223), - [sym_call_expression] = STATE(1223), - [sym_field_expression] = STATE(1223), - [sym_compound_literal_expression] = STATE(1223), - [sym_parenthesized_expression] = STATE(1223), - [sym_concatenated_string] = STATE(1223), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3344), - [sym_char_literal] = ACTIONS(3344), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3346), - [sym_false] = ACTIONS(3346), - [sym_null] = ACTIONS(3346), - [sym_identifier] = ACTIONS(3346), - [sym_comment] = ACTIONS(39), - }, - [1090] = { - [sym_preproc_arg] = ACTIONS(3348), - [sym_comment] = ACTIONS(47), - }, - [1091] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(356), - [anon_sym_LPAREN] = ACTIONS(354), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(356), - [sym_preproc_directive] = ACTIONS(356), - [anon_sym_SEMI] = ACTIONS(354), - [anon_sym_typedef] = ACTIONS(356), - [anon_sym_extern] = ACTIONS(356), - [anon_sym_LBRACE] = ACTIONS(354), - [anon_sym_STAR] = ACTIONS(354), - [anon_sym_static] = ACTIONS(356), - [anon_sym_auto] = ACTIONS(356), - [anon_sym_register] = ACTIONS(356), - [anon_sym_inline] = ACTIONS(356), - [anon_sym_const] = ACTIONS(356), - [anon_sym_restrict] = ACTIONS(356), - [anon_sym_volatile] = ACTIONS(356), - [anon_sym__Atomic] = ACTIONS(356), - [anon_sym_unsigned] = ACTIONS(356), - [anon_sym_long] = ACTIONS(356), - [anon_sym_short] = ACTIONS(356), - [sym_primitive_type] = ACTIONS(356), - [anon_sym_enum] = ACTIONS(356), - [anon_sym_struct] = ACTIONS(356), - [anon_sym_union] = ACTIONS(356), - [anon_sym_if] = ACTIONS(356), - [anon_sym_switch] = ACTIONS(356), - [anon_sym_case] = ACTIONS(356), - [anon_sym_default] = ACTIONS(356), - [anon_sym_while] = ACTIONS(356), - [anon_sym_do] = ACTIONS(356), - [anon_sym_for] = ACTIONS(356), - [anon_sym_return] = ACTIONS(356), - [anon_sym_break] = ACTIONS(356), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(356), - [anon_sym_AMP] = ACTIONS(354), - [anon_sym_BANG] = ACTIONS(354), - [anon_sym_TILDE] = ACTIONS(354), - [anon_sym_PLUS] = ACTIONS(356), - [anon_sym_DASH] = ACTIONS(356), - [anon_sym_DASH_DASH] = ACTIONS(354), - [anon_sym_PLUS_PLUS] = ACTIONS(354), - [anon_sym_sizeof] = ACTIONS(356), - [sym_number_literal] = ACTIONS(354), - [sym_char_literal] = ACTIONS(354), - [sym_string_literal] = ACTIONS(354), - [sym_true] = ACTIONS(356), - [sym_false] = ACTIONS(356), - [sym_null] = ACTIONS(356), - [sym_identifier] = ACTIONS(356), - [sym_comment] = ACTIONS(39), - }, - [1092] = { - [anon_sym_LF] = ACTIONS(3350), - [sym_preproc_arg] = ACTIONS(3352), - [sym_comment] = ACTIONS(47), - }, - [1093] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2440), - [anon_sym_LPAREN] = ACTIONS(2442), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2440), - [sym_preproc_directive] = ACTIONS(2440), - [anon_sym_SEMI] = ACTIONS(2442), - [anon_sym_typedef] = ACTIONS(2440), - [anon_sym_extern] = ACTIONS(2440), - [anon_sym_LBRACE] = ACTIONS(2442), - [anon_sym_STAR] = ACTIONS(2442), - [anon_sym_static] = ACTIONS(2440), - [anon_sym_auto] = ACTIONS(2440), - [anon_sym_register] = ACTIONS(2440), - [anon_sym_inline] = ACTIONS(2440), - [anon_sym_const] = ACTIONS(2440), - [anon_sym_restrict] = ACTIONS(2440), - [anon_sym_volatile] = ACTIONS(2440), - [anon_sym__Atomic] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2440), - [anon_sym_enum] = ACTIONS(2440), - [anon_sym_struct] = ACTIONS(2440), - [anon_sym_union] = ACTIONS(2440), - [anon_sym_if] = ACTIONS(2440), - [anon_sym_switch] = ACTIONS(2440), - [anon_sym_case] = ACTIONS(2440), - [anon_sym_default] = ACTIONS(2440), - [anon_sym_while] = ACTIONS(2440), - [anon_sym_do] = ACTIONS(2440), - [anon_sym_for] = ACTIONS(2440), - [anon_sym_return] = ACTIONS(2440), - [anon_sym_break] = ACTIONS(2440), - [anon_sym_continue] = ACTIONS(2440), - [anon_sym_goto] = ACTIONS(2440), - [anon_sym_AMP] = ACTIONS(2442), - [anon_sym_BANG] = ACTIONS(2442), - [anon_sym_TILDE] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2440), - [anon_sym_DASH] = ACTIONS(2440), - [anon_sym_DASH_DASH] = ACTIONS(2442), - [anon_sym_PLUS_PLUS] = ACTIONS(2442), - [anon_sym_sizeof] = ACTIONS(2440), - [sym_number_literal] = ACTIONS(2442), - [sym_char_literal] = ACTIONS(2442), - [sym_string_literal] = ACTIONS(2442), - [sym_true] = ACTIONS(2440), - [sym_false] = ACTIONS(2440), - [sym_null] = ACTIONS(2440), - [sym_identifier] = ACTIONS(2440), - [sym_comment] = ACTIONS(39), - }, - [1094] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3354), + [999] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3219), [sym_comment] = ACTIONS(39), }, - [1095] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3356), + [1000] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3221), [sym_comment] = ACTIONS(39), }, - [1096] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1230), - [sym_preproc_elif_in_compound_statement] = STATE(1231), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), + [1001] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1110), + [sym_preproc_elif_in_compound_statement] = STATE(1111), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -38784,57 +38666,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3358), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3223), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -38850,172 +38732,168 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), - [sym_comment] = ACTIONS(39), - }, - [1097] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2546), - [anon_sym_LPAREN] = ACTIONS(2548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2546), - [sym_preproc_directive] = ACTIONS(2546), - [anon_sym_SEMI] = ACTIONS(2548), - [anon_sym_typedef] = ACTIONS(2546), - [anon_sym_extern] = ACTIONS(2546), - [anon_sym_LBRACE] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2548), - [anon_sym_static] = ACTIONS(2546), - [anon_sym_auto] = ACTIONS(2546), - [anon_sym_register] = ACTIONS(2546), - [anon_sym_inline] = ACTIONS(2546), - [anon_sym_const] = ACTIONS(2546), - [anon_sym_restrict] = ACTIONS(2546), - [anon_sym_volatile] = ACTIONS(2546), - [anon_sym__Atomic] = ACTIONS(2546), - [anon_sym_unsigned] = ACTIONS(2546), - [anon_sym_long] = ACTIONS(2546), - [anon_sym_short] = ACTIONS(2546), - [sym_primitive_type] = ACTIONS(2546), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_struct] = ACTIONS(2546), - [anon_sym_union] = ACTIONS(2546), - [anon_sym_if] = ACTIONS(2546), - [anon_sym_switch] = ACTIONS(2546), - [anon_sym_case] = ACTIONS(2546), - [anon_sym_default] = ACTIONS(2546), - [anon_sym_while] = ACTIONS(2546), - [anon_sym_do] = ACTIONS(2546), - [anon_sym_for] = ACTIONS(2546), - [anon_sym_return] = ACTIONS(2546), - [anon_sym_break] = ACTIONS(2546), - [anon_sym_continue] = ACTIONS(2546), - [anon_sym_goto] = ACTIONS(2546), - [anon_sym_AMP] = ACTIONS(2548), - [anon_sym_BANG] = ACTIONS(2548), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_PLUS] = ACTIONS(2546), - [anon_sym_DASH] = ACTIONS(2546), - [anon_sym_DASH_DASH] = ACTIONS(2548), - [anon_sym_PLUS_PLUS] = ACTIONS(2548), - [anon_sym_sizeof] = ACTIONS(2546), - [sym_number_literal] = ACTIONS(2548), - [sym_char_literal] = ACTIONS(2548), - [sym_string_literal] = ACTIONS(2548), - [sym_true] = ACTIONS(2546), - [sym_false] = ACTIONS(2546), - [sym_null] = ACTIONS(2546), - [sym_identifier] = ACTIONS(2546), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1098] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3360), + [1002] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3225), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1099] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3362), + [1003] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3227), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1100] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1235), - [sym_preproc_elif_in_compound_statement] = STATE(1236), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3364), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), + [1004] = { + [sym_declaration] = STATE(1114), + [sym_type_definition] = STATE(1114), + [sym__declaration_specifiers] = STATE(1007), + [sym_compound_statement] = STATE(1114), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1114), + [sym_expression_statement] = STATE(1114), + [sym_if_statement] = STATE(1114), + [sym_switch_statement] = STATE(1114), + [sym_case_statement] = STATE(1114), + [sym_while_statement] = STATE(1114), + [sym_do_statement] = STATE(1114), + [sym_for_statement] = STATE(1114), + [sym_return_statement] = STATE(1114), + [sym_break_statement] = STATE(1114), + [sym_continue_statement] = STATE(1114), + [sym_goto_statement] = STATE(1114), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -39024,3196 +38902,3340 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2769), [sym_comment] = ACTIONS(39), }, - [1101] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2556), - [anon_sym_LPAREN] = ACTIONS(2558), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_auto] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_AMP] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [sym_char_literal] = ACTIONS(2558), - [sym_string_literal] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_identifier] = ACTIONS(2556), + [1005] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(2360), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1102] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3366), + [1006] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2480), + [anon_sym_LPAREN] = ACTIONS(2482), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2480), + [sym_preproc_directive] = ACTIONS(2480), + [anon_sym_SEMI] = ACTIONS(2482), + [anon_sym_typedef] = ACTIONS(2480), + [anon_sym_extern] = ACTIONS(2480), + [anon_sym_LBRACE] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(2482), + [anon_sym_static] = ACTIONS(2480), + [anon_sym_auto] = ACTIONS(2480), + [anon_sym_register] = ACTIONS(2480), + [anon_sym_inline] = ACTIONS(2480), + [anon_sym_const] = ACTIONS(2480), + [anon_sym_restrict] = ACTIONS(2480), + [anon_sym_volatile] = ACTIONS(2480), + [anon_sym__Atomic] = ACTIONS(2480), + [anon_sym_unsigned] = ACTIONS(2480), + [anon_sym_long] = ACTIONS(2480), + [anon_sym_short] = ACTIONS(2480), + [sym_primitive_type] = ACTIONS(2480), + [anon_sym_enum] = ACTIONS(2480), + [anon_sym_struct] = ACTIONS(2480), + [anon_sym_union] = ACTIONS(2480), + [anon_sym_if] = ACTIONS(2480), + [anon_sym_else] = ACTIONS(2480), + [anon_sym_switch] = ACTIONS(2480), + [anon_sym_case] = ACTIONS(2480), + [anon_sym_default] = ACTIONS(2480), + [anon_sym_while] = ACTIONS(2480), + [anon_sym_do] = ACTIONS(2480), + [anon_sym_for] = ACTIONS(2480), + [anon_sym_return] = ACTIONS(2480), + [anon_sym_break] = ACTIONS(2480), + [anon_sym_continue] = ACTIONS(2480), + [anon_sym_goto] = ACTIONS(2480), + [anon_sym_AMP] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2482), + [anon_sym_TILDE] = ACTIONS(2482), + [anon_sym_PLUS] = ACTIONS(2480), + [anon_sym_DASH] = ACTIONS(2480), + [anon_sym_DASH_DASH] = ACTIONS(2482), + [anon_sym_PLUS_PLUS] = ACTIONS(2482), + [anon_sym_sizeof] = ACTIONS(2480), + [sym_number_literal] = ACTIONS(2482), + [sym_char_literal] = ACTIONS(2482), + [sym_string_literal] = ACTIONS(2482), + [sym_true] = ACTIONS(2480), + [sym_false] = ACTIONS(2480), + [sym_null] = ACTIONS(2480), + [sym_identifier] = ACTIONS(2480), [sym_comment] = ACTIONS(39), }, - [1103] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3368), + [1007] = { + [sym__declarator] = STATE(872), + [sym_pointer_declarator] = STATE(872), + [sym_function_declarator] = STATE(872), + [sym_array_declarator] = STATE(872), + [sym_init_declarator] = STATE(160), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(2366), [sym_comment] = ACTIONS(39), }, - [1104] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1240), - [sym_preproc_elif_in_compound_statement] = STATE(1241), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3370), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1008] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3229), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1105] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(129), - [anon_sym_LPAREN] = ACTIONS(127), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(129), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(129), - [sym_preproc_directive] = ACTIONS(129), - [anon_sym_SEMI] = ACTIONS(127), - [anon_sym_typedef] = ACTIONS(129), - [anon_sym_extern] = ACTIONS(129), - [anon_sym_LBRACE] = ACTIONS(127), - [anon_sym_STAR] = ACTIONS(127), - [anon_sym_static] = ACTIONS(129), - [anon_sym_auto] = ACTIONS(129), - [anon_sym_register] = ACTIONS(129), - [anon_sym_inline] = ACTIONS(129), - [anon_sym_const] = ACTIONS(129), - [anon_sym_restrict] = ACTIONS(129), - [anon_sym_volatile] = ACTIONS(129), - [anon_sym__Atomic] = ACTIONS(129), - [anon_sym_unsigned] = ACTIONS(129), - [anon_sym_long] = ACTIONS(129), - [anon_sym_short] = ACTIONS(129), - [sym_primitive_type] = ACTIONS(129), - [anon_sym_enum] = ACTIONS(129), - [anon_sym_struct] = ACTIONS(129), - [anon_sym_union] = ACTIONS(129), - [anon_sym_if] = ACTIONS(129), - [anon_sym_switch] = ACTIONS(129), - [anon_sym_case] = ACTIONS(129), - [anon_sym_default] = ACTIONS(129), - [anon_sym_while] = ACTIONS(129), - [anon_sym_do] = ACTIONS(129), - [anon_sym_for] = ACTIONS(129), - [anon_sym_return] = ACTIONS(129), - [anon_sym_break] = ACTIONS(129), - [anon_sym_continue] = ACTIONS(129), - [anon_sym_goto] = ACTIONS(129), - [anon_sym_AMP] = ACTIONS(127), - [anon_sym_BANG] = ACTIONS(127), - [anon_sym_TILDE] = ACTIONS(127), - [anon_sym_PLUS] = ACTIONS(129), - [anon_sym_DASH] = ACTIONS(129), - [anon_sym_DASH_DASH] = ACTIONS(127), - [anon_sym_PLUS_PLUS] = ACTIONS(127), - [anon_sym_sizeof] = ACTIONS(129), - [sym_number_literal] = ACTIONS(127), - [sym_char_literal] = ACTIONS(127), - [sym_string_literal] = ACTIONS(127), - [sym_true] = ACTIONS(129), - [sym_false] = ACTIONS(129), - [sym_null] = ACTIONS(129), - [sym_identifier] = ACTIONS(129), + [1009] = { + [anon_sym_LPAREN] = ACTIONS(3231), [sym_comment] = ACTIONS(39), }, - [1106] = { - [sym_preproc_params] = STATE(1244), - [aux_sym_SLASH_LBRACK_BSLASHt_RBRACK_PLUS_SLASH] = ACTIONS(3372), - [anon_sym_LF] = ACTIONS(3374), - [anon_sym_LPAREN] = ACTIONS(135), - [sym_comment] = ACTIONS(47), - }, - [1107] = { - [sym_preproc_include] = STATE(1248), - [sym_preproc_def] = STATE(1248), - [sym_preproc_function_def] = STATE(1248), - [sym_preproc_call] = STATE(1248), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1246), - [sym_preproc_elif_in_compound_statement] = STATE(1247), - [sym_declaration] = STATE(1248), - [sym_type_definition] = STATE(1248), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1248), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [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(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1248), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1248), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3376), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1010] = { + [sym__expression] = STATE(1118), + [sym_conditional_expression] = STATE(1118), + [sym_assignment_expression] = STATE(1118), + [sym_pointer_expression] = STATE(1118), + [sym_logical_expression] = STATE(1118), + [sym_bitwise_expression] = STATE(1118), + [sym_equality_expression] = STATE(1118), + [sym_relational_expression] = STATE(1118), + [sym_shift_expression] = STATE(1118), + [sym_math_expression] = STATE(1118), + [sym_cast_expression] = STATE(1118), + [sym_sizeof_expression] = STATE(1118), + [sym_subscript_expression] = STATE(1118), + [sym_call_expression] = STATE(1118), + [sym_field_expression] = STATE(1118), + [sym_compound_literal_expression] = STATE(1118), + [sym_parenthesized_expression] = STATE(1118), + [sym_concatenated_string] = STATE(1118), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3233), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3235), + [sym_char_literal] = ACTIONS(3235), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3237), + [sym_false] = ACTIONS(3237), + [sym_null] = ACTIONS(3237), + [sym_identifier] = ACTIONS(3237), [sym_comment] = ACTIONS(39), }, - [1108] = { - [sym_preproc_include] = STATE(1252), - [sym_preproc_def] = STATE(1252), - [sym_preproc_function_def] = STATE(1252), - [sym_preproc_call] = STATE(1252), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1250), - [sym_preproc_elif_in_compound_statement] = STATE(1251), - [sym_declaration] = STATE(1252), - [sym_type_definition] = STATE(1252), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1252), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1252), - [sym_expression_statement] = STATE(1252), - [sym_if_statement] = STATE(1252), - [sym_switch_statement] = STATE(1252), - [sym_case_statement] = STATE(1252), - [sym_while_statement] = STATE(1252), - [sym_do_statement] = STATE(1252), - [sym_for_statement] = STATE(1252), - [sym_return_statement] = STATE(1252), - [sym_break_statement] = STATE(1252), - [sym_continue_statement] = STATE(1252), - [sym_goto_statement] = STATE(1252), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1252), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1252), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3378), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1011] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3239), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1109] = { - [sym_preproc_include] = STATE(1256), - [sym_preproc_def] = STATE(1256), - [sym_preproc_function_def] = STATE(1256), - [sym_preproc_call] = STATE(1256), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1254), - [sym_preproc_elif_in_compound_statement] = STATE(1255), - [sym_declaration] = STATE(1256), - [sym_type_definition] = STATE(1256), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(1256), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1256), - [sym_expression_statement] = STATE(1256), - [sym_if_statement] = STATE(1256), - [sym_switch_statement] = STATE(1256), - [sym_case_statement] = STATE(1256), - [sym_while_statement] = STATE(1256), - [sym_do_statement] = STATE(1256), - [sym_for_statement] = STATE(1256), - [sym_return_statement] = STATE(1256), - [sym_break_statement] = STATE(1256), - [sym_continue_statement] = STATE(1256), - [sym_goto_statement] = STATE(1256), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(1256), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1256), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3380), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1012] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2518), + [anon_sym_LPAREN] = ACTIONS(2520), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2518), + [sym_preproc_directive] = ACTIONS(2518), + [anon_sym_SEMI] = ACTIONS(2520), + [anon_sym_typedef] = ACTIONS(2518), + [anon_sym_extern] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(2520), + [anon_sym_STAR] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2518), + [anon_sym_auto] = ACTIONS(2518), + [anon_sym_register] = ACTIONS(2518), + [anon_sym_inline] = ACTIONS(2518), + [anon_sym_const] = ACTIONS(2518), + [anon_sym_restrict] = ACTIONS(2518), + [anon_sym_volatile] = ACTIONS(2518), + [anon_sym__Atomic] = ACTIONS(2518), + [anon_sym_unsigned] = ACTIONS(2518), + [anon_sym_long] = ACTIONS(2518), + [anon_sym_short] = ACTIONS(2518), + [sym_primitive_type] = ACTIONS(2518), + [anon_sym_enum] = ACTIONS(2518), + [anon_sym_struct] = ACTIONS(2518), + [anon_sym_union] = ACTIONS(2518), + [anon_sym_if] = ACTIONS(2518), + [anon_sym_else] = ACTIONS(2518), + [anon_sym_switch] = ACTIONS(2518), + [anon_sym_case] = ACTIONS(2518), + [anon_sym_default] = ACTIONS(2518), + [anon_sym_while] = ACTIONS(2518), + [anon_sym_do] = ACTIONS(2518), + [anon_sym_for] = ACTIONS(2518), + [anon_sym_return] = ACTIONS(2518), + [anon_sym_break] = ACTIONS(2518), + [anon_sym_continue] = ACTIONS(2518), + [anon_sym_goto] = ACTIONS(2518), + [anon_sym_AMP] = ACTIONS(2520), + [anon_sym_BANG] = ACTIONS(2520), + [anon_sym_TILDE] = ACTIONS(2520), + [anon_sym_PLUS] = ACTIONS(2518), + [anon_sym_DASH] = ACTIONS(2518), + [anon_sym_DASH_DASH] = ACTIONS(2520), + [anon_sym_PLUS_PLUS] = ACTIONS(2520), + [anon_sym_sizeof] = ACTIONS(2518), + [sym_number_literal] = ACTIONS(2520), + [sym_char_literal] = ACTIONS(2520), + [sym_string_literal] = ACTIONS(2520), + [sym_true] = ACTIONS(2518), + [sym_false] = ACTIONS(2518), + [sym_null] = ACTIONS(2518), + [sym_identifier] = ACTIONS(2518), [sym_comment] = ACTIONS(39), }, - [1110] = { - [sym_preproc_arg] = ACTIONS(3382), - [sym_comment] = ACTIONS(47), + [1013] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2522), + [anon_sym_LPAREN] = ACTIONS(2524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2522), + [sym_preproc_directive] = ACTIONS(2522), + [anon_sym_SEMI] = ACTIONS(2524), + [anon_sym_typedef] = ACTIONS(2522), + [anon_sym_extern] = ACTIONS(2522), + [anon_sym_LBRACE] = ACTIONS(2524), + [anon_sym_STAR] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2522), + [anon_sym_auto] = ACTIONS(2522), + [anon_sym_register] = ACTIONS(2522), + [anon_sym_inline] = ACTIONS(2522), + [anon_sym_const] = ACTIONS(2522), + [anon_sym_restrict] = ACTIONS(2522), + [anon_sym_volatile] = ACTIONS(2522), + [anon_sym__Atomic] = ACTIONS(2522), + [anon_sym_unsigned] = ACTIONS(2522), + [anon_sym_long] = ACTIONS(2522), + [anon_sym_short] = ACTIONS(2522), + [sym_primitive_type] = ACTIONS(2522), + [anon_sym_enum] = ACTIONS(2522), + [anon_sym_struct] = ACTIONS(2522), + [anon_sym_union] = ACTIONS(2522), + [anon_sym_if] = ACTIONS(2522), + [anon_sym_else] = ACTIONS(2522), + [anon_sym_switch] = ACTIONS(2522), + [anon_sym_case] = ACTIONS(2522), + [anon_sym_default] = ACTIONS(2522), + [anon_sym_while] = ACTIONS(2522), + [anon_sym_do] = ACTIONS(2522), + [anon_sym_for] = ACTIONS(2522), + [anon_sym_return] = ACTIONS(2522), + [anon_sym_break] = ACTIONS(2522), + [anon_sym_continue] = ACTIONS(2522), + [anon_sym_goto] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2524), + [anon_sym_BANG] = ACTIONS(2524), + [anon_sym_TILDE] = ACTIONS(2524), + [anon_sym_PLUS] = ACTIONS(2522), + [anon_sym_DASH] = ACTIONS(2522), + [anon_sym_DASH_DASH] = ACTIONS(2524), + [anon_sym_PLUS_PLUS] = ACTIONS(2524), + [anon_sym_sizeof] = ACTIONS(2522), + [sym_number_literal] = ACTIONS(2524), + [sym_char_literal] = ACTIONS(2524), + [sym_string_literal] = ACTIONS(2524), + [sym_true] = ACTIONS(2522), + [sym_false] = ACTIONS(2522), + [sym_null] = ACTIONS(2522), + [sym_identifier] = ACTIONS(2522), + [sym_comment] = ACTIONS(39), }, - [1111] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(167), - [anon_sym_LPAREN] = ACTIONS(165), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(167), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(167), - [sym_preproc_directive] = ACTIONS(167), - [anon_sym_SEMI] = ACTIONS(165), - [anon_sym_typedef] = ACTIONS(167), - [anon_sym_extern] = ACTIONS(167), - [anon_sym_LBRACE] = ACTIONS(165), - [anon_sym_STAR] = ACTIONS(165), - [anon_sym_static] = ACTIONS(167), - [anon_sym_auto] = ACTIONS(167), - [anon_sym_register] = ACTIONS(167), - [anon_sym_inline] = ACTIONS(167), - [anon_sym_const] = ACTIONS(167), - [anon_sym_restrict] = ACTIONS(167), - [anon_sym_volatile] = ACTIONS(167), - [anon_sym__Atomic] = ACTIONS(167), - [anon_sym_unsigned] = ACTIONS(167), - [anon_sym_long] = ACTIONS(167), - [anon_sym_short] = ACTIONS(167), - [sym_primitive_type] = ACTIONS(167), - [anon_sym_enum] = ACTIONS(167), - [anon_sym_struct] = ACTIONS(167), - [anon_sym_union] = ACTIONS(167), - [anon_sym_if] = ACTIONS(167), - [anon_sym_switch] = ACTIONS(167), - [anon_sym_case] = ACTIONS(167), - [anon_sym_default] = ACTIONS(167), - [anon_sym_while] = ACTIONS(167), - [anon_sym_do] = ACTIONS(167), - [anon_sym_for] = ACTIONS(167), - [anon_sym_return] = ACTIONS(167), - [anon_sym_break] = ACTIONS(167), - [anon_sym_continue] = ACTIONS(167), - [anon_sym_goto] = ACTIONS(167), - [anon_sym_AMP] = ACTIONS(165), - [anon_sym_BANG] = ACTIONS(165), - [anon_sym_TILDE] = ACTIONS(165), - [anon_sym_PLUS] = ACTIONS(167), - [anon_sym_DASH] = ACTIONS(167), - [anon_sym_DASH_DASH] = ACTIONS(165), - [anon_sym_PLUS_PLUS] = ACTIONS(165), - [anon_sym_sizeof] = ACTIONS(167), - [sym_number_literal] = ACTIONS(165), - [sym_char_literal] = ACTIONS(165), - [sym_string_literal] = ACTIONS(165), - [sym_true] = ACTIONS(167), - [sym_false] = ACTIONS(167), - [sym_null] = ACTIONS(167), - [sym_identifier] = ACTIONS(167), + [1014] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(2360), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [1112] = { - [sym__type_declarator] = STATE(1258), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [1015] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2535), + [anon_sym_LPAREN] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2535), + [sym_preproc_directive] = ACTIONS(2535), + [anon_sym_SEMI] = ACTIONS(2537), + [anon_sym_typedef] = ACTIONS(2535), + [anon_sym_extern] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2535), + [anon_sym_auto] = ACTIONS(2535), + [anon_sym_register] = ACTIONS(2535), + [anon_sym_inline] = ACTIONS(2535), + [anon_sym_const] = ACTIONS(2535), + [anon_sym_restrict] = ACTIONS(2535), + [anon_sym_volatile] = ACTIONS(2535), + [anon_sym__Atomic] = ACTIONS(2535), + [anon_sym_unsigned] = ACTIONS(2535), + [anon_sym_long] = ACTIONS(2535), + [anon_sym_short] = ACTIONS(2535), + [sym_primitive_type] = ACTIONS(2535), + [anon_sym_enum] = ACTIONS(2535), + [anon_sym_struct] = ACTIONS(2535), + [anon_sym_union] = ACTIONS(2535), + [anon_sym_if] = ACTIONS(2535), + [anon_sym_else] = ACTIONS(2535), + [anon_sym_switch] = ACTIONS(2535), + [anon_sym_case] = ACTIONS(2535), + [anon_sym_default] = ACTIONS(2535), + [anon_sym_while] = ACTIONS(2535), + [anon_sym_do] = ACTIONS(2535), + [anon_sym_for] = ACTIONS(2535), + [anon_sym_return] = ACTIONS(2535), + [anon_sym_break] = ACTIONS(2535), + [anon_sym_continue] = ACTIONS(2535), + [anon_sym_goto] = ACTIONS(2535), + [anon_sym_AMP] = ACTIONS(2537), + [anon_sym_BANG] = ACTIONS(2537), + [anon_sym_TILDE] = ACTIONS(2537), + [anon_sym_PLUS] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_DASH_DASH] = ACTIONS(2537), + [anon_sym_PLUS_PLUS] = ACTIONS(2537), + [anon_sym_sizeof] = ACTIONS(2535), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2537), + [sym_true] = ACTIONS(2535), + [sym_false] = ACTIONS(2535), + [sym_null] = ACTIONS(2535), + [sym_identifier] = ACTIONS(2535), [sym_comment] = ACTIONS(39), }, - [1113] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(1259), - [sym_sized_type_specifier] = STATE(1259), - [sym_enum_specifier] = STATE(1259), - [sym_struct_specifier] = STATE(1259), - [sym_union_specifier] = STATE(1259), - [sym_macro_type_specifier] = STATE(1259), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(3384), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1016] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3241), + [sym_preproc_directive] = ACTIONS(3241), + [anon_sym_SEMI] = ACTIONS(3243), + [anon_sym_typedef] = ACTIONS(3241), + [anon_sym_extern] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3243), + [anon_sym_RBRACE] = ACTIONS(3243), + [anon_sym_STAR] = ACTIONS(3243), + [anon_sym_static] = ACTIONS(3241), + [anon_sym_auto] = ACTIONS(3241), + [anon_sym_register] = ACTIONS(3241), + [anon_sym_inline] = ACTIONS(3241), + [anon_sym_const] = ACTIONS(3241), + [anon_sym_restrict] = ACTIONS(3241), + [anon_sym_volatile] = ACTIONS(3241), + [anon_sym__Atomic] = ACTIONS(3241), + [anon_sym_unsigned] = ACTIONS(3241), + [anon_sym_long] = ACTIONS(3241), + [anon_sym_short] = ACTIONS(3241), + [sym_primitive_type] = ACTIONS(3241), + [anon_sym_enum] = ACTIONS(3241), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_switch] = ACTIONS(3241), + [anon_sym_case] = ACTIONS(3241), + [anon_sym_default] = ACTIONS(3241), + [anon_sym_while] = ACTIONS(3241), + [anon_sym_do] = ACTIONS(3241), + [anon_sym_for] = ACTIONS(3241), + [anon_sym_return] = ACTIONS(3241), + [anon_sym_break] = ACTIONS(3241), + [anon_sym_continue] = ACTIONS(3241), + [anon_sym_goto] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3243), + [anon_sym_BANG] = ACTIONS(3243), + [anon_sym_TILDE] = ACTIONS(3243), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3243), + [anon_sym_PLUS_PLUS] = ACTIONS(3243), + [anon_sym_sizeof] = ACTIONS(3241), + [sym_number_literal] = ACTIONS(3243), + [sym_char_literal] = ACTIONS(3243), + [sym_string_literal] = ACTIONS(3243), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_null] = ACTIONS(3241), + [sym_identifier] = ACTIONS(3241), [sym_comment] = ACTIONS(39), }, - [1114] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1042), - [sym_char_literal] = ACTIONS(1042), - [sym_string_literal] = ACTIONS(1042), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [1017] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3245), + [anon_sym_LPAREN] = ACTIONS(3247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3245), + [sym_preproc_directive] = ACTIONS(3245), + [anon_sym_SEMI] = ACTIONS(3247), + [anon_sym_typedef] = ACTIONS(3245), + [anon_sym_extern] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3247), + [anon_sym_RBRACE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3247), + [anon_sym_static] = ACTIONS(3245), + [anon_sym_auto] = ACTIONS(3245), + [anon_sym_register] = ACTIONS(3245), + [anon_sym_inline] = ACTIONS(3245), + [anon_sym_const] = ACTIONS(3245), + [anon_sym_restrict] = ACTIONS(3245), + [anon_sym_volatile] = ACTIONS(3245), + [anon_sym__Atomic] = ACTIONS(3245), + [anon_sym_unsigned] = ACTIONS(3245), + [anon_sym_long] = ACTIONS(3245), + [anon_sym_short] = ACTIONS(3245), + [sym_primitive_type] = ACTIONS(3245), + [anon_sym_enum] = ACTIONS(3245), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_union] = ACTIONS(3245), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_switch] = ACTIONS(3245), + [anon_sym_case] = ACTIONS(3245), + [anon_sym_default] = ACTIONS(3245), + [anon_sym_while] = ACTIONS(3245), + [anon_sym_do] = ACTIONS(3245), + [anon_sym_for] = ACTIONS(3245), + [anon_sym_return] = ACTIONS(3245), + [anon_sym_break] = ACTIONS(3245), + [anon_sym_continue] = ACTIONS(3245), + [anon_sym_goto] = ACTIONS(3245), + [anon_sym_AMP] = ACTIONS(3247), + [anon_sym_BANG] = ACTIONS(3247), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_DASH_DASH] = ACTIONS(3247), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_sizeof] = ACTIONS(3245), + [sym_number_literal] = ACTIONS(3247), + [sym_char_literal] = ACTIONS(3247), + [sym_string_literal] = ACTIONS(3247), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_null] = ACTIONS(3245), + [sym_identifier] = ACTIONS(3245), [sym_comment] = ACTIONS(39), }, - [1115] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(3386), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [1018] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3251), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3249), + [sym_preproc_directive] = ACTIONS(3249), + [anon_sym_SEMI] = ACTIONS(3251), + [anon_sym_typedef] = ACTIONS(3249), + [anon_sym_extern] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3251), + [anon_sym_RBRACE] = ACTIONS(3251), + [anon_sym_STAR] = ACTIONS(3251), + [anon_sym_static] = ACTIONS(3249), + [anon_sym_auto] = ACTIONS(3249), + [anon_sym_register] = ACTIONS(3249), + [anon_sym_inline] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_restrict] = ACTIONS(3249), + [anon_sym_volatile] = ACTIONS(3249), + [anon_sym__Atomic] = ACTIONS(3249), + [anon_sym_unsigned] = ACTIONS(3249), + [anon_sym_long] = ACTIONS(3249), + [anon_sym_short] = ACTIONS(3249), + [sym_primitive_type] = ACTIONS(3249), + [anon_sym_enum] = ACTIONS(3249), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_switch] = ACTIONS(3249), + [anon_sym_case] = ACTIONS(3249), + [anon_sym_default] = ACTIONS(3249), + [anon_sym_while] = ACTIONS(3249), + [anon_sym_do] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_goto] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3251), + [anon_sym_TILDE] = ACTIONS(3251), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_DASH_DASH] = ACTIONS(3251), + [anon_sym_PLUS_PLUS] = ACTIONS(3251), + [anon_sym_sizeof] = ACTIONS(3249), + [sym_number_literal] = ACTIONS(3251), + [sym_char_literal] = ACTIONS(3251), + [sym_string_literal] = ACTIONS(3251), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_null] = ACTIONS(3249), + [sym_identifier] = ACTIONS(3249), [sym_comment] = ACTIONS(39), }, - [1116] = { - [sym__expression] = STATE(1261), - [sym_conditional_expression] = STATE(1261), - [sym_assignment_expression] = STATE(1261), - [sym_pointer_expression] = STATE(1261), - [sym_logical_expression] = STATE(1261), - [sym_bitwise_expression] = STATE(1261), - [sym_equality_expression] = STATE(1261), - [sym_relational_expression] = STATE(1261), - [sym_shift_expression] = STATE(1261), - [sym_math_expression] = STATE(1261), - [sym_cast_expression] = STATE(1261), - [sym_sizeof_expression] = STATE(1261), - [sym_subscript_expression] = STATE(1261), - [sym_call_expression] = STATE(1261), - [sym_field_expression] = STATE(1261), - [sym_compound_literal_expression] = STATE(1261), - [sym_parenthesized_expression] = STATE(1261), - [sym_concatenated_string] = STATE(1261), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3388), - [sym_char_literal] = ACTIONS(3388), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3390), - [sym_false] = ACTIONS(3390), - [sym_null] = ACTIONS(3390), - [sym_identifier] = ACTIONS(3390), + [1019] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3253), + [anon_sym_LPAREN] = ACTIONS(3255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3253), + [sym_preproc_directive] = ACTIONS(3253), + [anon_sym_SEMI] = ACTIONS(3255), + [anon_sym_typedef] = ACTIONS(3253), + [anon_sym_extern] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3255), + [anon_sym_RBRACE] = ACTIONS(3255), + [anon_sym_STAR] = ACTIONS(3255), + [anon_sym_static] = ACTIONS(3253), + [anon_sym_auto] = ACTIONS(3253), + [anon_sym_register] = ACTIONS(3253), + [anon_sym_inline] = ACTIONS(3253), + [anon_sym_const] = ACTIONS(3253), + [anon_sym_restrict] = ACTIONS(3253), + [anon_sym_volatile] = ACTIONS(3253), + [anon_sym__Atomic] = ACTIONS(3253), + [anon_sym_unsigned] = ACTIONS(3253), + [anon_sym_long] = ACTIONS(3253), + [anon_sym_short] = ACTIONS(3253), + [sym_primitive_type] = ACTIONS(3253), + [anon_sym_enum] = ACTIONS(3253), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_union] = ACTIONS(3253), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_switch] = ACTIONS(3253), + [anon_sym_case] = ACTIONS(3253), + [anon_sym_default] = ACTIONS(3253), + [anon_sym_while] = ACTIONS(3253), + [anon_sym_do] = ACTIONS(3253), + [anon_sym_for] = ACTIONS(3253), + [anon_sym_return] = ACTIONS(3253), + [anon_sym_break] = ACTIONS(3253), + [anon_sym_continue] = ACTIONS(3253), + [anon_sym_goto] = ACTIONS(3253), + [anon_sym_AMP] = ACTIONS(3255), + [anon_sym_BANG] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3255), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_DASH_DASH] = ACTIONS(3255), + [anon_sym_PLUS_PLUS] = ACTIONS(3255), + [anon_sym_sizeof] = ACTIONS(3253), + [sym_number_literal] = ACTIONS(3255), + [sym_char_literal] = ACTIONS(3255), + [sym_string_literal] = ACTIONS(3255), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_null] = ACTIONS(3253), + [sym_identifier] = ACTIONS(3253), [sym_comment] = ACTIONS(39), }, - [1117] = { - [sym__expression] = STATE(1262), - [sym_conditional_expression] = STATE(1262), - [sym_assignment_expression] = STATE(1262), - [sym_pointer_expression] = STATE(1262), - [sym_logical_expression] = STATE(1262), - [sym_bitwise_expression] = STATE(1262), - [sym_equality_expression] = STATE(1262), - [sym_relational_expression] = STATE(1262), - [sym_shift_expression] = STATE(1262), - [sym_math_expression] = STATE(1262), - [sym_cast_expression] = STATE(1262), - [sym_sizeof_expression] = STATE(1262), - [sym_subscript_expression] = STATE(1262), - [sym_call_expression] = STATE(1262), - [sym_field_expression] = STATE(1262), - [sym_compound_literal_expression] = STATE(1262), - [sym_parenthesized_expression] = STATE(1262), - [sym_concatenated_string] = STATE(1262), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3392), - [sym_char_literal] = ACTIONS(3392), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3394), - [sym_false] = ACTIONS(3394), - [sym_null] = ACTIONS(3394), - [sym_identifier] = ACTIONS(3394), + [1020] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(3259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3257), + [sym_preproc_directive] = ACTIONS(3257), + [anon_sym_SEMI] = ACTIONS(3259), + [anon_sym_typedef] = ACTIONS(3257), + [anon_sym_extern] = ACTIONS(3257), + [anon_sym_LBRACE] = ACTIONS(3259), + [anon_sym_RBRACE] = ACTIONS(3259), + [anon_sym_STAR] = ACTIONS(3259), + [anon_sym_static] = ACTIONS(3257), + [anon_sym_auto] = ACTIONS(3257), + [anon_sym_register] = ACTIONS(3257), + [anon_sym_inline] = ACTIONS(3257), + [anon_sym_const] = ACTIONS(3257), + [anon_sym_restrict] = ACTIONS(3257), + [anon_sym_volatile] = ACTIONS(3257), + [anon_sym__Atomic] = ACTIONS(3257), + [anon_sym_unsigned] = ACTIONS(3257), + [anon_sym_long] = ACTIONS(3257), + [anon_sym_short] = ACTIONS(3257), + [sym_primitive_type] = ACTIONS(3257), + [anon_sym_enum] = ACTIONS(3257), + [anon_sym_struct] = ACTIONS(3257), + [anon_sym_union] = ACTIONS(3257), + [anon_sym_if] = ACTIONS(3257), + [anon_sym_switch] = ACTIONS(3257), + [anon_sym_case] = ACTIONS(3257), + [anon_sym_default] = ACTIONS(3257), + [anon_sym_while] = ACTIONS(3257), + [anon_sym_do] = ACTIONS(3257), + [anon_sym_for] = ACTIONS(3257), + [anon_sym_return] = ACTIONS(3257), + [anon_sym_break] = ACTIONS(3257), + [anon_sym_continue] = ACTIONS(3257), + [anon_sym_goto] = ACTIONS(3257), + [anon_sym_AMP] = ACTIONS(3259), + [anon_sym_BANG] = ACTIONS(3259), + [anon_sym_TILDE] = ACTIONS(3259), + [anon_sym_PLUS] = ACTIONS(3257), + [anon_sym_DASH] = ACTIONS(3257), + [anon_sym_DASH_DASH] = ACTIONS(3259), + [anon_sym_PLUS_PLUS] = ACTIONS(3259), + [anon_sym_sizeof] = ACTIONS(3257), + [sym_number_literal] = ACTIONS(3259), + [sym_char_literal] = ACTIONS(3259), + [sym_string_literal] = ACTIONS(3259), + [sym_true] = ACTIONS(3257), + [sym_false] = ACTIONS(3257), + [sym_null] = ACTIONS(3257), + [sym_identifier] = ACTIONS(3257), [sym_comment] = ACTIONS(39), }, - [1118] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(3396), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1021] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3261), + [anon_sym_LPAREN] = ACTIONS(3263), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3261), + [sym_preproc_directive] = ACTIONS(3261), + [anon_sym_SEMI] = ACTIONS(3263), + [anon_sym_typedef] = ACTIONS(3261), + [anon_sym_extern] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3263), + [anon_sym_RBRACE] = ACTIONS(3263), + [anon_sym_STAR] = ACTIONS(3263), + [anon_sym_static] = ACTIONS(3261), + [anon_sym_auto] = ACTIONS(3261), + [anon_sym_register] = ACTIONS(3261), + [anon_sym_inline] = ACTIONS(3261), + [anon_sym_const] = ACTIONS(3261), + [anon_sym_restrict] = ACTIONS(3261), + [anon_sym_volatile] = ACTIONS(3261), + [anon_sym__Atomic] = ACTIONS(3261), + [anon_sym_unsigned] = ACTIONS(3261), + [anon_sym_long] = ACTIONS(3261), + [anon_sym_short] = ACTIONS(3261), + [sym_primitive_type] = ACTIONS(3261), + [anon_sym_enum] = ACTIONS(3261), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_union] = ACTIONS(3261), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_switch] = ACTIONS(3261), + [anon_sym_case] = ACTIONS(3261), + [anon_sym_default] = ACTIONS(3261), + [anon_sym_while] = ACTIONS(3261), + [anon_sym_do] = ACTIONS(3261), + [anon_sym_for] = ACTIONS(3261), + [anon_sym_return] = ACTIONS(3261), + [anon_sym_break] = ACTIONS(3261), + [anon_sym_continue] = ACTIONS(3261), + [anon_sym_goto] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(3263), + [anon_sym_TILDE] = ACTIONS(3263), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_DASH_DASH] = ACTIONS(3263), + [anon_sym_PLUS_PLUS] = ACTIONS(3263), + [anon_sym_sizeof] = ACTIONS(3261), + [sym_number_literal] = ACTIONS(3263), + [sym_char_literal] = ACTIONS(3263), + [sym_string_literal] = ACTIONS(3263), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_null] = ACTIONS(3261), + [sym_identifier] = ACTIONS(3261), [sym_comment] = ACTIONS(39), }, - [1119] = { - [sym_declaration] = STATE(1265), - [sym_type_definition] = STATE(1265), - [sym__declaration_specifiers] = STATE(1266), - [sym_compound_statement] = STATE(1265), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1265), - [sym_expression_statement] = STATE(1265), - [sym_if_statement] = STATE(1265), - [sym_switch_statement] = STATE(1265), - [sym_case_statement] = STATE(1265), - [sym_while_statement] = STATE(1265), - [sym_do_statement] = STATE(1265), - [sym_for_statement] = STATE(1265), - [sym_return_statement] = STATE(1265), - [sym_break_statement] = STATE(1265), - [sym_continue_statement] = STATE(1265), - [sym_goto_statement] = STATE(1265), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_typedef] = ACTIONS(2464), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3398), + [1022] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1120] = { - [sym__expression] = STATE(1267), - [sym_conditional_expression] = STATE(1267), - [sym_assignment_expression] = STATE(1267), - [sym_pointer_expression] = STATE(1267), - [sym_logical_expression] = STATE(1267), - [sym_bitwise_expression] = STATE(1267), - [sym_equality_expression] = STATE(1267), - [sym_relational_expression] = STATE(1267), - [sym_shift_expression] = STATE(1267), - [sym_math_expression] = STATE(1267), - [sym_cast_expression] = STATE(1267), - [sym_sizeof_expression] = STATE(1267), - [sym_subscript_expression] = STATE(1267), - [sym_call_expression] = STATE(1267), - [sym_field_expression] = STATE(1267), - [sym_compound_literal_expression] = STATE(1267), - [sym_parenthesized_expression] = STATE(1267), - [sym_concatenated_string] = STATE(1267), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3400), - [sym_char_literal] = ACTIONS(3400), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3402), - [sym_false] = ACTIONS(3402), - [sym_null] = ACTIONS(3402), - [sym_identifier] = ACTIONS(3402), + [1023] = { + [anon_sym_RPAREN] = ACTIONS(3265), [sym_comment] = ACTIONS(39), }, - [1121] = { - [anon_sym_while] = ACTIONS(3404), + [1024] = { + [aux_sym_concatenated_string_repeat1] = STATE(1024), + [anon_sym_LPAREN] = ACTIONS(2528), + [anon_sym_RPAREN] = ACTIONS(2528), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2528), + [anon_sym_EQ] = ACTIONS(2530), + [anon_sym_QMARK] = ACTIONS(2528), + [anon_sym_STAR_EQ] = ACTIONS(2528), + [anon_sym_SLASH_EQ] = ACTIONS(2528), + [anon_sym_PERCENT_EQ] = ACTIONS(2528), + [anon_sym_PLUS_EQ] = ACTIONS(2528), + [anon_sym_DASH_EQ] = ACTIONS(2528), + [anon_sym_LT_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_GT_EQ] = ACTIONS(2528), + [anon_sym_AMP_EQ] = ACTIONS(2528), + [anon_sym_CARET_EQ] = ACTIONS(2528), + [anon_sym_PIPE_EQ] = ACTIONS(2528), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE_PIPE] = ACTIONS(2528), + [anon_sym_AMP_AMP] = ACTIONS(2528), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_CARET] = ACTIONS(2530), + [anon_sym_EQ_EQ] = ACTIONS(2528), + [anon_sym_BANG_EQ] = ACTIONS(2528), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_GT] = ACTIONS(2530), + [anon_sym_LT_EQ] = ACTIONS(2528), + [anon_sym_GT_EQ] = ACTIONS(2528), + [anon_sym_LT_LT] = ACTIONS(2530), + [anon_sym_GT_GT] = ACTIONS(2530), + [anon_sym_PLUS] = ACTIONS(2530), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_SLASH] = ACTIONS(2530), + [anon_sym_PERCENT] = ACTIONS(2530), + [anon_sym_DASH_DASH] = ACTIONS(2528), + [anon_sym_PLUS_PLUS] = ACTIONS(2528), + [anon_sym_DOT] = ACTIONS(2528), + [anon_sym_DASH_GT] = ACTIONS(2528), + [sym_string_literal] = ACTIONS(3267), [sym_comment] = ACTIONS(39), }, - [1122] = { - [sym_declaration] = STATE(1269), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1270), - [sym_conditional_expression] = STATE(1270), - [sym_assignment_expression] = STATE(1270), - [sym_pointer_expression] = STATE(1270), - [sym_logical_expression] = STATE(1270), - [sym_bitwise_expression] = STATE(1270), - [sym_equality_expression] = STATE(1270), - [sym_relational_expression] = STATE(1270), - [sym_shift_expression] = STATE(1270), - [sym_math_expression] = STATE(1270), - [sym_cast_expression] = STATE(1270), - [sym_sizeof_expression] = STATE(1270), - [sym_subscript_expression] = STATE(1270), - [sym_call_expression] = STATE(1270), - [sym_field_expression] = STATE(1270), - [sym_compound_literal_expression] = STATE(1270), - [sym_parenthesized_expression] = STATE(1270), - [sym_concatenated_string] = STATE(1270), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3406), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3408), - [sym_char_literal] = ACTIONS(3408), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3410), - [sym_false] = ACTIONS(3410), - [sym_null] = ACTIONS(3410), - [sym_identifier] = ACTIONS(1792), + [1025] = { + [anon_sym_LPAREN] = ACTIONS(3270), [sym_comment] = ACTIONS(39), }, - [1123] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_auto] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_AMP] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [sym_char_literal] = ACTIONS(1796), - [sym_string_literal] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_identifier] = ACTIONS(1794), + [1026] = { + [anon_sym_LPAREN] = ACTIONS(3272), [sym_comment] = ACTIONS(39), }, - [1124] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3412), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1027] = { + [sym__expression] = STATE(1123), + [sym_conditional_expression] = STATE(1123), + [sym_assignment_expression] = STATE(1123), + [sym_pointer_expression] = STATE(1123), + [sym_logical_expression] = STATE(1123), + [sym_bitwise_expression] = STATE(1123), + [sym_equality_expression] = STATE(1123), + [sym_relational_expression] = STATE(1123), + [sym_shift_expression] = STATE(1123), + [sym_math_expression] = STATE(1123), + [sym_cast_expression] = STATE(1123), + [sym_sizeof_expression] = STATE(1123), + [sym_subscript_expression] = STATE(1123), + [sym_call_expression] = STATE(1123), + [sym_field_expression] = STATE(1123), + [sym_compound_literal_expression] = STATE(1123), + [sym_parenthesized_expression] = STATE(1123), + [sym_concatenated_string] = STATE(1123), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(3274), + [sym_char_literal] = ACTIONS(3274), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(3276), + [sym_false] = ACTIONS(3276), + [sym_null] = ACTIONS(3276), + [sym_identifier] = ACTIONS(3276), [sym_comment] = ACTIONS(39), }, - [1125] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1800), - [anon_sym_LPAREN] = ACTIONS(1802), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1800), - [sym_preproc_directive] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1800), - [anon_sym_extern] = ACTIONS(1800), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1800), - [anon_sym_auto] = ACTIONS(1800), - [anon_sym_register] = ACTIONS(1800), - [anon_sym_inline] = ACTIONS(1800), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_restrict] = ACTIONS(1800), - [anon_sym_volatile] = ACTIONS(1800), - [anon_sym__Atomic] = ACTIONS(1800), - [anon_sym_unsigned] = ACTIONS(1800), - [anon_sym_long] = ACTIONS(1800), - [anon_sym_short] = ACTIONS(1800), - [sym_primitive_type] = ACTIONS(1800), - [anon_sym_enum] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1800), - [anon_sym_union] = ACTIONS(1800), - [anon_sym_if] = ACTIONS(1800), - [anon_sym_switch] = ACTIONS(1800), - [anon_sym_case] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1800), - [anon_sym_while] = ACTIONS(1800), - [anon_sym_do] = ACTIONS(1800), - [anon_sym_for] = ACTIONS(1800), - [anon_sym_return] = ACTIONS(1800), - [anon_sym_break] = ACTIONS(1800), - [anon_sym_continue] = ACTIONS(1800), - [anon_sym_goto] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_TILDE] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1800), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1802), - [anon_sym_sizeof] = ACTIONS(1800), - [sym_number_literal] = ACTIONS(1802), - [sym_char_literal] = ACTIONS(1802), - [sym_string_literal] = ACTIONS(1802), - [sym_true] = ACTIONS(1800), - [sym_false] = ACTIONS(1800), - [sym_null] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1800), + [1028] = { + [anon_sym_COLON] = ACTIONS(3278), [sym_comment] = ACTIONS(39), }, - [1126] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1804), - [sym_preproc_directive] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1804), - [anon_sym_extern] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1804), - [anon_sym_auto] = ACTIONS(1804), - [anon_sym_register] = ACTIONS(1804), - [anon_sym_inline] = ACTIONS(1804), - [anon_sym_const] = ACTIONS(1804), - [anon_sym_restrict] = ACTIONS(1804), - [anon_sym_volatile] = ACTIONS(1804), - [anon_sym__Atomic] = ACTIONS(1804), - [anon_sym_unsigned] = ACTIONS(1804), - [anon_sym_long] = ACTIONS(1804), - [anon_sym_short] = ACTIONS(1804), - [sym_primitive_type] = ACTIONS(1804), - [anon_sym_enum] = ACTIONS(1804), - [anon_sym_struct] = ACTIONS(1804), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_if] = ACTIONS(1804), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1804), - [anon_sym_default] = ACTIONS(1804), - [anon_sym_while] = ACTIONS(1804), - [anon_sym_do] = ACTIONS(1804), - [anon_sym_for] = ACTIONS(1804), - [anon_sym_return] = ACTIONS(1804), - [anon_sym_break] = ACTIONS(1804), - [anon_sym_continue] = ACTIONS(1804), - [anon_sym_goto] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1804), - [sym_number_literal] = ACTIONS(1806), - [sym_char_literal] = ACTIONS(1806), - [sym_string_literal] = ACTIONS(1806), - [sym_true] = ACTIONS(1804), - [sym_false] = ACTIONS(1804), - [sym_null] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1804), + [1029] = { + [anon_sym_LPAREN] = ACTIONS(3280), [sym_comment] = ACTIONS(39), }, - [1127] = { - [anon_sym_SEMI] = ACTIONS(3414), + [1030] = { + [anon_sym_LPAREN] = ACTIONS(3282), [sym_comment] = ACTIONS(39), }, - [1128] = { - [sym_compound_statement] = STATE(1274), - [sym_labeled_statement] = STATE(1274), - [sym_expression_statement] = STATE(1274), - [sym_if_statement] = STATE(1274), - [sym_switch_statement] = STATE(1274), - [sym_case_statement] = STATE(1274), - [sym_while_statement] = STATE(1274), - [sym_do_statement] = STATE(1274), - [sym_for_statement] = STATE(1274), - [sym_return_statement] = STATE(1274), - [sym_break_statement] = STATE(1274), - [sym_continue_statement] = STATE(1274), - [sym_goto_statement] = STATE(1274), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), + [1031] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(3284), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [1129] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(255), - [anon_sym_LPAREN] = ACTIONS(253), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(255), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(255), - [sym_preproc_directive] = ACTIONS(255), - [anon_sym_SEMI] = ACTIONS(253), - [anon_sym_typedef] = ACTIONS(255), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_LBRACE] = ACTIONS(253), - [anon_sym_STAR] = ACTIONS(253), - [anon_sym_static] = ACTIONS(255), - [anon_sym_auto] = ACTIONS(255), - [anon_sym_register] = ACTIONS(255), - [anon_sym_inline] = ACTIONS(255), - [anon_sym_const] = ACTIONS(255), - [anon_sym_restrict] = ACTIONS(255), - [anon_sym_volatile] = ACTIONS(255), - [anon_sym__Atomic] = ACTIONS(255), - [anon_sym_unsigned] = ACTIONS(255), - [anon_sym_long] = ACTIONS(255), - [anon_sym_short] = ACTIONS(255), - [sym_primitive_type] = ACTIONS(255), - [anon_sym_enum] = ACTIONS(255), - [anon_sym_struct] = ACTIONS(255), - [anon_sym_union] = ACTIONS(255), - [anon_sym_if] = ACTIONS(255), - [anon_sym_switch] = ACTIONS(255), - [anon_sym_case] = ACTIONS(255), - [anon_sym_default] = ACTIONS(255), - [anon_sym_while] = ACTIONS(255), - [anon_sym_do] = ACTIONS(255), - [anon_sym_for] = ACTIONS(255), - [anon_sym_return] = ACTIONS(255), - [anon_sym_break] = ACTIONS(255), - [anon_sym_continue] = ACTIONS(255), - [anon_sym_goto] = ACTIONS(255), - [anon_sym_AMP] = ACTIONS(253), - [anon_sym_BANG] = ACTIONS(253), - [anon_sym_TILDE] = ACTIONS(253), - [anon_sym_PLUS] = ACTIONS(255), - [anon_sym_DASH] = ACTIONS(255), - [anon_sym_DASH_DASH] = ACTIONS(253), - [anon_sym_PLUS_PLUS] = ACTIONS(253), - [anon_sym_sizeof] = ACTIONS(255), - [sym_number_literal] = ACTIONS(253), - [sym_char_literal] = ACTIONS(253), - [sym_string_literal] = ACTIONS(253), - [sym_true] = ACTIONS(255), - [sym_false] = ACTIONS(255), - [sym_null] = ACTIONS(255), - [sym_identifier] = ACTIONS(255), + [1032] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3286), + [anon_sym_LPAREN] = ACTIONS(3288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3286), + [sym_preproc_directive] = ACTIONS(3286), + [anon_sym_SEMI] = ACTIONS(3288), + [anon_sym_typedef] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(3288), + [anon_sym_RBRACE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_auto] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [anon_sym_if] = ACTIONS(3286), + [anon_sym_else] = ACTIONS(3290), + [anon_sym_switch] = ACTIONS(3286), + [anon_sym_case] = ACTIONS(3286), + [anon_sym_default] = ACTIONS(3286), + [anon_sym_while] = ACTIONS(3286), + [anon_sym_do] = ACTIONS(3286), + [anon_sym_for] = ACTIONS(3286), + [anon_sym_return] = ACTIONS(3286), + [anon_sym_break] = ACTIONS(3286), + [anon_sym_continue] = ACTIONS(3286), + [anon_sym_goto] = ACTIONS(3286), + [anon_sym_AMP] = ACTIONS(3288), + [anon_sym_BANG] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_PLUS] = ACTIONS(3286), + [anon_sym_DASH] = ACTIONS(3286), + [anon_sym_DASH_DASH] = ACTIONS(3288), + [anon_sym_PLUS_PLUS] = ACTIONS(3288), + [anon_sym_sizeof] = ACTIONS(3286), + [sym_number_literal] = ACTIONS(3288), + [sym_char_literal] = ACTIONS(3288), + [sym_string_literal] = ACTIONS(3288), + [sym_true] = ACTIONS(3286), + [sym_false] = ACTIONS(3286), + [sym_null] = ACTIONS(3286), + [sym_identifier] = ACTIONS(3286), [sym_comment] = ACTIONS(39), }, - [1130] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1276), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3418), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), + [1033] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2555), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2555), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1131] = { - [aux_sym_declaration_repeat1] = STATE(1276), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3418), + [1034] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3292), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1132] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1846), - [anon_sym_LPAREN] = ACTIONS(1848), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_AMP] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [sym_char_literal] = ACTIONS(1848), - [sym_string_literal] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1846), + [1035] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2561), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1133] = { - [sym_preproc_include] = STATE(1133), - [sym_preproc_def] = STATE(1133), - [sym_preproc_function_def] = STATE(1133), - [sym_preproc_call] = STATE(1133), - [sym_preproc_if_in_compound_statement] = STATE(951), - [sym_preproc_ifdef_in_compound_statement] = STATE(952), - [sym_declaration] = STATE(1133), - [sym_type_definition] = STATE(1133), - [sym__declaration_specifiers] = STATE(953), - [sym_compound_statement] = STATE(1133), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [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(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [sym__empty_declaration] = STATE(1133), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1133), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3420), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3423), - [anon_sym_LPAREN] = ACTIONS(1918), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3426), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3040), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3429), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3432), - [sym_preproc_directive] = ACTIONS(3435), - [anon_sym_SEMI] = ACTIONS(3438), - [anon_sym_typedef] = ACTIONS(3441), - [anon_sym_extern] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(3444), - [anon_sym_STAR] = ACTIONS(1947), - [anon_sym_static] = ACTIONS(1939), - [anon_sym_auto] = ACTIONS(1939), - [anon_sym_register] = ACTIONS(1939), - [anon_sym_inline] = ACTIONS(1939), - [anon_sym_const] = ACTIONS(1950), - [anon_sym_restrict] = ACTIONS(1950), - [anon_sym_volatile] = ACTIONS(1950), - [anon_sym__Atomic] = ACTIONS(1950), - [anon_sym_unsigned] = ACTIONS(1953), - [anon_sym_long] = ACTIONS(1953), - [anon_sym_short] = ACTIONS(1953), - [sym_primitive_type] = ACTIONS(1956), - [anon_sym_enum] = ACTIONS(1959), - [anon_sym_struct] = ACTIONS(1962), - [anon_sym_union] = ACTIONS(1965), - [anon_sym_if] = ACTIONS(3447), - [anon_sym_switch] = ACTIONS(3450), - [anon_sym_case] = ACTIONS(3453), - [anon_sym_default] = ACTIONS(3456), - [anon_sym_while] = ACTIONS(3459), - [anon_sym_do] = ACTIONS(3462), - [anon_sym_for] = ACTIONS(3465), - [anon_sym_return] = ACTIONS(3468), - [anon_sym_break] = ACTIONS(3471), - [anon_sym_continue] = ACTIONS(3474), - [anon_sym_goto] = ACTIONS(3477), - [anon_sym_AMP] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(2001), - [anon_sym_TILDE] = ACTIONS(2004), - [anon_sym_PLUS] = ACTIONS(2007), - [anon_sym_DASH] = ACTIONS(2007), - [anon_sym_DASH_DASH] = ACTIONS(2010), - [anon_sym_PLUS_PLUS] = ACTIONS(2010), - [anon_sym_sizeof] = ACTIONS(2013), - [sym_number_literal] = ACTIONS(3480), - [sym_char_literal] = ACTIONS(3480), - [sym_string_literal] = ACTIONS(2019), - [sym_true] = ACTIONS(3483), - [sym_false] = ACTIONS(3483), - [sym_null] = ACTIONS(3483), - [sym_identifier] = ACTIONS(3486), + [1036] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1134] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3489), + [1037] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2563), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2565), + [anon_sym_QMARK] = ACTIONS(2563), + [anon_sym_STAR_EQ] = ACTIONS(2563), + [anon_sym_SLASH_EQ] = ACTIONS(2563), + [anon_sym_PERCENT_EQ] = ACTIONS(2563), + [anon_sym_PLUS_EQ] = ACTIONS(2563), + [anon_sym_DASH_EQ] = ACTIONS(2563), + [anon_sym_LT_LT_EQ] = ACTIONS(2563), + [anon_sym_GT_GT_EQ] = ACTIONS(2563), + [anon_sym_AMP_EQ] = ACTIONS(2563), + [anon_sym_CARET_EQ] = ACTIONS(2563), + [anon_sym_PIPE_EQ] = ACTIONS(2563), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2563), + [anon_sym_AMP_AMP] = ACTIONS(2563), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1135] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3491), + [1038] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1136] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1277), - [sym_preproc_elif_in_compound_statement] = STATE(1278), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3493), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1039] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2559), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2561), + [anon_sym_QMARK] = ACTIONS(2559), + [anon_sym_STAR_EQ] = ACTIONS(2559), + [anon_sym_SLASH_EQ] = ACTIONS(2559), + [anon_sym_PERCENT_EQ] = ACTIONS(2559), + [anon_sym_PLUS_EQ] = ACTIONS(2559), + [anon_sym_DASH_EQ] = ACTIONS(2559), + [anon_sym_LT_LT_EQ] = ACTIONS(2559), + [anon_sym_GT_GT_EQ] = ACTIONS(2559), + [anon_sym_AMP_EQ] = ACTIONS(2559), + [anon_sym_CARET_EQ] = ACTIONS(2559), + [anon_sym_PIPE_EQ] = ACTIONS(2559), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2559), + [anon_sym_AMP_AMP] = ACTIONS(2559), + [anon_sym_PIPE] = ACTIONS(2561), + [anon_sym_CARET] = ACTIONS(2561), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1137] = { - [anon_sym_LF] = ACTIONS(3495), - [sym_comment] = ACTIONS(47), + [1040] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2567), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2569), + [anon_sym_QMARK] = ACTIONS(2567), + [anon_sym_STAR_EQ] = ACTIONS(2567), + [anon_sym_SLASH_EQ] = ACTIONS(2567), + [anon_sym_PERCENT_EQ] = ACTIONS(2567), + [anon_sym_PLUS_EQ] = ACTIONS(2567), + [anon_sym_DASH_EQ] = ACTIONS(2567), + [anon_sym_LT_LT_EQ] = ACTIONS(2567), + [anon_sym_GT_GT_EQ] = ACTIONS(2567), + [anon_sym_AMP_EQ] = ACTIONS(2567), + [anon_sym_CARET_EQ] = ACTIONS(2567), + [anon_sym_PIPE_EQ] = ACTIONS(2567), + [anon_sym_AMP] = ACTIONS(2569), + [anon_sym_PIPE_PIPE] = ACTIONS(2567), + [anon_sym_AMP_AMP] = ACTIONS(2567), + [anon_sym_PIPE] = ACTIONS(2569), + [anon_sym_CARET] = ACTIONS(2569), + [anon_sym_EQ_EQ] = ACTIONS(2567), + [anon_sym_BANG_EQ] = ACTIONS(2567), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), }, - [1138] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(3497), - [anon_sym_LBRACK] = ACTIONS(446), + [1041] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2571), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2573), + [anon_sym_QMARK] = ACTIONS(2571), + [anon_sym_STAR_EQ] = ACTIONS(2571), + [anon_sym_SLASH_EQ] = ACTIONS(2571), + [anon_sym_PERCENT_EQ] = ACTIONS(2571), + [anon_sym_PLUS_EQ] = ACTIONS(2571), + [anon_sym_DASH_EQ] = ACTIONS(2571), + [anon_sym_LT_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_GT_EQ] = ACTIONS(2571), + [anon_sym_AMP_EQ] = ACTIONS(2571), + [anon_sym_CARET_EQ] = ACTIONS(2571), + [anon_sym_PIPE_EQ] = ACTIONS(2571), + [anon_sym_AMP] = ACTIONS(2573), + [anon_sym_PIPE_PIPE] = ACTIONS(2571), + [anon_sym_AMP_AMP] = ACTIONS(2571), + [anon_sym_PIPE] = ACTIONS(2573), + [anon_sym_CARET] = ACTIONS(2573), + [anon_sym_EQ_EQ] = ACTIONS(2571), + [anon_sym_BANG_EQ] = ACTIONS(2571), + [anon_sym_LT] = ACTIONS(2573), + [anon_sym_GT] = ACTIONS(2573), + [anon_sym_LT_EQ] = ACTIONS(2571), + [anon_sym_GT_EQ] = ACTIONS(2571), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1139] = { - [sym__type_declarator] = STATE(1281), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [1042] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2575), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2577), + [anon_sym_QMARK] = ACTIONS(2575), + [anon_sym_STAR_EQ] = ACTIONS(2575), + [anon_sym_SLASH_EQ] = ACTIONS(2575), + [anon_sym_PERCENT_EQ] = ACTIONS(2575), + [anon_sym_PLUS_EQ] = ACTIONS(2575), + [anon_sym_DASH_EQ] = ACTIONS(2575), + [anon_sym_LT_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_GT_EQ] = ACTIONS(2575), + [anon_sym_AMP_EQ] = ACTIONS(2575), + [anon_sym_CARET_EQ] = ACTIONS(2575), + [anon_sym_PIPE_EQ] = ACTIONS(2575), + [anon_sym_AMP] = ACTIONS(2577), + [anon_sym_PIPE_PIPE] = ACTIONS(2575), + [anon_sym_AMP_AMP] = ACTIONS(2575), + [anon_sym_PIPE] = ACTIONS(2577), + [anon_sym_CARET] = ACTIONS(2577), + [anon_sym_EQ_EQ] = ACTIONS(2575), + [anon_sym_BANG_EQ] = ACTIONS(2575), + [anon_sym_LT] = ACTIONS(2577), + [anon_sym_GT] = ACTIONS(2577), + [anon_sym_LT_EQ] = ACTIONS(2575), + [anon_sym_GT_EQ] = ACTIONS(2575), + [anon_sym_LT_LT] = ACTIONS(2577), + [anon_sym_GT_GT] = ACTIONS(2577), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1140] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_AMP] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1908), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), + [1043] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(2549), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2551), + [anon_sym_QMARK] = ACTIONS(2549), + [anon_sym_STAR_EQ] = ACTIONS(2549), + [anon_sym_SLASH_EQ] = ACTIONS(2549), + [anon_sym_PERCENT_EQ] = ACTIONS(2549), + [anon_sym_PLUS_EQ] = ACTIONS(2549), + [anon_sym_DASH_EQ] = ACTIONS(2549), + [anon_sym_LT_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_GT_EQ] = ACTIONS(2549), + [anon_sym_AMP_EQ] = ACTIONS(2549), + [anon_sym_CARET_EQ] = ACTIONS(2549), + [anon_sym_PIPE_EQ] = ACTIONS(2549), + [anon_sym_AMP] = ACTIONS(2551), + [anon_sym_PIPE_PIPE] = ACTIONS(2549), + [anon_sym_AMP_AMP] = ACTIONS(2549), + [anon_sym_PIPE] = ACTIONS(2551), + [anon_sym_CARET] = ACTIONS(2551), + [anon_sym_EQ_EQ] = ACTIONS(2549), + [anon_sym_BANG_EQ] = ACTIONS(2549), + [anon_sym_LT] = ACTIONS(2551), + [anon_sym_GT] = ACTIONS(2551), + [anon_sym_LT_EQ] = ACTIONS(2549), + [anon_sym_GT_EQ] = ACTIONS(2549), + [anon_sym_LT_LT] = ACTIONS(2551), + [anon_sym_GT_GT] = ACTIONS(2551), + [anon_sym_PLUS] = ACTIONS(2551), + [anon_sym_DASH] = ACTIONS(2551), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1141] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3499), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1044] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3296), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3294), + [sym_preproc_directive] = ACTIONS(3294), + [anon_sym_SEMI] = ACTIONS(3296), + [anon_sym_typedef] = ACTIONS(3294), + [anon_sym_extern] = ACTIONS(3294), + [anon_sym_LBRACE] = ACTIONS(3296), + [anon_sym_RBRACE] = ACTIONS(3296), + [anon_sym_STAR] = ACTIONS(3296), + [anon_sym_static] = ACTIONS(3294), + [anon_sym_auto] = ACTIONS(3294), + [anon_sym_register] = ACTIONS(3294), + [anon_sym_inline] = ACTIONS(3294), + [anon_sym_const] = ACTIONS(3294), + [anon_sym_restrict] = ACTIONS(3294), + [anon_sym_volatile] = ACTIONS(3294), + [anon_sym__Atomic] = ACTIONS(3294), + [anon_sym_unsigned] = ACTIONS(3294), + [anon_sym_long] = ACTIONS(3294), + [anon_sym_short] = ACTIONS(3294), + [sym_primitive_type] = ACTIONS(3294), + [anon_sym_enum] = ACTIONS(3294), + [anon_sym_struct] = ACTIONS(3294), + [anon_sym_union] = ACTIONS(3294), + [anon_sym_if] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3294), + [anon_sym_switch] = ACTIONS(3294), + [anon_sym_case] = ACTIONS(3294), + [anon_sym_default] = ACTIONS(3294), + [anon_sym_while] = ACTIONS(3294), + [anon_sym_do] = ACTIONS(3294), + [anon_sym_for] = ACTIONS(3294), + [anon_sym_return] = ACTIONS(3294), + [anon_sym_break] = ACTIONS(3294), + [anon_sym_continue] = ACTIONS(3294), + [anon_sym_goto] = ACTIONS(3294), + [anon_sym_AMP] = ACTIONS(3296), + [anon_sym_BANG] = ACTIONS(3296), + [anon_sym_TILDE] = ACTIONS(3296), + [anon_sym_PLUS] = ACTIONS(3294), + [anon_sym_DASH] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3296), + [anon_sym_PLUS_PLUS] = ACTIONS(3296), + [anon_sym_sizeof] = ACTIONS(3294), + [sym_number_literal] = ACTIONS(3296), + [sym_char_literal] = ACTIONS(3296), + [sym_string_literal] = ACTIONS(3296), + [sym_true] = ACTIONS(3294), + [sym_false] = ACTIONS(3294), + [sym_null] = ACTIONS(3294), + [sym_identifier] = ACTIONS(3294), [sym_comment] = ACTIONS(39), }, - [1142] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3501), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1045] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(3298), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_COLON] = ACTIONS(3011), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3298), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3300), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1143] = { - [sym_declaration] = STATE(1284), - [sym_type_definition] = STATE(1284), - [sym__declaration_specifiers] = STATE(1146), - [sym_compound_statement] = STATE(1284), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1284), - [sym_expression_statement] = STATE(1284), - [sym_if_statement] = STATE(1284), - [sym_switch_statement] = STATE(1284), - [sym_case_statement] = STATE(1284), - [sym_while_statement] = STATE(1284), - [sym_do_statement] = STATE(1284), - [sym_for_statement] = STATE(1284), - [sym_return_statement] = STATE(1284), - [sym_break_statement] = STATE(1284), - [sym_continue_statement] = STATE(1284), - [sym_goto_statement] = STATE(1284), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(2993), + [1046] = { + [sym__expression] = STATE(1130), + [sym_conditional_expression] = STATE(1130), + [sym_assignment_expression] = STATE(1130), + [sym_pointer_expression] = STATE(1130), + [sym_logical_expression] = STATE(1130), + [sym_bitwise_expression] = STATE(1130), + [sym_equality_expression] = STATE(1130), + [sym_relational_expression] = STATE(1130), + [sym_shift_expression] = STATE(1130), + [sym_math_expression] = STATE(1130), + [sym_cast_expression] = STATE(1130), + [sym_sizeof_expression] = STATE(1130), + [sym_subscript_expression] = STATE(1130), + [sym_call_expression] = STATE(1130), + [sym_field_expression] = STATE(1130), + [sym_compound_literal_expression] = STATE(1130), + [sym_parenthesized_expression] = STATE(1130), + [sym_concatenated_string] = STATE(1130), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(3302), + [sym_char_literal] = ACTIONS(3302), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(3304), + [sym_false] = ACTIONS(3304), + [sym_null] = ACTIONS(3304), + [sym_identifier] = ACTIONS(3304), [sym_comment] = ACTIONS(39), }, - [1144] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(2532), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [1047] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3306), + [anon_sym_LPAREN] = ACTIONS(3308), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3306), + [sym_preproc_directive] = ACTIONS(3306), + [anon_sym_SEMI] = ACTIONS(3308), + [anon_sym_typedef] = ACTIONS(3306), + [anon_sym_extern] = ACTIONS(3306), + [anon_sym_LBRACE] = ACTIONS(3308), + [anon_sym_RBRACE] = ACTIONS(3308), + [anon_sym_STAR] = ACTIONS(3308), + [anon_sym_static] = ACTIONS(3306), + [anon_sym_auto] = ACTIONS(3306), + [anon_sym_register] = ACTIONS(3306), + [anon_sym_inline] = ACTIONS(3306), + [anon_sym_const] = ACTIONS(3306), + [anon_sym_restrict] = ACTIONS(3306), + [anon_sym_volatile] = ACTIONS(3306), + [anon_sym__Atomic] = ACTIONS(3306), + [anon_sym_unsigned] = ACTIONS(3306), + [anon_sym_long] = ACTIONS(3306), + [anon_sym_short] = ACTIONS(3306), + [sym_primitive_type] = ACTIONS(3306), + [anon_sym_enum] = ACTIONS(3306), + [anon_sym_struct] = ACTIONS(3306), + [anon_sym_union] = ACTIONS(3306), + [anon_sym_if] = ACTIONS(3306), + [anon_sym_else] = ACTIONS(3306), + [anon_sym_switch] = ACTIONS(3306), + [anon_sym_case] = ACTIONS(3306), + [anon_sym_default] = ACTIONS(3306), + [anon_sym_while] = ACTIONS(3306), + [anon_sym_do] = ACTIONS(3306), + [anon_sym_for] = ACTIONS(3306), + [anon_sym_return] = ACTIONS(3306), + [anon_sym_break] = ACTIONS(3306), + [anon_sym_continue] = ACTIONS(3306), + [anon_sym_goto] = ACTIONS(3306), + [anon_sym_AMP] = ACTIONS(3308), + [anon_sym_BANG] = ACTIONS(3308), + [anon_sym_TILDE] = ACTIONS(3308), + [anon_sym_PLUS] = ACTIONS(3306), + [anon_sym_DASH] = ACTIONS(3306), + [anon_sym_DASH_DASH] = ACTIONS(3308), + [anon_sym_PLUS_PLUS] = ACTIONS(3308), + [anon_sym_sizeof] = ACTIONS(3306), + [sym_number_literal] = ACTIONS(3308), + [sym_char_literal] = ACTIONS(3308), + [sym_string_literal] = ACTIONS(3308), + [sym_true] = ACTIONS(3306), + [sym_false] = ACTIONS(3306), + [sym_null] = ACTIONS(3306), + [sym_identifier] = ACTIONS(3306), [sym_comment] = ACTIONS(39), }, - [1145] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2660), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_auto] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [sym_char_literal] = ACTIONS(2660), - [sym_string_literal] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2658), + [1048] = { + [sym_compound_statement] = STATE(1138), + [sym_labeled_statement] = STATE(1138), + [sym_expression_statement] = STATE(1138), + [sym_if_statement] = STATE(1138), + [sym_switch_statement] = STATE(1138), + [sym_case_statement] = STATE(1138), + [sym_while_statement] = STATE(1138), + [sym_do_statement] = STATE(1138), + [sym_for_statement] = STATE(1138), + [sym_return_statement] = STATE(1138), + [sym_break_statement] = STATE(1138), + [sym_continue_statement] = STATE(1138), + [sym_goto_statement] = STATE(1138), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1146] = { - [sym__declarator] = STATE(980), - [sym_pointer_declarator] = STATE(980), - [sym_function_declarator] = STATE(980), - [sym_array_declarator] = STATE(980), - [sym_init_declarator] = STATE(981), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(2540), + [1049] = { + [sym_compound_statement] = STATE(1044), + [sym_labeled_statement] = STATE(1044), + [sym_expression_statement] = STATE(1044), + [sym_if_statement] = STATE(1044), + [sym_switch_statement] = STATE(1044), + [sym_case_statement] = STATE(1044), + [sym_while_statement] = STATE(1044), + [sym_do_statement] = STATE(1044), + [sym_for_statement] = STATE(1044), + [sym_return_statement] = STATE(1044), + [sym_break_statement] = STATE(1044), + [sym_continue_statement] = STATE(1044), + [sym_goto_statement] = STATE(1044), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1147] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3503), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1050] = { + [sym_compound_statement] = STATE(1047), + [sym_labeled_statement] = STATE(1047), + [sym_expression_statement] = STATE(1047), + [sym_if_statement] = STATE(1047), + [sym_switch_statement] = STATE(1047), + [sym_case_statement] = STATE(1047), + [sym_while_statement] = STATE(1047), + [sym_do_statement] = STATE(1047), + [sym_for_statement] = STATE(1047), + [sym_return_statement] = STATE(1047), + [sym_break_statement] = STATE(1047), + [sym_continue_statement] = STATE(1047), + [sym_goto_statement] = STATE(1047), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1148] = { - [anon_sym_LPAREN] = ACTIONS(3505), + [1051] = { + [sym__expression] = STATE(1140), + [sym_conditional_expression] = STATE(1140), + [sym_assignment_expression] = STATE(1140), + [sym_pointer_expression] = STATE(1140), + [sym_logical_expression] = STATE(1140), + [sym_bitwise_expression] = STATE(1140), + [sym_equality_expression] = STATE(1140), + [sym_relational_expression] = STATE(1140), + [sym_shift_expression] = STATE(1140), + [sym_math_expression] = STATE(1140), + [sym_cast_expression] = STATE(1140), + [sym_sizeof_expression] = STATE(1140), + [sym_subscript_expression] = STATE(1140), + [sym_call_expression] = STATE(1140), + [sym_field_expression] = STATE(1140), + [sym_compound_literal_expression] = STATE(1140), + [sym_parenthesized_expression] = STATE(1140), + [sym_concatenated_string] = STATE(1140), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3324), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3326), + [sym_char_literal] = ACTIONS(3326), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3328), + [sym_false] = ACTIONS(3328), + [sym_null] = ACTIONS(3328), + [sym_identifier] = ACTIONS(3328), [sym_comment] = ACTIONS(39), }, - [1149] = { - [sym__expression] = STATE(1288), - [sym_conditional_expression] = STATE(1288), - [sym_assignment_expression] = STATE(1288), - [sym_pointer_expression] = STATE(1288), - [sym_logical_expression] = STATE(1288), - [sym_bitwise_expression] = STATE(1288), - [sym_equality_expression] = STATE(1288), - [sym_relational_expression] = STATE(1288), - [sym_shift_expression] = STATE(1288), - [sym_math_expression] = STATE(1288), - [sym_cast_expression] = STATE(1288), - [sym_sizeof_expression] = STATE(1288), - [sym_subscript_expression] = STATE(1288), - [sym_call_expression] = STATE(1288), - [sym_field_expression] = STATE(1288), - [sym_compound_literal_expression] = STATE(1288), - [sym_parenthesized_expression] = STATE(1288), - [sym_concatenated_string] = STATE(1288), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3507), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3509), - [sym_char_literal] = ACTIONS(3509), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3511), - [sym_false] = ACTIONS(3511), - [sym_null] = ACTIONS(3511), - [sym_identifier] = ACTIONS(3511), + [1052] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1150] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3513), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1053] = { + [sym__expression] = STATE(1142), + [sym_conditional_expression] = STATE(1142), + [sym_assignment_expression] = STATE(1142), + [sym_pointer_expression] = STATE(1142), + [sym_logical_expression] = STATE(1142), + [sym_bitwise_expression] = STATE(1142), + [sym_equality_expression] = STATE(1142), + [sym_relational_expression] = STATE(1142), + [sym_shift_expression] = STATE(1142), + [sym_math_expression] = STATE(1142), + [sym_cast_expression] = STATE(1142), + [sym_sizeof_expression] = STATE(1142), + [sym_subscript_expression] = STATE(1142), + [sym_call_expression] = STATE(1142), + [sym_field_expression] = STATE(1142), + [sym_compound_literal_expression] = STATE(1142), + [sym_parenthesized_expression] = STATE(1142), + [sym_concatenated_string] = STATE(1142), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3330), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3332), + [sym_char_literal] = ACTIONS(3332), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3334), + [sym_false] = ACTIONS(3334), + [sym_null] = ACTIONS(3334), + [sym_identifier] = ACTIONS(3334), [sym_comment] = ACTIONS(39), }, - [1151] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_auto] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2700), - [sym_string_literal] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2698), + [1054] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3336), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1152] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_auto] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [sym_char_literal] = ACTIONS(2704), - [sym_string_literal] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2702), + [1055] = { + [sym_compound_statement] = STATE(1144), + [sym_labeled_statement] = STATE(1144), + [sym_expression_statement] = STATE(1144), + [sym_if_statement] = STATE(1144), + [sym_switch_statement] = STATE(1144), + [sym_case_statement] = STATE(1144), + [sym_while_statement] = STATE(1144), + [sym_do_statement] = STATE(1144), + [sym_for_statement] = STATE(1144), + [sym_return_statement] = STATE(1144), + [sym_break_statement] = STATE(1144), + [sym_continue_statement] = STATE(1144), + [sym_goto_statement] = STATE(1144), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [1153] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(2532), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [1056] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1146), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1154] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2717), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2715), - [sym_preproc_directive] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_auto] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_unsigned] = ACTIONS(2715), - [anon_sym_long] = ACTIONS(2715), - [anon_sym_short] = ACTIONS(2715), - [sym_primitive_type] = ACTIONS(2715), - [anon_sym_enum] = ACTIONS(2715), - [anon_sym_struct] = ACTIONS(2715), - [anon_sym_union] = ACTIONS(2715), - [anon_sym_if] = ACTIONS(2715), - [anon_sym_switch] = ACTIONS(2715), - [anon_sym_case] = ACTIONS(2715), - [anon_sym_default] = ACTIONS(2715), - [anon_sym_while] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_for] = ACTIONS(2715), - [anon_sym_return] = ACTIONS(2715), - [anon_sym_break] = ACTIONS(2715), - [anon_sym_continue] = ACTIONS(2715), - [anon_sym_goto] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_TILDE] = ACTIONS(2717), - [anon_sym_PLUS] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_sizeof] = ACTIONS(2715), - [sym_number_literal] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [sym_string_literal] = ACTIONS(2717), - [sym_true] = ACTIONS(2715), - [sym_false] = ACTIONS(2715), - [sym_null] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2715), + [1057] = { + [sym__expression] = STATE(1147), + [sym_conditional_expression] = STATE(1147), + [sym_assignment_expression] = STATE(1147), + [sym_pointer_expression] = STATE(1147), + [sym_logical_expression] = STATE(1147), + [sym_bitwise_expression] = STATE(1147), + [sym_equality_expression] = STATE(1147), + [sym_relational_expression] = STATE(1147), + [sym_shift_expression] = STATE(1147), + [sym_math_expression] = STATE(1147), + [sym_cast_expression] = STATE(1147), + [sym_sizeof_expression] = STATE(1147), + [sym_subscript_expression] = STATE(1147), + [sym_call_expression] = STATE(1147), + [sym_field_expression] = STATE(1147), + [sym_compound_literal_expression] = STATE(1147), + [sym_parenthesized_expression] = STATE(1147), + [sym_concatenated_string] = STATE(1147), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3338), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3340), + [sym_char_literal] = ACTIONS(3340), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3342), + [sym_false] = ACTIONS(3342), + [sym_null] = ACTIONS(3342), + [sym_identifier] = ACTIONS(3342), [sym_comment] = ACTIONS(39), }, - [1155] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(564), - [anon_sym_case] = ACTIONS(564), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(564), - [anon_sym_for] = ACTIONS(564), - [anon_sym_return] = ACTIONS(564), - [anon_sym_break] = ACTIONS(564), - [anon_sym_continue] = ACTIONS(564), - [anon_sym_goto] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [1058] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3344), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1156] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3515), + [1059] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(3346), + [anon_sym_RPAREN] = ACTIONS(3346), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1157] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3517), - [anon_sym_LPAREN] = ACTIONS(3519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3517), - [sym_preproc_directive] = ACTIONS(3517), - [anon_sym_SEMI] = ACTIONS(3519), - [anon_sym_typedef] = ACTIONS(3517), - [anon_sym_extern] = ACTIONS(3517), - [anon_sym_LBRACE] = ACTIONS(3519), - [anon_sym_RBRACE] = ACTIONS(3519), - [anon_sym_STAR] = ACTIONS(3519), - [anon_sym_static] = ACTIONS(3517), - [anon_sym_auto] = ACTIONS(3517), - [anon_sym_register] = ACTIONS(3517), - [anon_sym_inline] = ACTIONS(3517), - [anon_sym_const] = ACTIONS(3517), - [anon_sym_restrict] = ACTIONS(3517), - [anon_sym_volatile] = ACTIONS(3517), - [anon_sym__Atomic] = ACTIONS(3517), - [anon_sym_unsigned] = ACTIONS(3517), - [anon_sym_long] = ACTIONS(3517), - [anon_sym_short] = ACTIONS(3517), - [sym_primitive_type] = ACTIONS(3517), - [anon_sym_enum] = ACTIONS(3517), - [anon_sym_struct] = ACTIONS(3517), - [anon_sym_union] = ACTIONS(3517), - [anon_sym_if] = ACTIONS(3517), - [anon_sym_switch] = ACTIONS(3517), - [anon_sym_case] = ACTIONS(3517), - [anon_sym_default] = ACTIONS(3517), - [anon_sym_while] = ACTIONS(3517), - [anon_sym_do] = ACTIONS(3517), - [anon_sym_for] = ACTIONS(3517), - [anon_sym_return] = ACTIONS(3517), - [anon_sym_break] = ACTIONS(3517), - [anon_sym_continue] = ACTIONS(3517), - [anon_sym_goto] = ACTIONS(3517), - [anon_sym_AMP] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3519), - [anon_sym_TILDE] = ACTIONS(3519), - [anon_sym_PLUS] = ACTIONS(3517), - [anon_sym_DASH] = ACTIONS(3517), - [anon_sym_DASH_DASH] = ACTIONS(3519), - [anon_sym_PLUS_PLUS] = ACTIONS(3519), - [anon_sym_sizeof] = ACTIONS(3517), - [sym_number_literal] = ACTIONS(3519), - [sym_char_literal] = ACTIONS(3519), - [sym_string_literal] = ACTIONS(3519), - [sym_true] = ACTIONS(3517), - [sym_false] = ACTIONS(3517), - [sym_null] = ACTIONS(3517), - [sym_identifier] = ACTIONS(3517), + [1060] = { + [anon_sym_LPAREN] = ACTIONS(3348), + [anon_sym_COMMA] = ACTIONS(3348), + [anon_sym_RPAREN] = ACTIONS(3348), + [anon_sym_SEMI] = ACTIONS(3348), + [anon_sym_RBRACE] = ACTIONS(3348), + [anon_sym_STAR] = ACTIONS(3350), + [anon_sym_LBRACK] = ACTIONS(3348), + [anon_sym_RBRACK] = ACTIONS(3348), + [anon_sym_EQ] = ACTIONS(3350), + [anon_sym_COLON] = ACTIONS(3348), + [anon_sym_QMARK] = ACTIONS(3348), + [anon_sym_STAR_EQ] = ACTIONS(3348), + [anon_sym_SLASH_EQ] = ACTIONS(3348), + [anon_sym_PERCENT_EQ] = ACTIONS(3348), + [anon_sym_PLUS_EQ] = ACTIONS(3348), + [anon_sym_DASH_EQ] = ACTIONS(3348), + [anon_sym_LT_LT_EQ] = ACTIONS(3348), + [anon_sym_GT_GT_EQ] = ACTIONS(3348), + [anon_sym_AMP_EQ] = ACTIONS(3348), + [anon_sym_CARET_EQ] = ACTIONS(3348), + [anon_sym_PIPE_EQ] = ACTIONS(3348), + [anon_sym_AMP] = ACTIONS(3350), + [anon_sym_PIPE_PIPE] = ACTIONS(3348), + [anon_sym_AMP_AMP] = ACTIONS(3348), + [anon_sym_PIPE] = ACTIONS(3350), + [anon_sym_CARET] = ACTIONS(3350), + [anon_sym_EQ_EQ] = ACTIONS(3348), + [anon_sym_BANG_EQ] = ACTIONS(3348), + [anon_sym_LT] = ACTIONS(3350), + [anon_sym_GT] = ACTIONS(3350), + [anon_sym_LT_EQ] = ACTIONS(3348), + [anon_sym_GT_EQ] = ACTIONS(3348), + [anon_sym_LT_LT] = ACTIONS(3350), + [anon_sym_GT_GT] = ACTIONS(3350), + [anon_sym_PLUS] = ACTIONS(3350), + [anon_sym_DASH] = ACTIONS(3350), + [anon_sym_SLASH] = ACTIONS(3350), + [anon_sym_PERCENT] = ACTIONS(3350), + [anon_sym_DASH_DASH] = ACTIONS(3348), + [anon_sym_PLUS_PLUS] = ACTIONS(3348), + [anon_sym_DOT] = ACTIONS(3348), + [anon_sym_DASH_GT] = ACTIONS(3348), [sym_comment] = ACTIONS(39), }, - [1158] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3521), - [anon_sym_LPAREN] = ACTIONS(3523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3521), - [sym_preproc_directive] = ACTIONS(3521), - [anon_sym_SEMI] = ACTIONS(3523), - [anon_sym_typedef] = ACTIONS(3521), - [anon_sym_extern] = ACTIONS(3521), - [anon_sym_LBRACE] = ACTIONS(3523), - [anon_sym_RBRACE] = ACTIONS(3523), - [anon_sym_STAR] = ACTIONS(3523), - [anon_sym_static] = ACTIONS(3521), - [anon_sym_auto] = ACTIONS(3521), - [anon_sym_register] = ACTIONS(3521), - [anon_sym_inline] = ACTIONS(3521), - [anon_sym_const] = ACTIONS(3521), - [anon_sym_restrict] = ACTIONS(3521), - [anon_sym_volatile] = ACTIONS(3521), - [anon_sym__Atomic] = ACTIONS(3521), - [anon_sym_unsigned] = ACTIONS(3521), - [anon_sym_long] = ACTIONS(3521), - [anon_sym_short] = ACTIONS(3521), - [sym_primitive_type] = ACTIONS(3521), - [anon_sym_enum] = ACTIONS(3521), - [anon_sym_struct] = ACTIONS(3521), - [anon_sym_union] = ACTIONS(3521), - [anon_sym_if] = ACTIONS(3521), - [anon_sym_switch] = ACTIONS(3521), - [anon_sym_case] = ACTIONS(3521), - [anon_sym_default] = ACTIONS(3521), - [anon_sym_while] = ACTIONS(3521), - [anon_sym_do] = ACTIONS(3521), - [anon_sym_for] = ACTIONS(3521), - [anon_sym_return] = ACTIONS(3521), - [anon_sym_break] = ACTIONS(3521), - [anon_sym_continue] = ACTIONS(3521), - [anon_sym_goto] = ACTIONS(3521), - [anon_sym_AMP] = ACTIONS(3523), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_DASH_DASH] = ACTIONS(3523), - [anon_sym_PLUS_PLUS] = ACTIONS(3523), - [anon_sym_sizeof] = ACTIONS(3521), - [sym_number_literal] = ACTIONS(3523), - [sym_char_literal] = ACTIONS(3523), - [sym_string_literal] = ACTIONS(3523), - [sym_true] = ACTIONS(3521), - [sym_false] = ACTIONS(3521), - [sym_null] = ACTIONS(3521), - [sym_identifier] = ACTIONS(3521), + [1061] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(3352), + [anon_sym_RPAREN] = ACTIONS(3346), [sym_comment] = ACTIONS(39), }, - [1159] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3525), - [anon_sym_LPAREN] = ACTIONS(3527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3525), - [sym_preproc_directive] = ACTIONS(3525), - [anon_sym_SEMI] = ACTIONS(3527), - [anon_sym_typedef] = ACTIONS(3525), - [anon_sym_extern] = ACTIONS(3525), - [anon_sym_LBRACE] = ACTIONS(3527), - [anon_sym_RBRACE] = ACTIONS(3527), - [anon_sym_STAR] = ACTIONS(3527), - [anon_sym_static] = ACTIONS(3525), - [anon_sym_auto] = ACTIONS(3525), - [anon_sym_register] = ACTIONS(3525), - [anon_sym_inline] = ACTIONS(3525), - [anon_sym_const] = ACTIONS(3525), - [anon_sym_restrict] = ACTIONS(3525), - [anon_sym_volatile] = ACTIONS(3525), - [anon_sym__Atomic] = ACTIONS(3525), - [anon_sym_unsigned] = ACTIONS(3525), - [anon_sym_long] = ACTIONS(3525), - [anon_sym_short] = ACTIONS(3525), - [sym_primitive_type] = ACTIONS(3525), - [anon_sym_enum] = ACTIONS(3525), - [anon_sym_struct] = ACTIONS(3525), - [anon_sym_union] = ACTIONS(3525), - [anon_sym_if] = ACTIONS(3525), - [anon_sym_switch] = ACTIONS(3525), - [anon_sym_case] = ACTIONS(3525), - [anon_sym_default] = ACTIONS(3525), - [anon_sym_while] = ACTIONS(3525), - [anon_sym_do] = ACTIONS(3525), - [anon_sym_for] = ACTIONS(3525), - [anon_sym_return] = ACTIONS(3525), - [anon_sym_break] = ACTIONS(3525), - [anon_sym_continue] = ACTIONS(3525), - [anon_sym_goto] = ACTIONS(3525), - [anon_sym_AMP] = ACTIONS(3527), - [anon_sym_BANG] = ACTIONS(3527), - [anon_sym_TILDE] = ACTIONS(3527), - [anon_sym_PLUS] = ACTIONS(3525), - [anon_sym_DASH] = ACTIONS(3525), - [anon_sym_DASH_DASH] = ACTIONS(3527), - [anon_sym_PLUS_PLUS] = ACTIONS(3527), - [anon_sym_sizeof] = ACTIONS(3525), - [sym_number_literal] = ACTIONS(3527), - [sym_char_literal] = ACTIONS(3527), - [sym_string_literal] = ACTIONS(3527), - [sym_true] = ACTIONS(3525), - [sym_false] = ACTIONS(3525), - [sym_null] = ACTIONS(3525), - [sym_identifier] = ACTIONS(3525), + [1062] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(3355), + [anon_sym_SEMI] = ACTIONS(3355), + [anon_sym_STAR] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1082), + [anon_sym_QMARK] = ACTIONS(1084), + [anon_sym_STAR_EQ] = ACTIONS(1086), + [anon_sym_SLASH_EQ] = ACTIONS(1086), + [anon_sym_PERCENT_EQ] = ACTIONS(1086), + [anon_sym_PLUS_EQ] = ACTIONS(1086), + [anon_sym_DASH_EQ] = ACTIONS(1086), + [anon_sym_LT_LT_EQ] = ACTIONS(1086), + [anon_sym_GT_GT_EQ] = ACTIONS(1086), + [anon_sym_AMP_EQ] = ACTIONS(1086), + [anon_sym_CARET_EQ] = ACTIONS(1086), + [anon_sym_PIPE_EQ] = ACTIONS(1086), + [anon_sym_AMP] = ACTIONS(1088), + [anon_sym_PIPE_PIPE] = ACTIONS(1090), + [anon_sym_AMP_AMP] = ACTIONS(1092), + [anon_sym_PIPE] = ACTIONS(1094), + [anon_sym_CARET] = ACTIONS(1096), + [anon_sym_EQ_EQ] = ACTIONS(1098), + [anon_sym_BANG_EQ] = ACTIONS(1098), + [anon_sym_LT] = ACTIONS(1100), + [anon_sym_GT] = ACTIONS(1100), + [anon_sym_LT_EQ] = ACTIONS(1102), + [anon_sym_GT_EQ] = ACTIONS(1102), + [anon_sym_LT_LT] = ACTIONS(1104), + [anon_sym_GT_GT] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_SLASH] = ACTIONS(1078), + [anon_sym_PERCENT] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1160] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3529), - [anon_sym_LPAREN] = ACTIONS(3531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3529), - [sym_preproc_directive] = ACTIONS(3529), - [anon_sym_SEMI] = ACTIONS(3531), - [anon_sym_typedef] = ACTIONS(3529), - [anon_sym_extern] = ACTIONS(3529), - [anon_sym_LBRACE] = ACTIONS(3531), - [anon_sym_RBRACE] = ACTIONS(3531), - [anon_sym_STAR] = ACTIONS(3531), - [anon_sym_static] = ACTIONS(3529), - [anon_sym_auto] = ACTIONS(3529), - [anon_sym_register] = ACTIONS(3529), - [anon_sym_inline] = ACTIONS(3529), - [anon_sym_const] = ACTIONS(3529), - [anon_sym_restrict] = ACTIONS(3529), - [anon_sym_volatile] = ACTIONS(3529), - [anon_sym__Atomic] = ACTIONS(3529), - [anon_sym_unsigned] = ACTIONS(3529), - [anon_sym_long] = ACTIONS(3529), - [anon_sym_short] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(3529), - [anon_sym_enum] = ACTIONS(3529), - [anon_sym_struct] = ACTIONS(3529), - [anon_sym_union] = ACTIONS(3529), - [anon_sym_if] = ACTIONS(3529), - [anon_sym_switch] = ACTIONS(3529), - [anon_sym_case] = ACTIONS(3529), - [anon_sym_default] = ACTIONS(3529), - [anon_sym_while] = ACTIONS(3529), - [anon_sym_do] = ACTIONS(3529), - [anon_sym_for] = ACTIONS(3529), - [anon_sym_return] = ACTIONS(3529), - [anon_sym_break] = ACTIONS(3529), - [anon_sym_continue] = ACTIONS(3529), - [anon_sym_goto] = ACTIONS(3529), - [anon_sym_AMP] = ACTIONS(3531), - [anon_sym_BANG] = ACTIONS(3531), - [anon_sym_TILDE] = ACTIONS(3531), - [anon_sym_PLUS] = ACTIONS(3529), - [anon_sym_DASH] = ACTIONS(3529), - [anon_sym_DASH_DASH] = ACTIONS(3531), - [anon_sym_PLUS_PLUS] = ACTIONS(3531), - [anon_sym_sizeof] = ACTIONS(3529), - [sym_number_literal] = ACTIONS(3531), - [sym_char_literal] = ACTIONS(3531), - [sym_string_literal] = ACTIONS(3531), - [sym_true] = ACTIONS(3529), - [sym_false] = ACTIONS(3529), - [sym_null] = ACTIONS(3529), - [sym_identifier] = ACTIONS(3529), + [1063] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_RBRACK] = ACTIONS(3355), + [anon_sym_EQ] = ACTIONS(1132), + [anon_sym_QMARK] = ACTIONS(1134), + [anon_sym_STAR_EQ] = ACTIONS(1136), + [anon_sym_SLASH_EQ] = ACTIONS(1136), + [anon_sym_PERCENT_EQ] = ACTIONS(1136), + [anon_sym_PLUS_EQ] = ACTIONS(1136), + [anon_sym_DASH_EQ] = ACTIONS(1136), + [anon_sym_LT_LT_EQ] = ACTIONS(1136), + [anon_sym_GT_GT_EQ] = ACTIONS(1136), + [anon_sym_AMP_EQ] = ACTIONS(1136), + [anon_sym_CARET_EQ] = ACTIONS(1136), + [anon_sym_PIPE_EQ] = ACTIONS(1136), + [anon_sym_AMP] = ACTIONS(1138), + [anon_sym_PIPE_PIPE] = ACTIONS(1140), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1144), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1148), + [anon_sym_BANG_EQ] = ACTIONS(1148), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1156), + [anon_sym_DASH] = ACTIONS(1156), + [anon_sym_SLASH] = ACTIONS(1130), + [anon_sym_PERCENT] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1161] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3533), - [anon_sym_LPAREN] = ACTIONS(3535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3533), - [sym_preproc_directive] = ACTIONS(3533), - [anon_sym_SEMI] = ACTIONS(3535), - [anon_sym_typedef] = ACTIONS(3533), - [anon_sym_extern] = ACTIONS(3533), - [anon_sym_LBRACE] = ACTIONS(3535), - [anon_sym_RBRACE] = ACTIONS(3535), - [anon_sym_STAR] = ACTIONS(3535), - [anon_sym_static] = ACTIONS(3533), - [anon_sym_auto] = ACTIONS(3533), - [anon_sym_register] = ACTIONS(3533), - [anon_sym_inline] = ACTIONS(3533), - [anon_sym_const] = ACTIONS(3533), - [anon_sym_restrict] = ACTIONS(3533), - [anon_sym_volatile] = ACTIONS(3533), - [anon_sym__Atomic] = ACTIONS(3533), - [anon_sym_unsigned] = ACTIONS(3533), - [anon_sym_long] = ACTIONS(3533), - [anon_sym_short] = ACTIONS(3533), - [sym_primitive_type] = ACTIONS(3533), - [anon_sym_enum] = ACTIONS(3533), - [anon_sym_struct] = ACTIONS(3533), - [anon_sym_union] = ACTIONS(3533), - [anon_sym_if] = ACTIONS(3533), - [anon_sym_switch] = ACTIONS(3533), - [anon_sym_case] = ACTIONS(3533), - [anon_sym_default] = ACTIONS(3533), - [anon_sym_while] = ACTIONS(3533), - [anon_sym_do] = ACTIONS(3533), - [anon_sym_for] = ACTIONS(3533), - [anon_sym_return] = ACTIONS(3533), - [anon_sym_break] = ACTIONS(3533), - [anon_sym_continue] = ACTIONS(3533), - [anon_sym_goto] = ACTIONS(3533), - [anon_sym_AMP] = ACTIONS(3535), - [anon_sym_BANG] = ACTIONS(3535), - [anon_sym_TILDE] = ACTIONS(3535), - [anon_sym_PLUS] = ACTIONS(3533), - [anon_sym_DASH] = ACTIONS(3533), - [anon_sym_DASH_DASH] = ACTIONS(3535), - [anon_sym_PLUS_PLUS] = ACTIONS(3535), - [anon_sym_sizeof] = ACTIONS(3533), - [sym_number_literal] = ACTIONS(3535), - [sym_char_literal] = ACTIONS(3535), - [sym_string_literal] = ACTIONS(3535), - [sym_true] = ACTIONS(3533), - [sym_false] = ACTIONS(3533), - [sym_null] = ACTIONS(3533), - [sym_identifier] = ACTIONS(3533), + [1064] = { + [anon_sym_LPAREN] = ACTIONS(3357), + [anon_sym_COMMA] = ACTIONS(3357), + [anon_sym_RPAREN] = ACTIONS(3357), + [anon_sym_SEMI] = ACTIONS(3357), + [anon_sym_RBRACE] = ACTIONS(3357), + [anon_sym_STAR] = ACTIONS(3359), + [anon_sym_LBRACK] = ACTIONS(3357), + [anon_sym_RBRACK] = ACTIONS(3357), + [anon_sym_EQ] = ACTIONS(3359), + [anon_sym_COLON] = ACTIONS(3357), + [anon_sym_QMARK] = ACTIONS(3357), + [anon_sym_STAR_EQ] = ACTIONS(3357), + [anon_sym_SLASH_EQ] = ACTIONS(3357), + [anon_sym_PERCENT_EQ] = ACTIONS(3357), + [anon_sym_PLUS_EQ] = ACTIONS(3357), + [anon_sym_DASH_EQ] = ACTIONS(3357), + [anon_sym_LT_LT_EQ] = ACTIONS(3357), + [anon_sym_GT_GT_EQ] = ACTIONS(3357), + [anon_sym_AMP_EQ] = ACTIONS(3357), + [anon_sym_CARET_EQ] = ACTIONS(3357), + [anon_sym_PIPE_EQ] = ACTIONS(3357), + [anon_sym_AMP] = ACTIONS(3359), + [anon_sym_PIPE_PIPE] = ACTIONS(3357), + [anon_sym_AMP_AMP] = ACTIONS(3357), + [anon_sym_PIPE] = ACTIONS(3359), + [anon_sym_CARET] = ACTIONS(3359), + [anon_sym_EQ_EQ] = ACTIONS(3357), + [anon_sym_BANG_EQ] = ACTIONS(3357), + [anon_sym_LT] = ACTIONS(3359), + [anon_sym_GT] = ACTIONS(3359), + [anon_sym_LT_EQ] = ACTIONS(3357), + [anon_sym_GT_EQ] = ACTIONS(3357), + [anon_sym_LT_LT] = ACTIONS(3359), + [anon_sym_GT_GT] = ACTIONS(3359), + [anon_sym_PLUS] = ACTIONS(3359), + [anon_sym_DASH] = ACTIONS(3359), + [anon_sym_SLASH] = ACTIONS(3359), + [anon_sym_PERCENT] = ACTIONS(3359), + [anon_sym_DASH_DASH] = ACTIONS(3357), + [anon_sym_PLUS_PLUS] = ACTIONS(3357), + [anon_sym_DOT] = ACTIONS(3357), + [anon_sym_DASH_GT] = ACTIONS(3357), [sym_comment] = ACTIONS(39), }, - [1162] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3537), - [anon_sym_LPAREN] = ACTIONS(3539), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3537), - [sym_preproc_directive] = ACTIONS(3537), - [anon_sym_SEMI] = ACTIONS(3539), - [anon_sym_typedef] = ACTIONS(3537), - [anon_sym_extern] = ACTIONS(3537), - [anon_sym_LBRACE] = ACTIONS(3539), - [anon_sym_RBRACE] = ACTIONS(3539), - [anon_sym_STAR] = ACTIONS(3539), - [anon_sym_static] = ACTIONS(3537), - [anon_sym_auto] = ACTIONS(3537), - [anon_sym_register] = ACTIONS(3537), - [anon_sym_inline] = ACTIONS(3537), - [anon_sym_const] = ACTIONS(3537), - [anon_sym_restrict] = ACTIONS(3537), - [anon_sym_volatile] = ACTIONS(3537), - [anon_sym__Atomic] = ACTIONS(3537), - [anon_sym_unsigned] = ACTIONS(3537), - [anon_sym_long] = ACTIONS(3537), - [anon_sym_short] = ACTIONS(3537), - [sym_primitive_type] = ACTIONS(3537), - [anon_sym_enum] = ACTIONS(3537), - [anon_sym_struct] = ACTIONS(3537), - [anon_sym_union] = ACTIONS(3537), - [anon_sym_if] = ACTIONS(3537), - [anon_sym_switch] = ACTIONS(3537), - [anon_sym_case] = ACTIONS(3537), - [anon_sym_default] = ACTIONS(3537), - [anon_sym_while] = ACTIONS(3537), - [anon_sym_do] = ACTIONS(3537), - [anon_sym_for] = ACTIONS(3537), - [anon_sym_return] = ACTIONS(3537), - [anon_sym_break] = ACTIONS(3537), - [anon_sym_continue] = ACTIONS(3537), - [anon_sym_goto] = ACTIONS(3537), - [anon_sym_AMP] = ACTIONS(3539), - [anon_sym_BANG] = ACTIONS(3539), - [anon_sym_TILDE] = ACTIONS(3539), - [anon_sym_PLUS] = ACTIONS(3537), - [anon_sym_DASH] = ACTIONS(3537), - [anon_sym_DASH_DASH] = ACTIONS(3539), - [anon_sym_PLUS_PLUS] = ACTIONS(3539), - [anon_sym_sizeof] = ACTIONS(3537), - [sym_number_literal] = ACTIONS(3539), - [sym_char_literal] = ACTIONS(3539), - [sym_string_literal] = ACTIONS(3539), - [sym_true] = ACTIONS(3537), - [sym_false] = ACTIONS(3537), - [sym_null] = ACTIONS(3537), - [sym_identifier] = ACTIONS(3537), + [1065] = { + [sym__expression] = STATE(943), + [sym_conditional_expression] = STATE(943), + [sym_assignment_expression] = STATE(943), + [sym_pointer_expression] = STATE(943), + [sym_logical_expression] = STATE(943), + [sym_bitwise_expression] = STATE(943), + [sym_equality_expression] = STATE(943), + [sym_relational_expression] = STATE(943), + [sym_shift_expression] = STATE(943), + [sym_math_expression] = STATE(943), + [sym_cast_expression] = STATE(943), + [sym_sizeof_expression] = STATE(943), + [sym_subscript_expression] = STATE(943), + [sym_call_expression] = STATE(943), + [sym_field_expression] = STATE(943), + [sym_compound_literal_expression] = STATE(943), + [sym_parenthesized_expression] = STATE(943), + [sym_initializer_list] = STATE(944), + [sym_initializer_pair] = STATE(944), + [sym_subscript_designator] = STATE(483), + [sym_field_designator] = STATE(483), + [sym_concatenated_string] = STATE(943), + [aux_sym_initializer_pair_repeat1] = STATE(483), + [anon_sym_LPAREN] = ACTIONS(769), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(771), + [anon_sym_LBRACK] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(771), + [anon_sym_BANG] = ACTIONS(773), + [anon_sym_TILDE] = ACTIONS(775), + [anon_sym_PLUS] = ACTIONS(777), + [anon_sym_DASH] = ACTIONS(777), + [anon_sym_DASH_DASH] = ACTIONS(779), + [anon_sym_PLUS_PLUS] = ACTIONS(779), + [anon_sym_sizeof] = ACTIONS(781), + [anon_sym_DOT] = ACTIONS(1168), + [sym_number_literal] = ACTIONS(2602), + [sym_char_literal] = ACTIONS(2602), + [sym_string_literal] = ACTIONS(785), + [sym_true] = ACTIONS(2604), + [sym_false] = ACTIONS(2604), + [sym_null] = ACTIONS(2604), + [sym_identifier] = ACTIONS(2604), [sym_comment] = ACTIONS(39), }, - [1163] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_sizeof] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1406), - [sym_char_literal] = ACTIONS(1406), - [sym_string_literal] = ACTIONS(1406), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [sym_null] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), + [1066] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(3355), + [anon_sym_RBRACE] = ACTIONS(3355), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1315), + [anon_sym_QMARK] = ACTIONS(1317), + [anon_sym_STAR_EQ] = ACTIONS(1319), + [anon_sym_SLASH_EQ] = ACTIONS(1319), + [anon_sym_PERCENT_EQ] = ACTIONS(1319), + [anon_sym_PLUS_EQ] = ACTIONS(1319), + [anon_sym_DASH_EQ] = ACTIONS(1319), + [anon_sym_LT_LT_EQ] = ACTIONS(1319), + [anon_sym_GT_GT_EQ] = ACTIONS(1319), + [anon_sym_AMP_EQ] = ACTIONS(1319), + [anon_sym_CARET_EQ] = ACTIONS(1319), + [anon_sym_PIPE_EQ] = ACTIONS(1319), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_PIPE_PIPE] = ACTIONS(1323), + [anon_sym_AMP_AMP] = ACTIONS(1325), + [anon_sym_PIPE] = ACTIONS(1327), + [anon_sym_CARET] = ACTIONS(1329), + [anon_sym_EQ_EQ] = ACTIONS(1331), + [anon_sym_BANG_EQ] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1333), + [anon_sym_GT] = ACTIONS(1333), + [anon_sym_LT_EQ] = ACTIONS(1335), + [anon_sym_GT_EQ] = ACTIONS(1335), + [anon_sym_LT_LT] = ACTIONS(1337), + [anon_sym_GT_GT] = ACTIONS(1337), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_SLASH] = ACTIONS(1313), + [anon_sym_PERCENT] = ACTIONS(1313), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1164] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [1067] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3355), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1165] = { - [anon_sym_RPAREN] = ACTIONS(3541), + [1068] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(3355), + [anon_sym_RPAREN] = ACTIONS(3355), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1166] = { - [aux_sym_concatenated_string_repeat1] = STATE(1166), - [anon_sym_LPAREN] = ACTIONS(2708), - [anon_sym_RPAREN] = ACTIONS(2708), - [anon_sym_STAR] = ACTIONS(2710), - [anon_sym_LBRACK] = ACTIONS(2708), - [anon_sym_EQ] = ACTIONS(2710), - [anon_sym_QMARK] = ACTIONS(2708), - [anon_sym_STAR_EQ] = ACTIONS(2708), - [anon_sym_SLASH_EQ] = ACTIONS(2708), - [anon_sym_PERCENT_EQ] = ACTIONS(2708), - [anon_sym_PLUS_EQ] = ACTIONS(2708), - [anon_sym_DASH_EQ] = ACTIONS(2708), - [anon_sym_LT_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_GT_EQ] = ACTIONS(2708), - [anon_sym_AMP_EQ] = ACTIONS(2708), - [anon_sym_CARET_EQ] = ACTIONS(2708), - [anon_sym_PIPE_EQ] = ACTIONS(2708), - [anon_sym_AMP] = ACTIONS(2710), - [anon_sym_PIPE_PIPE] = ACTIONS(2708), - [anon_sym_AMP_AMP] = ACTIONS(2708), - [anon_sym_PIPE] = ACTIONS(2710), - [anon_sym_CARET] = ACTIONS(2710), - [anon_sym_EQ_EQ] = ACTIONS(2708), - [anon_sym_BANG_EQ] = ACTIONS(2708), - [anon_sym_LT] = ACTIONS(2710), - [anon_sym_GT] = ACTIONS(2710), - [anon_sym_LT_EQ] = ACTIONS(2708), - [anon_sym_GT_EQ] = ACTIONS(2708), - [anon_sym_LT_LT] = ACTIONS(2710), - [anon_sym_GT_GT] = ACTIONS(2710), - [anon_sym_PLUS] = ACTIONS(2710), - [anon_sym_DASH] = ACTIONS(2710), - [anon_sym_SLASH] = ACTIONS(2710), - [anon_sym_PERCENT] = ACTIONS(2710), - [anon_sym_DASH_DASH] = ACTIONS(2708), - [anon_sym_PLUS_PLUS] = ACTIONS(2708), - [anon_sym_DOT] = ACTIONS(2708), - [anon_sym_DASH_GT] = ACTIONS(2708), - [sym_string_literal] = ACTIONS(3543), + [1069] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2789), + [anon_sym_LPAREN] = ACTIONS(2791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_SEMI] = ACTIONS(2791), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_auto] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [sym_primitive_type] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2789), + [anon_sym_switch] = ACTIONS(2789), + [anon_sym_case] = ACTIONS(2789), + [anon_sym_default] = ACTIONS(2789), + [anon_sym_while] = ACTIONS(2789), + [anon_sym_do] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2789), + [anon_sym_return] = ACTIONS(2789), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2789), + [anon_sym_goto] = ACTIONS(2789), + [anon_sym_AMP] = ACTIONS(2791), + [anon_sym_BANG] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_PLUS] = ACTIONS(2789), + [anon_sym_DASH] = ACTIONS(2789), + [anon_sym_DASH_DASH] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2791), + [anon_sym_sizeof] = ACTIONS(2789), + [sym_number_literal] = ACTIONS(2791), + [sym_char_literal] = ACTIONS(2791), + [sym_string_literal] = ACTIONS(2791), + [sym_true] = ACTIONS(2789), + [sym_false] = ACTIONS(2789), + [sym_null] = ACTIONS(2789), + [sym_identifier] = ACTIONS(2789), [sym_comment] = ACTIONS(39), }, - [1167] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1036), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1034), - [sym_preproc_directive] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1036), - [anon_sym_typedef] = ACTIONS(1034), - [anon_sym_extern] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1036), - [anon_sym_RBRACE] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1034), - [anon_sym_auto] = ACTIONS(1034), - [anon_sym_register] = ACTIONS(1034), - [anon_sym_inline] = ACTIONS(1034), - [anon_sym_const] = ACTIONS(1034), - [anon_sym_restrict] = ACTIONS(1034), - [anon_sym_volatile] = ACTIONS(1034), - [anon_sym__Atomic] = ACTIONS(1034), - [anon_sym_unsigned] = ACTIONS(1034), - [anon_sym_long] = ACTIONS(1034), - [anon_sym_short] = ACTIONS(1034), - [sym_primitive_type] = ACTIONS(1034), - [anon_sym_enum] = ACTIONS(1034), - [anon_sym_struct] = ACTIONS(1034), - [anon_sym_union] = ACTIONS(1034), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_else] = ACTIONS(1034), - [anon_sym_switch] = ACTIONS(1034), - [anon_sym_case] = ACTIONS(1034), - [anon_sym_default] = ACTIONS(1034), - [anon_sym_while] = ACTIONS(1034), - [anon_sym_do] = ACTIONS(1034), - [anon_sym_for] = ACTIONS(1034), - [anon_sym_return] = ACTIONS(1034), - [anon_sym_break] = ACTIONS(1034), - [anon_sym_continue] = ACTIONS(1034), - [anon_sym_goto] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1036), - [anon_sym_TILDE] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1034), - [anon_sym_DASH_DASH] = ACTIONS(1036), - [anon_sym_PLUS_PLUS] = ACTIONS(1036), - [anon_sym_sizeof] = ACTIONS(1034), - [sym_number_literal] = ACTIONS(1036), - [sym_char_literal] = ACTIONS(1036), - [sym_string_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1034), + [1070] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), + [anon_sym_LPAREN] = ACTIONS(2795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_auto] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [sym_primitive_type] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_switch] = ACTIONS(2793), + [anon_sym_case] = ACTIONS(2793), + [anon_sym_default] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_do] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_goto] = ACTIONS(2793), + [anon_sym_AMP] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_sizeof] = ACTIONS(2793), + [sym_number_literal] = ACTIONS(2795), + [sym_char_literal] = ACTIONS(2795), + [sym_string_literal] = ACTIONS(2795), + [sym_true] = ACTIONS(2793), + [sym_false] = ACTIONS(2793), + [sym_null] = ACTIONS(2793), + [sym_identifier] = ACTIONS(2793), [sym_comment] = ACTIONS(39), }, - [1168] = { - [sym_preproc_include] = STATE(1293), - [sym_preproc_def] = STATE(1293), - [sym_preproc_function_def] = STATE(1293), - [sym_preproc_call] = STATE(1293), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(1293), - [sym_type_definition] = STATE(1293), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(1293), + [1071] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2797), + [anon_sym_LPAREN] = ACTIONS(2799), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_SEMI] = ACTIONS(2799), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_auto] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_switch] = ACTIONS(2797), + [anon_sym_case] = ACTIONS(2797), + [anon_sym_default] = ACTIONS(2797), + [anon_sym_while] = ACTIONS(2797), + [anon_sym_do] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_goto] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_BANG] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2799), + [anon_sym_PLUS_PLUS] = ACTIONS(2799), + [anon_sym_sizeof] = ACTIONS(2797), + [sym_number_literal] = ACTIONS(2799), + [sym_char_literal] = ACTIONS(2799), + [sym_string_literal] = ACTIONS(2799), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_null] = ACTIONS(2797), + [sym_identifier] = ACTIONS(2797), + [sym_comment] = ACTIONS(39), + }, + [1072] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3361), + [sym_comment] = ACTIONS(39), + }, + [1073] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3363), + [sym_comment] = ACTIONS(39), + }, + [1074] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2876), + [anon_sym_LPAREN] = ACTIONS(2878), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2876), + [sym_preproc_directive] = ACTIONS(2876), + [anon_sym_SEMI] = ACTIONS(2878), + [anon_sym_typedef] = ACTIONS(2876), + [anon_sym_extern] = ACTIONS(2876), + [anon_sym_LBRACE] = ACTIONS(2878), + [anon_sym_STAR] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2876), + [anon_sym_auto] = ACTIONS(2876), + [anon_sym_register] = ACTIONS(2876), + [anon_sym_inline] = ACTIONS(2876), + [anon_sym_const] = ACTIONS(2876), + [anon_sym_restrict] = ACTIONS(2876), + [anon_sym_volatile] = ACTIONS(2876), + [anon_sym__Atomic] = ACTIONS(2876), + [anon_sym_unsigned] = ACTIONS(2876), + [anon_sym_long] = ACTIONS(2876), + [anon_sym_short] = ACTIONS(2876), + [sym_primitive_type] = ACTIONS(2876), + [anon_sym_enum] = ACTIONS(2876), + [anon_sym_struct] = ACTIONS(2876), + [anon_sym_union] = ACTIONS(2876), + [anon_sym_if] = ACTIONS(2876), + [anon_sym_switch] = ACTIONS(2876), + [anon_sym_case] = ACTIONS(2876), + [anon_sym_default] = ACTIONS(2876), + [anon_sym_while] = ACTIONS(2876), + [anon_sym_do] = ACTIONS(2876), + [anon_sym_for] = ACTIONS(2876), + [anon_sym_return] = ACTIONS(2876), + [anon_sym_break] = ACTIONS(2876), + [anon_sym_continue] = ACTIONS(2876), + [anon_sym_goto] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2878), + [anon_sym_BANG] = ACTIONS(2878), + [anon_sym_TILDE] = ACTIONS(2878), + [anon_sym_PLUS] = ACTIONS(2876), + [anon_sym_DASH] = ACTIONS(2876), + [anon_sym_DASH_DASH] = ACTIONS(2878), + [anon_sym_PLUS_PLUS] = ACTIONS(2878), + [anon_sym_sizeof] = ACTIONS(2876), + [sym_number_literal] = ACTIONS(2878), + [sym_char_literal] = ACTIONS(2878), + [sym_string_literal] = ACTIONS(2878), + [sym_true] = ACTIONS(2876), + [sym_false] = ACTIONS(2876), + [sym_null] = ACTIONS(2876), + [sym_identifier] = ACTIONS(2876), + [sym_comment] = ACTIONS(39), + }, + [1075] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2880), + [anon_sym_LPAREN] = ACTIONS(2882), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2880), + [sym_preproc_directive] = ACTIONS(2880), + [anon_sym_SEMI] = ACTIONS(2882), + [anon_sym_typedef] = ACTIONS(2880), + [anon_sym_extern] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2882), + [anon_sym_STAR] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2880), + [anon_sym_auto] = ACTIONS(2880), + [anon_sym_register] = ACTIONS(2880), + [anon_sym_inline] = ACTIONS(2880), + [anon_sym_const] = ACTIONS(2880), + [anon_sym_restrict] = ACTIONS(2880), + [anon_sym_volatile] = ACTIONS(2880), + [anon_sym__Atomic] = ACTIONS(2880), + [anon_sym_unsigned] = ACTIONS(2880), + [anon_sym_long] = ACTIONS(2880), + [anon_sym_short] = ACTIONS(2880), + [sym_primitive_type] = ACTIONS(2880), + [anon_sym_enum] = ACTIONS(2880), + [anon_sym_struct] = ACTIONS(2880), + [anon_sym_union] = ACTIONS(2880), + [anon_sym_if] = ACTIONS(2880), + [anon_sym_switch] = ACTIONS(2880), + [anon_sym_case] = ACTIONS(2880), + [anon_sym_default] = ACTIONS(2880), + [anon_sym_while] = ACTIONS(2880), + [anon_sym_do] = ACTIONS(2880), + [anon_sym_for] = ACTIONS(2880), + [anon_sym_return] = ACTIONS(2880), + [anon_sym_break] = ACTIONS(2880), + [anon_sym_continue] = ACTIONS(2880), + [anon_sym_goto] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2882), + [anon_sym_BANG] = ACTIONS(2882), + [anon_sym_TILDE] = ACTIONS(2882), + [anon_sym_PLUS] = ACTIONS(2880), + [anon_sym_DASH] = ACTIONS(2880), + [anon_sym_DASH_DASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2882), + [anon_sym_sizeof] = ACTIONS(2880), + [sym_number_literal] = ACTIONS(2882), + [sym_char_literal] = ACTIONS(2882), + [sym_string_literal] = ACTIONS(2882), + [sym_true] = ACTIONS(2880), + [sym_false] = ACTIONS(2880), + [sym_null] = ACTIONS(2880), + [sym_identifier] = ACTIONS(2880), + [sym_comment] = ACTIONS(39), + }, + [1076] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2884), + [anon_sym_LPAREN] = ACTIONS(2886), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2884), + [sym_preproc_directive] = ACTIONS(2884), + [anon_sym_SEMI] = ACTIONS(2886), + [anon_sym_typedef] = ACTIONS(2884), + [anon_sym_extern] = ACTIONS(2884), + [anon_sym_LBRACE] = ACTIONS(2886), + [anon_sym_STAR] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2884), + [anon_sym_auto] = ACTIONS(2884), + [anon_sym_register] = ACTIONS(2884), + [anon_sym_inline] = ACTIONS(2884), + [anon_sym_const] = ACTIONS(2884), + [anon_sym_restrict] = ACTIONS(2884), + [anon_sym_volatile] = ACTIONS(2884), + [anon_sym__Atomic] = ACTIONS(2884), + [anon_sym_unsigned] = ACTIONS(2884), + [anon_sym_long] = ACTIONS(2884), + [anon_sym_short] = ACTIONS(2884), + [sym_primitive_type] = ACTIONS(2884), + [anon_sym_enum] = ACTIONS(2884), + [anon_sym_struct] = ACTIONS(2884), + [anon_sym_union] = ACTIONS(2884), + [anon_sym_if] = ACTIONS(2884), + [anon_sym_switch] = ACTIONS(2884), + [anon_sym_case] = ACTIONS(2884), + [anon_sym_default] = ACTIONS(2884), + [anon_sym_while] = ACTIONS(2884), + [anon_sym_do] = ACTIONS(2884), + [anon_sym_for] = ACTIONS(2884), + [anon_sym_return] = ACTIONS(2884), + [anon_sym_break] = ACTIONS(2884), + [anon_sym_continue] = ACTIONS(2884), + [anon_sym_goto] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2886), + [anon_sym_BANG] = ACTIONS(2886), + [anon_sym_TILDE] = ACTIONS(2886), + [anon_sym_PLUS] = ACTIONS(2884), + [anon_sym_DASH] = ACTIONS(2884), + [anon_sym_DASH_DASH] = ACTIONS(2886), + [anon_sym_PLUS_PLUS] = ACTIONS(2886), + [anon_sym_sizeof] = ACTIONS(2884), + [sym_number_literal] = ACTIONS(2886), + [sym_char_literal] = ACTIONS(2886), + [sym_string_literal] = ACTIONS(2886), + [sym_true] = ACTIONS(2884), + [sym_false] = ACTIONS(2884), + [sym_null] = ACTIONS(2884), + [sym_identifier] = ACTIONS(2884), + [sym_comment] = ACTIONS(39), + }, + [1077] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3365), + [sym_comment] = ACTIONS(39), + }, + [1078] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3367), + [sym_comment] = ACTIONS(39), + }, + [1079] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2892), + [anon_sym_LPAREN] = ACTIONS(2894), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2892), + [sym_preproc_directive] = ACTIONS(2892), + [anon_sym_SEMI] = ACTIONS(2894), + [anon_sym_typedef] = ACTIONS(2892), + [anon_sym_extern] = ACTIONS(2892), + [anon_sym_LBRACE] = ACTIONS(2894), + [anon_sym_STAR] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2892), + [anon_sym_auto] = ACTIONS(2892), + [anon_sym_register] = ACTIONS(2892), + [anon_sym_inline] = ACTIONS(2892), + [anon_sym_const] = ACTIONS(2892), + [anon_sym_restrict] = ACTIONS(2892), + [anon_sym_volatile] = ACTIONS(2892), + [anon_sym__Atomic] = ACTIONS(2892), + [anon_sym_unsigned] = ACTIONS(2892), + [anon_sym_long] = ACTIONS(2892), + [anon_sym_short] = ACTIONS(2892), + [sym_primitive_type] = ACTIONS(2892), + [anon_sym_enum] = ACTIONS(2892), + [anon_sym_struct] = ACTIONS(2892), + [anon_sym_union] = ACTIONS(2892), + [anon_sym_if] = ACTIONS(2892), + [anon_sym_switch] = ACTIONS(2892), + [anon_sym_case] = ACTIONS(2892), + [anon_sym_default] = ACTIONS(2892), + [anon_sym_while] = ACTIONS(2892), + [anon_sym_do] = ACTIONS(2892), + [anon_sym_for] = ACTIONS(2892), + [anon_sym_return] = ACTIONS(2892), + [anon_sym_break] = ACTIONS(2892), + [anon_sym_continue] = ACTIONS(2892), + [anon_sym_goto] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2894), + [anon_sym_BANG] = ACTIONS(2894), + [anon_sym_TILDE] = ACTIONS(2894), + [anon_sym_PLUS] = ACTIONS(2892), + [anon_sym_DASH] = ACTIONS(2892), + [anon_sym_DASH_DASH] = ACTIONS(2894), + [anon_sym_PLUS_PLUS] = ACTIONS(2894), + [anon_sym_sizeof] = ACTIONS(2892), + [sym_number_literal] = ACTIONS(2894), + [sym_char_literal] = ACTIONS(2894), + [sym_string_literal] = ACTIONS(2894), + [sym_true] = ACTIONS(2892), + [sym_false] = ACTIONS(2892), + [sym_null] = ACTIONS(2892), + [sym_identifier] = ACTIONS(2892), + [sym_comment] = ACTIONS(39), + }, + [1080] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2896), + [anon_sym_LPAREN] = ACTIONS(2898), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2896), + [sym_preproc_directive] = ACTIONS(2896), + [anon_sym_SEMI] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2896), + [anon_sym_extern] = ACTIONS(2896), + [anon_sym_LBRACE] = ACTIONS(2898), + [anon_sym_STAR] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2896), + [anon_sym_auto] = ACTIONS(2896), + [anon_sym_register] = ACTIONS(2896), + [anon_sym_inline] = ACTIONS(2896), + [anon_sym_const] = ACTIONS(2896), + [anon_sym_restrict] = ACTIONS(2896), + [anon_sym_volatile] = ACTIONS(2896), + [anon_sym__Atomic] = ACTIONS(2896), + [anon_sym_unsigned] = ACTIONS(2896), + [anon_sym_long] = ACTIONS(2896), + [anon_sym_short] = ACTIONS(2896), + [sym_primitive_type] = ACTIONS(2896), + [anon_sym_enum] = ACTIONS(2896), + [anon_sym_struct] = ACTIONS(2896), + [anon_sym_union] = ACTIONS(2896), + [anon_sym_if] = ACTIONS(2896), + [anon_sym_switch] = ACTIONS(2896), + [anon_sym_case] = ACTIONS(2896), + [anon_sym_default] = ACTIONS(2896), + [anon_sym_while] = ACTIONS(2896), + [anon_sym_do] = ACTIONS(2896), + [anon_sym_for] = ACTIONS(2896), + [anon_sym_return] = ACTIONS(2896), + [anon_sym_break] = ACTIONS(2896), + [anon_sym_continue] = ACTIONS(2896), + [anon_sym_goto] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_BANG] = ACTIONS(2898), + [anon_sym_TILDE] = ACTIONS(2898), + [anon_sym_PLUS] = ACTIONS(2896), + [anon_sym_DASH] = ACTIONS(2896), + [anon_sym_DASH_DASH] = ACTIONS(2898), + [anon_sym_PLUS_PLUS] = ACTIONS(2898), + [anon_sym_sizeof] = ACTIONS(2896), + [sym_number_literal] = ACTIONS(2898), + [sym_char_literal] = ACTIONS(2898), + [sym_string_literal] = ACTIONS(2898), + [sym_true] = ACTIONS(2896), + [sym_false] = ACTIONS(2896), + [sym_null] = ACTIONS(2896), + [sym_identifier] = ACTIONS(2896), + [sym_comment] = ACTIONS(39), + }, + [1081] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2900), + [anon_sym_LPAREN] = ACTIONS(2902), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2900), + [sym_preproc_directive] = ACTIONS(2900), + [anon_sym_SEMI] = ACTIONS(2902), + [anon_sym_typedef] = ACTIONS(2900), + [anon_sym_extern] = ACTIONS(2900), + [anon_sym_LBRACE] = ACTIONS(2902), + [anon_sym_STAR] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2900), + [anon_sym_auto] = ACTIONS(2900), + [anon_sym_register] = ACTIONS(2900), + [anon_sym_inline] = ACTIONS(2900), + [anon_sym_const] = ACTIONS(2900), + [anon_sym_restrict] = ACTIONS(2900), + [anon_sym_volatile] = ACTIONS(2900), + [anon_sym__Atomic] = ACTIONS(2900), + [anon_sym_unsigned] = ACTIONS(2900), + [anon_sym_long] = ACTIONS(2900), + [anon_sym_short] = ACTIONS(2900), + [sym_primitive_type] = ACTIONS(2900), + [anon_sym_enum] = ACTIONS(2900), + [anon_sym_struct] = ACTIONS(2900), + [anon_sym_union] = ACTIONS(2900), + [anon_sym_if] = ACTIONS(2900), + [anon_sym_switch] = ACTIONS(2900), + [anon_sym_case] = ACTIONS(2900), + [anon_sym_default] = ACTIONS(2900), + [anon_sym_while] = ACTIONS(2900), + [anon_sym_do] = ACTIONS(2900), + [anon_sym_for] = ACTIONS(2900), + [anon_sym_return] = ACTIONS(2900), + [anon_sym_break] = ACTIONS(2900), + [anon_sym_continue] = ACTIONS(2900), + [anon_sym_goto] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2902), + [anon_sym_BANG] = ACTIONS(2902), + [anon_sym_TILDE] = ACTIONS(2902), + [anon_sym_PLUS] = ACTIONS(2900), + [anon_sym_DASH] = ACTIONS(2900), + [anon_sym_DASH_DASH] = ACTIONS(2902), + [anon_sym_PLUS_PLUS] = ACTIONS(2902), + [anon_sym_sizeof] = ACTIONS(2900), + [sym_number_literal] = ACTIONS(2902), + [sym_char_literal] = ACTIONS(2902), + [sym_string_literal] = ACTIONS(2902), + [sym_true] = ACTIONS(2900), + [sym_false] = ACTIONS(2900), + [sym_null] = ACTIONS(2900), + [sym_identifier] = ACTIONS(2900), + [sym_comment] = ACTIONS(39), + }, + [1082] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3369), + [sym_comment] = ACTIONS(39), + }, + [1083] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3371), + [sym_comment] = ACTIONS(39), + }, + [1084] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2286), + [sym_preproc_directive] = ACTIONS(2286), + [anon_sym_SEMI] = ACTIONS(2288), + [anon_sym_typedef] = ACTIONS(2286), + [anon_sym_extern] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2288), + [anon_sym_STAR] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2286), + [anon_sym_auto] = ACTIONS(2286), + [anon_sym_register] = ACTIONS(2286), + [anon_sym_inline] = ACTIONS(2286), + [anon_sym_const] = ACTIONS(2286), + [anon_sym_restrict] = ACTIONS(2286), + [anon_sym_volatile] = ACTIONS(2286), + [anon_sym__Atomic] = ACTIONS(2286), + [anon_sym_unsigned] = ACTIONS(2286), + [anon_sym_long] = ACTIONS(2286), + [anon_sym_short] = ACTIONS(2286), + [sym_primitive_type] = ACTIONS(2286), + [anon_sym_enum] = ACTIONS(2286), + [anon_sym_struct] = ACTIONS(2286), + [anon_sym_union] = ACTIONS(2286), + [anon_sym_if] = ACTIONS(2286), + [anon_sym_switch] = ACTIONS(2286), + [anon_sym_case] = ACTIONS(2286), + [anon_sym_default] = ACTIONS(2286), + [anon_sym_while] = ACTIONS(2286), + [anon_sym_do] = ACTIONS(2286), + [anon_sym_for] = ACTIONS(2286), + [anon_sym_return] = ACTIONS(2286), + [anon_sym_break] = ACTIONS(2286), + [anon_sym_continue] = ACTIONS(2286), + [anon_sym_goto] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2288), + [anon_sym_BANG] = ACTIONS(2288), + [anon_sym_TILDE] = ACTIONS(2288), + [anon_sym_PLUS] = ACTIONS(2286), + [anon_sym_DASH] = ACTIONS(2286), + [anon_sym_DASH_DASH] = ACTIONS(2288), + [anon_sym_PLUS_PLUS] = ACTIONS(2288), + [anon_sym_sizeof] = ACTIONS(2286), + [sym_number_literal] = ACTIONS(2288), + [sym_char_literal] = ACTIONS(2288), + [sym_string_literal] = ACTIONS(2288), + [sym_true] = ACTIONS(2286), + [sym_false] = ACTIONS(2286), + [sym_null] = ACTIONS(2286), + [sym_identifier] = ACTIONS(2286), + [sym_comment] = ACTIONS(39), + }, + [1085] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3373), + [sym_comment] = ACTIONS(39), + }, + [1086] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3375), + [sym_comment] = ACTIONS(39), + }, + [1087] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1158), + [sym_preproc_elif_in_compound_statement] = STATE(1159), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), [sym_storage_class_specifier] = STATE(20), [sym_type_qualifier] = STATE(20), [sym__type_specifier] = STATE(18), @@ -42221,55 +42243,57 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [sym_enum_specifier] = STATE(18), [sym_struct_specifier] = STATE(18), [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1293), - [sym_expression_statement] = STATE(1293), - [sym_if_statement] = STATE(1293), - [sym_switch_statement] = STATE(1293), - [sym_case_statement] = STATE(1293), - [sym_while_statement] = STATE(1293), - [sym_do_statement] = STATE(1293), - [sym_for_statement] = STATE(1293), - [sym_return_statement] = STATE(1293), - [sym_break_statement] = STATE(1293), - [sym_continue_statement] = STATE(1293), - [sym_goto_statement] = STATE(1293), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(1293), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1293), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), [aux_sym__declaration_specifiers_repeat1] = STATE(20), [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3377), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(3546), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -42285,4824 +42309,5037 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1169] = { - [anon_sym_LPAREN] = ACTIONS(3548), + [1088] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2372), + [anon_sym_LPAREN] = ACTIONS(2374), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2372), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2372), + [sym_preproc_directive] = ACTIONS(2372), + [anon_sym_SEMI] = ACTIONS(2374), + [anon_sym_typedef] = ACTIONS(2372), + [anon_sym_extern] = ACTIONS(2372), + [anon_sym_LBRACE] = ACTIONS(2374), + [anon_sym_STAR] = ACTIONS(2374), + [anon_sym_static] = ACTIONS(2372), + [anon_sym_auto] = ACTIONS(2372), + [anon_sym_register] = ACTIONS(2372), + [anon_sym_inline] = ACTIONS(2372), + [anon_sym_const] = ACTIONS(2372), + [anon_sym_restrict] = ACTIONS(2372), + [anon_sym_volatile] = ACTIONS(2372), + [anon_sym__Atomic] = ACTIONS(2372), + [anon_sym_unsigned] = ACTIONS(2372), + [anon_sym_long] = ACTIONS(2372), + [anon_sym_short] = ACTIONS(2372), + [sym_primitive_type] = ACTIONS(2372), + [anon_sym_enum] = ACTIONS(2372), + [anon_sym_struct] = ACTIONS(2372), + [anon_sym_union] = ACTIONS(2372), + [anon_sym_if] = ACTIONS(2372), + [anon_sym_switch] = ACTIONS(2372), + [anon_sym_case] = ACTIONS(2372), + [anon_sym_default] = ACTIONS(2372), + [anon_sym_while] = ACTIONS(2372), + [anon_sym_do] = ACTIONS(2372), + [anon_sym_for] = ACTIONS(2372), + [anon_sym_return] = ACTIONS(2372), + [anon_sym_break] = ACTIONS(2372), + [anon_sym_continue] = ACTIONS(2372), + [anon_sym_goto] = ACTIONS(2372), + [anon_sym_AMP] = ACTIONS(2374), + [anon_sym_BANG] = ACTIONS(2374), + [anon_sym_TILDE] = ACTIONS(2374), + [anon_sym_PLUS] = ACTIONS(2372), + [anon_sym_DASH] = ACTIONS(2372), + [anon_sym_DASH_DASH] = ACTIONS(2374), + [anon_sym_PLUS_PLUS] = ACTIONS(2374), + [anon_sym_sizeof] = ACTIONS(2372), + [sym_number_literal] = ACTIONS(2374), + [sym_char_literal] = ACTIONS(2374), + [sym_string_literal] = ACTIONS(2374), + [sym_true] = ACTIONS(2372), + [sym_false] = ACTIONS(2372), + [sym_null] = ACTIONS(2372), + [sym_identifier] = ACTIONS(2372), [sym_comment] = ACTIONS(39), }, - [1170] = { - [anon_sym_LPAREN] = ACTIONS(3550), + [1089] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3379), [sym_comment] = ACTIONS(39), }, - [1171] = { - [sym__expression] = STATE(1296), - [sym_conditional_expression] = STATE(1296), - [sym_assignment_expression] = STATE(1296), - [sym_pointer_expression] = STATE(1296), - [sym_logical_expression] = STATE(1296), - [sym_bitwise_expression] = STATE(1296), - [sym_equality_expression] = STATE(1296), - [sym_relational_expression] = STATE(1296), - [sym_shift_expression] = STATE(1296), - [sym_math_expression] = STATE(1296), - [sym_cast_expression] = STATE(1296), - [sym_sizeof_expression] = STATE(1296), - [sym_subscript_expression] = STATE(1296), - [sym_call_expression] = STATE(1296), - [sym_field_expression] = STATE(1296), - [sym_compound_literal_expression] = STATE(1296), - [sym_parenthesized_expression] = STATE(1296), - [sym_concatenated_string] = STATE(1296), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(3552), - [sym_char_literal] = ACTIONS(3552), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(3554), - [sym_false] = ACTIONS(3554), - [sym_null] = ACTIONS(3554), - [sym_identifier] = ACTIONS(3554), + [1090] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3381), [sym_comment] = ACTIONS(39), }, - [1172] = { - [anon_sym_COLON] = ACTIONS(3556), + [1091] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1163), + [sym_preproc_elif_in_compound_statement] = STATE(1164), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3383), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1173] = { - [anon_sym_LPAREN] = ACTIONS(3558), + [1092] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2382), + [anon_sym_LPAREN] = ACTIONS(2384), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2382), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2382), + [sym_preproc_directive] = ACTIONS(2382), + [anon_sym_SEMI] = ACTIONS(2384), + [anon_sym_typedef] = ACTIONS(2382), + [anon_sym_extern] = ACTIONS(2382), + [anon_sym_LBRACE] = ACTIONS(2384), + [anon_sym_STAR] = ACTIONS(2384), + [anon_sym_static] = ACTIONS(2382), + [anon_sym_auto] = ACTIONS(2382), + [anon_sym_register] = ACTIONS(2382), + [anon_sym_inline] = ACTIONS(2382), + [anon_sym_const] = ACTIONS(2382), + [anon_sym_restrict] = ACTIONS(2382), + [anon_sym_volatile] = ACTIONS(2382), + [anon_sym__Atomic] = ACTIONS(2382), + [anon_sym_unsigned] = ACTIONS(2382), + [anon_sym_long] = ACTIONS(2382), + [anon_sym_short] = ACTIONS(2382), + [sym_primitive_type] = ACTIONS(2382), + [anon_sym_enum] = ACTIONS(2382), + [anon_sym_struct] = ACTIONS(2382), + [anon_sym_union] = ACTIONS(2382), + [anon_sym_if] = ACTIONS(2382), + [anon_sym_switch] = ACTIONS(2382), + [anon_sym_case] = ACTIONS(2382), + [anon_sym_default] = ACTIONS(2382), + [anon_sym_while] = ACTIONS(2382), + [anon_sym_do] = ACTIONS(2382), + [anon_sym_for] = ACTIONS(2382), + [anon_sym_return] = ACTIONS(2382), + [anon_sym_break] = ACTIONS(2382), + [anon_sym_continue] = ACTIONS(2382), + [anon_sym_goto] = ACTIONS(2382), + [anon_sym_AMP] = ACTIONS(2384), + [anon_sym_BANG] = ACTIONS(2384), + [anon_sym_TILDE] = ACTIONS(2384), + [anon_sym_PLUS] = ACTIONS(2382), + [anon_sym_DASH] = ACTIONS(2382), + [anon_sym_DASH_DASH] = ACTIONS(2384), + [anon_sym_PLUS_PLUS] = ACTIONS(2384), + [anon_sym_sizeof] = ACTIONS(2382), + [sym_number_literal] = ACTIONS(2384), + [sym_char_literal] = ACTIONS(2384), + [sym_string_literal] = ACTIONS(2384), + [sym_true] = ACTIONS(2382), + [sym_false] = ACTIONS(2382), + [sym_null] = ACTIONS(2382), + [sym_identifier] = ACTIONS(2382), [sym_comment] = ACTIONS(39), }, - [1174] = { - [sym_compound_statement] = STATE(1299), - [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(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [1093] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3385), [sym_comment] = ACTIONS(39), }, - [1175] = { - [anon_sym_LPAREN] = ACTIONS(3560), + [1094] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3387), [sym_comment] = ACTIONS(39), }, - [1176] = { - [sym__expression] = STATE(1302), - [sym_conditional_expression] = STATE(1302), - [sym_assignment_expression] = STATE(1302), - [sym_pointer_expression] = STATE(1302), - [sym_logical_expression] = STATE(1302), - [sym_bitwise_expression] = STATE(1302), - [sym_equality_expression] = STATE(1302), - [sym_relational_expression] = STATE(1302), - [sym_shift_expression] = STATE(1302), - [sym_math_expression] = STATE(1302), - [sym_cast_expression] = STATE(1302), - [sym_sizeof_expression] = STATE(1302), - [sym_subscript_expression] = STATE(1302), - [sym_call_expression] = STATE(1302), - [sym_field_expression] = STATE(1302), - [sym_compound_literal_expression] = STATE(1302), - [sym_parenthesized_expression] = STATE(1302), - [sym_concatenated_string] = STATE(1302), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3562), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3564), - [sym_char_literal] = ACTIONS(3564), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3566), - [sym_false] = ACTIONS(3566), - [sym_null] = ACTIONS(3566), - [sym_identifier] = ACTIONS(3566), + [1095] = { + [sym_preproc_include] = STATE(877), + [sym_preproc_def] = STATE(877), + [sym_preproc_function_def] = STATE(877), + [sym_preproc_call] = STATE(877), + [sym_preproc_if_in_compound_statement] = STATE(639), + [sym_preproc_ifdef_in_compound_statement] = STATE(640), + [sym_preproc_else_in_compound_statement] = STATE(1168), + [sym_preproc_elif_in_compound_statement] = STATE(1169), + [sym_declaration] = STATE(877), + [sym_type_definition] = STATE(877), + [sym__declaration_specifiers] = STATE(643), + [sym_compound_statement] = STATE(877), + [sym_storage_class_specifier] = STATE(20), + [sym_type_qualifier] = STATE(20), + [sym__type_specifier] = STATE(18), + [sym_sized_type_specifier] = STATE(18), + [sym_enum_specifier] = STATE(18), + [sym_struct_specifier] = STATE(18), + [sym_union_specifier] = STATE(18), + [sym_labeled_statement] = STATE(877), + [sym_expression_statement] = STATE(877), + [sym_if_statement] = STATE(877), + [sym_switch_statement] = STATE(877), + [sym_case_statement] = STATE(877), + [sym_while_statement] = STATE(877), + [sym_do_statement] = STATE(877), + [sym_for_statement] = STATE(877), + [sym_return_statement] = STATE(877), + [sym_break_statement] = STATE(877), + [sym_continue_statement] = STATE(877), + [sym_goto_statement] = STATE(877), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym__empty_declaration] = STATE(877), + [sym_macro_type_specifier] = STATE(18), + [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(877), + [aux_sym__declaration_specifiers_repeat1] = STATE(20), + [aux_sym_sized_type_specifier_repeat1] = STATE(21), + [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(528), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1519), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3389), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1523), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1525), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1527), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1529), + [sym_preproc_directive] = ACTIONS(143), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(27), + [anon_sym_long] = ACTIONS(27), + [anon_sym_short] = ACTIONS(27), + [sym_primitive_type] = ACTIONS(29), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(1559), [sym_comment] = ACTIONS(39), }, - [1177] = { - [anon_sym_SEMI] = ACTIONS(3568), + [1096] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3391), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1178] = { - [anon_sym_SEMI] = ACTIONS(3570), + [1097] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3393), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1179] = { - [sym_identifier] = ACTIONS(3572), + [1098] = { + [sym_declaration] = STATE(1172), + [sym_type_definition] = STATE(1172), + [sym__declaration_specifiers] = STATE(1101), + [sym_compound_statement] = STATE(1172), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1172), + [sym_expression_statement] = STATE(1172), + [sym_if_statement] = STATE(1172), + [sym_switch_statement] = STATE(1172), + [sym_case_statement] = STATE(1172), + [sym_while_statement] = STATE(1172), + [sym_do_statement] = STATE(1172), + [sym_for_statement] = STATE(1172), + [sym_return_statement] = STATE(1172), + [sym_break_statement] = STATE(1172), + [sym_continue_statement] = STATE(1172), + [sym_goto_statement] = STATE(1172), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_typedef] = ACTIONS(362), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3130), [sym_comment] = ACTIONS(39), }, - [1180] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(3574), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [1099] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(2749), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1181] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3576), - [anon_sym_LPAREN] = ACTIONS(3578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3576), - [sym_preproc_directive] = ACTIONS(3576), - [anon_sym_SEMI] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3576), - [anon_sym_extern] = ACTIONS(3576), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_RBRACE] = ACTIONS(3578), - [anon_sym_STAR] = ACTIONS(3578), - [anon_sym_static] = ACTIONS(3576), - [anon_sym_auto] = ACTIONS(3576), - [anon_sym_register] = ACTIONS(3576), - [anon_sym_inline] = ACTIONS(3576), - [anon_sym_const] = ACTIONS(3576), - [anon_sym_restrict] = ACTIONS(3576), - [anon_sym_volatile] = ACTIONS(3576), - [anon_sym__Atomic] = ACTIONS(3576), - [anon_sym_unsigned] = ACTIONS(3576), - [anon_sym_long] = ACTIONS(3576), - [anon_sym_short] = ACTIONS(3576), - [sym_primitive_type] = ACTIONS(3576), - [anon_sym_enum] = ACTIONS(3576), - [anon_sym_struct] = ACTIONS(3576), - [anon_sym_union] = ACTIONS(3576), - [anon_sym_if] = ACTIONS(3576), - [anon_sym_else] = ACTIONS(3580), - [anon_sym_switch] = ACTIONS(3576), - [anon_sym_case] = ACTIONS(3576), - [anon_sym_default] = ACTIONS(3576), - [anon_sym_while] = ACTIONS(3576), - [anon_sym_do] = ACTIONS(3576), - [anon_sym_for] = ACTIONS(3576), - [anon_sym_return] = ACTIONS(3576), - [anon_sym_break] = ACTIONS(3576), - [anon_sym_continue] = ACTIONS(3576), - [anon_sym_goto] = ACTIONS(3576), - [anon_sym_AMP] = ACTIONS(3578), - [anon_sym_BANG] = ACTIONS(3578), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3576), - [anon_sym_DASH] = ACTIONS(3576), - [anon_sym_DASH_DASH] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3578), - [anon_sym_sizeof] = ACTIONS(3576), - [sym_number_literal] = ACTIONS(3578), - [sym_char_literal] = ACTIONS(3578), - [sym_string_literal] = ACTIONS(3578), - [sym_true] = ACTIONS(3576), - [sym_false] = ACTIONS(3576), - [sym_null] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3576), + [1100] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2480), + [anon_sym_LPAREN] = ACTIONS(2482), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2480), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2480), + [sym_preproc_directive] = ACTIONS(2480), + [anon_sym_SEMI] = ACTIONS(2482), + [anon_sym_typedef] = ACTIONS(2480), + [anon_sym_extern] = ACTIONS(2480), + [anon_sym_LBRACE] = ACTIONS(2482), + [anon_sym_STAR] = ACTIONS(2482), + [anon_sym_static] = ACTIONS(2480), + [anon_sym_auto] = ACTIONS(2480), + [anon_sym_register] = ACTIONS(2480), + [anon_sym_inline] = ACTIONS(2480), + [anon_sym_const] = ACTIONS(2480), + [anon_sym_restrict] = ACTIONS(2480), + [anon_sym_volatile] = ACTIONS(2480), + [anon_sym__Atomic] = ACTIONS(2480), + [anon_sym_unsigned] = ACTIONS(2480), + [anon_sym_long] = ACTIONS(2480), + [anon_sym_short] = ACTIONS(2480), + [sym_primitive_type] = ACTIONS(2480), + [anon_sym_enum] = ACTIONS(2480), + [anon_sym_struct] = ACTIONS(2480), + [anon_sym_union] = ACTIONS(2480), + [anon_sym_if] = ACTIONS(2480), + [anon_sym_else] = ACTIONS(2480), + [anon_sym_switch] = ACTIONS(2480), + [anon_sym_case] = ACTIONS(2480), + [anon_sym_default] = ACTIONS(2480), + [anon_sym_while] = ACTIONS(2480), + [anon_sym_do] = ACTIONS(2480), + [anon_sym_for] = ACTIONS(2480), + [anon_sym_return] = ACTIONS(2480), + [anon_sym_break] = ACTIONS(2480), + [anon_sym_continue] = ACTIONS(2480), + [anon_sym_goto] = ACTIONS(2480), + [anon_sym_AMP] = ACTIONS(2482), + [anon_sym_BANG] = ACTIONS(2482), + [anon_sym_TILDE] = ACTIONS(2482), + [anon_sym_PLUS] = ACTIONS(2480), + [anon_sym_DASH] = ACTIONS(2480), + [anon_sym_DASH_DASH] = ACTIONS(2482), + [anon_sym_PLUS_PLUS] = ACTIONS(2482), + [anon_sym_sizeof] = ACTIONS(2480), + [sym_number_literal] = ACTIONS(2482), + [sym_char_literal] = ACTIONS(2482), + [sym_string_literal] = ACTIONS(2482), + [sym_true] = ACTIONS(2480), + [sym_false] = ACTIONS(2480), + [sym_null] = ACTIONS(2480), + [sym_identifier] = ACTIONS(2480), [sym_comment] = ACTIONS(39), }, - [1182] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(3582), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1101] = { + [sym__declarator] = STATE(996), + [sym_pointer_declarator] = STATE(996), + [sym_function_declarator] = STATE(996), + [sym_array_declarator] = STATE(996), + [sym_init_declarator] = STATE(297), + [anon_sym_LPAREN] = ACTIONS(90), + [anon_sym_STAR] = ACTIONS(520), + [sym_identifier] = ACTIONS(2751), [sym_comment] = ACTIONS(39), }, - [1183] = { - [anon_sym_SEMI] = ACTIONS(3582), + [1102] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3395), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1184] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2737), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2737), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1103] = { + [anon_sym_LPAREN] = ACTIONS(3397), [sym_comment] = ACTIONS(39), }, - [1185] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(3584), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1104] = { + [sym__expression] = STATE(1176), + [sym_conditional_expression] = STATE(1176), + [sym_assignment_expression] = STATE(1176), + [sym_pointer_expression] = STATE(1176), + [sym_logical_expression] = STATE(1176), + [sym_bitwise_expression] = STATE(1176), + [sym_equality_expression] = STATE(1176), + [sym_relational_expression] = STATE(1176), + [sym_shift_expression] = STATE(1176), + [sym_math_expression] = STATE(1176), + [sym_cast_expression] = STATE(1176), + [sym_sizeof_expression] = STATE(1176), + [sym_subscript_expression] = STATE(1176), + [sym_call_expression] = STATE(1176), + [sym_field_expression] = STATE(1176), + [sym_compound_literal_expression] = STATE(1176), + [sym_parenthesized_expression] = STATE(1176), + [sym_concatenated_string] = STATE(1176), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3399), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3401), + [sym_char_literal] = ACTIONS(3401), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3403), + [sym_false] = ACTIONS(3403), + [sym_null] = ACTIONS(3403), + [sym_identifier] = ACTIONS(3403), [sym_comment] = ACTIONS(39), }, - [1186] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1105] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3405), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1187] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1106] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2518), + [anon_sym_LPAREN] = ACTIONS(2520), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2518), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2518), + [sym_preproc_directive] = ACTIONS(2518), + [anon_sym_SEMI] = ACTIONS(2520), + [anon_sym_typedef] = ACTIONS(2518), + [anon_sym_extern] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(2520), + [anon_sym_STAR] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2518), + [anon_sym_auto] = ACTIONS(2518), + [anon_sym_register] = ACTIONS(2518), + [anon_sym_inline] = ACTIONS(2518), + [anon_sym_const] = ACTIONS(2518), + [anon_sym_restrict] = ACTIONS(2518), + [anon_sym_volatile] = ACTIONS(2518), + [anon_sym__Atomic] = ACTIONS(2518), + [anon_sym_unsigned] = ACTIONS(2518), + [anon_sym_long] = ACTIONS(2518), + [anon_sym_short] = ACTIONS(2518), + [sym_primitive_type] = ACTIONS(2518), + [anon_sym_enum] = ACTIONS(2518), + [anon_sym_struct] = ACTIONS(2518), + [anon_sym_union] = ACTIONS(2518), + [anon_sym_if] = ACTIONS(2518), + [anon_sym_else] = ACTIONS(2518), + [anon_sym_switch] = ACTIONS(2518), + [anon_sym_case] = ACTIONS(2518), + [anon_sym_default] = ACTIONS(2518), + [anon_sym_while] = ACTIONS(2518), + [anon_sym_do] = ACTIONS(2518), + [anon_sym_for] = ACTIONS(2518), + [anon_sym_return] = ACTIONS(2518), + [anon_sym_break] = ACTIONS(2518), + [anon_sym_continue] = ACTIONS(2518), + [anon_sym_goto] = ACTIONS(2518), + [anon_sym_AMP] = ACTIONS(2520), + [anon_sym_BANG] = ACTIONS(2520), + [anon_sym_TILDE] = ACTIONS(2520), + [anon_sym_PLUS] = ACTIONS(2518), + [anon_sym_DASH] = ACTIONS(2518), + [anon_sym_DASH_DASH] = ACTIONS(2520), + [anon_sym_PLUS_PLUS] = ACTIONS(2520), + [anon_sym_sizeof] = ACTIONS(2518), + [sym_number_literal] = ACTIONS(2520), + [sym_char_literal] = ACTIONS(2520), + [sym_string_literal] = ACTIONS(2520), + [sym_true] = ACTIONS(2518), + [sym_false] = ACTIONS(2518), + [sym_null] = ACTIONS(2518), + [sym_identifier] = ACTIONS(2518), [sym_comment] = ACTIONS(39), }, - [1188] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2745), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2747), - [anon_sym_QMARK] = ACTIONS(2745), - [anon_sym_STAR_EQ] = ACTIONS(2745), - [anon_sym_SLASH_EQ] = ACTIONS(2745), - [anon_sym_PERCENT_EQ] = ACTIONS(2745), - [anon_sym_PLUS_EQ] = ACTIONS(2745), - [anon_sym_DASH_EQ] = ACTIONS(2745), - [anon_sym_LT_LT_EQ] = ACTIONS(2745), - [anon_sym_GT_GT_EQ] = ACTIONS(2745), - [anon_sym_AMP_EQ] = ACTIONS(2745), - [anon_sym_CARET_EQ] = ACTIONS(2745), - [anon_sym_PIPE_EQ] = ACTIONS(2745), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2745), - [anon_sym_AMP_AMP] = ACTIONS(2745), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1107] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2522), + [anon_sym_LPAREN] = ACTIONS(2524), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2522), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2522), + [sym_preproc_directive] = ACTIONS(2522), + [anon_sym_SEMI] = ACTIONS(2524), + [anon_sym_typedef] = ACTIONS(2522), + [anon_sym_extern] = ACTIONS(2522), + [anon_sym_LBRACE] = ACTIONS(2524), + [anon_sym_STAR] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2522), + [anon_sym_auto] = ACTIONS(2522), + [anon_sym_register] = ACTIONS(2522), + [anon_sym_inline] = ACTIONS(2522), + [anon_sym_const] = ACTIONS(2522), + [anon_sym_restrict] = ACTIONS(2522), + [anon_sym_volatile] = ACTIONS(2522), + [anon_sym__Atomic] = ACTIONS(2522), + [anon_sym_unsigned] = ACTIONS(2522), + [anon_sym_long] = ACTIONS(2522), + [anon_sym_short] = ACTIONS(2522), + [sym_primitive_type] = ACTIONS(2522), + [anon_sym_enum] = ACTIONS(2522), + [anon_sym_struct] = ACTIONS(2522), + [anon_sym_union] = ACTIONS(2522), + [anon_sym_if] = ACTIONS(2522), + [anon_sym_else] = ACTIONS(2522), + [anon_sym_switch] = ACTIONS(2522), + [anon_sym_case] = ACTIONS(2522), + [anon_sym_default] = ACTIONS(2522), + [anon_sym_while] = ACTIONS(2522), + [anon_sym_do] = ACTIONS(2522), + [anon_sym_for] = ACTIONS(2522), + [anon_sym_return] = ACTIONS(2522), + [anon_sym_break] = ACTIONS(2522), + [anon_sym_continue] = ACTIONS(2522), + [anon_sym_goto] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2524), + [anon_sym_BANG] = ACTIONS(2524), + [anon_sym_TILDE] = ACTIONS(2524), + [anon_sym_PLUS] = ACTIONS(2522), + [anon_sym_DASH] = ACTIONS(2522), + [anon_sym_DASH_DASH] = ACTIONS(2524), + [anon_sym_PLUS_PLUS] = ACTIONS(2524), + [anon_sym_sizeof] = ACTIONS(2522), + [sym_number_literal] = ACTIONS(2524), + [sym_char_literal] = ACTIONS(2524), + [sym_string_literal] = ACTIONS(2524), + [sym_true] = ACTIONS(2522), + [sym_false] = ACTIONS(2522), + [sym_null] = ACTIONS(2522), + [sym_identifier] = ACTIONS(2522), [sym_comment] = ACTIONS(39), }, - [1189] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1108] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(2749), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [1190] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2741), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2743), - [anon_sym_QMARK] = ACTIONS(2741), - [anon_sym_STAR_EQ] = ACTIONS(2741), - [anon_sym_SLASH_EQ] = ACTIONS(2741), - [anon_sym_PERCENT_EQ] = ACTIONS(2741), - [anon_sym_PLUS_EQ] = ACTIONS(2741), - [anon_sym_DASH_EQ] = ACTIONS(2741), - [anon_sym_LT_LT_EQ] = ACTIONS(2741), - [anon_sym_GT_GT_EQ] = ACTIONS(2741), - [anon_sym_AMP_EQ] = ACTIONS(2741), - [anon_sym_CARET_EQ] = ACTIONS(2741), - [anon_sym_PIPE_EQ] = ACTIONS(2741), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2741), - [anon_sym_AMP_AMP] = ACTIONS(2741), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_CARET] = ACTIONS(2743), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1109] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2535), + [anon_sym_LPAREN] = ACTIONS(2537), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2535), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2535), + [sym_preproc_directive] = ACTIONS(2535), + [anon_sym_SEMI] = ACTIONS(2537), + [anon_sym_typedef] = ACTIONS(2535), + [anon_sym_extern] = ACTIONS(2535), + [anon_sym_LBRACE] = ACTIONS(2537), + [anon_sym_STAR] = ACTIONS(2537), + [anon_sym_static] = ACTIONS(2535), + [anon_sym_auto] = ACTIONS(2535), + [anon_sym_register] = ACTIONS(2535), + [anon_sym_inline] = ACTIONS(2535), + [anon_sym_const] = ACTIONS(2535), + [anon_sym_restrict] = ACTIONS(2535), + [anon_sym_volatile] = ACTIONS(2535), + [anon_sym__Atomic] = ACTIONS(2535), + [anon_sym_unsigned] = ACTIONS(2535), + [anon_sym_long] = ACTIONS(2535), + [anon_sym_short] = ACTIONS(2535), + [sym_primitive_type] = ACTIONS(2535), + [anon_sym_enum] = ACTIONS(2535), + [anon_sym_struct] = ACTIONS(2535), + [anon_sym_union] = ACTIONS(2535), + [anon_sym_if] = ACTIONS(2535), + [anon_sym_else] = ACTIONS(2535), + [anon_sym_switch] = ACTIONS(2535), + [anon_sym_case] = ACTIONS(2535), + [anon_sym_default] = ACTIONS(2535), + [anon_sym_while] = ACTIONS(2535), + [anon_sym_do] = ACTIONS(2535), + [anon_sym_for] = ACTIONS(2535), + [anon_sym_return] = ACTIONS(2535), + [anon_sym_break] = ACTIONS(2535), + [anon_sym_continue] = ACTIONS(2535), + [anon_sym_goto] = ACTIONS(2535), + [anon_sym_AMP] = ACTIONS(2537), + [anon_sym_BANG] = ACTIONS(2537), + [anon_sym_TILDE] = ACTIONS(2537), + [anon_sym_PLUS] = ACTIONS(2535), + [anon_sym_DASH] = ACTIONS(2535), + [anon_sym_DASH_DASH] = ACTIONS(2537), + [anon_sym_PLUS_PLUS] = ACTIONS(2537), + [anon_sym_sizeof] = ACTIONS(2535), + [sym_number_literal] = ACTIONS(2537), + [sym_char_literal] = ACTIONS(2537), + [sym_string_literal] = ACTIONS(2537), + [sym_true] = ACTIONS(2535), + [sym_false] = ACTIONS(2535), + [sym_null] = ACTIONS(2535), + [sym_identifier] = ACTIONS(2535), [sym_comment] = ACTIONS(39), }, - [1191] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2749), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2751), - [anon_sym_QMARK] = ACTIONS(2749), - [anon_sym_STAR_EQ] = ACTIONS(2749), - [anon_sym_SLASH_EQ] = ACTIONS(2749), - [anon_sym_PERCENT_EQ] = ACTIONS(2749), - [anon_sym_PLUS_EQ] = ACTIONS(2749), - [anon_sym_DASH_EQ] = ACTIONS(2749), - [anon_sym_LT_LT_EQ] = ACTIONS(2749), - [anon_sym_GT_GT_EQ] = ACTIONS(2749), - [anon_sym_AMP_EQ] = ACTIONS(2749), - [anon_sym_CARET_EQ] = ACTIONS(2749), - [anon_sym_PIPE_EQ] = ACTIONS(2749), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE_PIPE] = ACTIONS(2749), - [anon_sym_AMP_AMP] = ACTIONS(2749), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_CARET] = ACTIONS(2751), - [anon_sym_EQ_EQ] = ACTIONS(2749), - [anon_sym_BANG_EQ] = ACTIONS(2749), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1110] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3407), [sym_comment] = ACTIONS(39), }, - [1192] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2753), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2755), - [anon_sym_QMARK] = ACTIONS(2753), - [anon_sym_STAR_EQ] = ACTIONS(2753), - [anon_sym_SLASH_EQ] = ACTIONS(2753), - [anon_sym_PERCENT_EQ] = ACTIONS(2753), - [anon_sym_PLUS_EQ] = ACTIONS(2753), - [anon_sym_DASH_EQ] = ACTIONS(2753), - [anon_sym_LT_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_GT_EQ] = ACTIONS(2753), - [anon_sym_AMP_EQ] = ACTIONS(2753), - [anon_sym_CARET_EQ] = ACTIONS(2753), - [anon_sym_PIPE_EQ] = ACTIONS(2753), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE_PIPE] = ACTIONS(2753), - [anon_sym_AMP_AMP] = ACTIONS(2753), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_CARET] = ACTIONS(2755), - [anon_sym_EQ_EQ] = ACTIONS(2753), - [anon_sym_BANG_EQ] = ACTIONS(2753), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_GT] = ACTIONS(2755), - [anon_sym_LT_EQ] = ACTIONS(2753), - [anon_sym_GT_EQ] = ACTIONS(2753), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1111] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3409), [sym_comment] = ACTIONS(39), }, - [1193] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2757), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2759), - [anon_sym_QMARK] = ACTIONS(2757), - [anon_sym_STAR_EQ] = ACTIONS(2757), - [anon_sym_SLASH_EQ] = ACTIONS(2757), - [anon_sym_PERCENT_EQ] = ACTIONS(2757), - [anon_sym_PLUS_EQ] = ACTIONS(2757), - [anon_sym_DASH_EQ] = ACTIONS(2757), - [anon_sym_LT_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_GT_EQ] = ACTIONS(2757), - [anon_sym_AMP_EQ] = ACTIONS(2757), - [anon_sym_CARET_EQ] = ACTIONS(2757), - [anon_sym_PIPE_EQ] = ACTIONS(2757), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE_PIPE] = ACTIONS(2757), - [anon_sym_AMP_AMP] = ACTIONS(2757), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_CARET] = ACTIONS(2759), - [anon_sym_EQ_EQ] = ACTIONS(2757), - [anon_sym_BANG_EQ] = ACTIONS(2757), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_GT] = ACTIONS(2759), - [anon_sym_LT_EQ] = ACTIONS(2757), - [anon_sym_GT_EQ] = ACTIONS(2757), - [anon_sym_LT_LT] = ACTIONS(2759), - [anon_sym_GT_GT] = ACTIONS(2759), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1112] = { + [sym_compound_statement] = STATE(1185), + [sym_labeled_statement] = STATE(1185), + [sym_expression_statement] = STATE(1185), + [sym_if_statement] = STATE(1185), + [sym_switch_statement] = STATE(1185), + [sym_case_statement] = STATE(1185), + [sym_while_statement] = STATE(1185), + [sym_do_statement] = STATE(1185), + [sym_for_statement] = STATE(1185), + [sym_return_statement] = STATE(1185), + [sym_break_statement] = STATE(1185), + [sym_continue_statement] = STATE(1185), + [sym_goto_statement] = STATE(1185), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), [sym_comment] = ACTIONS(39), }, - [1194] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2733), - [anon_sym_QMARK] = ACTIONS(2731), - [anon_sym_STAR_EQ] = ACTIONS(2731), - [anon_sym_SLASH_EQ] = ACTIONS(2731), - [anon_sym_PERCENT_EQ] = ACTIONS(2731), - [anon_sym_PLUS_EQ] = ACTIONS(2731), - [anon_sym_DASH_EQ] = ACTIONS(2731), - [anon_sym_LT_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_GT_EQ] = ACTIONS(2731), - [anon_sym_AMP_EQ] = ACTIONS(2731), - [anon_sym_CARET_EQ] = ACTIONS(2731), - [anon_sym_PIPE_EQ] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2733), - [anon_sym_PIPE_PIPE] = ACTIONS(2731), - [anon_sym_AMP_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2733), - [anon_sym_CARET] = ACTIONS(2733), - [anon_sym_EQ_EQ] = ACTIONS(2731), - [anon_sym_BANG_EQ] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2733), - [anon_sym_GT] = ACTIONS(2733), - [anon_sym_LT_EQ] = ACTIONS(2731), - [anon_sym_GT_EQ] = ACTIONS(2731), - [anon_sym_LT_LT] = ACTIONS(2733), - [anon_sym_GT_GT] = ACTIONS(2733), - [anon_sym_PLUS] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2733), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1113] = { + [sym_compound_statement] = STATE(1186), + [sym_labeled_statement] = STATE(1186), + [sym_expression_statement] = STATE(1186), + [sym_if_statement] = STATE(1186), + [sym_switch_statement] = STATE(1186), + [sym_case_statement] = STATE(1186), + [sym_while_statement] = STATE(1186), + [sym_do_statement] = STATE(1186), + [sym_for_statement] = STATE(1186), + [sym_return_statement] = STATE(1186), + [sym_break_statement] = STATE(1186), + [sym_continue_statement] = STATE(1186), + [sym_goto_statement] = STATE(1186), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [1195] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3586), - [sym_preproc_directive] = ACTIONS(3586), - [anon_sym_SEMI] = ACTIONS(3588), - [anon_sym_typedef] = ACTIONS(3586), - [anon_sym_extern] = ACTIONS(3586), - [anon_sym_LBRACE] = ACTIONS(3588), - [anon_sym_RBRACE] = ACTIONS(3588), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_static] = ACTIONS(3586), - [anon_sym_auto] = ACTIONS(3586), - [anon_sym_register] = ACTIONS(3586), - [anon_sym_inline] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_restrict] = ACTIONS(3586), - [anon_sym_volatile] = ACTIONS(3586), - [anon_sym__Atomic] = ACTIONS(3586), - [anon_sym_unsigned] = ACTIONS(3586), - [anon_sym_long] = ACTIONS(3586), - [anon_sym_short] = ACTIONS(3586), - [sym_primitive_type] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_switch] = ACTIONS(3586), - [anon_sym_case] = ACTIONS(3586), - [anon_sym_default] = ACTIONS(3586), - [anon_sym_while] = ACTIONS(3586), - [anon_sym_do] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3588), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_TILDE] = ACTIONS(3588), - [anon_sym_PLUS] = ACTIONS(3586), - [anon_sym_DASH] = ACTIONS(3586), - [anon_sym_DASH_DASH] = ACTIONS(3588), - [anon_sym_PLUS_PLUS] = ACTIONS(3588), - [anon_sym_sizeof] = ACTIONS(3586), - [sym_number_literal] = ACTIONS(3588), - [sym_char_literal] = ACTIONS(3588), - [sym_string_literal] = ACTIONS(3588), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_null] = ACTIONS(3586), - [sym_identifier] = ACTIONS(3586), + [1114] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2975), + [anon_sym_LPAREN] = ACTIONS(2977), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2975), + [sym_preproc_directive] = ACTIONS(2975), + [anon_sym_SEMI] = ACTIONS(2977), + [anon_sym_typedef] = ACTIONS(2975), + [anon_sym_extern] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2977), + [anon_sym_STAR] = ACTIONS(2977), + [anon_sym_static] = ACTIONS(2975), + [anon_sym_auto] = ACTIONS(2975), + [anon_sym_register] = ACTIONS(2975), + [anon_sym_inline] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2975), + [anon_sym_restrict] = ACTIONS(2975), + [anon_sym_volatile] = ACTIONS(2975), + [anon_sym__Atomic] = ACTIONS(2975), + [anon_sym_unsigned] = ACTIONS(2975), + [anon_sym_long] = ACTIONS(2975), + [anon_sym_short] = ACTIONS(2975), + [sym_primitive_type] = ACTIONS(2975), + [anon_sym_enum] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2975), + [anon_sym_union] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2975), + [anon_sym_else] = ACTIONS(2975), + [anon_sym_switch] = ACTIONS(2975), + [anon_sym_case] = ACTIONS(2975), + [anon_sym_default] = ACTIONS(2975), + [anon_sym_while] = ACTIONS(2975), + [anon_sym_do] = ACTIONS(2975), + [anon_sym_for] = ACTIONS(2975), + [anon_sym_return] = ACTIONS(2975), + [anon_sym_break] = ACTIONS(2975), + [anon_sym_continue] = ACTIONS(2975), + [anon_sym_goto] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2977), + [anon_sym_BANG] = ACTIONS(2977), + [anon_sym_TILDE] = ACTIONS(2977), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2977), + [anon_sym_PLUS_PLUS] = ACTIONS(2977), + [anon_sym_sizeof] = ACTIONS(2975), + [sym_number_literal] = ACTIONS(2977), + [sym_char_literal] = ACTIONS(2977), + [sym_string_literal] = ACTIONS(2977), + [sym_true] = ACTIONS(2975), + [sym_false] = ACTIONS(2975), + [sym_null] = ACTIONS(2975), + [sym_identifier] = ACTIONS(2975), [sym_comment] = ACTIONS(39), }, - [1196] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(3590), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_COLON] = ACTIONS(3259), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3590), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3592), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), - [sym_comment] = ACTIONS(39), - }, - [1197] = { - [sym__expression] = STATE(1310), - [sym_conditional_expression] = STATE(1310), - [sym_assignment_expression] = STATE(1310), - [sym_pointer_expression] = STATE(1310), - [sym_logical_expression] = STATE(1310), - [sym_bitwise_expression] = STATE(1310), - [sym_equality_expression] = STATE(1310), - [sym_relational_expression] = STATE(1310), - [sym_shift_expression] = STATE(1310), - [sym_math_expression] = STATE(1310), - [sym_cast_expression] = STATE(1310), - [sym_sizeof_expression] = STATE(1310), - [sym_subscript_expression] = STATE(1310), - [sym_call_expression] = STATE(1310), - [sym_field_expression] = STATE(1310), - [sym_compound_literal_expression] = STATE(1310), - [sym_parenthesized_expression] = STATE(1310), - [sym_concatenated_string] = STATE(1310), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(3594), - [sym_char_literal] = ACTIONS(3594), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(3596), - [sym_false] = ACTIONS(3596), - [sym_null] = ACTIONS(3596), - [sym_identifier] = ACTIONS(3596), - [sym_comment] = ACTIONS(39), - }, - [1198] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3598), - [anon_sym_LPAREN] = ACTIONS(3600), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3598), - [sym_preproc_directive] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3600), - [anon_sym_typedef] = ACTIONS(3598), - [anon_sym_extern] = ACTIONS(3598), - [anon_sym_LBRACE] = ACTIONS(3600), - [anon_sym_RBRACE] = ACTIONS(3600), - [anon_sym_STAR] = ACTIONS(3600), - [anon_sym_static] = ACTIONS(3598), - [anon_sym_auto] = ACTIONS(3598), - [anon_sym_register] = ACTIONS(3598), - [anon_sym_inline] = ACTIONS(3598), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_restrict] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3598), - [anon_sym__Atomic] = ACTIONS(3598), - [anon_sym_unsigned] = ACTIONS(3598), - [anon_sym_long] = ACTIONS(3598), - [anon_sym_short] = ACTIONS(3598), - [sym_primitive_type] = ACTIONS(3598), - [anon_sym_enum] = ACTIONS(3598), - [anon_sym_struct] = ACTIONS(3598), - [anon_sym_union] = ACTIONS(3598), - [anon_sym_if] = ACTIONS(3598), - [anon_sym_switch] = ACTIONS(3598), - [anon_sym_case] = ACTIONS(3598), - [anon_sym_default] = ACTIONS(3598), - [anon_sym_while] = ACTIONS(3598), - [anon_sym_do] = ACTIONS(3598), - [anon_sym_for] = ACTIONS(3598), - [anon_sym_return] = ACTIONS(3598), - [anon_sym_break] = ACTIONS(3598), - [anon_sym_continue] = ACTIONS(3598), - [anon_sym_goto] = ACTIONS(3598), - [anon_sym_AMP] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_TILDE] = ACTIONS(3600), - [anon_sym_PLUS] = ACTIONS(3598), - [anon_sym_DASH] = ACTIONS(3598), - [anon_sym_DASH_DASH] = ACTIONS(3600), - [anon_sym_PLUS_PLUS] = ACTIONS(3600), - [anon_sym_sizeof] = ACTIONS(3598), - [sym_number_literal] = ACTIONS(3600), - [sym_char_literal] = ACTIONS(3600), - [sym_string_literal] = ACTIONS(3600), - [sym_true] = ACTIONS(3598), - [sym_false] = ACTIONS(3598), - [sym_null] = ACTIONS(3598), - [sym_identifier] = ACTIONS(3598), - [sym_comment] = ACTIONS(39), - }, - [1199] = { - [sym_compound_statement] = STATE(1325), - [sym_labeled_statement] = STATE(1325), - [sym_expression_statement] = STATE(1325), - [sym_if_statement] = STATE(1325), - [sym_switch_statement] = STATE(1325), - [sym_case_statement] = STATE(1325), - [sym_while_statement] = STATE(1325), - [sym_do_statement] = STATE(1325), - [sym_for_statement] = STATE(1325), - [sym_return_statement] = STATE(1325), - [sym_break_statement] = STATE(1325), - [sym_continue_statement] = STATE(1325), - [sym_goto_statement] = STATE(1325), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1200] = { - [sym_compound_statement] = STATE(1195), - [sym_labeled_statement] = STATE(1195), - [sym_expression_statement] = STATE(1195), - [sym_if_statement] = STATE(1195), - [sym_switch_statement] = STATE(1195), - [sym_case_statement] = STATE(1195), - [sym_while_statement] = STATE(1195), - [sym_do_statement] = STATE(1195), - [sym_for_statement] = STATE(1195), - [sym_return_statement] = STATE(1195), - [sym_break_statement] = STATE(1195), - [sym_continue_statement] = STATE(1195), - [sym_goto_statement] = STATE(1195), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [1115] = { + [sym_compound_statement] = STATE(1187), + [sym_labeled_statement] = STATE(1187), + [sym_expression_statement] = STATE(1187), + [sym_if_statement] = STATE(1187), + [sym_switch_statement] = STATE(1187), + [sym_case_statement] = STATE(1187), + [sym_while_statement] = STATE(1187), + [sym_do_statement] = STATE(1187), + [sym_for_statement] = STATE(1187), + [sym_return_statement] = STATE(1187), + [sym_break_statement] = STATE(1187), + [sym_continue_statement] = STATE(1187), + [sym_goto_statement] = STATE(1187), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [1201] = { - [sym_compound_statement] = STATE(1198), - [sym_labeled_statement] = STATE(1198), - [sym_expression_statement] = STATE(1198), - [sym_if_statement] = STATE(1198), - [sym_switch_statement] = STATE(1198), - [sym_case_statement] = STATE(1198), - [sym_while_statement] = STATE(1198), - [sym_do_statement] = STATE(1198), - [sym_for_statement] = STATE(1198), - [sym_return_statement] = STATE(1198), - [sym_break_statement] = STATE(1198), - [sym_continue_statement] = STATE(1198), - [sym_goto_statement] = STATE(1198), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [1116] = { + [sym__expression] = STATE(1188), + [sym_conditional_expression] = STATE(1188), + [sym_assignment_expression] = STATE(1188), + [sym_pointer_expression] = STATE(1188), + [sym_logical_expression] = STATE(1188), + [sym_bitwise_expression] = STATE(1188), + [sym_equality_expression] = STATE(1188), + [sym_relational_expression] = STATE(1188), + [sym_shift_expression] = STATE(1188), + [sym_math_expression] = STATE(1188), + [sym_cast_expression] = STATE(1188), + [sym_sizeof_expression] = STATE(1188), + [sym_subscript_expression] = STATE(1188), + [sym_call_expression] = STATE(1188), + [sym_field_expression] = STATE(1188), + [sym_compound_literal_expression] = STATE(1188), + [sym_parenthesized_expression] = STATE(1188), + [sym_concatenated_string] = STATE(1188), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3425), + [sym_char_literal] = ACTIONS(3425), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3427), + [sym_false] = ACTIONS(3427), + [sym_null] = ACTIONS(3427), + [sym_identifier] = ACTIONS(3427), [sym_comment] = ACTIONS(39), }, - [1202] = { - [sym__expression] = STATE(1329), - [sym_conditional_expression] = STATE(1329), - [sym_assignment_expression] = STATE(1329), - [sym_pointer_expression] = STATE(1329), - [sym_logical_expression] = STATE(1329), - [sym_bitwise_expression] = STATE(1329), - [sym_equality_expression] = STATE(1329), - [sym_relational_expression] = STATE(1329), - [sym_shift_expression] = STATE(1329), - [sym_math_expression] = STATE(1329), - [sym_cast_expression] = STATE(1329), - [sym_sizeof_expression] = STATE(1329), - [sym_subscript_expression] = STATE(1329), - [sym_call_expression] = STATE(1329), - [sym_field_expression] = STATE(1329), - [sym_compound_literal_expression] = STATE(1329), - [sym_parenthesized_expression] = STATE(1329), - [sym_concatenated_string] = STATE(1329), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3634), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3636), - [sym_char_literal] = ACTIONS(3636), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3638), - [sym_false] = ACTIONS(3638), - [sym_null] = ACTIONS(3638), - [sym_identifier] = ACTIONS(3638), + [1117] = { + [sym__expression] = STATE(1190), + [sym_conditional_expression] = STATE(1190), + [sym_assignment_expression] = STATE(1190), + [sym_pointer_expression] = STATE(1190), + [sym_logical_expression] = STATE(1190), + [sym_bitwise_expression] = STATE(1190), + [sym_equality_expression] = STATE(1190), + [sym_relational_expression] = STATE(1190), + [sym_shift_expression] = STATE(1190), + [sym_math_expression] = STATE(1190), + [sym_cast_expression] = STATE(1190), + [sym_sizeof_expression] = STATE(1190), + [sym_subscript_expression] = STATE(1190), + [sym_call_expression] = STATE(1190), + [sym_field_expression] = STATE(1190), + [sym_compound_literal_expression] = STATE(1190), + [sym_parenthesized_expression] = STATE(1190), + [sym_concatenated_string] = STATE(1190), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3429), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3431), + [sym_char_literal] = ACTIONS(3431), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3433), + [sym_false] = ACTIONS(3433), + [sym_null] = ACTIONS(3433), + [sym_identifier] = ACTIONS(3433), [sym_comment] = ACTIONS(39), }, - [1203] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1118] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3435), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1204] = { - [sym__expression] = STATE(1331), - [sym_conditional_expression] = STATE(1331), - [sym_assignment_expression] = STATE(1331), - [sym_pointer_expression] = STATE(1331), - [sym_logical_expression] = STATE(1331), - [sym_bitwise_expression] = STATE(1331), - [sym_equality_expression] = STATE(1331), - [sym_relational_expression] = STATE(1331), - [sym_shift_expression] = STATE(1331), - [sym_math_expression] = STATE(1331), - [sym_cast_expression] = STATE(1331), - [sym_sizeof_expression] = STATE(1331), - [sym_subscript_expression] = STATE(1331), - [sym_call_expression] = STATE(1331), - [sym_field_expression] = STATE(1331), - [sym_compound_literal_expression] = STATE(1331), - [sym_parenthesized_expression] = STATE(1331), - [sym_concatenated_string] = STATE(1331), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3640), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3642), - [sym_char_literal] = ACTIONS(3642), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3644), - [sym_false] = ACTIONS(3644), - [sym_null] = ACTIONS(3644), - [sym_identifier] = ACTIONS(3644), + [1119] = { + [sym__expression] = STATE(1192), + [sym_conditional_expression] = STATE(1192), + [sym_assignment_expression] = STATE(1192), + [sym_pointer_expression] = STATE(1192), + [sym_logical_expression] = STATE(1192), + [sym_bitwise_expression] = STATE(1192), + [sym_equality_expression] = STATE(1192), + [sym_relational_expression] = STATE(1192), + [sym_shift_expression] = STATE(1192), + [sym_math_expression] = STATE(1192), + [sym_cast_expression] = STATE(1192), + [sym_sizeof_expression] = STATE(1192), + [sym_subscript_expression] = STATE(1192), + [sym_call_expression] = STATE(1192), + [sym_field_expression] = STATE(1192), + [sym_compound_literal_expression] = STATE(1192), + [sym_parenthesized_expression] = STATE(1192), + [sym_concatenated_string] = STATE(1192), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3435), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3437), + [sym_char_literal] = ACTIONS(3437), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3439), + [sym_false] = ACTIONS(3439), + [sym_null] = ACTIONS(3439), + [sym_identifier] = ACTIONS(3439), [sym_comment] = ACTIONS(39), }, - [1205] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3646), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1120] = { + [sym__expression] = STATE(829), + [sym_conditional_expression] = STATE(829), + [sym_assignment_expression] = STATE(829), + [sym_pointer_expression] = STATE(829), + [sym_logical_expression] = STATE(829), + [sym_bitwise_expression] = STATE(829), + [sym_equality_expression] = STATE(829), + [sym_relational_expression] = STATE(829), + [sym_shift_expression] = STATE(829), + [sym_math_expression] = STATE(829), + [sym_cast_expression] = STATE(829), + [sym_sizeof_expression] = STATE(829), + [sym_subscript_expression] = STATE(829), + [sym_call_expression] = STATE(829), + [sym_field_expression] = STATE(829), + [sym_compound_literal_expression] = STATE(829), + [sym_parenthesized_expression] = STATE(829), + [sym_initializer_list] = STATE(830), + [sym_concatenated_string] = STATE(829), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_RPAREN] = ACTIONS(3011), + [anon_sym_LBRACE] = ACTIONS(610), + [anon_sym_STAR] = ACTIONS(3441), + [anon_sym_LBRACK] = ACTIONS(3011), + [anon_sym_EQ] = ACTIONS(3015), + [anon_sym_QMARK] = ACTIONS(3011), + [anon_sym_STAR_EQ] = ACTIONS(3011), + [anon_sym_SLASH_EQ] = ACTIONS(3011), + [anon_sym_PERCENT_EQ] = ACTIONS(3011), + [anon_sym_PLUS_EQ] = ACTIONS(3011), + [anon_sym_DASH_EQ] = ACTIONS(3011), + [anon_sym_LT_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_GT_EQ] = ACTIONS(3011), + [anon_sym_AMP_EQ] = ACTIONS(3011), + [anon_sym_CARET_EQ] = ACTIONS(3011), + [anon_sym_PIPE_EQ] = ACTIONS(3011), + [anon_sym_AMP] = ACTIONS(3441), + [anon_sym_PIPE_PIPE] = ACTIONS(3011), + [anon_sym_AMP_AMP] = ACTIONS(3011), + [anon_sym_BANG] = ACTIONS(3443), + [anon_sym_PIPE] = ACTIONS(3015), + [anon_sym_CARET] = ACTIONS(3015), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_EQ_EQ] = ACTIONS(3011), + [anon_sym_BANG_EQ] = ACTIONS(3011), + [anon_sym_LT] = ACTIONS(3015), + [anon_sym_GT] = ACTIONS(3015), + [anon_sym_LT_EQ] = ACTIONS(3011), + [anon_sym_GT_EQ] = ACTIONS(3011), + [anon_sym_LT_LT] = ACTIONS(3015), + [anon_sym_GT_GT] = ACTIONS(3015), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_SLASH] = ACTIONS(3015), + [anon_sym_PERCENT] = ACTIONS(3015), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [anon_sym_DOT] = ACTIONS(3011), + [anon_sym_DASH_GT] = ACTIONS(3011), + [sym_number_literal] = ACTIONS(2280), + [sym_char_literal] = ACTIONS(2280), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(2282), + [sym_false] = ACTIONS(2282), + [sym_null] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2282), [sym_comment] = ACTIONS(39), }, - [1206] = { - [sym_compound_statement] = STATE(1333), - [sym_labeled_statement] = STATE(1333), - [sym_expression_statement] = STATE(1333), - [sym_if_statement] = STATE(1333), - [sym_switch_statement] = STATE(1333), - [sym_case_statement] = STATE(1333), - [sym_while_statement] = STATE(1333), - [sym_do_statement] = STATE(1333), - [sym_for_statement] = STATE(1333), - [sym_return_statement] = STATE(1333), - [sym_break_statement] = STATE(1333), - [sym_continue_statement] = STATE(1333), - [sym_goto_statement] = STATE(1333), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), + [1121] = { + [sym__expression] = STATE(1193), + [sym_conditional_expression] = STATE(1193), + [sym_assignment_expression] = STATE(1193), + [sym_pointer_expression] = STATE(1193), + [sym_logical_expression] = STATE(1193), + [sym_bitwise_expression] = STATE(1193), + [sym_equality_expression] = STATE(1193), + [sym_relational_expression] = STATE(1193), + [sym_shift_expression] = STATE(1193), + [sym_math_expression] = STATE(1193), + [sym_cast_expression] = STATE(1193), + [sym_sizeof_expression] = STATE(1193), + [sym_subscript_expression] = STATE(1193), + [sym_call_expression] = STATE(1193), + [sym_field_expression] = STATE(1193), + [sym_compound_literal_expression] = STATE(1193), + [sym_parenthesized_expression] = STATE(1193), + [sym_concatenated_string] = STATE(1193), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3445), + [sym_char_literal] = ACTIONS(3445), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3447), + [sym_false] = ACTIONS(3447), + [sym_null] = ACTIONS(3447), + [sym_identifier] = ACTIONS(3447), [sym_comment] = ACTIONS(39), }, - [1207] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1335), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(3648), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1122] = { + [sym__expression] = STATE(1194), + [sym_conditional_expression] = STATE(1194), + [sym_assignment_expression] = STATE(1194), + [sym_pointer_expression] = STATE(1194), + [sym_logical_expression] = STATE(1194), + [sym_bitwise_expression] = STATE(1194), + [sym_equality_expression] = STATE(1194), + [sym_relational_expression] = STATE(1194), + [sym_shift_expression] = STATE(1194), + [sym_math_expression] = STATE(1194), + [sym_cast_expression] = STATE(1194), + [sym_sizeof_expression] = STATE(1194), + [sym_subscript_expression] = STATE(1194), + [sym_call_expression] = STATE(1194), + [sym_field_expression] = STATE(1194), + [sym_compound_literal_expression] = STATE(1194), + [sym_parenthesized_expression] = STATE(1194), + [sym_concatenated_string] = STATE(1194), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3449), + [sym_char_literal] = ACTIONS(3449), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3451), + [sym_false] = ACTIONS(3451), + [sym_null] = ACTIONS(3451), + [sym_identifier] = ACTIONS(3451), [sym_comment] = ACTIONS(39), }, - [1208] = { - [sym__expression] = STATE(1336), - [sym_conditional_expression] = STATE(1336), - [sym_assignment_expression] = STATE(1336), - [sym_pointer_expression] = STATE(1336), - [sym_logical_expression] = STATE(1336), - [sym_bitwise_expression] = STATE(1336), - [sym_equality_expression] = STATE(1336), - [sym_relational_expression] = STATE(1336), - [sym_shift_expression] = STATE(1336), - [sym_math_expression] = STATE(1336), - [sym_cast_expression] = STATE(1336), - [sym_sizeof_expression] = STATE(1336), - [sym_subscript_expression] = STATE(1336), - [sym_call_expression] = STATE(1336), - [sym_field_expression] = STATE(1336), - [sym_compound_literal_expression] = STATE(1336), - [sym_parenthesized_expression] = STATE(1336), - [sym_concatenated_string] = STATE(1336), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3648), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3650), - [sym_char_literal] = ACTIONS(3650), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3652), - [sym_false] = ACTIONS(3652), - [sym_null] = ACTIONS(3652), - [sym_identifier] = ACTIONS(3652), + [1123] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3453), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1209] = { - [anon_sym_LPAREN] = ACTIONS(562), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [1124] = { + [sym_declaration] = STATE(682), + [sym_type_definition] = STATE(682), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(682), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(682), + [sym_expression_statement] = STATE(682), + [sym_if_statement] = STATE(682), + [sym_switch_statement] = STATE(682), + [sym_case_statement] = STATE(682), + [sym_while_statement] = STATE(682), + [sym_do_statement] = STATE(682), + [sym_for_statement] = STATE(682), + [sym_return_statement] = STATE(682), + [sym_break_statement] = STATE(682), + [sym_continue_statement] = STATE(682), + [sym_goto_statement] = STATE(682), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3455), [sym_comment] = ACTIONS(39), }, - [1210] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3654), + [1125] = { + [sym__expression] = STATE(1197), + [sym_conditional_expression] = STATE(1197), + [sym_assignment_expression] = STATE(1197), + [sym_pointer_expression] = STATE(1197), + [sym_logical_expression] = STATE(1197), + [sym_bitwise_expression] = STATE(1197), + [sym_equality_expression] = STATE(1197), + [sym_relational_expression] = STATE(1197), + [sym_shift_expression] = STATE(1197), + [sym_math_expression] = STATE(1197), + [sym_cast_expression] = STATE(1197), + [sym_sizeof_expression] = STATE(1197), + [sym_subscript_expression] = STATE(1197), + [sym_call_expression] = STATE(1197), + [sym_field_expression] = STATE(1197), + [sym_compound_literal_expression] = STATE(1197), + [sym_parenthesized_expression] = STATE(1197), + [sym_concatenated_string] = STATE(1197), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3457), + [sym_char_literal] = ACTIONS(3457), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3459), + [sym_false] = ACTIONS(3459), + [sym_null] = ACTIONS(3459), + [sym_identifier] = ACTIONS(3459), [sym_comment] = ACTIONS(39), }, - [1211] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3656), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1126] = { + [sym_declaration] = STATE(1198), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(1199), + [sym_conditional_expression] = STATE(1199), + [sym_assignment_expression] = STATE(1199), + [sym_pointer_expression] = STATE(1199), + [sym_logical_expression] = STATE(1199), + [sym_bitwise_expression] = STATE(1199), + [sym_equality_expression] = STATE(1199), + [sym_relational_expression] = STATE(1199), + [sym_shift_expression] = STATE(1199), + [sym_math_expression] = STATE(1199), + [sym_cast_expression] = STATE(1199), + [sym_sizeof_expression] = STATE(1199), + [sym_subscript_expression] = STATE(1199), + [sym_call_expression] = STATE(1199), + [sym_field_expression] = STATE(1199), + [sym_compound_literal_expression] = STATE(1199), + [sym_parenthesized_expression] = STATE(1199), + [sym_concatenated_string] = STATE(1199), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3461), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3463), + [sym_char_literal] = ACTIONS(3463), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3465), + [sym_false] = ACTIONS(3465), + [sym_null] = ACTIONS(3465), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [1212] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(3658), - [anon_sym_RPAREN] = ACTIONS(3658), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1127] = { + [sym_compound_statement] = STATE(701), + [sym_labeled_statement] = STATE(701), + [sym_expression_statement] = STATE(701), + [sym_if_statement] = STATE(701), + [sym_switch_statement] = STATE(701), + [sym_case_statement] = STATE(701), + [sym_while_statement] = STATE(701), + [sym_do_statement] = STATE(701), + [sym_for_statement] = STATE(701), + [sym_return_statement] = STATE(701), + [sym_break_statement] = STATE(701), + [sym_continue_statement] = STATE(701), + [sym_goto_statement] = STATE(701), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1213] = { - [anon_sym_LPAREN] = ACTIONS(3660), - [anon_sym_COMMA] = ACTIONS(3660), - [anon_sym_RPAREN] = ACTIONS(3660), - [anon_sym_SEMI] = ACTIONS(3660), - [anon_sym_RBRACE] = ACTIONS(3660), - [anon_sym_STAR] = ACTIONS(3662), - [anon_sym_LBRACK] = ACTIONS(3660), - [anon_sym_RBRACK] = ACTIONS(3660), - [anon_sym_EQ] = ACTIONS(3662), - [anon_sym_COLON] = ACTIONS(3660), - [anon_sym_QMARK] = ACTIONS(3660), - [anon_sym_STAR_EQ] = ACTIONS(3660), - [anon_sym_SLASH_EQ] = ACTIONS(3660), - [anon_sym_PERCENT_EQ] = ACTIONS(3660), - [anon_sym_PLUS_EQ] = ACTIONS(3660), - [anon_sym_DASH_EQ] = ACTIONS(3660), - [anon_sym_LT_LT_EQ] = ACTIONS(3660), - [anon_sym_GT_GT_EQ] = ACTIONS(3660), - [anon_sym_AMP_EQ] = ACTIONS(3660), - [anon_sym_CARET_EQ] = ACTIONS(3660), - [anon_sym_PIPE_EQ] = ACTIONS(3660), - [anon_sym_AMP] = ACTIONS(3662), - [anon_sym_PIPE_PIPE] = ACTIONS(3660), - [anon_sym_AMP_AMP] = ACTIONS(3660), - [anon_sym_PIPE] = ACTIONS(3662), - [anon_sym_CARET] = ACTIONS(3662), - [anon_sym_EQ_EQ] = ACTIONS(3660), - [anon_sym_BANG_EQ] = ACTIONS(3660), - [anon_sym_LT] = ACTIONS(3662), - [anon_sym_GT] = ACTIONS(3662), - [anon_sym_LT_EQ] = ACTIONS(3660), - [anon_sym_GT_EQ] = ACTIONS(3660), - [anon_sym_LT_LT] = ACTIONS(3662), - [anon_sym_GT_GT] = ACTIONS(3662), - [anon_sym_PLUS] = ACTIONS(3662), - [anon_sym_DASH] = ACTIONS(3662), - [anon_sym_SLASH] = ACTIONS(3662), - [anon_sym_PERCENT] = ACTIONS(3662), - [anon_sym_DASH_DASH] = ACTIONS(3660), - [anon_sym_PLUS_PLUS] = ACTIONS(3660), - [anon_sym_DOT] = ACTIONS(3660), - [anon_sym_DASH_GT] = ACTIONS(3660), + [1128] = { + [sym_compound_statement] = STATE(1200), + [sym_labeled_statement] = STATE(1200), + [sym_expression_statement] = STATE(1200), + [sym_if_statement] = STATE(1200), + [sym_switch_statement] = STATE(1200), + [sym_case_statement] = STATE(1200), + [sym_while_statement] = STATE(1200), + [sym_do_statement] = STATE(1200), + [sym_for_statement] = STATE(1200), + [sym_return_statement] = STATE(1200), + [sym_break_statement] = STATE(1200), + [sym_continue_statement] = STATE(1200), + [sym_goto_statement] = STATE(1200), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [1214] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(3664), - [anon_sym_RPAREN] = ACTIONS(3658), + [1129] = { + [sym__expression] = STATE(1201), + [sym_conditional_expression] = STATE(1201), + [sym_assignment_expression] = STATE(1201), + [sym_pointer_expression] = STATE(1201), + [sym_logical_expression] = STATE(1201), + [sym_bitwise_expression] = STATE(1201), + [sym_equality_expression] = STATE(1201), + [sym_relational_expression] = STATE(1201), + [sym_shift_expression] = STATE(1201), + [sym_math_expression] = STATE(1201), + [sym_cast_expression] = STATE(1201), + [sym_sizeof_expression] = STATE(1201), + [sym_subscript_expression] = STATE(1201), + [sym_call_expression] = STATE(1201), + [sym_field_expression] = STATE(1201), + [sym_compound_literal_expression] = STATE(1201), + [sym_parenthesized_expression] = STATE(1201), + [sym_concatenated_string] = STATE(1201), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3467), + [sym_char_literal] = ACTIONS(3467), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3469), + [sym_false] = ACTIONS(3469), + [sym_null] = ACTIONS(3469), + [sym_identifier] = ACTIONS(3469), [sym_comment] = ACTIONS(39), }, - [1215] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(3667), - [anon_sym_SEMI] = ACTIONS(3667), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1130] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3355), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1216] = { - [anon_sym_LPAREN] = ACTIONS(1452), - [anon_sym_extern] = ACTIONS(1454), - [anon_sym_STAR] = ACTIONS(1452), - [anon_sym_RBRACK] = ACTIONS(1452), - [anon_sym_static] = ACTIONS(1454), - [anon_sym_auto] = ACTIONS(1454), - [anon_sym_register] = ACTIONS(1454), - [anon_sym_inline] = ACTIONS(1454), - [anon_sym_const] = ACTIONS(1454), - [anon_sym_restrict] = ACTIONS(1454), - [anon_sym_volatile] = ACTIONS(1454), - [anon_sym__Atomic] = ACTIONS(1454), - [anon_sym_AMP] = ACTIONS(1452), - [anon_sym_BANG] = ACTIONS(1452), - [anon_sym_TILDE] = ACTIONS(1452), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [anon_sym_sizeof] = ACTIONS(1454), - [sym_number_literal] = ACTIONS(1452), - [sym_char_literal] = ACTIONS(1452), - [sym_string_literal] = ACTIONS(1452), - [sym_true] = ACTIONS(1454), - [sym_false] = ACTIONS(1454), - [sym_null] = ACTIONS(1454), - [sym_identifier] = ACTIONS(1454), + [1131] = { + [anon_sym_LPAREN] = ACTIONS(3471), [sym_comment] = ACTIONS(39), }, - [1217] = { - [sym_enumerator] = STATE(372), - [anon_sym_RBRACE] = ACTIONS(3669), - [sym_identifier] = ACTIONS(207), + [1132] = { + [anon_sym_LPAREN] = ACTIONS(3473), [sym_comment] = ACTIONS(39), }, - [1218] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_RBRACK] = ACTIONS(3667), - [anon_sym_EQ] = ACTIONS(1232), - [anon_sym_QMARK] = ACTIONS(1234), - [anon_sym_STAR_EQ] = ACTIONS(1236), - [anon_sym_SLASH_EQ] = ACTIONS(1236), - [anon_sym_PERCENT_EQ] = ACTIONS(1236), - [anon_sym_PLUS_EQ] = ACTIONS(1236), - [anon_sym_DASH_EQ] = ACTIONS(1236), - [anon_sym_LT_LT_EQ] = ACTIONS(1236), - [anon_sym_GT_GT_EQ] = ACTIONS(1236), - [anon_sym_AMP_EQ] = ACTIONS(1236), - [anon_sym_CARET_EQ] = ACTIONS(1236), - [anon_sym_PIPE_EQ] = ACTIONS(1236), - [anon_sym_AMP] = ACTIONS(1238), - [anon_sym_PIPE_PIPE] = ACTIONS(1240), - [anon_sym_AMP_AMP] = ACTIONS(1242), - [anon_sym_PIPE] = ACTIONS(1244), - [anon_sym_CARET] = ACTIONS(1246), - [anon_sym_EQ_EQ] = ACTIONS(1248), - [anon_sym_BANG_EQ] = ACTIONS(1248), - [anon_sym_LT] = ACTIONS(1250), - [anon_sym_GT] = ACTIONS(1250), - [anon_sym_LT_EQ] = ACTIONS(1252), - [anon_sym_GT_EQ] = ACTIONS(1252), - [anon_sym_LT_LT] = ACTIONS(1254), - [anon_sym_GT_GT] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1256), - [anon_sym_DASH] = ACTIONS(1256), - [anon_sym_SLASH] = ACTIONS(1230), - [anon_sym_PERCENT] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1133] = { + [sym__expression] = STATE(1204), + [sym_conditional_expression] = STATE(1204), + [sym_assignment_expression] = STATE(1204), + [sym_pointer_expression] = STATE(1204), + [sym_logical_expression] = STATE(1204), + [sym_bitwise_expression] = STATE(1204), + [sym_equality_expression] = STATE(1204), + [sym_relational_expression] = STATE(1204), + [sym_shift_expression] = STATE(1204), + [sym_math_expression] = STATE(1204), + [sym_cast_expression] = STATE(1204), + [sym_sizeof_expression] = STATE(1204), + [sym_subscript_expression] = STATE(1204), + [sym_call_expression] = STATE(1204), + [sym_field_expression] = STATE(1204), + [sym_compound_literal_expression] = STATE(1204), + [sym_parenthesized_expression] = STATE(1204), + [sym_concatenated_string] = STATE(1204), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(3475), + [sym_char_literal] = ACTIONS(3475), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(3477), + [sym_false] = ACTIONS(3477), + [sym_null] = ACTIONS(3477), + [sym_identifier] = ACTIONS(3477), [sym_comment] = ACTIONS(39), }, - [1219] = { - [anon_sym_LPAREN] = ACTIONS(3671), - [anon_sym_COMMA] = ACTIONS(3671), - [anon_sym_RPAREN] = ACTIONS(3671), - [anon_sym_SEMI] = ACTIONS(3671), - [anon_sym_RBRACE] = ACTIONS(3671), - [anon_sym_STAR] = ACTIONS(3673), - [anon_sym_LBRACK] = ACTIONS(3671), - [anon_sym_RBRACK] = ACTIONS(3671), - [anon_sym_EQ] = ACTIONS(3673), - [anon_sym_COLON] = ACTIONS(3671), - [anon_sym_QMARK] = ACTIONS(3671), - [anon_sym_STAR_EQ] = ACTIONS(3671), - [anon_sym_SLASH_EQ] = ACTIONS(3671), - [anon_sym_PERCENT_EQ] = ACTIONS(3671), - [anon_sym_PLUS_EQ] = ACTIONS(3671), - [anon_sym_DASH_EQ] = ACTIONS(3671), - [anon_sym_LT_LT_EQ] = ACTIONS(3671), - [anon_sym_GT_GT_EQ] = ACTIONS(3671), - [anon_sym_AMP_EQ] = ACTIONS(3671), - [anon_sym_CARET_EQ] = ACTIONS(3671), - [anon_sym_PIPE_EQ] = ACTIONS(3671), - [anon_sym_AMP] = ACTIONS(3673), - [anon_sym_PIPE_PIPE] = ACTIONS(3671), - [anon_sym_AMP_AMP] = ACTIONS(3671), - [anon_sym_PIPE] = ACTIONS(3673), - [anon_sym_CARET] = ACTIONS(3673), - [anon_sym_EQ_EQ] = ACTIONS(3671), - [anon_sym_BANG_EQ] = ACTIONS(3671), - [anon_sym_LT] = ACTIONS(3673), - [anon_sym_GT] = ACTIONS(3673), - [anon_sym_LT_EQ] = ACTIONS(3671), - [anon_sym_GT_EQ] = ACTIONS(3671), - [anon_sym_LT_LT] = ACTIONS(3673), - [anon_sym_GT_GT] = ACTIONS(3673), - [anon_sym_PLUS] = ACTIONS(3673), - [anon_sym_DASH] = ACTIONS(3673), - [anon_sym_SLASH] = ACTIONS(3673), - [anon_sym_PERCENT] = ACTIONS(3673), - [anon_sym_DASH_DASH] = ACTIONS(3671), - [anon_sym_PLUS_PLUS] = ACTIONS(3671), - [anon_sym_DOT] = ACTIONS(3671), - [anon_sym_DASH_GT] = ACTIONS(3671), + [1134] = { + [anon_sym_COLON] = ACTIONS(3479), [sym_comment] = ACTIONS(39), }, - [1220] = { - [sym__expression] = STATE(1063), - [sym_conditional_expression] = STATE(1063), - [sym_assignment_expression] = STATE(1063), - [sym_pointer_expression] = STATE(1063), - [sym_logical_expression] = STATE(1063), - [sym_bitwise_expression] = STATE(1063), - [sym_equality_expression] = STATE(1063), - [sym_relational_expression] = STATE(1063), - [sym_shift_expression] = STATE(1063), - [sym_math_expression] = STATE(1063), - [sym_cast_expression] = STATE(1063), - [sym_sizeof_expression] = STATE(1063), - [sym_subscript_expression] = STATE(1063), - [sym_call_expression] = STATE(1063), - [sym_field_expression] = STATE(1063), - [sym_compound_literal_expression] = STATE(1063), - [sym_parenthesized_expression] = STATE(1063), - [sym_initializer_list] = STATE(1064), - [sym_initializer_pair] = STATE(1064), - [sym_subscript_designator] = STATE(547), - [sym_field_designator] = STATE(547), - [sym_concatenated_string] = STATE(1063), - [aux_sym_initializer_pair_repeat1] = STATE(547), - [anon_sym_LPAREN] = ACTIONS(837), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(839), - [anon_sym_LBRACK] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(839), - [anon_sym_BANG] = ACTIONS(841), - [anon_sym_TILDE] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(845), - [anon_sym_DASH] = ACTIONS(845), - [anon_sym_DASH_DASH] = ACTIONS(847), - [anon_sym_PLUS_PLUS] = ACTIONS(847), - [anon_sym_sizeof] = ACTIONS(849), - [anon_sym_DOT] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(2798), - [sym_char_literal] = ACTIONS(2798), - [sym_string_literal] = ACTIONS(853), - [sym_true] = ACTIONS(2800), - [sym_false] = ACTIONS(2800), - [sym_null] = ACTIONS(2800), - [sym_identifier] = ACTIONS(2800), + [1135] = { + [anon_sym_LPAREN] = ACTIONS(3481), [sym_comment] = ACTIONS(39), }, - [1221] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(3667), - [anon_sym_RBRACE] = ACTIONS(3667), - [anon_sym_STAR] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1426), - [anon_sym_QMARK] = ACTIONS(1428), - [anon_sym_STAR_EQ] = ACTIONS(1430), - [anon_sym_SLASH_EQ] = ACTIONS(1430), - [anon_sym_PERCENT_EQ] = ACTIONS(1430), - [anon_sym_PLUS_EQ] = ACTIONS(1430), - [anon_sym_DASH_EQ] = ACTIONS(1430), - [anon_sym_LT_LT_EQ] = ACTIONS(1430), - [anon_sym_GT_GT_EQ] = ACTIONS(1430), - [anon_sym_AMP_EQ] = ACTIONS(1430), - [anon_sym_CARET_EQ] = ACTIONS(1430), - [anon_sym_PIPE_EQ] = ACTIONS(1430), - [anon_sym_AMP] = ACTIONS(1432), - [anon_sym_PIPE_PIPE] = ACTIONS(1434), - [anon_sym_AMP_AMP] = ACTIONS(1436), - [anon_sym_PIPE] = ACTIONS(1438), - [anon_sym_CARET] = ACTIONS(1440), - [anon_sym_EQ_EQ] = ACTIONS(1442), - [anon_sym_BANG_EQ] = ACTIONS(1442), - [anon_sym_LT] = ACTIONS(1444), - [anon_sym_GT] = ACTIONS(1444), - [anon_sym_LT_EQ] = ACTIONS(1446), - [anon_sym_GT_EQ] = ACTIONS(1446), - [anon_sym_LT_LT] = ACTIONS(1448), - [anon_sym_GT_GT] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_SLASH] = ACTIONS(1424), - [anon_sym_PERCENT] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1136] = { + [anon_sym_LPAREN] = ACTIONS(3483), [sym_comment] = ACTIONS(39), }, - [1222] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3667), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1137] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(3485), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [1223] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(3667), - [anon_sym_RPAREN] = ACTIONS(3667), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1138] = { + [anon_sym_else] = ACTIONS(3487), + [anon_sym_while] = ACTIONS(3288), [sym_comment] = ACTIONS(39), }, - [1224] = { - [anon_sym_LF] = ACTIONS(3675), - [sym_comment] = ACTIONS(47), - }, - [1225] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(700), - [anon_sym_LPAREN] = ACTIONS(698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(700), - [sym_preproc_directive] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_typedef] = ACTIONS(700), - [anon_sym_extern] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_static] = ACTIONS(700), - [anon_sym_auto] = ACTIONS(700), - [anon_sym_register] = ACTIONS(700), - [anon_sym_inline] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_restrict] = ACTIONS(700), - [anon_sym_volatile] = ACTIONS(700), - [anon_sym__Atomic] = ACTIONS(700), - [anon_sym_unsigned] = ACTIONS(700), - [anon_sym_long] = ACTIONS(700), - [anon_sym_short] = ACTIONS(700), - [sym_primitive_type] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_switch] = ACTIONS(700), - [anon_sym_case] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [anon_sym_do] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_goto] = ACTIONS(700), - [anon_sym_AMP] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(698), - [anon_sym_TILDE] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(700), - [anon_sym_DASH] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_sizeof] = ACTIONS(700), - [sym_number_literal] = ACTIONS(698), - [sym_char_literal] = ACTIONS(698), - [sym_string_literal] = ACTIONS(698), - [sym_true] = ACTIONS(700), - [sym_false] = ACTIONS(700), - [sym_null] = ACTIONS(700), - [sym_identifier] = ACTIONS(700), + [1139] = { + [sym_compound_statement] = STATE(1144), + [sym_labeled_statement] = STATE(1144), + [sym_expression_statement] = STATE(1144), + [sym_if_statement] = STATE(1144), + [sym_switch_statement] = STATE(1144), + [sym_case_statement] = STATE(1144), + [sym_while_statement] = STATE(1144), + [sym_do_statement] = STATE(1144), + [sym_for_statement] = STATE(1144), + [sym_return_statement] = STATE(1144), + [sym_break_statement] = STATE(1144), + [sym_continue_statement] = STATE(1144), + [sym_goto_statement] = STATE(1144), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1226] = { - [anon_sym_LF] = ACTIONS(3677), - [sym_comment] = ACTIONS(47), - }, - [1227] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3013), - [sym_preproc_directive] = ACTIONS(3013), - [anon_sym_SEMI] = ACTIONS(3015), - [anon_sym_typedef] = ACTIONS(3013), - [anon_sym_extern] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_STAR] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(3013), - [anon_sym_auto] = ACTIONS(3013), - [anon_sym_register] = ACTIONS(3013), - [anon_sym_inline] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_restrict] = ACTIONS(3013), - [anon_sym_volatile] = ACTIONS(3013), - [anon_sym__Atomic] = ACTIONS(3013), - [anon_sym_unsigned] = ACTIONS(3013), - [anon_sym_long] = ACTIONS(3013), - [anon_sym_short] = ACTIONS(3013), - [sym_primitive_type] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_switch] = ACTIONS(3013), - [anon_sym_case] = ACTIONS(3013), - [anon_sym_default] = ACTIONS(3013), - [anon_sym_while] = ACTIONS(3013), - [anon_sym_do] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3015), - [anon_sym_PLUS_PLUS] = ACTIONS(3015), - [anon_sym_sizeof] = ACTIONS(3013), - [sym_number_literal] = ACTIONS(3015), - [sym_char_literal] = ACTIONS(3015), - [sym_string_literal] = ACTIONS(3015), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_null] = ACTIONS(3013), - [sym_identifier] = ACTIONS(3013), + [1140] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1211), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3489), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1228] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3017), - [sym_preproc_directive] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_typedef] = ACTIONS(3017), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_auto] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_unsigned] = ACTIONS(3017), - [anon_sym_long] = ACTIONS(3017), - [anon_sym_short] = ACTIONS(3017), - [sym_primitive_type] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_switch] = ACTIONS(3017), - [anon_sym_case] = ACTIONS(3017), - [anon_sym_default] = ACTIONS(3017), - [anon_sym_while] = ACTIONS(3017), - [anon_sym_do] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3019), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3017), - [sym_number_literal] = ACTIONS(3019), - [sym_char_literal] = ACTIONS(3019), - [sym_string_literal] = ACTIONS(3019), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_null] = ACTIONS(3017), - [sym_identifier] = ACTIONS(3017), + [1141] = { + [sym__expression] = STATE(1212), + [sym_conditional_expression] = STATE(1212), + [sym_assignment_expression] = STATE(1212), + [sym_pointer_expression] = STATE(1212), + [sym_logical_expression] = STATE(1212), + [sym_bitwise_expression] = STATE(1212), + [sym_equality_expression] = STATE(1212), + [sym_relational_expression] = STATE(1212), + [sym_shift_expression] = STATE(1212), + [sym_math_expression] = STATE(1212), + [sym_cast_expression] = STATE(1212), + [sym_sizeof_expression] = STATE(1212), + [sym_subscript_expression] = STATE(1212), + [sym_call_expression] = STATE(1212), + [sym_field_expression] = STATE(1212), + [sym_compound_literal_expression] = STATE(1212), + [sym_parenthesized_expression] = STATE(1212), + [sym_concatenated_string] = STATE(1212), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3489), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3491), + [sym_char_literal] = ACTIONS(3491), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3493), + [sym_false] = ACTIONS(3493), + [sym_null] = ACTIONS(3493), + [sym_identifier] = ACTIONS(3493), [sym_comment] = ACTIONS(39), }, - [1229] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3023), - [anon_sym_LPAREN] = ACTIONS(3025), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3023), - [sym_preproc_directive] = ACTIONS(3023), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3023), - [anon_sym_extern] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3023), - [anon_sym_auto] = ACTIONS(3023), - [anon_sym_register] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_const] = ACTIONS(3023), - [anon_sym_restrict] = ACTIONS(3023), - [anon_sym_volatile] = ACTIONS(3023), - [anon_sym__Atomic] = ACTIONS(3023), - [anon_sym_unsigned] = ACTIONS(3023), - [anon_sym_long] = ACTIONS(3023), - [anon_sym_short] = ACTIONS(3023), - [sym_primitive_type] = ACTIONS(3023), - [anon_sym_enum] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3023), - [anon_sym_union] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_switch] = ACTIONS(3023), - [anon_sym_case] = ACTIONS(3023), - [anon_sym_default] = ACTIONS(3023), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_do] = ACTIONS(3023), - [anon_sym_for] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_goto] = ACTIONS(3023), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3023), - [anon_sym_DASH] = ACTIONS(3023), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_sizeof] = ACTIONS(3023), - [sym_number_literal] = ACTIONS(3025), - [sym_char_literal] = ACTIONS(3025), - [sym_string_literal] = ACTIONS(3025), - [sym_true] = ACTIONS(3023), - [sym_false] = ACTIONS(3023), - [sym_null] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3023), + [1142] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3495), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1230] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3679), + [1143] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3497), + [anon_sym_LPAREN] = ACTIONS(3499), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3497), + [sym_preproc_directive] = ACTIONS(3497), + [anon_sym_SEMI] = ACTIONS(3499), + [anon_sym_typedef] = ACTIONS(3497), + [anon_sym_extern] = ACTIONS(3497), + [anon_sym_LBRACE] = ACTIONS(3499), + [anon_sym_RBRACE] = ACTIONS(3499), + [anon_sym_STAR] = ACTIONS(3499), + [anon_sym_static] = ACTIONS(3497), + [anon_sym_auto] = ACTIONS(3497), + [anon_sym_register] = ACTIONS(3497), + [anon_sym_inline] = ACTIONS(3497), + [anon_sym_const] = ACTIONS(3497), + [anon_sym_restrict] = ACTIONS(3497), + [anon_sym_volatile] = ACTIONS(3497), + [anon_sym__Atomic] = ACTIONS(3497), + [anon_sym_unsigned] = ACTIONS(3497), + [anon_sym_long] = ACTIONS(3497), + [anon_sym_short] = ACTIONS(3497), + [sym_primitive_type] = ACTIONS(3497), + [anon_sym_enum] = ACTIONS(3497), + [anon_sym_struct] = ACTIONS(3497), + [anon_sym_union] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(3497), + [anon_sym_else] = ACTIONS(3497), + [anon_sym_switch] = ACTIONS(3497), + [anon_sym_case] = ACTIONS(3497), + [anon_sym_default] = ACTIONS(3497), + [anon_sym_while] = ACTIONS(3497), + [anon_sym_do] = ACTIONS(3497), + [anon_sym_for] = ACTIONS(3497), + [anon_sym_return] = ACTIONS(3497), + [anon_sym_break] = ACTIONS(3497), + [anon_sym_continue] = ACTIONS(3497), + [anon_sym_goto] = ACTIONS(3497), + [anon_sym_AMP] = ACTIONS(3499), + [anon_sym_BANG] = ACTIONS(3499), + [anon_sym_TILDE] = ACTIONS(3499), + [anon_sym_PLUS] = ACTIONS(3497), + [anon_sym_DASH] = ACTIONS(3497), + [anon_sym_DASH_DASH] = ACTIONS(3499), + [anon_sym_PLUS_PLUS] = ACTIONS(3499), + [anon_sym_sizeof] = ACTIONS(3497), + [sym_number_literal] = ACTIONS(3499), + [sym_char_literal] = ACTIONS(3499), + [sym_string_literal] = ACTIONS(3499), + [sym_true] = ACTIONS(3497), + [sym_false] = ACTIONS(3497), + [sym_null] = ACTIONS(3497), + [sym_identifier] = ACTIONS(3497), [sym_comment] = ACTIONS(39), }, - [1231] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3681), + [1144] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3501), + [anon_sym_LPAREN] = ACTIONS(3503), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3501), + [sym_preproc_directive] = ACTIONS(3501), + [anon_sym_SEMI] = ACTIONS(3503), + [anon_sym_typedef] = ACTIONS(3501), + [anon_sym_extern] = ACTIONS(3501), + [anon_sym_LBRACE] = ACTIONS(3503), + [anon_sym_RBRACE] = ACTIONS(3503), + [anon_sym_STAR] = ACTIONS(3503), + [anon_sym_static] = ACTIONS(3501), + [anon_sym_auto] = ACTIONS(3501), + [anon_sym_register] = ACTIONS(3501), + [anon_sym_inline] = ACTIONS(3501), + [anon_sym_const] = ACTIONS(3501), + [anon_sym_restrict] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3501), + [anon_sym__Atomic] = ACTIONS(3501), + [anon_sym_unsigned] = ACTIONS(3501), + [anon_sym_long] = ACTIONS(3501), + [anon_sym_short] = ACTIONS(3501), + [sym_primitive_type] = ACTIONS(3501), + [anon_sym_enum] = ACTIONS(3501), + [anon_sym_struct] = ACTIONS(3501), + [anon_sym_union] = ACTIONS(3501), + [anon_sym_if] = ACTIONS(3501), + [anon_sym_else] = ACTIONS(3501), + [anon_sym_switch] = ACTIONS(3501), + [anon_sym_case] = ACTIONS(3501), + [anon_sym_default] = ACTIONS(3501), + [anon_sym_while] = ACTIONS(3501), + [anon_sym_do] = ACTIONS(3501), + [anon_sym_for] = ACTIONS(3501), + [anon_sym_return] = ACTIONS(3501), + [anon_sym_break] = ACTIONS(3501), + [anon_sym_continue] = ACTIONS(3501), + [anon_sym_goto] = ACTIONS(3501), + [anon_sym_AMP] = ACTIONS(3503), + [anon_sym_BANG] = ACTIONS(3503), + [anon_sym_TILDE] = ACTIONS(3503), + [anon_sym_PLUS] = ACTIONS(3501), + [anon_sym_DASH] = ACTIONS(3501), + [anon_sym_DASH_DASH] = ACTIONS(3503), + [anon_sym_PLUS_PLUS] = ACTIONS(3503), + [anon_sym_sizeof] = ACTIONS(3501), + [sym_number_literal] = ACTIONS(3503), + [sym_char_literal] = ACTIONS(3503), + [sym_string_literal] = ACTIONS(3503), + [sym_true] = ACTIONS(3501), + [sym_false] = ACTIONS(3501), + [sym_null] = ACTIONS(3501), + [sym_identifier] = ACTIONS(3501), [sym_comment] = ACTIONS(39), }, - [1232] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3102), - [anon_sym_LPAREN] = ACTIONS(3104), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_auto] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [sym_primitive_type] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym_AMP] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [sym_number_literal] = ACTIONS(3104), - [sym_char_literal] = ACTIONS(3104), - [sym_string_literal] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [sym_null] = ACTIONS(3102), - [sym_identifier] = ACTIONS(3102), + [1145] = { + [sym_compound_statement] = STATE(1214), + [sym_labeled_statement] = STATE(1214), + [sym_expression_statement] = STATE(1214), + [sym_if_statement] = STATE(1214), + [sym_switch_statement] = STATE(1214), + [sym_case_statement] = STATE(1214), + [sym_while_statement] = STATE(1214), + [sym_do_statement] = STATE(1214), + [sym_for_statement] = STATE(1214), + [sym_return_statement] = STATE(1214), + [sym_break_statement] = STATE(1214), + [sym_continue_statement] = STATE(1214), + [sym_goto_statement] = STATE(1214), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [1233] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3106), - [anon_sym_LPAREN] = ACTIONS(3108), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_auto] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [sym_primitive_type] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym_AMP] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [sym_number_literal] = ACTIONS(3108), - [sym_char_literal] = ACTIONS(3108), - [sym_string_literal] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [sym_null] = ACTIONS(3106), - [sym_identifier] = ACTIONS(3106), + [1146] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3505), [sym_comment] = ACTIONS(39), }, - [1234] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3110), - [anon_sym_LPAREN] = ACTIONS(3112), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_auto] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [sym_primitive_type] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym_AMP] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [sym_number_literal] = ACTIONS(3112), - [sym_char_literal] = ACTIONS(3112), - [sym_string_literal] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [sym_null] = ACTIONS(3110), - [sym_identifier] = ACTIONS(3110), + [1147] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1216), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1235] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3683), + [1148] = { + [sym__expression] = STATE(1217), + [sym_conditional_expression] = STATE(1217), + [sym_assignment_expression] = STATE(1217), + [sym_pointer_expression] = STATE(1217), + [sym_logical_expression] = STATE(1217), + [sym_bitwise_expression] = STATE(1217), + [sym_equality_expression] = STATE(1217), + [sym_relational_expression] = STATE(1217), + [sym_shift_expression] = STATE(1217), + [sym_math_expression] = STATE(1217), + [sym_cast_expression] = STATE(1217), + [sym_sizeof_expression] = STATE(1217), + [sym_subscript_expression] = STATE(1217), + [sym_call_expression] = STATE(1217), + [sym_field_expression] = STATE(1217), + [sym_compound_literal_expression] = STATE(1217), + [sym_parenthesized_expression] = STATE(1217), + [sym_concatenated_string] = STATE(1217), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3505), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3507), + [sym_char_literal] = ACTIONS(3507), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3509), + [sym_false] = ACTIONS(3509), + [sym_null] = ACTIONS(3509), + [sym_identifier] = ACTIONS(3509), [sym_comment] = ACTIONS(39), }, - [1236] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3685), + [1149] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3241), + [sym_preproc_directive] = ACTIONS(3241), + [anon_sym_SEMI] = ACTIONS(3243), + [anon_sym_typedef] = ACTIONS(3241), + [anon_sym_extern] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3243), + [anon_sym_STAR] = ACTIONS(3243), + [anon_sym_static] = ACTIONS(3241), + [anon_sym_auto] = ACTIONS(3241), + [anon_sym_register] = ACTIONS(3241), + [anon_sym_inline] = ACTIONS(3241), + [anon_sym_const] = ACTIONS(3241), + [anon_sym_restrict] = ACTIONS(3241), + [anon_sym_volatile] = ACTIONS(3241), + [anon_sym__Atomic] = ACTIONS(3241), + [anon_sym_unsigned] = ACTIONS(3241), + [anon_sym_long] = ACTIONS(3241), + [anon_sym_short] = ACTIONS(3241), + [sym_primitive_type] = ACTIONS(3241), + [anon_sym_enum] = ACTIONS(3241), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_switch] = ACTIONS(3241), + [anon_sym_case] = ACTIONS(3241), + [anon_sym_default] = ACTIONS(3241), + [anon_sym_while] = ACTIONS(3241), + [anon_sym_do] = ACTIONS(3241), + [anon_sym_for] = ACTIONS(3241), + [anon_sym_return] = ACTIONS(3241), + [anon_sym_break] = ACTIONS(3241), + [anon_sym_continue] = ACTIONS(3241), + [anon_sym_goto] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3243), + [anon_sym_BANG] = ACTIONS(3243), + [anon_sym_TILDE] = ACTIONS(3243), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3243), + [anon_sym_PLUS_PLUS] = ACTIONS(3243), + [anon_sym_sizeof] = ACTIONS(3241), + [sym_number_literal] = ACTIONS(3243), + [sym_char_literal] = ACTIONS(3243), + [sym_string_literal] = ACTIONS(3243), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_null] = ACTIONS(3241), + [sym_identifier] = ACTIONS(3241), [sym_comment] = ACTIONS(39), }, - [1237] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3118), - [anon_sym_LPAREN] = ACTIONS(3120), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_auto] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [sym_primitive_type] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym_AMP] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [sym_number_literal] = ACTIONS(3120), - [sym_char_literal] = ACTIONS(3120), - [sym_string_literal] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [sym_null] = ACTIONS(3118), - [sym_identifier] = ACTIONS(3118), + [1150] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3245), + [anon_sym_LPAREN] = ACTIONS(3247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3245), + [sym_preproc_directive] = ACTIONS(3245), + [anon_sym_SEMI] = ACTIONS(3247), + [anon_sym_typedef] = ACTIONS(3245), + [anon_sym_extern] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3247), + [anon_sym_static] = ACTIONS(3245), + [anon_sym_auto] = ACTIONS(3245), + [anon_sym_register] = ACTIONS(3245), + [anon_sym_inline] = ACTIONS(3245), + [anon_sym_const] = ACTIONS(3245), + [anon_sym_restrict] = ACTIONS(3245), + [anon_sym_volatile] = ACTIONS(3245), + [anon_sym__Atomic] = ACTIONS(3245), + [anon_sym_unsigned] = ACTIONS(3245), + [anon_sym_long] = ACTIONS(3245), + [anon_sym_short] = ACTIONS(3245), + [sym_primitive_type] = ACTIONS(3245), + [anon_sym_enum] = ACTIONS(3245), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_union] = ACTIONS(3245), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_switch] = ACTIONS(3245), + [anon_sym_case] = ACTIONS(3245), + [anon_sym_default] = ACTIONS(3245), + [anon_sym_while] = ACTIONS(3245), + [anon_sym_do] = ACTIONS(3245), + [anon_sym_for] = ACTIONS(3245), + [anon_sym_return] = ACTIONS(3245), + [anon_sym_break] = ACTIONS(3245), + [anon_sym_continue] = ACTIONS(3245), + [anon_sym_goto] = ACTIONS(3245), + [anon_sym_AMP] = ACTIONS(3247), + [anon_sym_BANG] = ACTIONS(3247), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_DASH_DASH] = ACTIONS(3247), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_sizeof] = ACTIONS(3245), + [sym_number_literal] = ACTIONS(3247), + [sym_char_literal] = ACTIONS(3247), + [sym_string_literal] = ACTIONS(3247), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_null] = ACTIONS(3245), + [sym_identifier] = ACTIONS(3245), [sym_comment] = ACTIONS(39), }, - [1238] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3122), - [anon_sym_LPAREN] = ACTIONS(3124), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_auto] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [sym_primitive_type] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym_AMP] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [sym_number_literal] = ACTIONS(3124), - [sym_char_literal] = ACTIONS(3124), - [sym_string_literal] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [sym_null] = ACTIONS(3122), - [sym_identifier] = ACTIONS(3122), + [1151] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3251), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3249), + [sym_preproc_directive] = ACTIONS(3249), + [anon_sym_SEMI] = ACTIONS(3251), + [anon_sym_typedef] = ACTIONS(3249), + [anon_sym_extern] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3251), + [anon_sym_STAR] = ACTIONS(3251), + [anon_sym_static] = ACTIONS(3249), + [anon_sym_auto] = ACTIONS(3249), + [anon_sym_register] = ACTIONS(3249), + [anon_sym_inline] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_restrict] = ACTIONS(3249), + [anon_sym_volatile] = ACTIONS(3249), + [anon_sym__Atomic] = ACTIONS(3249), + [anon_sym_unsigned] = ACTIONS(3249), + [anon_sym_long] = ACTIONS(3249), + [anon_sym_short] = ACTIONS(3249), + [sym_primitive_type] = ACTIONS(3249), + [anon_sym_enum] = ACTIONS(3249), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_switch] = ACTIONS(3249), + [anon_sym_case] = ACTIONS(3249), + [anon_sym_default] = ACTIONS(3249), + [anon_sym_while] = ACTIONS(3249), + [anon_sym_do] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_goto] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3251), + [anon_sym_TILDE] = ACTIONS(3251), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_DASH_DASH] = ACTIONS(3251), + [anon_sym_PLUS_PLUS] = ACTIONS(3251), + [anon_sym_sizeof] = ACTIONS(3249), + [sym_number_literal] = ACTIONS(3251), + [sym_char_literal] = ACTIONS(3251), + [sym_string_literal] = ACTIONS(3251), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_null] = ACTIONS(3249), + [sym_identifier] = ACTIONS(3249), [sym_comment] = ACTIONS(39), }, - [1239] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3126), - [anon_sym_LPAREN] = ACTIONS(3128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_auto] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [sym_primitive_type] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym_AMP] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [sym_number_literal] = ACTIONS(3128), - [sym_char_literal] = ACTIONS(3128), - [sym_string_literal] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [sym_null] = ACTIONS(3126), - [sym_identifier] = ACTIONS(3126), + [1152] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3253), + [anon_sym_LPAREN] = ACTIONS(3255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3253), + [sym_preproc_directive] = ACTIONS(3253), + [anon_sym_SEMI] = ACTIONS(3255), + [anon_sym_typedef] = ACTIONS(3253), + [anon_sym_extern] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3255), + [anon_sym_STAR] = ACTIONS(3255), + [anon_sym_static] = ACTIONS(3253), + [anon_sym_auto] = ACTIONS(3253), + [anon_sym_register] = ACTIONS(3253), + [anon_sym_inline] = ACTIONS(3253), + [anon_sym_const] = ACTIONS(3253), + [anon_sym_restrict] = ACTIONS(3253), + [anon_sym_volatile] = ACTIONS(3253), + [anon_sym__Atomic] = ACTIONS(3253), + [anon_sym_unsigned] = ACTIONS(3253), + [anon_sym_long] = ACTIONS(3253), + [anon_sym_short] = ACTIONS(3253), + [sym_primitive_type] = ACTIONS(3253), + [anon_sym_enum] = ACTIONS(3253), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_union] = ACTIONS(3253), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_switch] = ACTIONS(3253), + [anon_sym_case] = ACTIONS(3253), + [anon_sym_default] = ACTIONS(3253), + [anon_sym_while] = ACTIONS(3253), + [anon_sym_do] = ACTIONS(3253), + [anon_sym_for] = ACTIONS(3253), + [anon_sym_return] = ACTIONS(3253), + [anon_sym_break] = ACTIONS(3253), + [anon_sym_continue] = ACTIONS(3253), + [anon_sym_goto] = ACTIONS(3253), + [anon_sym_AMP] = ACTIONS(3255), + [anon_sym_BANG] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3255), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_DASH_DASH] = ACTIONS(3255), + [anon_sym_PLUS_PLUS] = ACTIONS(3255), + [anon_sym_sizeof] = ACTIONS(3253), + [sym_number_literal] = ACTIONS(3255), + [sym_char_literal] = ACTIONS(3255), + [sym_string_literal] = ACTIONS(3255), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_null] = ACTIONS(3253), + [sym_identifier] = ACTIONS(3253), [sym_comment] = ACTIONS(39), }, - [1240] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3687), + [1153] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(3259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3257), + [sym_preproc_directive] = ACTIONS(3257), + [anon_sym_SEMI] = ACTIONS(3259), + [anon_sym_typedef] = ACTIONS(3257), + [anon_sym_extern] = ACTIONS(3257), + [anon_sym_LBRACE] = ACTIONS(3259), + [anon_sym_STAR] = ACTIONS(3259), + [anon_sym_static] = ACTIONS(3257), + [anon_sym_auto] = ACTIONS(3257), + [anon_sym_register] = ACTIONS(3257), + [anon_sym_inline] = ACTIONS(3257), + [anon_sym_const] = ACTIONS(3257), + [anon_sym_restrict] = ACTIONS(3257), + [anon_sym_volatile] = ACTIONS(3257), + [anon_sym__Atomic] = ACTIONS(3257), + [anon_sym_unsigned] = ACTIONS(3257), + [anon_sym_long] = ACTIONS(3257), + [anon_sym_short] = ACTIONS(3257), + [sym_primitive_type] = ACTIONS(3257), + [anon_sym_enum] = ACTIONS(3257), + [anon_sym_struct] = ACTIONS(3257), + [anon_sym_union] = ACTIONS(3257), + [anon_sym_if] = ACTIONS(3257), + [anon_sym_switch] = ACTIONS(3257), + [anon_sym_case] = ACTIONS(3257), + [anon_sym_default] = ACTIONS(3257), + [anon_sym_while] = ACTIONS(3257), + [anon_sym_do] = ACTIONS(3257), + [anon_sym_for] = ACTIONS(3257), + [anon_sym_return] = ACTIONS(3257), + [anon_sym_break] = ACTIONS(3257), + [anon_sym_continue] = ACTIONS(3257), + [anon_sym_goto] = ACTIONS(3257), + [anon_sym_AMP] = ACTIONS(3259), + [anon_sym_BANG] = ACTIONS(3259), + [anon_sym_TILDE] = ACTIONS(3259), + [anon_sym_PLUS] = ACTIONS(3257), + [anon_sym_DASH] = ACTIONS(3257), + [anon_sym_DASH_DASH] = ACTIONS(3259), + [anon_sym_PLUS_PLUS] = ACTIONS(3259), + [anon_sym_sizeof] = ACTIONS(3257), + [sym_number_literal] = ACTIONS(3259), + [sym_char_literal] = ACTIONS(3259), + [sym_string_literal] = ACTIONS(3259), + [sym_true] = ACTIONS(3257), + [sym_false] = ACTIONS(3257), + [sym_null] = ACTIONS(3257), + [sym_identifier] = ACTIONS(3257), [sym_comment] = ACTIONS(39), }, - [1241] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3689), + [1154] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3261), + [anon_sym_LPAREN] = ACTIONS(3263), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3261), + [sym_preproc_directive] = ACTIONS(3261), + [anon_sym_SEMI] = ACTIONS(3263), + [anon_sym_typedef] = ACTIONS(3261), + [anon_sym_extern] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3263), + [anon_sym_STAR] = ACTIONS(3263), + [anon_sym_static] = ACTIONS(3261), + [anon_sym_auto] = ACTIONS(3261), + [anon_sym_register] = ACTIONS(3261), + [anon_sym_inline] = ACTIONS(3261), + [anon_sym_const] = ACTIONS(3261), + [anon_sym_restrict] = ACTIONS(3261), + [anon_sym_volatile] = ACTIONS(3261), + [anon_sym__Atomic] = ACTIONS(3261), + [anon_sym_unsigned] = ACTIONS(3261), + [anon_sym_long] = ACTIONS(3261), + [anon_sym_short] = ACTIONS(3261), + [sym_primitive_type] = ACTIONS(3261), + [anon_sym_enum] = ACTIONS(3261), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_union] = ACTIONS(3261), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_switch] = ACTIONS(3261), + [anon_sym_case] = ACTIONS(3261), + [anon_sym_default] = ACTIONS(3261), + [anon_sym_while] = ACTIONS(3261), + [anon_sym_do] = ACTIONS(3261), + [anon_sym_for] = ACTIONS(3261), + [anon_sym_return] = ACTIONS(3261), + [anon_sym_break] = ACTIONS(3261), + [anon_sym_continue] = ACTIONS(3261), + [anon_sym_goto] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(3263), + [anon_sym_TILDE] = ACTIONS(3263), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_DASH_DASH] = ACTIONS(3263), + [anon_sym_PLUS_PLUS] = ACTIONS(3263), + [anon_sym_sizeof] = ACTIONS(3261), + [sym_number_literal] = ACTIONS(3263), + [sym_char_literal] = ACTIONS(3263), + [sym_string_literal] = ACTIONS(3263), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_null] = ACTIONS(3261), + [sym_identifier] = ACTIONS(3261), [sym_comment] = ACTIONS(39), }, - [1242] = { - [sym_preproc_arg] = ACTIONS(3691), - [sym_comment] = ACTIONS(47), - }, - [1243] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(356), - [anon_sym_LPAREN] = ACTIONS(354), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(356), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(356), - [sym_preproc_directive] = ACTIONS(356), - [anon_sym_SEMI] = ACTIONS(354), - [anon_sym_typedef] = ACTIONS(356), - [anon_sym_extern] = ACTIONS(356), - [anon_sym_LBRACE] = ACTIONS(354), - [anon_sym_STAR] = ACTIONS(354), - [anon_sym_static] = ACTIONS(356), - [anon_sym_auto] = ACTIONS(356), - [anon_sym_register] = ACTIONS(356), - [anon_sym_inline] = ACTIONS(356), - [anon_sym_const] = ACTIONS(356), - [anon_sym_restrict] = ACTIONS(356), - [anon_sym_volatile] = ACTIONS(356), - [anon_sym__Atomic] = ACTIONS(356), - [anon_sym_unsigned] = ACTIONS(356), - [anon_sym_long] = ACTIONS(356), - [anon_sym_short] = ACTIONS(356), - [sym_primitive_type] = ACTIONS(356), - [anon_sym_enum] = ACTIONS(356), - [anon_sym_struct] = ACTIONS(356), - [anon_sym_union] = ACTIONS(356), - [anon_sym_if] = ACTIONS(356), - [anon_sym_switch] = ACTIONS(356), - [anon_sym_case] = ACTIONS(356), - [anon_sym_default] = ACTIONS(356), - [anon_sym_while] = ACTIONS(356), - [anon_sym_do] = ACTIONS(356), - [anon_sym_for] = ACTIONS(356), - [anon_sym_return] = ACTIONS(356), - [anon_sym_break] = ACTIONS(356), - [anon_sym_continue] = ACTIONS(356), - [anon_sym_goto] = ACTIONS(356), - [anon_sym_AMP] = ACTIONS(354), - [anon_sym_BANG] = ACTIONS(354), - [anon_sym_TILDE] = ACTIONS(354), - [anon_sym_PLUS] = ACTIONS(356), - [anon_sym_DASH] = ACTIONS(356), - [anon_sym_DASH_DASH] = ACTIONS(354), - [anon_sym_PLUS_PLUS] = ACTIONS(354), - [anon_sym_sizeof] = ACTIONS(356), - [sym_number_literal] = ACTIONS(354), - [sym_char_literal] = ACTIONS(354), - [sym_string_literal] = ACTIONS(354), - [sym_true] = ACTIONS(356), - [sym_false] = ACTIONS(356), - [sym_null] = ACTIONS(356), - [sym_identifier] = ACTIONS(356), + [1155] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2789), + [anon_sym_LPAREN] = ACTIONS(2791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2789), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2789), + [sym_preproc_directive] = ACTIONS(2789), + [anon_sym_SEMI] = ACTIONS(2791), + [anon_sym_typedef] = ACTIONS(2789), + [anon_sym_extern] = ACTIONS(2789), + [anon_sym_LBRACE] = ACTIONS(2791), + [anon_sym_STAR] = ACTIONS(2791), + [anon_sym_static] = ACTIONS(2789), + [anon_sym_auto] = ACTIONS(2789), + [anon_sym_register] = ACTIONS(2789), + [anon_sym_inline] = ACTIONS(2789), + [anon_sym_const] = ACTIONS(2789), + [anon_sym_restrict] = ACTIONS(2789), + [anon_sym_volatile] = ACTIONS(2789), + [anon_sym__Atomic] = ACTIONS(2789), + [anon_sym_unsigned] = ACTIONS(2789), + [anon_sym_long] = ACTIONS(2789), + [anon_sym_short] = ACTIONS(2789), + [sym_primitive_type] = ACTIONS(2789), + [anon_sym_enum] = ACTIONS(2789), + [anon_sym_struct] = ACTIONS(2789), + [anon_sym_union] = ACTIONS(2789), + [anon_sym_if] = ACTIONS(2789), + [anon_sym_switch] = ACTIONS(2789), + [anon_sym_case] = ACTIONS(2789), + [anon_sym_default] = ACTIONS(2789), + [anon_sym_while] = ACTIONS(2789), + [anon_sym_do] = ACTIONS(2789), + [anon_sym_for] = ACTIONS(2789), + [anon_sym_return] = ACTIONS(2789), + [anon_sym_break] = ACTIONS(2789), + [anon_sym_continue] = ACTIONS(2789), + [anon_sym_goto] = ACTIONS(2789), + [anon_sym_AMP] = ACTIONS(2791), + [anon_sym_BANG] = ACTIONS(2791), + [anon_sym_TILDE] = ACTIONS(2791), + [anon_sym_PLUS] = ACTIONS(2789), + [anon_sym_DASH] = ACTIONS(2789), + [anon_sym_DASH_DASH] = ACTIONS(2791), + [anon_sym_PLUS_PLUS] = ACTIONS(2791), + [anon_sym_sizeof] = ACTIONS(2789), + [sym_number_literal] = ACTIONS(2791), + [sym_char_literal] = ACTIONS(2791), + [sym_string_literal] = ACTIONS(2791), + [sym_true] = ACTIONS(2789), + [sym_false] = ACTIONS(2789), + [sym_null] = ACTIONS(2789), + [sym_identifier] = ACTIONS(2789), [sym_comment] = ACTIONS(39), }, - [1244] = { - [anon_sym_LF] = ACTIONS(3693), - [sym_preproc_arg] = ACTIONS(3695), - [sym_comment] = ACTIONS(47), + [1156] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2793), + [anon_sym_LPAREN] = ACTIONS(2795), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2793), + [sym_preproc_directive] = ACTIONS(2793), + [anon_sym_SEMI] = ACTIONS(2795), + [anon_sym_typedef] = ACTIONS(2793), + [anon_sym_extern] = ACTIONS(2793), + [anon_sym_LBRACE] = ACTIONS(2795), + [anon_sym_STAR] = ACTIONS(2795), + [anon_sym_static] = ACTIONS(2793), + [anon_sym_auto] = ACTIONS(2793), + [anon_sym_register] = ACTIONS(2793), + [anon_sym_inline] = ACTIONS(2793), + [anon_sym_const] = ACTIONS(2793), + [anon_sym_restrict] = ACTIONS(2793), + [anon_sym_volatile] = ACTIONS(2793), + [anon_sym__Atomic] = ACTIONS(2793), + [anon_sym_unsigned] = ACTIONS(2793), + [anon_sym_long] = ACTIONS(2793), + [anon_sym_short] = ACTIONS(2793), + [sym_primitive_type] = ACTIONS(2793), + [anon_sym_enum] = ACTIONS(2793), + [anon_sym_struct] = ACTIONS(2793), + [anon_sym_union] = ACTIONS(2793), + [anon_sym_if] = ACTIONS(2793), + [anon_sym_switch] = ACTIONS(2793), + [anon_sym_case] = ACTIONS(2793), + [anon_sym_default] = ACTIONS(2793), + [anon_sym_while] = ACTIONS(2793), + [anon_sym_do] = ACTIONS(2793), + [anon_sym_for] = ACTIONS(2793), + [anon_sym_return] = ACTIONS(2793), + [anon_sym_break] = ACTIONS(2793), + [anon_sym_continue] = ACTIONS(2793), + [anon_sym_goto] = ACTIONS(2793), + [anon_sym_AMP] = ACTIONS(2795), + [anon_sym_BANG] = ACTIONS(2795), + [anon_sym_TILDE] = ACTIONS(2795), + [anon_sym_PLUS] = ACTIONS(2793), + [anon_sym_DASH] = ACTIONS(2793), + [anon_sym_DASH_DASH] = ACTIONS(2795), + [anon_sym_PLUS_PLUS] = ACTIONS(2795), + [anon_sym_sizeof] = ACTIONS(2793), + [sym_number_literal] = ACTIONS(2795), + [sym_char_literal] = ACTIONS(2795), + [sym_string_literal] = ACTIONS(2795), + [sym_true] = ACTIONS(2793), + [sym_false] = ACTIONS(2793), + [sym_null] = ACTIONS(2793), + [sym_identifier] = ACTIONS(2793), + [sym_comment] = ACTIONS(39), }, - [1245] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2440), - [anon_sym_LPAREN] = ACTIONS(2442), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2440), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2440), - [sym_preproc_directive] = ACTIONS(2440), - [anon_sym_SEMI] = ACTIONS(2442), - [anon_sym_typedef] = ACTIONS(2440), - [anon_sym_extern] = ACTIONS(2440), - [anon_sym_LBRACE] = ACTIONS(2442), - [anon_sym_STAR] = ACTIONS(2442), - [anon_sym_static] = ACTIONS(2440), - [anon_sym_auto] = ACTIONS(2440), - [anon_sym_register] = ACTIONS(2440), - [anon_sym_inline] = ACTIONS(2440), - [anon_sym_const] = ACTIONS(2440), - [anon_sym_restrict] = ACTIONS(2440), - [anon_sym_volatile] = ACTIONS(2440), - [anon_sym__Atomic] = ACTIONS(2440), - [anon_sym_unsigned] = ACTIONS(2440), - [anon_sym_long] = ACTIONS(2440), - [anon_sym_short] = ACTIONS(2440), - [sym_primitive_type] = ACTIONS(2440), - [anon_sym_enum] = ACTIONS(2440), - [anon_sym_struct] = ACTIONS(2440), - [anon_sym_union] = ACTIONS(2440), - [anon_sym_if] = ACTIONS(2440), - [anon_sym_switch] = ACTIONS(2440), - [anon_sym_case] = ACTIONS(2440), - [anon_sym_default] = ACTIONS(2440), - [anon_sym_while] = ACTIONS(2440), - [anon_sym_do] = ACTIONS(2440), - [anon_sym_for] = ACTIONS(2440), - [anon_sym_return] = ACTIONS(2440), - [anon_sym_break] = ACTIONS(2440), - [anon_sym_continue] = ACTIONS(2440), - [anon_sym_goto] = ACTIONS(2440), - [anon_sym_AMP] = ACTIONS(2442), - [anon_sym_BANG] = ACTIONS(2442), - [anon_sym_TILDE] = ACTIONS(2442), - [anon_sym_PLUS] = ACTIONS(2440), - [anon_sym_DASH] = ACTIONS(2440), - [anon_sym_DASH_DASH] = ACTIONS(2442), - [anon_sym_PLUS_PLUS] = ACTIONS(2442), - [anon_sym_sizeof] = ACTIONS(2440), - [sym_number_literal] = ACTIONS(2442), - [sym_char_literal] = ACTIONS(2442), - [sym_string_literal] = ACTIONS(2442), - [sym_true] = ACTIONS(2440), - [sym_false] = ACTIONS(2440), - [sym_null] = ACTIONS(2440), - [sym_identifier] = ACTIONS(2440), + [1157] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2797), + [anon_sym_LPAREN] = ACTIONS(2799), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2797), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2797), + [sym_preproc_directive] = ACTIONS(2797), + [anon_sym_SEMI] = ACTIONS(2799), + [anon_sym_typedef] = ACTIONS(2797), + [anon_sym_extern] = ACTIONS(2797), + [anon_sym_LBRACE] = ACTIONS(2799), + [anon_sym_STAR] = ACTIONS(2799), + [anon_sym_static] = ACTIONS(2797), + [anon_sym_auto] = ACTIONS(2797), + [anon_sym_register] = ACTIONS(2797), + [anon_sym_inline] = ACTIONS(2797), + [anon_sym_const] = ACTIONS(2797), + [anon_sym_restrict] = ACTIONS(2797), + [anon_sym_volatile] = ACTIONS(2797), + [anon_sym__Atomic] = ACTIONS(2797), + [anon_sym_unsigned] = ACTIONS(2797), + [anon_sym_long] = ACTIONS(2797), + [anon_sym_short] = ACTIONS(2797), + [sym_primitive_type] = ACTIONS(2797), + [anon_sym_enum] = ACTIONS(2797), + [anon_sym_struct] = ACTIONS(2797), + [anon_sym_union] = ACTIONS(2797), + [anon_sym_if] = ACTIONS(2797), + [anon_sym_switch] = ACTIONS(2797), + [anon_sym_case] = ACTIONS(2797), + [anon_sym_default] = ACTIONS(2797), + [anon_sym_while] = ACTIONS(2797), + [anon_sym_do] = ACTIONS(2797), + [anon_sym_for] = ACTIONS(2797), + [anon_sym_return] = ACTIONS(2797), + [anon_sym_break] = ACTIONS(2797), + [anon_sym_continue] = ACTIONS(2797), + [anon_sym_goto] = ACTIONS(2797), + [anon_sym_AMP] = ACTIONS(2799), + [anon_sym_BANG] = ACTIONS(2799), + [anon_sym_TILDE] = ACTIONS(2799), + [anon_sym_PLUS] = ACTIONS(2797), + [anon_sym_DASH] = ACTIONS(2797), + [anon_sym_DASH_DASH] = ACTIONS(2799), + [anon_sym_PLUS_PLUS] = ACTIONS(2799), + [anon_sym_sizeof] = ACTIONS(2797), + [sym_number_literal] = ACTIONS(2799), + [sym_char_literal] = ACTIONS(2799), + [sym_string_literal] = ACTIONS(2799), + [sym_true] = ACTIONS(2797), + [sym_false] = ACTIONS(2797), + [sym_null] = ACTIONS(2797), + [sym_identifier] = ACTIONS(2797), [sym_comment] = ACTIONS(39), }, - [1246] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3697), + [1158] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3511), [sym_comment] = ACTIONS(39), }, - [1247] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3699), + [1159] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3513), [sym_comment] = ACTIONS(39), }, - [1248] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1354), - [sym_preproc_elif_in_compound_statement] = STATE(1355), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3701), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1160] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2876), + [anon_sym_LPAREN] = ACTIONS(2878), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2876), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2876), + [sym_preproc_directive] = ACTIONS(2876), + [anon_sym_SEMI] = ACTIONS(2878), + [anon_sym_typedef] = ACTIONS(2876), + [anon_sym_extern] = ACTIONS(2876), + [anon_sym_LBRACE] = ACTIONS(2878), + [anon_sym_STAR] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2876), + [anon_sym_auto] = ACTIONS(2876), + [anon_sym_register] = ACTIONS(2876), + [anon_sym_inline] = ACTIONS(2876), + [anon_sym_const] = ACTIONS(2876), + [anon_sym_restrict] = ACTIONS(2876), + [anon_sym_volatile] = ACTIONS(2876), + [anon_sym__Atomic] = ACTIONS(2876), + [anon_sym_unsigned] = ACTIONS(2876), + [anon_sym_long] = ACTIONS(2876), + [anon_sym_short] = ACTIONS(2876), + [sym_primitive_type] = ACTIONS(2876), + [anon_sym_enum] = ACTIONS(2876), + [anon_sym_struct] = ACTIONS(2876), + [anon_sym_union] = ACTIONS(2876), + [anon_sym_if] = ACTIONS(2876), + [anon_sym_switch] = ACTIONS(2876), + [anon_sym_case] = ACTIONS(2876), + [anon_sym_default] = ACTIONS(2876), + [anon_sym_while] = ACTIONS(2876), + [anon_sym_do] = ACTIONS(2876), + [anon_sym_for] = ACTIONS(2876), + [anon_sym_return] = ACTIONS(2876), + [anon_sym_break] = ACTIONS(2876), + [anon_sym_continue] = ACTIONS(2876), + [anon_sym_goto] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2878), + [anon_sym_BANG] = ACTIONS(2878), + [anon_sym_TILDE] = ACTIONS(2878), + [anon_sym_PLUS] = ACTIONS(2876), + [anon_sym_DASH] = ACTIONS(2876), + [anon_sym_DASH_DASH] = ACTIONS(2878), + [anon_sym_PLUS_PLUS] = ACTIONS(2878), + [anon_sym_sizeof] = ACTIONS(2876), + [sym_number_literal] = ACTIONS(2878), + [sym_char_literal] = ACTIONS(2878), + [sym_string_literal] = ACTIONS(2878), + [sym_true] = ACTIONS(2876), + [sym_false] = ACTIONS(2876), + [sym_null] = ACTIONS(2876), + [sym_identifier] = ACTIONS(2876), [sym_comment] = ACTIONS(39), }, - [1249] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2546), - [anon_sym_LPAREN] = ACTIONS(2548), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2546), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2546), - [sym_preproc_directive] = ACTIONS(2546), - [anon_sym_SEMI] = ACTIONS(2548), - [anon_sym_typedef] = ACTIONS(2546), - [anon_sym_extern] = ACTIONS(2546), - [anon_sym_LBRACE] = ACTIONS(2548), - [anon_sym_STAR] = ACTIONS(2548), - [anon_sym_static] = ACTIONS(2546), - [anon_sym_auto] = ACTIONS(2546), - [anon_sym_register] = ACTIONS(2546), - [anon_sym_inline] = ACTIONS(2546), - [anon_sym_const] = ACTIONS(2546), - [anon_sym_restrict] = ACTIONS(2546), - [anon_sym_volatile] = ACTIONS(2546), - [anon_sym__Atomic] = ACTIONS(2546), - [anon_sym_unsigned] = ACTIONS(2546), - [anon_sym_long] = ACTIONS(2546), - [anon_sym_short] = ACTIONS(2546), - [sym_primitive_type] = ACTIONS(2546), - [anon_sym_enum] = ACTIONS(2546), - [anon_sym_struct] = ACTIONS(2546), - [anon_sym_union] = ACTIONS(2546), - [anon_sym_if] = ACTIONS(2546), - [anon_sym_switch] = ACTIONS(2546), - [anon_sym_case] = ACTIONS(2546), - [anon_sym_default] = ACTIONS(2546), - [anon_sym_while] = ACTIONS(2546), - [anon_sym_do] = ACTIONS(2546), - [anon_sym_for] = ACTIONS(2546), - [anon_sym_return] = ACTIONS(2546), - [anon_sym_break] = ACTIONS(2546), - [anon_sym_continue] = ACTIONS(2546), - [anon_sym_goto] = ACTIONS(2546), - [anon_sym_AMP] = ACTIONS(2548), - [anon_sym_BANG] = ACTIONS(2548), - [anon_sym_TILDE] = ACTIONS(2548), - [anon_sym_PLUS] = ACTIONS(2546), - [anon_sym_DASH] = ACTIONS(2546), - [anon_sym_DASH_DASH] = ACTIONS(2548), - [anon_sym_PLUS_PLUS] = ACTIONS(2548), - [anon_sym_sizeof] = ACTIONS(2546), - [sym_number_literal] = ACTIONS(2548), - [sym_char_literal] = ACTIONS(2548), - [sym_string_literal] = ACTIONS(2548), - [sym_true] = ACTIONS(2546), - [sym_false] = ACTIONS(2546), - [sym_null] = ACTIONS(2546), - [sym_identifier] = ACTIONS(2546), + [1161] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2880), + [anon_sym_LPAREN] = ACTIONS(2882), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2880), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2880), + [sym_preproc_directive] = ACTIONS(2880), + [anon_sym_SEMI] = ACTIONS(2882), + [anon_sym_typedef] = ACTIONS(2880), + [anon_sym_extern] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2882), + [anon_sym_STAR] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2880), + [anon_sym_auto] = ACTIONS(2880), + [anon_sym_register] = ACTIONS(2880), + [anon_sym_inline] = ACTIONS(2880), + [anon_sym_const] = ACTIONS(2880), + [anon_sym_restrict] = ACTIONS(2880), + [anon_sym_volatile] = ACTIONS(2880), + [anon_sym__Atomic] = ACTIONS(2880), + [anon_sym_unsigned] = ACTIONS(2880), + [anon_sym_long] = ACTIONS(2880), + [anon_sym_short] = ACTIONS(2880), + [sym_primitive_type] = ACTIONS(2880), + [anon_sym_enum] = ACTIONS(2880), + [anon_sym_struct] = ACTIONS(2880), + [anon_sym_union] = ACTIONS(2880), + [anon_sym_if] = ACTIONS(2880), + [anon_sym_switch] = ACTIONS(2880), + [anon_sym_case] = ACTIONS(2880), + [anon_sym_default] = ACTIONS(2880), + [anon_sym_while] = ACTIONS(2880), + [anon_sym_do] = ACTIONS(2880), + [anon_sym_for] = ACTIONS(2880), + [anon_sym_return] = ACTIONS(2880), + [anon_sym_break] = ACTIONS(2880), + [anon_sym_continue] = ACTIONS(2880), + [anon_sym_goto] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2882), + [anon_sym_BANG] = ACTIONS(2882), + [anon_sym_TILDE] = ACTIONS(2882), + [anon_sym_PLUS] = ACTIONS(2880), + [anon_sym_DASH] = ACTIONS(2880), + [anon_sym_DASH_DASH] = ACTIONS(2882), + [anon_sym_PLUS_PLUS] = ACTIONS(2882), + [anon_sym_sizeof] = ACTIONS(2880), + [sym_number_literal] = ACTIONS(2882), + [sym_char_literal] = ACTIONS(2882), + [sym_string_literal] = ACTIONS(2882), + [sym_true] = ACTIONS(2880), + [sym_false] = ACTIONS(2880), + [sym_null] = ACTIONS(2880), + [sym_identifier] = ACTIONS(2880), [sym_comment] = ACTIONS(39), }, - [1250] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3703), + [1162] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2884), + [anon_sym_LPAREN] = ACTIONS(2886), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2884), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2884), + [sym_preproc_directive] = ACTIONS(2884), + [anon_sym_SEMI] = ACTIONS(2886), + [anon_sym_typedef] = ACTIONS(2884), + [anon_sym_extern] = ACTIONS(2884), + [anon_sym_LBRACE] = ACTIONS(2886), + [anon_sym_STAR] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2884), + [anon_sym_auto] = ACTIONS(2884), + [anon_sym_register] = ACTIONS(2884), + [anon_sym_inline] = ACTIONS(2884), + [anon_sym_const] = ACTIONS(2884), + [anon_sym_restrict] = ACTIONS(2884), + [anon_sym_volatile] = ACTIONS(2884), + [anon_sym__Atomic] = ACTIONS(2884), + [anon_sym_unsigned] = ACTIONS(2884), + [anon_sym_long] = ACTIONS(2884), + [anon_sym_short] = ACTIONS(2884), + [sym_primitive_type] = ACTIONS(2884), + [anon_sym_enum] = ACTIONS(2884), + [anon_sym_struct] = ACTIONS(2884), + [anon_sym_union] = ACTIONS(2884), + [anon_sym_if] = ACTIONS(2884), + [anon_sym_switch] = ACTIONS(2884), + [anon_sym_case] = ACTIONS(2884), + [anon_sym_default] = ACTIONS(2884), + [anon_sym_while] = ACTIONS(2884), + [anon_sym_do] = ACTIONS(2884), + [anon_sym_for] = ACTIONS(2884), + [anon_sym_return] = ACTIONS(2884), + [anon_sym_break] = ACTIONS(2884), + [anon_sym_continue] = ACTIONS(2884), + [anon_sym_goto] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2886), + [anon_sym_BANG] = ACTIONS(2886), + [anon_sym_TILDE] = ACTIONS(2886), + [anon_sym_PLUS] = ACTIONS(2884), + [anon_sym_DASH] = ACTIONS(2884), + [anon_sym_DASH_DASH] = ACTIONS(2886), + [anon_sym_PLUS_PLUS] = ACTIONS(2886), + [anon_sym_sizeof] = ACTIONS(2884), + [sym_number_literal] = ACTIONS(2886), + [sym_char_literal] = ACTIONS(2886), + [sym_string_literal] = ACTIONS(2886), + [sym_true] = ACTIONS(2884), + [sym_false] = ACTIONS(2884), + [sym_null] = ACTIONS(2884), + [sym_identifier] = ACTIONS(2884), [sym_comment] = ACTIONS(39), }, - [1251] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3705), + [1163] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3515), [sym_comment] = ACTIONS(39), }, - [1252] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1359), - [sym_preproc_elif_in_compound_statement] = STATE(1360), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3707), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1164] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3517), [sym_comment] = ACTIONS(39), }, - [1253] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2556), - [anon_sym_LPAREN] = ACTIONS(2558), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2556), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2556), - [sym_preproc_directive] = ACTIONS(2556), - [anon_sym_SEMI] = ACTIONS(2558), - [anon_sym_typedef] = ACTIONS(2556), - [anon_sym_extern] = ACTIONS(2556), - [anon_sym_LBRACE] = ACTIONS(2558), - [anon_sym_STAR] = ACTIONS(2558), - [anon_sym_static] = ACTIONS(2556), - [anon_sym_auto] = ACTIONS(2556), - [anon_sym_register] = ACTIONS(2556), - [anon_sym_inline] = ACTIONS(2556), - [anon_sym_const] = ACTIONS(2556), - [anon_sym_restrict] = ACTIONS(2556), - [anon_sym_volatile] = ACTIONS(2556), - [anon_sym__Atomic] = ACTIONS(2556), - [anon_sym_unsigned] = ACTIONS(2556), - [anon_sym_long] = ACTIONS(2556), - [anon_sym_short] = ACTIONS(2556), - [sym_primitive_type] = ACTIONS(2556), - [anon_sym_enum] = ACTIONS(2556), - [anon_sym_struct] = ACTIONS(2556), - [anon_sym_union] = ACTIONS(2556), - [anon_sym_if] = ACTIONS(2556), - [anon_sym_switch] = ACTIONS(2556), - [anon_sym_case] = ACTIONS(2556), - [anon_sym_default] = ACTIONS(2556), - [anon_sym_while] = ACTIONS(2556), - [anon_sym_do] = ACTIONS(2556), - [anon_sym_for] = ACTIONS(2556), - [anon_sym_return] = ACTIONS(2556), - [anon_sym_break] = ACTIONS(2556), - [anon_sym_continue] = ACTIONS(2556), - [anon_sym_goto] = ACTIONS(2556), - [anon_sym_AMP] = ACTIONS(2558), - [anon_sym_BANG] = ACTIONS(2558), - [anon_sym_TILDE] = ACTIONS(2558), - [anon_sym_PLUS] = ACTIONS(2556), - [anon_sym_DASH] = ACTIONS(2556), - [anon_sym_DASH_DASH] = ACTIONS(2558), - [anon_sym_PLUS_PLUS] = ACTIONS(2558), - [anon_sym_sizeof] = ACTIONS(2556), - [sym_number_literal] = ACTIONS(2558), - [sym_char_literal] = ACTIONS(2558), - [sym_string_literal] = ACTIONS(2558), - [sym_true] = ACTIONS(2556), - [sym_false] = ACTIONS(2556), - [sym_null] = ACTIONS(2556), - [sym_identifier] = ACTIONS(2556), + [1165] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2892), + [anon_sym_LPAREN] = ACTIONS(2894), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2892), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2892), + [sym_preproc_directive] = ACTIONS(2892), + [anon_sym_SEMI] = ACTIONS(2894), + [anon_sym_typedef] = ACTIONS(2892), + [anon_sym_extern] = ACTIONS(2892), + [anon_sym_LBRACE] = ACTIONS(2894), + [anon_sym_STAR] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2892), + [anon_sym_auto] = ACTIONS(2892), + [anon_sym_register] = ACTIONS(2892), + [anon_sym_inline] = ACTIONS(2892), + [anon_sym_const] = ACTIONS(2892), + [anon_sym_restrict] = ACTIONS(2892), + [anon_sym_volatile] = ACTIONS(2892), + [anon_sym__Atomic] = ACTIONS(2892), + [anon_sym_unsigned] = ACTIONS(2892), + [anon_sym_long] = ACTIONS(2892), + [anon_sym_short] = ACTIONS(2892), + [sym_primitive_type] = ACTIONS(2892), + [anon_sym_enum] = ACTIONS(2892), + [anon_sym_struct] = ACTIONS(2892), + [anon_sym_union] = ACTIONS(2892), + [anon_sym_if] = ACTIONS(2892), + [anon_sym_switch] = ACTIONS(2892), + [anon_sym_case] = ACTIONS(2892), + [anon_sym_default] = ACTIONS(2892), + [anon_sym_while] = ACTIONS(2892), + [anon_sym_do] = ACTIONS(2892), + [anon_sym_for] = ACTIONS(2892), + [anon_sym_return] = ACTIONS(2892), + [anon_sym_break] = ACTIONS(2892), + [anon_sym_continue] = ACTIONS(2892), + [anon_sym_goto] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2894), + [anon_sym_BANG] = ACTIONS(2894), + [anon_sym_TILDE] = ACTIONS(2894), + [anon_sym_PLUS] = ACTIONS(2892), + [anon_sym_DASH] = ACTIONS(2892), + [anon_sym_DASH_DASH] = ACTIONS(2894), + [anon_sym_PLUS_PLUS] = ACTIONS(2894), + [anon_sym_sizeof] = ACTIONS(2892), + [sym_number_literal] = ACTIONS(2894), + [sym_char_literal] = ACTIONS(2894), + [sym_string_literal] = ACTIONS(2894), + [sym_true] = ACTIONS(2892), + [sym_false] = ACTIONS(2892), + [sym_null] = ACTIONS(2892), + [sym_identifier] = ACTIONS(2892), [sym_comment] = ACTIONS(39), }, - [1254] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3709), + [1166] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2896), + [anon_sym_LPAREN] = ACTIONS(2898), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2896), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2896), + [sym_preproc_directive] = ACTIONS(2896), + [anon_sym_SEMI] = ACTIONS(2898), + [anon_sym_typedef] = ACTIONS(2896), + [anon_sym_extern] = ACTIONS(2896), + [anon_sym_LBRACE] = ACTIONS(2898), + [anon_sym_STAR] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2896), + [anon_sym_auto] = ACTIONS(2896), + [anon_sym_register] = ACTIONS(2896), + [anon_sym_inline] = ACTIONS(2896), + [anon_sym_const] = ACTIONS(2896), + [anon_sym_restrict] = ACTIONS(2896), + [anon_sym_volatile] = ACTIONS(2896), + [anon_sym__Atomic] = ACTIONS(2896), + [anon_sym_unsigned] = ACTIONS(2896), + [anon_sym_long] = ACTIONS(2896), + [anon_sym_short] = ACTIONS(2896), + [sym_primitive_type] = ACTIONS(2896), + [anon_sym_enum] = ACTIONS(2896), + [anon_sym_struct] = ACTIONS(2896), + [anon_sym_union] = ACTIONS(2896), + [anon_sym_if] = ACTIONS(2896), + [anon_sym_switch] = ACTIONS(2896), + [anon_sym_case] = ACTIONS(2896), + [anon_sym_default] = ACTIONS(2896), + [anon_sym_while] = ACTIONS(2896), + [anon_sym_do] = ACTIONS(2896), + [anon_sym_for] = ACTIONS(2896), + [anon_sym_return] = ACTIONS(2896), + [anon_sym_break] = ACTIONS(2896), + [anon_sym_continue] = ACTIONS(2896), + [anon_sym_goto] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2898), + [anon_sym_BANG] = ACTIONS(2898), + [anon_sym_TILDE] = ACTIONS(2898), + [anon_sym_PLUS] = ACTIONS(2896), + [anon_sym_DASH] = ACTIONS(2896), + [anon_sym_DASH_DASH] = ACTIONS(2898), + [anon_sym_PLUS_PLUS] = ACTIONS(2898), + [anon_sym_sizeof] = ACTIONS(2896), + [sym_number_literal] = ACTIONS(2898), + [sym_char_literal] = ACTIONS(2898), + [sym_string_literal] = ACTIONS(2898), + [sym_true] = ACTIONS(2896), + [sym_false] = ACTIONS(2896), + [sym_null] = ACTIONS(2896), + [sym_identifier] = ACTIONS(2896), [sym_comment] = ACTIONS(39), }, - [1255] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3711), + [1167] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2900), + [anon_sym_LPAREN] = ACTIONS(2902), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2900), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2900), + [sym_preproc_directive] = ACTIONS(2900), + [anon_sym_SEMI] = ACTIONS(2902), + [anon_sym_typedef] = ACTIONS(2900), + [anon_sym_extern] = ACTIONS(2900), + [anon_sym_LBRACE] = ACTIONS(2902), + [anon_sym_STAR] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2900), + [anon_sym_auto] = ACTIONS(2900), + [anon_sym_register] = ACTIONS(2900), + [anon_sym_inline] = ACTIONS(2900), + [anon_sym_const] = ACTIONS(2900), + [anon_sym_restrict] = ACTIONS(2900), + [anon_sym_volatile] = ACTIONS(2900), + [anon_sym__Atomic] = ACTIONS(2900), + [anon_sym_unsigned] = ACTIONS(2900), + [anon_sym_long] = ACTIONS(2900), + [anon_sym_short] = ACTIONS(2900), + [sym_primitive_type] = ACTIONS(2900), + [anon_sym_enum] = ACTIONS(2900), + [anon_sym_struct] = ACTIONS(2900), + [anon_sym_union] = ACTIONS(2900), + [anon_sym_if] = ACTIONS(2900), + [anon_sym_switch] = ACTIONS(2900), + [anon_sym_case] = ACTIONS(2900), + [anon_sym_default] = ACTIONS(2900), + [anon_sym_while] = ACTIONS(2900), + [anon_sym_do] = ACTIONS(2900), + [anon_sym_for] = ACTIONS(2900), + [anon_sym_return] = ACTIONS(2900), + [anon_sym_break] = ACTIONS(2900), + [anon_sym_continue] = ACTIONS(2900), + [anon_sym_goto] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2902), + [anon_sym_BANG] = ACTIONS(2902), + [anon_sym_TILDE] = ACTIONS(2902), + [anon_sym_PLUS] = ACTIONS(2900), + [anon_sym_DASH] = ACTIONS(2900), + [anon_sym_DASH_DASH] = ACTIONS(2902), + [anon_sym_PLUS_PLUS] = ACTIONS(2902), + [anon_sym_sizeof] = ACTIONS(2900), + [sym_number_literal] = ACTIONS(2902), + [sym_char_literal] = ACTIONS(2902), + [sym_string_literal] = ACTIONS(2902), + [sym_true] = ACTIONS(2900), + [sym_false] = ACTIONS(2900), + [sym_null] = ACTIONS(2900), + [sym_identifier] = ACTIONS(2900), [sym_comment] = ACTIONS(39), }, - [1256] = { - [sym_preproc_include] = STATE(986), - [sym_preproc_def] = STATE(986), - [sym_preproc_function_def] = STATE(986), - [sym_preproc_call] = STATE(986), - [sym_preproc_if_in_compound_statement] = STATE(713), - [sym_preproc_ifdef_in_compound_statement] = STATE(714), - [sym_preproc_else_in_compound_statement] = STATE(1364), - [sym_preproc_elif_in_compound_statement] = STATE(1365), - [sym_declaration] = STATE(986), - [sym_type_definition] = STATE(986), - [sym__declaration_specifiers] = STATE(717), - [sym_compound_statement] = STATE(986), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(986), - [sym_expression_statement] = STATE(986), - [sym_if_statement] = STATE(986), - [sym_switch_statement] = STATE(986), - [sym_case_statement] = STATE(986), - [sym_while_statement] = STATE(986), - [sym_do_statement] = STATE(986), - [sym_for_statement] = STATE(986), - [sym_return_statement] = STATE(986), - [sym_break_statement] = STATE(986), - [sym_continue_statement] = STATE(986), - [sym_goto_statement] = STATE(986), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [sym__empty_declaration] = STATE(986), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(986), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1634), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1636), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1638), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3713), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1642), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1644), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1646), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1648), - [sym_preproc_directive] = ACTIONS(1650), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_typedef] = ACTIONS(1654), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(1684), + [1168] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3519), [sym_comment] = ACTIONS(39), }, - [1257] = { - [anon_sym_LF] = ACTIONS(3715), - [sym_comment] = ACTIONS(47), + [1169] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3521), + [sym_comment] = ACTIONS(39), }, - [1258] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(3717), - [anon_sym_LBRACK] = ACTIONS(446), + [1170] = { + [sym_compound_statement] = STATE(1231), + [sym_labeled_statement] = STATE(1231), + [sym_expression_statement] = STATE(1231), + [sym_if_statement] = STATE(1231), + [sym_switch_statement] = STATE(1231), + [sym_case_statement] = STATE(1231), + [sym_while_statement] = STATE(1231), + [sym_do_statement] = STATE(1231), + [sym_for_statement] = STATE(1231), + [sym_return_statement] = STATE(1231), + [sym_break_statement] = STATE(1231), + [sym_continue_statement] = STATE(1231), + [sym_goto_statement] = STATE(1231), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), [sym_comment] = ACTIONS(39), }, - [1259] = { - [sym__type_declarator] = STATE(1368), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), + [1171] = { + [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(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1260] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_AMP] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1908), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), + [1172] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2975), + [anon_sym_LPAREN] = ACTIONS(2977), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2975), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2975), + [sym_preproc_directive] = ACTIONS(2975), + [anon_sym_SEMI] = ACTIONS(2977), + [anon_sym_typedef] = ACTIONS(2975), + [anon_sym_extern] = ACTIONS(2975), + [anon_sym_LBRACE] = ACTIONS(2977), + [anon_sym_STAR] = ACTIONS(2977), + [anon_sym_static] = ACTIONS(2975), + [anon_sym_auto] = ACTIONS(2975), + [anon_sym_register] = ACTIONS(2975), + [anon_sym_inline] = ACTIONS(2975), + [anon_sym_const] = ACTIONS(2975), + [anon_sym_restrict] = ACTIONS(2975), + [anon_sym_volatile] = ACTIONS(2975), + [anon_sym__Atomic] = ACTIONS(2975), + [anon_sym_unsigned] = ACTIONS(2975), + [anon_sym_long] = ACTIONS(2975), + [anon_sym_short] = ACTIONS(2975), + [sym_primitive_type] = ACTIONS(2975), + [anon_sym_enum] = ACTIONS(2975), + [anon_sym_struct] = ACTIONS(2975), + [anon_sym_union] = ACTIONS(2975), + [anon_sym_if] = ACTIONS(2975), + [anon_sym_else] = ACTIONS(2975), + [anon_sym_switch] = ACTIONS(2975), + [anon_sym_case] = ACTIONS(2975), + [anon_sym_default] = ACTIONS(2975), + [anon_sym_while] = ACTIONS(2975), + [anon_sym_do] = ACTIONS(2975), + [anon_sym_for] = ACTIONS(2975), + [anon_sym_return] = ACTIONS(2975), + [anon_sym_break] = ACTIONS(2975), + [anon_sym_continue] = ACTIONS(2975), + [anon_sym_goto] = ACTIONS(2975), + [anon_sym_AMP] = ACTIONS(2977), + [anon_sym_BANG] = ACTIONS(2977), + [anon_sym_TILDE] = ACTIONS(2977), + [anon_sym_PLUS] = ACTIONS(2975), + [anon_sym_DASH] = ACTIONS(2975), + [anon_sym_DASH_DASH] = ACTIONS(2977), + [anon_sym_PLUS_PLUS] = ACTIONS(2977), + [anon_sym_sizeof] = ACTIONS(2975), + [sym_number_literal] = ACTIONS(2977), + [sym_char_literal] = ACTIONS(2977), + [sym_string_literal] = ACTIONS(2977), + [sym_true] = ACTIONS(2975), + [sym_false] = ACTIONS(2975), + [sym_null] = ACTIONS(2975), + [sym_identifier] = ACTIONS(2975), [sym_comment] = ACTIONS(39), }, - [1261] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3719), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1173] = { + [sym_compound_statement] = STATE(1233), + [sym_labeled_statement] = STATE(1233), + [sym_expression_statement] = STATE(1233), + [sym_if_statement] = STATE(1233), + [sym_switch_statement] = STATE(1233), + [sym_case_statement] = STATE(1233), + [sym_while_statement] = STATE(1233), + [sym_do_statement] = STATE(1233), + [sym_for_statement] = STATE(1233), + [sym_return_statement] = STATE(1233), + [sym_break_statement] = STATE(1233), + [sym_continue_statement] = STATE(1233), + [sym_goto_statement] = STATE(1233), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1262] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3721), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1174] = { + [sym__expression] = STATE(1234), + [sym_conditional_expression] = STATE(1234), + [sym_assignment_expression] = STATE(1234), + [sym_pointer_expression] = STATE(1234), + [sym_logical_expression] = STATE(1234), + [sym_bitwise_expression] = STATE(1234), + [sym_equality_expression] = STATE(1234), + [sym_relational_expression] = STATE(1234), + [sym_shift_expression] = STATE(1234), + [sym_math_expression] = STATE(1234), + [sym_cast_expression] = STATE(1234), + [sym_sizeof_expression] = STATE(1234), + [sym_subscript_expression] = STATE(1234), + [sym_call_expression] = STATE(1234), + [sym_field_expression] = STATE(1234), + [sym_compound_literal_expression] = STATE(1234), + [sym_parenthesized_expression] = STATE(1234), + [sym_concatenated_string] = STATE(1234), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3537), + [sym_char_literal] = ACTIONS(3537), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3539), + [sym_false] = ACTIONS(3539), + [sym_null] = ACTIONS(3539), + [sym_identifier] = ACTIONS(3539), [sym_comment] = ACTIONS(39), }, - [1263] = { - [sym_declaration] = STATE(1371), - [sym_type_definition] = STATE(1371), - [sym__declaration_specifiers] = STATE(1266), - [sym_compound_statement] = STATE(1371), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1371), - [sym_expression_statement] = STATE(1371), - [sym_if_statement] = STATE(1371), - [sym_switch_statement] = STATE(1371), - [sym_case_statement] = STATE(1371), - [sym_while_statement] = STATE(1371), - [sym_do_statement] = STATE(1371), - [sym_for_statement] = STATE(1371), - [sym_return_statement] = STATE(1371), - [sym_break_statement] = STATE(1371), - [sym_continue_statement] = STATE(1371), - [sym_goto_statement] = STATE(1371), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_typedef] = ACTIONS(2464), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3398), + [1175] = { + [sym__expression] = STATE(1236), + [sym_conditional_expression] = STATE(1236), + [sym_assignment_expression] = STATE(1236), + [sym_pointer_expression] = STATE(1236), + [sym_logical_expression] = STATE(1236), + [sym_bitwise_expression] = STATE(1236), + [sym_equality_expression] = STATE(1236), + [sym_relational_expression] = STATE(1236), + [sym_shift_expression] = STATE(1236), + [sym_math_expression] = STATE(1236), + [sym_cast_expression] = STATE(1236), + [sym_sizeof_expression] = STATE(1236), + [sym_subscript_expression] = STATE(1236), + [sym_call_expression] = STATE(1236), + [sym_field_expression] = STATE(1236), + [sym_compound_literal_expression] = STATE(1236), + [sym_parenthesized_expression] = STATE(1236), + [sym_concatenated_string] = STATE(1236), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3541), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3543), + [sym_char_literal] = ACTIONS(3543), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3545), + [sym_false] = ACTIONS(3545), + [sym_null] = ACTIONS(3545), + [sym_identifier] = ACTIONS(3545), [sym_comment] = ACTIONS(39), }, - [1264] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(2965), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [1176] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3547), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1265] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2660), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_auto] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [sym_char_literal] = ACTIONS(2660), - [sym_string_literal] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2658), + [1177] = { + [sym__expression] = STATE(1238), + [sym_conditional_expression] = STATE(1238), + [sym_assignment_expression] = STATE(1238), + [sym_pointer_expression] = STATE(1238), + [sym_logical_expression] = STATE(1238), + [sym_bitwise_expression] = STATE(1238), + [sym_equality_expression] = STATE(1238), + [sym_relational_expression] = STATE(1238), + [sym_shift_expression] = STATE(1238), + [sym_math_expression] = STATE(1238), + [sym_cast_expression] = STATE(1238), + [sym_sizeof_expression] = STATE(1238), + [sym_subscript_expression] = STATE(1238), + [sym_call_expression] = STATE(1238), + [sym_field_expression] = STATE(1238), + [sym_compound_literal_expression] = STATE(1238), + [sym_parenthesized_expression] = STATE(1238), + [sym_concatenated_string] = STATE(1238), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3547), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3549), + [sym_char_literal] = ACTIONS(3549), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3551), + [sym_false] = ACTIONS(3551), + [sym_null] = ACTIONS(3551), + [sym_identifier] = ACTIONS(3551), [sym_comment] = ACTIONS(39), }, - [1266] = { - [sym__declarator] = STATE(1130), - [sym_pointer_declarator] = STATE(1130), - [sym_function_declarator] = STATE(1130), - [sym_array_declarator] = STATE(1130), - [sym_init_declarator] = STATE(1131), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(2969), + [1178] = { + [anon_sym_LPAREN] = ACTIONS(3553), [sym_comment] = ACTIONS(39), }, - [1267] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3723), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1179] = { + [anon_sym_LPAREN] = ACTIONS(3555), [sym_comment] = ACTIONS(39), }, - [1268] = { - [anon_sym_LPAREN] = ACTIONS(3725), + [1180] = { + [sym__expression] = STATE(1241), + [sym_conditional_expression] = STATE(1241), + [sym_assignment_expression] = STATE(1241), + [sym_pointer_expression] = STATE(1241), + [sym_logical_expression] = STATE(1241), + [sym_bitwise_expression] = STATE(1241), + [sym_equality_expression] = STATE(1241), + [sym_relational_expression] = STATE(1241), + [sym_shift_expression] = STATE(1241), + [sym_math_expression] = STATE(1241), + [sym_cast_expression] = STATE(1241), + [sym_sizeof_expression] = STATE(1241), + [sym_subscript_expression] = STATE(1241), + [sym_call_expression] = STATE(1241), + [sym_field_expression] = STATE(1241), + [sym_compound_literal_expression] = STATE(1241), + [sym_parenthesized_expression] = STATE(1241), + [sym_concatenated_string] = STATE(1241), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(3557), + [sym_char_literal] = ACTIONS(3557), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(3559), + [sym_false] = ACTIONS(3559), + [sym_null] = ACTIONS(3559), + [sym_identifier] = ACTIONS(3559), [sym_comment] = ACTIONS(39), }, - [1269] = { - [sym__expression] = STATE(1375), - [sym_conditional_expression] = STATE(1375), - [sym_assignment_expression] = STATE(1375), - [sym_pointer_expression] = STATE(1375), - [sym_logical_expression] = STATE(1375), - [sym_bitwise_expression] = STATE(1375), - [sym_equality_expression] = STATE(1375), - [sym_relational_expression] = STATE(1375), - [sym_shift_expression] = STATE(1375), - [sym_math_expression] = STATE(1375), - [sym_cast_expression] = STATE(1375), - [sym_sizeof_expression] = STATE(1375), - [sym_subscript_expression] = STATE(1375), - [sym_call_expression] = STATE(1375), - [sym_field_expression] = STATE(1375), - [sym_compound_literal_expression] = STATE(1375), - [sym_parenthesized_expression] = STATE(1375), - [sym_concatenated_string] = STATE(1375), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3727), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3729), - [sym_char_literal] = ACTIONS(3729), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3731), - [sym_false] = ACTIONS(3731), - [sym_null] = ACTIONS(3731), - [sym_identifier] = ACTIONS(3731), + [1181] = { + [anon_sym_COLON] = ACTIONS(3561), [sym_comment] = ACTIONS(39), }, - [1270] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3733), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1182] = { + [anon_sym_LPAREN] = ACTIONS(3563), [sym_comment] = ACTIONS(39), }, - [1271] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_auto] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2700), - [sym_string_literal] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2698), + [1183] = { + [anon_sym_LPAREN] = ACTIONS(3565), [sym_comment] = ACTIONS(39), }, - [1272] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_auto] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [sym_char_literal] = ACTIONS(2704), - [sym_string_literal] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2702), + [1184] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(3567), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [1273] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(2965), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [1185] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3286), + [anon_sym_LPAREN] = ACTIONS(3288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3286), + [sym_preproc_directive] = ACTIONS(3286), + [anon_sym_SEMI] = ACTIONS(3288), + [anon_sym_typedef] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_auto] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [anon_sym_if] = ACTIONS(3286), + [anon_sym_else] = ACTIONS(3569), + [anon_sym_switch] = ACTIONS(3286), + [anon_sym_case] = ACTIONS(3286), + [anon_sym_default] = ACTIONS(3286), + [anon_sym_while] = ACTIONS(3286), + [anon_sym_do] = ACTIONS(3286), + [anon_sym_for] = ACTIONS(3286), + [anon_sym_return] = ACTIONS(3286), + [anon_sym_break] = ACTIONS(3286), + [anon_sym_continue] = ACTIONS(3286), + [anon_sym_goto] = ACTIONS(3286), + [anon_sym_AMP] = ACTIONS(3288), + [anon_sym_BANG] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_PLUS] = ACTIONS(3286), + [anon_sym_DASH] = ACTIONS(3286), + [anon_sym_DASH_DASH] = ACTIONS(3288), + [anon_sym_PLUS_PLUS] = ACTIONS(3288), + [anon_sym_sizeof] = ACTIONS(3286), + [sym_number_literal] = ACTIONS(3288), + [sym_char_literal] = ACTIONS(3288), + [sym_string_literal] = ACTIONS(3288), + [sym_true] = ACTIONS(3286), + [sym_false] = ACTIONS(3286), + [sym_null] = ACTIONS(3286), + [sym_identifier] = ACTIONS(3286), [sym_comment] = ACTIONS(39), }, - [1274] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2717), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2715), - [sym_preproc_directive] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_auto] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_unsigned] = ACTIONS(2715), - [anon_sym_long] = ACTIONS(2715), - [anon_sym_short] = ACTIONS(2715), - [sym_primitive_type] = ACTIONS(2715), - [anon_sym_enum] = ACTIONS(2715), - [anon_sym_struct] = ACTIONS(2715), - [anon_sym_union] = ACTIONS(2715), - [anon_sym_if] = ACTIONS(2715), - [anon_sym_switch] = ACTIONS(2715), - [anon_sym_case] = ACTIONS(2715), - [anon_sym_default] = ACTIONS(2715), - [anon_sym_while] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_for] = ACTIONS(2715), - [anon_sym_return] = ACTIONS(2715), - [anon_sym_break] = ACTIONS(2715), - [anon_sym_continue] = ACTIONS(2715), - [anon_sym_goto] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_TILDE] = ACTIONS(2717), - [anon_sym_PLUS] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_sizeof] = ACTIONS(2715), - [sym_number_literal] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [sym_string_literal] = ACTIONS(2717), - [sym_true] = ACTIONS(2715), - [sym_false] = ACTIONS(2715), - [sym_null] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2715), + [1186] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3296), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3294), + [sym_preproc_directive] = ACTIONS(3294), + [anon_sym_SEMI] = ACTIONS(3296), + [anon_sym_typedef] = ACTIONS(3294), + [anon_sym_extern] = ACTIONS(3294), + [anon_sym_LBRACE] = ACTIONS(3296), + [anon_sym_STAR] = ACTIONS(3296), + [anon_sym_static] = ACTIONS(3294), + [anon_sym_auto] = ACTIONS(3294), + [anon_sym_register] = ACTIONS(3294), + [anon_sym_inline] = ACTIONS(3294), + [anon_sym_const] = ACTIONS(3294), + [anon_sym_restrict] = ACTIONS(3294), + [anon_sym_volatile] = ACTIONS(3294), + [anon_sym__Atomic] = ACTIONS(3294), + [anon_sym_unsigned] = ACTIONS(3294), + [anon_sym_long] = ACTIONS(3294), + [anon_sym_short] = ACTIONS(3294), + [sym_primitive_type] = ACTIONS(3294), + [anon_sym_enum] = ACTIONS(3294), + [anon_sym_struct] = ACTIONS(3294), + [anon_sym_union] = ACTIONS(3294), + [anon_sym_if] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3294), + [anon_sym_switch] = ACTIONS(3294), + [anon_sym_case] = ACTIONS(3294), + [anon_sym_default] = ACTIONS(3294), + [anon_sym_while] = ACTIONS(3294), + [anon_sym_do] = ACTIONS(3294), + [anon_sym_for] = ACTIONS(3294), + [anon_sym_return] = ACTIONS(3294), + [anon_sym_break] = ACTIONS(3294), + [anon_sym_continue] = ACTIONS(3294), + [anon_sym_goto] = ACTIONS(3294), + [anon_sym_AMP] = ACTIONS(3296), + [anon_sym_BANG] = ACTIONS(3296), + [anon_sym_TILDE] = ACTIONS(3296), + [anon_sym_PLUS] = ACTIONS(3294), + [anon_sym_DASH] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3296), + [anon_sym_PLUS_PLUS] = ACTIONS(3296), + [anon_sym_sizeof] = ACTIONS(3294), + [sym_number_literal] = ACTIONS(3296), + [sym_char_literal] = ACTIONS(3296), + [sym_string_literal] = ACTIONS(3296), + [sym_true] = ACTIONS(3294), + [sym_false] = ACTIONS(3294), + [sym_null] = ACTIONS(3294), + [sym_identifier] = ACTIONS(3294), [sym_comment] = ACTIONS(39), }, - [1275] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [anon_sym_if] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(564), - [anon_sym_case] = ACTIONS(564), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(564), - [anon_sym_for] = ACTIONS(564), - [anon_sym_return] = ACTIONS(564), - [anon_sym_break] = ACTIONS(564), - [anon_sym_continue] = ACTIONS(564), - [anon_sym_goto] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), + [1187] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3306), + [anon_sym_LPAREN] = ACTIONS(3308), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3306), + [sym_preproc_directive] = ACTIONS(3306), + [anon_sym_SEMI] = ACTIONS(3308), + [anon_sym_typedef] = ACTIONS(3306), + [anon_sym_extern] = ACTIONS(3306), + [anon_sym_LBRACE] = ACTIONS(3308), + [anon_sym_STAR] = ACTIONS(3308), + [anon_sym_static] = ACTIONS(3306), + [anon_sym_auto] = ACTIONS(3306), + [anon_sym_register] = ACTIONS(3306), + [anon_sym_inline] = ACTIONS(3306), + [anon_sym_const] = ACTIONS(3306), + [anon_sym_restrict] = ACTIONS(3306), + [anon_sym_volatile] = ACTIONS(3306), + [anon_sym__Atomic] = ACTIONS(3306), + [anon_sym_unsigned] = ACTIONS(3306), + [anon_sym_long] = ACTIONS(3306), + [anon_sym_short] = ACTIONS(3306), + [sym_primitive_type] = ACTIONS(3306), + [anon_sym_enum] = ACTIONS(3306), + [anon_sym_struct] = ACTIONS(3306), + [anon_sym_union] = ACTIONS(3306), + [anon_sym_if] = ACTIONS(3306), + [anon_sym_else] = ACTIONS(3306), + [anon_sym_switch] = ACTIONS(3306), + [anon_sym_case] = ACTIONS(3306), + [anon_sym_default] = ACTIONS(3306), + [anon_sym_while] = ACTIONS(3306), + [anon_sym_do] = ACTIONS(3306), + [anon_sym_for] = ACTIONS(3306), + [anon_sym_return] = ACTIONS(3306), + [anon_sym_break] = ACTIONS(3306), + [anon_sym_continue] = ACTIONS(3306), + [anon_sym_goto] = ACTIONS(3306), + [anon_sym_AMP] = ACTIONS(3308), + [anon_sym_BANG] = ACTIONS(3308), + [anon_sym_TILDE] = ACTIONS(3308), + [anon_sym_PLUS] = ACTIONS(3306), + [anon_sym_DASH] = ACTIONS(3306), + [anon_sym_DASH_DASH] = ACTIONS(3308), + [anon_sym_PLUS_PLUS] = ACTIONS(3308), + [anon_sym_sizeof] = ACTIONS(3306), + [sym_number_literal] = ACTIONS(3308), + [sym_char_literal] = ACTIONS(3308), + [sym_string_literal] = ACTIONS(3308), + [sym_true] = ACTIONS(3306), + [sym_false] = ACTIONS(3306), + [sym_null] = ACTIONS(3306), + [sym_identifier] = ACTIONS(3306), [sym_comment] = ACTIONS(39), }, - [1276] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(3735), + [1188] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3571), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1277] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3737), + [1189] = { + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [1278] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3739), + [1190] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1250), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3573), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1279] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(796), - [anon_sym_LPAREN] = ACTIONS(794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(796), - [sym_preproc_directive] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(794), - [anon_sym_typedef] = ACTIONS(796), - [anon_sym_extern] = ACTIONS(796), - [anon_sym_LBRACE] = ACTIONS(794), - [anon_sym_STAR] = ACTIONS(794), - [anon_sym_static] = ACTIONS(796), - [anon_sym_auto] = ACTIONS(796), - [anon_sym_register] = ACTIONS(796), - [anon_sym_inline] = ACTIONS(796), - [anon_sym_const] = ACTIONS(796), - [anon_sym_restrict] = ACTIONS(796), - [anon_sym_volatile] = ACTIONS(796), - [anon_sym__Atomic] = ACTIONS(796), - [anon_sym_unsigned] = ACTIONS(796), - [anon_sym_long] = ACTIONS(796), - [anon_sym_short] = ACTIONS(796), - [sym_primitive_type] = ACTIONS(796), - [anon_sym_enum] = ACTIONS(796), - [anon_sym_struct] = ACTIONS(796), - [anon_sym_union] = ACTIONS(796), - [anon_sym_if] = ACTIONS(796), - [anon_sym_switch] = ACTIONS(796), - [anon_sym_case] = ACTIONS(796), - [anon_sym_default] = ACTIONS(796), - [anon_sym_while] = ACTIONS(796), - [anon_sym_do] = ACTIONS(796), - [anon_sym_for] = ACTIONS(796), - [anon_sym_return] = ACTIONS(796), - [anon_sym_break] = ACTIONS(796), - [anon_sym_continue] = ACTIONS(796), - [anon_sym_goto] = ACTIONS(796), - [anon_sym_AMP] = ACTIONS(794), - [anon_sym_BANG] = ACTIONS(794), - [anon_sym_TILDE] = ACTIONS(794), - [anon_sym_PLUS] = ACTIONS(796), - [anon_sym_DASH] = ACTIONS(796), - [anon_sym_DASH_DASH] = ACTIONS(794), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_sizeof] = ACTIONS(796), - [sym_number_literal] = ACTIONS(794), - [sym_char_literal] = ACTIONS(794), - [sym_string_literal] = ACTIONS(794), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_null] = ACTIONS(796), - [sym_identifier] = ACTIONS(796), + [1191] = { + [sym__expression] = STATE(1251), + [sym_conditional_expression] = STATE(1251), + [sym_assignment_expression] = STATE(1251), + [sym_pointer_expression] = STATE(1251), + [sym_logical_expression] = STATE(1251), + [sym_bitwise_expression] = STATE(1251), + [sym_equality_expression] = STATE(1251), + [sym_relational_expression] = STATE(1251), + [sym_shift_expression] = STATE(1251), + [sym_math_expression] = STATE(1251), + [sym_cast_expression] = STATE(1251), + [sym_sizeof_expression] = STATE(1251), + [sym_subscript_expression] = STATE(1251), + [sym_call_expression] = STATE(1251), + [sym_field_expression] = STATE(1251), + [sym_compound_literal_expression] = STATE(1251), + [sym_parenthesized_expression] = STATE(1251), + [sym_concatenated_string] = STATE(1251), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3573), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3575), + [sym_char_literal] = ACTIONS(3575), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3577), + [sym_false] = ACTIONS(3577), + [sym_null] = ACTIONS(3577), + [sym_identifier] = ACTIONS(3577), [sym_comment] = ACTIONS(39), }, - [1280] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(810), - [anon_sym_STAR] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_goto] = ACTIONS(812), - [anon_sym_AMP] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(810), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(810), - [anon_sym_PLUS_PLUS] = ACTIONS(810), - [anon_sym_sizeof] = ACTIONS(812), - [sym_number_literal] = ACTIONS(810), - [sym_char_literal] = ACTIONS(810), - [sym_string_literal] = ACTIONS(810), - [sym_true] = ACTIONS(812), - [sym_false] = ACTIONS(812), - [sym_null] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), + [1192] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3579), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1281] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(3741), - [anon_sym_LBRACK] = ACTIONS(446), + [1193] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3581), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1282] = { - [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(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1194] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3583), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1283] = { - [sym_compound_statement] = STATE(1396), - [sym_labeled_statement] = STATE(1396), - [sym_expression_statement] = STATE(1396), - [sym_if_statement] = STATE(1396), - [sym_switch_statement] = STATE(1396), - [sym_case_statement] = STATE(1396), - [sym_while_statement] = STATE(1396), - [sym_do_statement] = STATE(1396), - [sym_for_statement] = STATE(1396), - [sym_return_statement] = STATE(1396), - [sym_break_statement] = STATE(1396), - [sym_continue_statement] = STATE(1396), - [sym_goto_statement] = STATE(1396), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), + [1195] = { + [sym_declaration] = STATE(910), + [sym_type_definition] = STATE(910), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(910), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(910), + [sym_expression_statement] = STATE(910), + [sym_if_statement] = STATE(910), + [sym_switch_statement] = STATE(910), + [sym_case_statement] = STATE(910), + [sym_while_statement] = STATE(910), + [sym_do_statement] = STATE(910), + [sym_for_statement] = STATE(910), + [sym_return_statement] = STATE(910), + [sym_break_statement] = STATE(910), + [sym_continue_statement] = STATE(910), + [sym_goto_statement] = STATE(910), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3455), [sym_comment] = ACTIONS(39), }, - [1284] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3221), - [sym_preproc_directive] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3221), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_auto] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_unsigned] = ACTIONS(3221), - [anon_sym_long] = ACTIONS(3221), - [anon_sym_short] = ACTIONS(3221), - [sym_primitive_type] = ACTIONS(3221), - [anon_sym_enum] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3221), - [anon_sym_union] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3221), - [anon_sym_switch] = ACTIONS(3221), - [anon_sym_case] = ACTIONS(3221), - [anon_sym_default] = ACTIONS(3221), - [anon_sym_while] = ACTIONS(3221), - [anon_sym_do] = ACTIONS(3221), - [anon_sym_for] = ACTIONS(3221), - [anon_sym_return] = ACTIONS(3221), - [anon_sym_break] = ACTIONS(3221), - [anon_sym_continue] = ACTIONS(3221), - [anon_sym_goto] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3223), - [sym_char_literal] = ACTIONS(3223), - [sym_string_literal] = ACTIONS(3223), - [sym_true] = ACTIONS(3221), - [sym_false] = ACTIONS(3221), - [sym_null] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3221), + [1196] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(3284), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1285] = { - [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(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), + [1197] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3585), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1286] = { - [sym__expression] = STATE(1398), - [sym_conditional_expression] = STATE(1398), - [sym_assignment_expression] = STATE(1398), - [sym_pointer_expression] = STATE(1398), - [sym_logical_expression] = STATE(1398), - [sym_bitwise_expression] = STATE(1398), - [sym_equality_expression] = STATE(1398), - [sym_relational_expression] = STATE(1398), - [sym_shift_expression] = STATE(1398), - [sym_math_expression] = STATE(1398), - [sym_cast_expression] = STATE(1398), - [sym_sizeof_expression] = STATE(1398), - [sym_subscript_expression] = STATE(1398), - [sym_call_expression] = STATE(1398), - [sym_field_expression] = STATE(1398), - [sym_compound_literal_expression] = STATE(1398), - [sym_parenthesized_expression] = STATE(1398), - [sym_concatenated_string] = STATE(1398), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3775), - [sym_char_literal] = ACTIONS(3775), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3777), - [sym_false] = ACTIONS(3777), - [sym_null] = ACTIONS(3777), - [sym_identifier] = ACTIONS(3777), + [1198] = { + [sym__expression] = STATE(1257), + [sym_conditional_expression] = STATE(1257), + [sym_assignment_expression] = STATE(1257), + [sym_pointer_expression] = STATE(1257), + [sym_logical_expression] = STATE(1257), + [sym_bitwise_expression] = STATE(1257), + [sym_equality_expression] = STATE(1257), + [sym_relational_expression] = STATE(1257), + [sym_shift_expression] = STATE(1257), + [sym_math_expression] = STATE(1257), + [sym_cast_expression] = STATE(1257), + [sym_sizeof_expression] = STATE(1257), + [sym_subscript_expression] = STATE(1257), + [sym_call_expression] = STATE(1257), + [sym_field_expression] = STATE(1257), + [sym_compound_literal_expression] = STATE(1257), + [sym_parenthesized_expression] = STATE(1257), + [sym_concatenated_string] = STATE(1257), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3587), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3589), + [sym_char_literal] = ACTIONS(3589), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3591), + [sym_false] = ACTIONS(3591), + [sym_null] = ACTIONS(3591), + [sym_identifier] = ACTIONS(3591), [sym_comment] = ACTIONS(39), }, - [1287] = { - [sym__expression] = STATE(1400), - [sym_conditional_expression] = STATE(1400), - [sym_assignment_expression] = STATE(1400), - [sym_pointer_expression] = STATE(1400), - [sym_logical_expression] = STATE(1400), - [sym_bitwise_expression] = STATE(1400), - [sym_equality_expression] = STATE(1400), - [sym_relational_expression] = STATE(1400), - [sym_shift_expression] = STATE(1400), - [sym_math_expression] = STATE(1400), - [sym_cast_expression] = STATE(1400), - [sym_sizeof_expression] = STATE(1400), - [sym_subscript_expression] = STATE(1400), - [sym_call_expression] = STATE(1400), - [sym_field_expression] = STATE(1400), - [sym_compound_literal_expression] = STATE(1400), - [sym_parenthesized_expression] = STATE(1400), - [sym_concatenated_string] = STATE(1400), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3779), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3781), - [sym_char_literal] = ACTIONS(3781), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3783), - [sym_false] = ACTIONS(3783), - [sym_null] = ACTIONS(3783), - [sym_identifier] = ACTIONS(3783), + [1199] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3593), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1288] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3785), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1200] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3595), + [anon_sym_LPAREN] = ACTIONS(3597), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3595), + [sym_preproc_directive] = ACTIONS(3595), + [anon_sym_SEMI] = ACTIONS(3597), + [anon_sym_typedef] = ACTIONS(3595), + [anon_sym_extern] = ACTIONS(3595), + [anon_sym_LBRACE] = ACTIONS(3597), + [anon_sym_RBRACE] = ACTIONS(3597), + [anon_sym_STAR] = ACTIONS(3597), + [anon_sym_static] = ACTIONS(3595), + [anon_sym_auto] = ACTIONS(3595), + [anon_sym_register] = ACTIONS(3595), + [anon_sym_inline] = ACTIONS(3595), + [anon_sym_const] = ACTIONS(3595), + [anon_sym_restrict] = ACTIONS(3595), + [anon_sym_volatile] = ACTIONS(3595), + [anon_sym__Atomic] = ACTIONS(3595), + [anon_sym_unsigned] = ACTIONS(3595), + [anon_sym_long] = ACTIONS(3595), + [anon_sym_short] = ACTIONS(3595), + [sym_primitive_type] = ACTIONS(3595), + [anon_sym_enum] = ACTIONS(3595), + [anon_sym_struct] = ACTIONS(3595), + [anon_sym_union] = ACTIONS(3595), + [anon_sym_if] = ACTIONS(3595), + [anon_sym_else] = ACTIONS(3595), + [anon_sym_switch] = ACTIONS(3595), + [anon_sym_case] = ACTIONS(3595), + [anon_sym_default] = ACTIONS(3595), + [anon_sym_while] = ACTIONS(3595), + [anon_sym_do] = ACTIONS(3595), + [anon_sym_for] = ACTIONS(3595), + [anon_sym_return] = ACTIONS(3595), + [anon_sym_break] = ACTIONS(3595), + [anon_sym_continue] = ACTIONS(3595), + [anon_sym_goto] = ACTIONS(3595), + [anon_sym_AMP] = ACTIONS(3597), + [anon_sym_BANG] = ACTIONS(3597), + [anon_sym_TILDE] = ACTIONS(3597), + [anon_sym_PLUS] = ACTIONS(3595), + [anon_sym_DASH] = ACTIONS(3595), + [anon_sym_DASH_DASH] = ACTIONS(3597), + [anon_sym_PLUS_PLUS] = ACTIONS(3597), + [anon_sym_sizeof] = ACTIONS(3595), + [sym_number_literal] = ACTIONS(3597), + [sym_char_literal] = ACTIONS(3597), + [sym_string_literal] = ACTIONS(3597), + [sym_true] = ACTIONS(3595), + [sym_false] = ACTIONS(3595), + [sym_null] = ACTIONS(3595), + [sym_identifier] = ACTIONS(3595), [sym_comment] = ACTIONS(39), }, - [1289] = { - [sym__expression] = STATE(1402), - [sym_conditional_expression] = STATE(1402), - [sym_assignment_expression] = STATE(1402), - [sym_pointer_expression] = STATE(1402), - [sym_logical_expression] = STATE(1402), - [sym_bitwise_expression] = STATE(1402), - [sym_equality_expression] = STATE(1402), - [sym_relational_expression] = STATE(1402), - [sym_shift_expression] = STATE(1402), - [sym_math_expression] = STATE(1402), - [sym_cast_expression] = STATE(1402), - [sym_sizeof_expression] = STATE(1402), - [sym_subscript_expression] = STATE(1402), - [sym_call_expression] = STATE(1402), - [sym_field_expression] = STATE(1402), - [sym_compound_literal_expression] = STATE(1402), - [sym_parenthesized_expression] = STATE(1402), - [sym_concatenated_string] = STATE(1402), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3785), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3787), - [sym_char_literal] = ACTIONS(3787), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3789), - [sym_false] = ACTIONS(3789), - [sym_null] = ACTIONS(3789), - [sym_identifier] = ACTIONS(3789), + [1201] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3355), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1290] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [anon_sym_LPAREN] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [1202] = { + [sym__expression] = STATE(1259), + [sym_conditional_expression] = STATE(1259), + [sym_assignment_expression] = STATE(1259), + [sym_pointer_expression] = STATE(1259), + [sym_logical_expression] = STATE(1259), + [sym_bitwise_expression] = STATE(1259), + [sym_equality_expression] = STATE(1259), + [sym_relational_expression] = STATE(1259), + [sym_shift_expression] = STATE(1259), + [sym_math_expression] = STATE(1259), + [sym_cast_expression] = STATE(1259), + [sym_sizeof_expression] = STATE(1259), + [sym_subscript_expression] = STATE(1259), + [sym_call_expression] = STATE(1259), + [sym_field_expression] = STATE(1259), + [sym_compound_literal_expression] = STATE(1259), + [sym_parenthesized_expression] = STATE(1259), + [sym_concatenated_string] = STATE(1259), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3599), + [sym_char_literal] = ACTIONS(3599), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3601), + [sym_false] = ACTIONS(3601), + [sym_null] = ACTIONS(3601), + [sym_identifier] = ACTIONS(3601), [sym_comment] = ACTIONS(39), }, - [1291] = { - [sym__expression] = STATE(923), - [sym_conditional_expression] = STATE(923), - [sym_assignment_expression] = STATE(923), - [sym_pointer_expression] = STATE(923), - [sym_logical_expression] = STATE(923), - [sym_bitwise_expression] = STATE(923), - [sym_equality_expression] = STATE(923), - [sym_relational_expression] = STATE(923), - [sym_shift_expression] = STATE(923), - [sym_math_expression] = STATE(923), - [sym_cast_expression] = STATE(923), - [sym_sizeof_expression] = STATE(923), - [sym_subscript_expression] = STATE(923), - [sym_call_expression] = STATE(923), - [sym_field_expression] = STATE(923), - [sym_compound_literal_expression] = STATE(923), - [sym_parenthesized_expression] = STATE(923), - [sym_initializer_list] = STATE(924), - [sym_concatenated_string] = STATE(923), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_RPAREN] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(664), - [anon_sym_STAR] = ACTIONS(3791), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_EQ] = ACTIONS(3263), - [anon_sym_QMARK] = ACTIONS(3259), - [anon_sym_STAR_EQ] = ACTIONS(3259), - [anon_sym_SLASH_EQ] = ACTIONS(3259), - [anon_sym_PERCENT_EQ] = ACTIONS(3259), - [anon_sym_PLUS_EQ] = ACTIONS(3259), - [anon_sym_DASH_EQ] = ACTIONS(3259), - [anon_sym_LT_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_GT_EQ] = ACTIONS(3259), - [anon_sym_AMP_EQ] = ACTIONS(3259), - [anon_sym_CARET_EQ] = ACTIONS(3259), - [anon_sym_PIPE_EQ] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3791), - [anon_sym_PIPE_PIPE] = ACTIONS(3259), - [anon_sym_AMP_AMP] = ACTIONS(3259), - [anon_sym_BANG] = ACTIONS(3793), - [anon_sym_PIPE] = ACTIONS(3263), - [anon_sym_CARET] = ACTIONS(3263), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_EQ_EQ] = ACTIONS(3259), - [anon_sym_BANG_EQ] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3263), - [anon_sym_GT] = ACTIONS(3263), - [anon_sym_LT_EQ] = ACTIONS(3259), - [anon_sym_GT_EQ] = ACTIONS(3259), - [anon_sym_LT_LT] = ACTIONS(3263), - [anon_sym_GT_GT] = ACTIONS(3263), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_SLASH] = ACTIONS(3263), - [anon_sym_PERCENT] = ACTIONS(3263), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [anon_sym_DOT] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [sym_number_literal] = ACTIONS(2430), - [sym_char_literal] = ACTIONS(2430), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(2432), - [sym_false] = ACTIONS(2432), - [sym_null] = ACTIONS(2432), - [sym_identifier] = ACTIONS(2432), + [1203] = { + [sym__expression] = STATE(1260), + [sym_conditional_expression] = STATE(1260), + [sym_assignment_expression] = STATE(1260), + [sym_pointer_expression] = STATE(1260), + [sym_logical_expression] = STATE(1260), + [sym_bitwise_expression] = STATE(1260), + [sym_equality_expression] = STATE(1260), + [sym_relational_expression] = STATE(1260), + [sym_shift_expression] = STATE(1260), + [sym_math_expression] = STATE(1260), + [sym_cast_expression] = STATE(1260), + [sym_sizeof_expression] = STATE(1260), + [sym_subscript_expression] = STATE(1260), + [sym_call_expression] = STATE(1260), + [sym_field_expression] = STATE(1260), + [sym_compound_literal_expression] = STATE(1260), + [sym_parenthesized_expression] = STATE(1260), + [sym_concatenated_string] = STATE(1260), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3603), + [sym_char_literal] = ACTIONS(3603), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3605), + [sym_false] = ACTIONS(3605), + [sym_null] = ACTIONS(3605), + [sym_identifier] = ACTIONS(3605), [sym_comment] = ACTIONS(39), }, - [1292] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_RBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1042), - [sym_char_literal] = ACTIONS(1042), - [sym_string_literal] = ACTIONS(1042), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), + [1204] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3607), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1293] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [1205] = { + [sym_declaration] = STATE(682), + [sym_type_definition] = STATE(682), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(682), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(682), + [sym_expression_statement] = STATE(682), + [sym_if_statement] = STATE(682), + [sym_switch_statement] = STATE(682), + [sym_case_statement] = STATE(682), + [sym_while_statement] = STATE(682), + [sym_do_statement] = STATE(682), + [sym_for_statement] = STATE(682), + [sym_return_statement] = STATE(682), + [sym_break_statement] = STATE(682), + [sym_continue_statement] = STATE(682), + [sym_goto_statement] = STATE(682), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(3795), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -47111,210 +47348,114 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), - [sym_comment] = ACTIONS(39), - }, - [1294] = { - [sym__expression] = STATE(1404), - [sym_conditional_expression] = STATE(1404), - [sym_assignment_expression] = STATE(1404), - [sym_pointer_expression] = STATE(1404), - [sym_logical_expression] = STATE(1404), - [sym_bitwise_expression] = STATE(1404), - [sym_equality_expression] = STATE(1404), - [sym_relational_expression] = STATE(1404), - [sym_shift_expression] = STATE(1404), - [sym_math_expression] = STATE(1404), - [sym_cast_expression] = STATE(1404), - [sym_sizeof_expression] = STATE(1404), - [sym_subscript_expression] = STATE(1404), - [sym_call_expression] = STATE(1404), - [sym_field_expression] = STATE(1404), - [sym_compound_literal_expression] = STATE(1404), - [sym_parenthesized_expression] = STATE(1404), - [sym_concatenated_string] = STATE(1404), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3797), - [sym_char_literal] = ACTIONS(3797), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3799), - [sym_false] = ACTIONS(3799), - [sym_null] = ACTIONS(3799), - [sym_identifier] = ACTIONS(3799), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3609), [sym_comment] = ACTIONS(39), }, - [1295] = { - [sym__expression] = STATE(1405), - [sym_conditional_expression] = STATE(1405), - [sym_assignment_expression] = STATE(1405), - [sym_pointer_expression] = STATE(1405), - [sym_logical_expression] = STATE(1405), - [sym_bitwise_expression] = STATE(1405), - [sym_equality_expression] = STATE(1405), - [sym_relational_expression] = STATE(1405), - [sym_shift_expression] = STATE(1405), - [sym_math_expression] = STATE(1405), - [sym_cast_expression] = STATE(1405), - [sym_sizeof_expression] = STATE(1405), - [sym_subscript_expression] = STATE(1405), - [sym_call_expression] = STATE(1405), - [sym_field_expression] = STATE(1405), - [sym_compound_literal_expression] = STATE(1405), - [sym_parenthesized_expression] = STATE(1405), - [sym_concatenated_string] = STATE(1405), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3801), - [sym_char_literal] = ACTIONS(3801), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3803), - [sym_false] = ACTIONS(3803), - [sym_null] = ACTIONS(3803), - [sym_identifier] = ACTIONS(3803), + [1206] = { + [sym__expression] = STATE(1263), + [sym_conditional_expression] = STATE(1263), + [sym_assignment_expression] = STATE(1263), + [sym_pointer_expression] = STATE(1263), + [sym_logical_expression] = STATE(1263), + [sym_bitwise_expression] = STATE(1263), + [sym_equality_expression] = STATE(1263), + [sym_relational_expression] = STATE(1263), + [sym_shift_expression] = STATE(1263), + [sym_math_expression] = STATE(1263), + [sym_cast_expression] = STATE(1263), + [sym_sizeof_expression] = STATE(1263), + [sym_subscript_expression] = STATE(1263), + [sym_call_expression] = STATE(1263), + [sym_field_expression] = STATE(1263), + [sym_compound_literal_expression] = STATE(1263), + [sym_parenthesized_expression] = STATE(1263), + [sym_concatenated_string] = STATE(1263), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3611), + [sym_char_literal] = ACTIONS(3611), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3613), + [sym_false] = ACTIONS(3613), + [sym_null] = ACTIONS(3613), + [sym_identifier] = ACTIONS(3613), [sym_comment] = ACTIONS(39), }, - [1296] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(3805), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1297] = { - [sym_declaration] = STATE(1409), - [sym_type_definition] = STATE(1409), - [sym__declaration_specifiers] = STATE(1410), - [sym_compound_statement] = STATE(1409), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1409), - [sym_expression_statement] = STATE(1409), - [sym_if_statement] = STATE(1409), - [sym_switch_statement] = STATE(1409), - [sym_case_statement] = STATE(1409), - [sym_while_statement] = STATE(1409), - [sym_do_statement] = STATE(1409), - [sym_for_statement] = STATE(1409), - [sym_return_statement] = STATE(1409), - [sym_break_statement] = STATE(1409), - [sym_continue_statement] = STATE(1409), - [sym_goto_statement] = STATE(1409), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_typedef] = ACTIONS(3807), + [1207] = { + [sym_declaration] = STATE(1264), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(1265), + [sym_conditional_expression] = STATE(1265), + [sym_assignment_expression] = STATE(1265), + [sym_pointer_expression] = STATE(1265), + [sym_logical_expression] = STATE(1265), + [sym_bitwise_expression] = STATE(1265), + [sym_equality_expression] = STATE(1265), + [sym_relational_expression] = STATE(1265), + [sym_shift_expression] = STATE(1265), + [sym_math_expression] = STATE(1265), + [sym_cast_expression] = STATE(1265), + [sym_sizeof_expression] = STATE(1265), + [sym_subscript_expression] = STATE(1265), + [sym_call_expression] = STATE(1265), + [sym_field_expression] = STATE(1265), + [sym_compound_literal_expression] = STATE(1265), + [sym_parenthesized_expression] = STATE(1265), + [sym_concatenated_string] = STATE(1265), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3615), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_STAR] = ACTIONS(811), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -47323,3371 +47464,3807 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3809), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3617), + [sym_char_literal] = ACTIONS(3617), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3619), + [sym_false] = ACTIONS(3619), + [sym_null] = ACTIONS(3619), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [1298] = { - [sym__expression] = STATE(1411), - [sym_conditional_expression] = STATE(1411), - [sym_assignment_expression] = STATE(1411), - [sym_pointer_expression] = STATE(1411), - [sym_logical_expression] = STATE(1411), - [sym_bitwise_expression] = STATE(1411), - [sym_equality_expression] = STATE(1411), - [sym_relational_expression] = STATE(1411), - [sym_shift_expression] = STATE(1411), - [sym_math_expression] = STATE(1411), - [sym_cast_expression] = STATE(1411), - [sym_sizeof_expression] = STATE(1411), - [sym_subscript_expression] = STATE(1411), - [sym_call_expression] = STATE(1411), - [sym_field_expression] = STATE(1411), - [sym_compound_literal_expression] = STATE(1411), - [sym_parenthesized_expression] = STATE(1411), - [sym_concatenated_string] = STATE(1411), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3811), - [sym_char_literal] = ACTIONS(3811), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3813), - [sym_false] = ACTIONS(3813), - [sym_null] = ACTIONS(3813), - [sym_identifier] = ACTIONS(3813), + [1208] = { + [sym_compound_statement] = STATE(701), + [sym_labeled_statement] = STATE(701), + [sym_expression_statement] = STATE(701), + [sym_if_statement] = STATE(701), + [sym_switch_statement] = STATE(701), + [sym_case_statement] = STATE(701), + [sym_while_statement] = STATE(701), + [sym_do_statement] = STATE(701), + [sym_for_statement] = STATE(701), + [sym_return_statement] = STATE(701), + [sym_break_statement] = STATE(701), + [sym_continue_statement] = STATE(701), + [sym_goto_statement] = STATE(701), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1299] = { - [anon_sym_while] = ACTIONS(3815), + [1209] = { + [sym_compound_statement] = STATE(1200), + [sym_labeled_statement] = STATE(1200), + [sym_expression_statement] = STATE(1200), + [sym_if_statement] = STATE(1200), + [sym_switch_statement] = STATE(1200), + [sym_case_statement] = STATE(1200), + [sym_while_statement] = STATE(1200), + [sym_do_statement] = STATE(1200), + [sym_for_statement] = STATE(1200), + [sym_return_statement] = STATE(1200), + [sym_break_statement] = STATE(1200), + [sym_continue_statement] = STATE(1200), + [sym_goto_statement] = STATE(1200), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1300] = { - [sym_declaration] = STATE(1413), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1414), - [sym_conditional_expression] = STATE(1414), - [sym_assignment_expression] = STATE(1414), - [sym_pointer_expression] = STATE(1414), - [sym_logical_expression] = STATE(1414), - [sym_bitwise_expression] = STATE(1414), - [sym_equality_expression] = STATE(1414), - [sym_relational_expression] = STATE(1414), - [sym_shift_expression] = STATE(1414), - [sym_math_expression] = STATE(1414), - [sym_cast_expression] = STATE(1414), - [sym_sizeof_expression] = STATE(1414), - [sym_subscript_expression] = STATE(1414), - [sym_call_expression] = STATE(1414), - [sym_field_expression] = STATE(1414), - [sym_compound_literal_expression] = STATE(1414), - [sym_parenthesized_expression] = STATE(1414), - [sym_concatenated_string] = STATE(1414), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3817), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3819), - [sym_char_literal] = ACTIONS(3819), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3821), - [sym_false] = ACTIONS(3821), - [sym_null] = ACTIONS(3821), - [sym_identifier] = ACTIONS(1792), + [1210] = { + [sym_compound_statement] = STATE(1214), + [sym_labeled_statement] = STATE(1214), + [sym_expression_statement] = STATE(1214), + [sym_if_statement] = STATE(1214), + [sym_switch_statement] = STATE(1214), + [sym_case_statement] = STATE(1214), + [sym_while_statement] = STATE(1214), + [sym_do_statement] = STATE(1214), + [sym_for_statement] = STATE(1214), + [sym_return_statement] = STATE(1214), + [sym_break_statement] = STATE(1214), + [sym_continue_statement] = STATE(1214), + [sym_goto_statement] = STATE(1214), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1301] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_RBRACE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_auto] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_AMP] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [sym_char_literal] = ACTIONS(1796), - [sym_string_literal] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_identifier] = ACTIONS(1794), + [1211] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3621), [sym_comment] = ACTIONS(39), }, - [1302] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3823), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1212] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1267), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3621), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1303] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1800), - [anon_sym_LPAREN] = ACTIONS(1802), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1800), - [sym_preproc_directive] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1800), - [anon_sym_extern] = ACTIONS(1800), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_RBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1800), - [anon_sym_auto] = ACTIONS(1800), - [anon_sym_register] = ACTIONS(1800), - [anon_sym_inline] = ACTIONS(1800), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_restrict] = ACTIONS(1800), - [anon_sym_volatile] = ACTIONS(1800), - [anon_sym__Atomic] = ACTIONS(1800), - [anon_sym_unsigned] = ACTIONS(1800), - [anon_sym_long] = ACTIONS(1800), - [anon_sym_short] = ACTIONS(1800), - [sym_primitive_type] = ACTIONS(1800), - [anon_sym_enum] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1800), - [anon_sym_union] = ACTIONS(1800), - [anon_sym_if] = ACTIONS(1800), - [anon_sym_else] = ACTIONS(1800), - [anon_sym_switch] = ACTIONS(1800), - [anon_sym_case] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1800), - [anon_sym_while] = ACTIONS(1800), - [anon_sym_do] = ACTIONS(1800), - [anon_sym_for] = ACTIONS(1800), - [anon_sym_return] = ACTIONS(1800), - [anon_sym_break] = ACTIONS(1800), - [anon_sym_continue] = ACTIONS(1800), - [anon_sym_goto] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_TILDE] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1800), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1802), - [anon_sym_sizeof] = ACTIONS(1800), - [sym_number_literal] = ACTIONS(1802), - [sym_char_literal] = ACTIONS(1802), - [sym_string_literal] = ACTIONS(1802), - [sym_true] = ACTIONS(1800), - [sym_false] = ACTIONS(1800), - [sym_null] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1800), + [1213] = { + [sym__expression] = STATE(1268), + [sym_conditional_expression] = STATE(1268), + [sym_assignment_expression] = STATE(1268), + [sym_pointer_expression] = STATE(1268), + [sym_logical_expression] = STATE(1268), + [sym_bitwise_expression] = STATE(1268), + [sym_equality_expression] = STATE(1268), + [sym_relational_expression] = STATE(1268), + [sym_shift_expression] = STATE(1268), + [sym_math_expression] = STATE(1268), + [sym_cast_expression] = STATE(1268), + [sym_sizeof_expression] = STATE(1268), + [sym_subscript_expression] = STATE(1268), + [sym_call_expression] = STATE(1268), + [sym_field_expression] = STATE(1268), + [sym_compound_literal_expression] = STATE(1268), + [sym_parenthesized_expression] = STATE(1268), + [sym_concatenated_string] = STATE(1268), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3621), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3623), + [sym_char_literal] = ACTIONS(3623), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3625), + [sym_false] = ACTIONS(3625), + [sym_null] = ACTIONS(3625), + [sym_identifier] = ACTIONS(3625), [sym_comment] = ACTIONS(39), }, - [1304] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1804), - [sym_preproc_directive] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1804), - [anon_sym_extern] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1806), - [anon_sym_RBRACE] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1804), - [anon_sym_auto] = ACTIONS(1804), - [anon_sym_register] = ACTIONS(1804), - [anon_sym_inline] = ACTIONS(1804), - [anon_sym_const] = ACTIONS(1804), - [anon_sym_restrict] = ACTIONS(1804), - [anon_sym_volatile] = ACTIONS(1804), - [anon_sym__Atomic] = ACTIONS(1804), - [anon_sym_unsigned] = ACTIONS(1804), - [anon_sym_long] = ACTIONS(1804), - [anon_sym_short] = ACTIONS(1804), - [sym_primitive_type] = ACTIONS(1804), - [anon_sym_enum] = ACTIONS(1804), - [anon_sym_struct] = ACTIONS(1804), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_if] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1804), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1804), - [anon_sym_default] = ACTIONS(1804), - [anon_sym_while] = ACTIONS(1804), - [anon_sym_do] = ACTIONS(1804), - [anon_sym_for] = ACTIONS(1804), - [anon_sym_return] = ACTIONS(1804), - [anon_sym_break] = ACTIONS(1804), - [anon_sym_continue] = ACTIONS(1804), - [anon_sym_goto] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1804), - [sym_number_literal] = ACTIONS(1806), - [sym_char_literal] = ACTIONS(1806), - [sym_string_literal] = ACTIONS(1806), - [sym_true] = ACTIONS(1804), - [sym_false] = ACTIONS(1804), - [sym_null] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1804), + [1214] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3627), + [anon_sym_LPAREN] = ACTIONS(3629), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3627), + [sym_preproc_directive] = ACTIONS(3627), + [anon_sym_SEMI] = ACTIONS(3629), + [anon_sym_typedef] = ACTIONS(3627), + [anon_sym_extern] = ACTIONS(3627), + [anon_sym_LBRACE] = ACTIONS(3629), + [anon_sym_RBRACE] = ACTIONS(3629), + [anon_sym_STAR] = ACTIONS(3629), + [anon_sym_static] = ACTIONS(3627), + [anon_sym_auto] = ACTIONS(3627), + [anon_sym_register] = ACTIONS(3627), + [anon_sym_inline] = ACTIONS(3627), + [anon_sym_const] = ACTIONS(3627), + [anon_sym_restrict] = ACTIONS(3627), + [anon_sym_volatile] = ACTIONS(3627), + [anon_sym__Atomic] = ACTIONS(3627), + [anon_sym_unsigned] = ACTIONS(3627), + [anon_sym_long] = ACTIONS(3627), + [anon_sym_short] = ACTIONS(3627), + [sym_primitive_type] = ACTIONS(3627), + [anon_sym_enum] = ACTIONS(3627), + [anon_sym_struct] = ACTIONS(3627), + [anon_sym_union] = ACTIONS(3627), + [anon_sym_if] = ACTIONS(3627), + [anon_sym_else] = ACTIONS(3627), + [anon_sym_switch] = ACTIONS(3627), + [anon_sym_case] = ACTIONS(3627), + [anon_sym_default] = ACTIONS(3627), + [anon_sym_while] = ACTIONS(3627), + [anon_sym_do] = ACTIONS(3627), + [anon_sym_for] = ACTIONS(3627), + [anon_sym_return] = ACTIONS(3627), + [anon_sym_break] = ACTIONS(3627), + [anon_sym_continue] = ACTIONS(3627), + [anon_sym_goto] = ACTIONS(3627), + [anon_sym_AMP] = ACTIONS(3629), + [anon_sym_BANG] = ACTIONS(3629), + [anon_sym_TILDE] = ACTIONS(3629), + [anon_sym_PLUS] = ACTIONS(3627), + [anon_sym_DASH] = ACTIONS(3627), + [anon_sym_DASH_DASH] = ACTIONS(3629), + [anon_sym_PLUS_PLUS] = ACTIONS(3629), + [anon_sym_sizeof] = ACTIONS(3627), + [sym_number_literal] = ACTIONS(3629), + [sym_char_literal] = ACTIONS(3629), + [sym_string_literal] = ACTIONS(3629), + [sym_true] = ACTIONS(3627), + [sym_false] = ACTIONS(3627), + [sym_null] = ACTIONS(3627), + [sym_identifier] = ACTIONS(3627), [sym_comment] = ACTIONS(39), }, - [1305] = { - [anon_sym_SEMI] = ACTIONS(3825), + [1215] = { + [sym_compound_statement] = STATE(1269), + [sym_labeled_statement] = STATE(1269), + [sym_expression_statement] = STATE(1269), + [sym_if_statement] = STATE(1269), + [sym_switch_statement] = STATE(1269), + [sym_case_statement] = STATE(1269), + [sym_while_statement] = STATE(1269), + [sym_do_statement] = STATE(1269), + [sym_for_statement] = STATE(1269), + [sym_return_statement] = STATE(1269), + [sym_break_statement] = STATE(1269), + [sym_continue_statement] = STATE(1269), + [sym_goto_statement] = STATE(1269), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [1306] = { - [sym_compound_statement] = STATE(1417), - [sym_labeled_statement] = STATE(1417), - [sym_expression_statement] = STATE(1417), - [sym_if_statement] = STATE(1417), - [sym_switch_statement] = STATE(1417), - [sym_case_statement] = STATE(1417), - [sym_while_statement] = STATE(1417), - [sym_do_statement] = STATE(1417), - [sym_for_statement] = STATE(1417), - [sym_return_statement] = STATE(1417), - [sym_break_statement] = STATE(1417), - [sym_continue_statement] = STATE(1417), - [sym_goto_statement] = STATE(1417), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), + [1216] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3631), [sym_comment] = ACTIONS(39), }, - [1307] = { - [sym_compound_statement] = STATE(1418), - [sym_labeled_statement] = STATE(1418), - [sym_expression_statement] = STATE(1418), - [sym_if_statement] = STATE(1418), - [sym_switch_statement] = STATE(1418), - [sym_case_statement] = STATE(1418), - [sym_while_statement] = STATE(1418), - [sym_do_statement] = STATE(1418), - [sym_for_statement] = STATE(1418), - [sym_return_statement] = STATE(1418), - [sym_break_statement] = STATE(1418), - [sym_continue_statement] = STATE(1418), - [sym_goto_statement] = STATE(1418), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), + [1217] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1271), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3631), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1308] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1846), - [anon_sym_LPAREN] = ACTIONS(1848), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_RBRACE] = ACTIONS(1848), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_else] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_AMP] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [sym_char_literal] = ACTIONS(1848), - [sym_string_literal] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1846), + [1218] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3241), + [anon_sym_LPAREN] = ACTIONS(3243), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3241), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3241), + [sym_preproc_directive] = ACTIONS(3241), + [anon_sym_SEMI] = ACTIONS(3243), + [anon_sym_typedef] = ACTIONS(3241), + [anon_sym_extern] = ACTIONS(3241), + [anon_sym_LBRACE] = ACTIONS(3243), + [anon_sym_STAR] = ACTIONS(3243), + [anon_sym_static] = ACTIONS(3241), + [anon_sym_auto] = ACTIONS(3241), + [anon_sym_register] = ACTIONS(3241), + [anon_sym_inline] = ACTIONS(3241), + [anon_sym_const] = ACTIONS(3241), + [anon_sym_restrict] = ACTIONS(3241), + [anon_sym_volatile] = ACTIONS(3241), + [anon_sym__Atomic] = ACTIONS(3241), + [anon_sym_unsigned] = ACTIONS(3241), + [anon_sym_long] = ACTIONS(3241), + [anon_sym_short] = ACTIONS(3241), + [sym_primitive_type] = ACTIONS(3241), + [anon_sym_enum] = ACTIONS(3241), + [anon_sym_struct] = ACTIONS(3241), + [anon_sym_union] = ACTIONS(3241), + [anon_sym_if] = ACTIONS(3241), + [anon_sym_switch] = ACTIONS(3241), + [anon_sym_case] = ACTIONS(3241), + [anon_sym_default] = ACTIONS(3241), + [anon_sym_while] = ACTIONS(3241), + [anon_sym_do] = ACTIONS(3241), + [anon_sym_for] = ACTIONS(3241), + [anon_sym_return] = ACTIONS(3241), + [anon_sym_break] = ACTIONS(3241), + [anon_sym_continue] = ACTIONS(3241), + [anon_sym_goto] = ACTIONS(3241), + [anon_sym_AMP] = ACTIONS(3243), + [anon_sym_BANG] = ACTIONS(3243), + [anon_sym_TILDE] = ACTIONS(3243), + [anon_sym_PLUS] = ACTIONS(3241), + [anon_sym_DASH] = ACTIONS(3241), + [anon_sym_DASH_DASH] = ACTIONS(3243), + [anon_sym_PLUS_PLUS] = ACTIONS(3243), + [anon_sym_sizeof] = ACTIONS(3241), + [sym_number_literal] = ACTIONS(3243), + [sym_char_literal] = ACTIONS(3243), + [sym_string_literal] = ACTIONS(3243), + [sym_true] = ACTIONS(3241), + [sym_false] = ACTIONS(3241), + [sym_null] = ACTIONS(3241), + [sym_identifier] = ACTIONS(3241), [sym_comment] = ACTIONS(39), }, - [1309] = { - [sym__expression] = STATE(1419), - [sym_conditional_expression] = STATE(1419), - [sym_assignment_expression] = STATE(1419), - [sym_pointer_expression] = STATE(1419), - [sym_logical_expression] = STATE(1419), - [sym_bitwise_expression] = STATE(1419), - [sym_equality_expression] = STATE(1419), - [sym_relational_expression] = STATE(1419), - [sym_shift_expression] = STATE(1419), - [sym_math_expression] = STATE(1419), - [sym_cast_expression] = STATE(1419), - [sym_sizeof_expression] = STATE(1419), - [sym_subscript_expression] = STATE(1419), - [sym_call_expression] = STATE(1419), - [sym_field_expression] = STATE(1419), - [sym_compound_literal_expression] = STATE(1419), - [sym_parenthesized_expression] = STATE(1419), - [sym_concatenated_string] = STATE(1419), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3827), - [sym_char_literal] = ACTIONS(3827), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3829), - [sym_false] = ACTIONS(3829), - [sym_null] = ACTIONS(3829), - [sym_identifier] = ACTIONS(3829), + [1219] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3245), + [anon_sym_LPAREN] = ACTIONS(3247), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3245), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3245), + [sym_preproc_directive] = ACTIONS(3245), + [anon_sym_SEMI] = ACTIONS(3247), + [anon_sym_typedef] = ACTIONS(3245), + [anon_sym_extern] = ACTIONS(3245), + [anon_sym_LBRACE] = ACTIONS(3247), + [anon_sym_STAR] = ACTIONS(3247), + [anon_sym_static] = ACTIONS(3245), + [anon_sym_auto] = ACTIONS(3245), + [anon_sym_register] = ACTIONS(3245), + [anon_sym_inline] = ACTIONS(3245), + [anon_sym_const] = ACTIONS(3245), + [anon_sym_restrict] = ACTIONS(3245), + [anon_sym_volatile] = ACTIONS(3245), + [anon_sym__Atomic] = ACTIONS(3245), + [anon_sym_unsigned] = ACTIONS(3245), + [anon_sym_long] = ACTIONS(3245), + [anon_sym_short] = ACTIONS(3245), + [sym_primitive_type] = ACTIONS(3245), + [anon_sym_enum] = ACTIONS(3245), + [anon_sym_struct] = ACTIONS(3245), + [anon_sym_union] = ACTIONS(3245), + [anon_sym_if] = ACTIONS(3245), + [anon_sym_switch] = ACTIONS(3245), + [anon_sym_case] = ACTIONS(3245), + [anon_sym_default] = ACTIONS(3245), + [anon_sym_while] = ACTIONS(3245), + [anon_sym_do] = ACTIONS(3245), + [anon_sym_for] = ACTIONS(3245), + [anon_sym_return] = ACTIONS(3245), + [anon_sym_break] = ACTIONS(3245), + [anon_sym_continue] = ACTIONS(3245), + [anon_sym_goto] = ACTIONS(3245), + [anon_sym_AMP] = ACTIONS(3247), + [anon_sym_BANG] = ACTIONS(3247), + [anon_sym_TILDE] = ACTIONS(3247), + [anon_sym_PLUS] = ACTIONS(3245), + [anon_sym_DASH] = ACTIONS(3245), + [anon_sym_DASH_DASH] = ACTIONS(3247), + [anon_sym_PLUS_PLUS] = ACTIONS(3247), + [anon_sym_sizeof] = ACTIONS(3245), + [sym_number_literal] = ACTIONS(3247), + [sym_char_literal] = ACTIONS(3247), + [sym_string_literal] = ACTIONS(3247), + [sym_true] = ACTIONS(3245), + [sym_false] = ACTIONS(3245), + [sym_null] = ACTIONS(3245), + [sym_identifier] = ACTIONS(3245), [sym_comment] = ACTIONS(39), }, - [1310] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(3667), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1220] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3249), + [anon_sym_LPAREN] = ACTIONS(3251), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3249), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3249), + [sym_preproc_directive] = ACTIONS(3249), + [anon_sym_SEMI] = ACTIONS(3251), + [anon_sym_typedef] = ACTIONS(3249), + [anon_sym_extern] = ACTIONS(3249), + [anon_sym_LBRACE] = ACTIONS(3251), + [anon_sym_STAR] = ACTIONS(3251), + [anon_sym_static] = ACTIONS(3249), + [anon_sym_auto] = ACTIONS(3249), + [anon_sym_register] = ACTIONS(3249), + [anon_sym_inline] = ACTIONS(3249), + [anon_sym_const] = ACTIONS(3249), + [anon_sym_restrict] = ACTIONS(3249), + [anon_sym_volatile] = ACTIONS(3249), + [anon_sym__Atomic] = ACTIONS(3249), + [anon_sym_unsigned] = ACTIONS(3249), + [anon_sym_long] = ACTIONS(3249), + [anon_sym_short] = ACTIONS(3249), + [sym_primitive_type] = ACTIONS(3249), + [anon_sym_enum] = ACTIONS(3249), + [anon_sym_struct] = ACTIONS(3249), + [anon_sym_union] = ACTIONS(3249), + [anon_sym_if] = ACTIONS(3249), + [anon_sym_switch] = ACTIONS(3249), + [anon_sym_case] = ACTIONS(3249), + [anon_sym_default] = ACTIONS(3249), + [anon_sym_while] = ACTIONS(3249), + [anon_sym_do] = ACTIONS(3249), + [anon_sym_for] = ACTIONS(3249), + [anon_sym_return] = ACTIONS(3249), + [anon_sym_break] = ACTIONS(3249), + [anon_sym_continue] = ACTIONS(3249), + [anon_sym_goto] = ACTIONS(3249), + [anon_sym_AMP] = ACTIONS(3251), + [anon_sym_BANG] = ACTIONS(3251), + [anon_sym_TILDE] = ACTIONS(3251), + [anon_sym_PLUS] = ACTIONS(3249), + [anon_sym_DASH] = ACTIONS(3249), + [anon_sym_DASH_DASH] = ACTIONS(3251), + [anon_sym_PLUS_PLUS] = ACTIONS(3251), + [anon_sym_sizeof] = ACTIONS(3249), + [sym_number_literal] = ACTIONS(3251), + [sym_char_literal] = ACTIONS(3251), + [sym_string_literal] = ACTIONS(3251), + [sym_true] = ACTIONS(3249), + [sym_false] = ACTIONS(3249), + [sym_null] = ACTIONS(3249), + [sym_identifier] = ACTIONS(3249), [sym_comment] = ACTIONS(39), }, - [1311] = { - [anon_sym_else] = ACTIONS(1036), - [anon_sym_while] = ACTIONS(1036), + [1221] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3253), + [anon_sym_LPAREN] = ACTIONS(3255), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3253), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3253), + [sym_preproc_directive] = ACTIONS(3253), + [anon_sym_SEMI] = ACTIONS(3255), + [anon_sym_typedef] = ACTIONS(3253), + [anon_sym_extern] = ACTIONS(3253), + [anon_sym_LBRACE] = ACTIONS(3255), + [anon_sym_STAR] = ACTIONS(3255), + [anon_sym_static] = ACTIONS(3253), + [anon_sym_auto] = ACTIONS(3253), + [anon_sym_register] = ACTIONS(3253), + [anon_sym_inline] = ACTIONS(3253), + [anon_sym_const] = ACTIONS(3253), + [anon_sym_restrict] = ACTIONS(3253), + [anon_sym_volatile] = ACTIONS(3253), + [anon_sym__Atomic] = ACTIONS(3253), + [anon_sym_unsigned] = ACTIONS(3253), + [anon_sym_long] = ACTIONS(3253), + [anon_sym_short] = ACTIONS(3253), + [sym_primitive_type] = ACTIONS(3253), + [anon_sym_enum] = ACTIONS(3253), + [anon_sym_struct] = ACTIONS(3253), + [anon_sym_union] = ACTIONS(3253), + [anon_sym_if] = ACTIONS(3253), + [anon_sym_switch] = ACTIONS(3253), + [anon_sym_case] = ACTIONS(3253), + [anon_sym_default] = ACTIONS(3253), + [anon_sym_while] = ACTIONS(3253), + [anon_sym_do] = ACTIONS(3253), + [anon_sym_for] = ACTIONS(3253), + [anon_sym_return] = ACTIONS(3253), + [anon_sym_break] = ACTIONS(3253), + [anon_sym_continue] = ACTIONS(3253), + [anon_sym_goto] = ACTIONS(3253), + [anon_sym_AMP] = ACTIONS(3255), + [anon_sym_BANG] = ACTIONS(3255), + [anon_sym_TILDE] = ACTIONS(3255), + [anon_sym_PLUS] = ACTIONS(3253), + [anon_sym_DASH] = ACTIONS(3253), + [anon_sym_DASH_DASH] = ACTIONS(3255), + [anon_sym_PLUS_PLUS] = ACTIONS(3255), + [anon_sym_sizeof] = ACTIONS(3253), + [sym_number_literal] = ACTIONS(3255), + [sym_char_literal] = ACTIONS(3255), + [sym_string_literal] = ACTIONS(3255), + [sym_true] = ACTIONS(3253), + [sym_false] = ACTIONS(3253), + [sym_null] = ACTIONS(3253), + [sym_identifier] = ACTIONS(3253), [sym_comment] = ACTIONS(39), }, - [1312] = { - [sym_preproc_include] = STATE(1421), - [sym_preproc_def] = STATE(1421), - [sym_preproc_function_def] = STATE(1421), - [sym_preproc_call] = STATE(1421), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(1421), - [sym_type_definition] = STATE(1421), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(1421), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1421), - [sym_expression_statement] = STATE(1421), - [sym_if_statement] = STATE(1421), - [sym_switch_statement] = STATE(1421), - [sym_case_statement] = STATE(1421), - [sym_while_statement] = STATE(1421), - [sym_do_statement] = STATE(1421), - [sym_for_statement] = STATE(1421), - [sym_return_statement] = STATE(1421), - [sym_break_statement] = STATE(1421), - [sym_continue_statement] = STATE(1421), - [sym_goto_statement] = STATE(1421), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(1421), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1421), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(3831), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [1222] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3257), + [anon_sym_LPAREN] = ACTIONS(3259), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3257), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3257), + [sym_preproc_directive] = ACTIONS(3257), + [anon_sym_SEMI] = ACTIONS(3259), + [anon_sym_typedef] = ACTIONS(3257), + [anon_sym_extern] = ACTIONS(3257), + [anon_sym_LBRACE] = ACTIONS(3259), + [anon_sym_STAR] = ACTIONS(3259), + [anon_sym_static] = ACTIONS(3257), + [anon_sym_auto] = ACTIONS(3257), + [anon_sym_register] = ACTIONS(3257), + [anon_sym_inline] = ACTIONS(3257), + [anon_sym_const] = ACTIONS(3257), + [anon_sym_restrict] = ACTIONS(3257), + [anon_sym_volatile] = ACTIONS(3257), + [anon_sym__Atomic] = ACTIONS(3257), + [anon_sym_unsigned] = ACTIONS(3257), + [anon_sym_long] = ACTIONS(3257), + [anon_sym_short] = ACTIONS(3257), + [sym_primitive_type] = ACTIONS(3257), + [anon_sym_enum] = ACTIONS(3257), + [anon_sym_struct] = ACTIONS(3257), + [anon_sym_union] = ACTIONS(3257), + [anon_sym_if] = ACTIONS(3257), + [anon_sym_switch] = ACTIONS(3257), + [anon_sym_case] = ACTIONS(3257), + [anon_sym_default] = ACTIONS(3257), + [anon_sym_while] = ACTIONS(3257), + [anon_sym_do] = ACTIONS(3257), + [anon_sym_for] = ACTIONS(3257), + [anon_sym_return] = ACTIONS(3257), + [anon_sym_break] = ACTIONS(3257), + [anon_sym_continue] = ACTIONS(3257), + [anon_sym_goto] = ACTIONS(3257), + [anon_sym_AMP] = ACTIONS(3259), + [anon_sym_BANG] = ACTIONS(3259), + [anon_sym_TILDE] = ACTIONS(3259), + [anon_sym_PLUS] = ACTIONS(3257), + [anon_sym_DASH] = ACTIONS(3257), + [anon_sym_DASH_DASH] = ACTIONS(3259), + [anon_sym_PLUS_PLUS] = ACTIONS(3259), + [anon_sym_sizeof] = ACTIONS(3257), + [sym_number_literal] = ACTIONS(3259), + [sym_char_literal] = ACTIONS(3259), + [sym_string_literal] = ACTIONS(3259), + [sym_true] = ACTIONS(3257), + [sym_false] = ACTIONS(3257), + [sym_null] = ACTIONS(3257), + [sym_identifier] = ACTIONS(3257), [sym_comment] = ACTIONS(39), }, - [1313] = { - [anon_sym_LPAREN] = ACTIONS(3833), + [1223] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3261), + [anon_sym_LPAREN] = ACTIONS(3263), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3261), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3261), + [sym_preproc_directive] = ACTIONS(3261), + [anon_sym_SEMI] = ACTIONS(3263), + [anon_sym_typedef] = ACTIONS(3261), + [anon_sym_extern] = ACTIONS(3261), + [anon_sym_LBRACE] = ACTIONS(3263), + [anon_sym_STAR] = ACTIONS(3263), + [anon_sym_static] = ACTIONS(3261), + [anon_sym_auto] = ACTIONS(3261), + [anon_sym_register] = ACTIONS(3261), + [anon_sym_inline] = ACTIONS(3261), + [anon_sym_const] = ACTIONS(3261), + [anon_sym_restrict] = ACTIONS(3261), + [anon_sym_volatile] = ACTIONS(3261), + [anon_sym__Atomic] = ACTIONS(3261), + [anon_sym_unsigned] = ACTIONS(3261), + [anon_sym_long] = ACTIONS(3261), + [anon_sym_short] = ACTIONS(3261), + [sym_primitive_type] = ACTIONS(3261), + [anon_sym_enum] = ACTIONS(3261), + [anon_sym_struct] = ACTIONS(3261), + [anon_sym_union] = ACTIONS(3261), + [anon_sym_if] = ACTIONS(3261), + [anon_sym_switch] = ACTIONS(3261), + [anon_sym_case] = ACTIONS(3261), + [anon_sym_default] = ACTIONS(3261), + [anon_sym_while] = ACTIONS(3261), + [anon_sym_do] = ACTIONS(3261), + [anon_sym_for] = ACTIONS(3261), + [anon_sym_return] = ACTIONS(3261), + [anon_sym_break] = ACTIONS(3261), + [anon_sym_continue] = ACTIONS(3261), + [anon_sym_goto] = ACTIONS(3261), + [anon_sym_AMP] = ACTIONS(3263), + [anon_sym_BANG] = ACTIONS(3263), + [anon_sym_TILDE] = ACTIONS(3263), + [anon_sym_PLUS] = ACTIONS(3261), + [anon_sym_DASH] = ACTIONS(3261), + [anon_sym_DASH_DASH] = ACTIONS(3263), + [anon_sym_PLUS_PLUS] = ACTIONS(3263), + [anon_sym_sizeof] = ACTIONS(3261), + [sym_number_literal] = ACTIONS(3263), + [sym_char_literal] = ACTIONS(3263), + [sym_string_literal] = ACTIONS(3263), + [sym_true] = ACTIONS(3261), + [sym_false] = ACTIONS(3261), + [sym_null] = ACTIONS(3261), + [sym_identifier] = ACTIONS(3261), [sym_comment] = ACTIONS(39), }, - [1314] = { - [anon_sym_LPAREN] = ACTIONS(3835), + [1224] = { + [anon_sym_LPAREN] = ACTIONS(3633), [sym_comment] = ACTIONS(39), }, - [1315] = { - [sym__expression] = STATE(1424), - [sym_conditional_expression] = STATE(1424), - [sym_assignment_expression] = STATE(1424), - [sym_pointer_expression] = STATE(1424), - [sym_logical_expression] = STATE(1424), - [sym_bitwise_expression] = STATE(1424), - [sym_equality_expression] = STATE(1424), - [sym_relational_expression] = STATE(1424), - [sym_shift_expression] = STATE(1424), - [sym_math_expression] = STATE(1424), - [sym_cast_expression] = STATE(1424), - [sym_sizeof_expression] = STATE(1424), - [sym_subscript_expression] = STATE(1424), - [sym_call_expression] = STATE(1424), - [sym_field_expression] = STATE(1424), - [sym_compound_literal_expression] = STATE(1424), - [sym_parenthesized_expression] = STATE(1424), - [sym_concatenated_string] = STATE(1424), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(3837), - [sym_char_literal] = ACTIONS(3837), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(3839), - [sym_false] = ACTIONS(3839), - [sym_null] = ACTIONS(3839), - [sym_identifier] = ACTIONS(3839), + [1225] = { + [anon_sym_LPAREN] = ACTIONS(3635), [sym_comment] = ACTIONS(39), }, - [1316] = { - [anon_sym_COLON] = ACTIONS(3841), + [1226] = { + [sym__expression] = STATE(1274), + [sym_conditional_expression] = STATE(1274), + [sym_assignment_expression] = STATE(1274), + [sym_pointer_expression] = STATE(1274), + [sym_logical_expression] = STATE(1274), + [sym_bitwise_expression] = STATE(1274), + [sym_equality_expression] = STATE(1274), + [sym_relational_expression] = STATE(1274), + [sym_shift_expression] = STATE(1274), + [sym_math_expression] = STATE(1274), + [sym_cast_expression] = STATE(1274), + [sym_sizeof_expression] = STATE(1274), + [sym_subscript_expression] = STATE(1274), + [sym_call_expression] = STATE(1274), + [sym_field_expression] = STATE(1274), + [sym_compound_literal_expression] = STATE(1274), + [sym_parenthesized_expression] = STATE(1274), + [sym_concatenated_string] = STATE(1274), + [anon_sym_LPAREN] = ACTIONS(974), + [anon_sym_STAR] = ACTIONS(976), + [anon_sym_AMP] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [anon_sym_sizeof] = ACTIONS(986), + [sym_number_literal] = ACTIONS(3637), + [sym_char_literal] = ACTIONS(3637), + [sym_string_literal] = ACTIONS(990), + [sym_true] = ACTIONS(3639), + [sym_false] = ACTIONS(3639), + [sym_null] = ACTIONS(3639), + [sym_identifier] = ACTIONS(3639), [sym_comment] = ACTIONS(39), }, - [1317] = { - [anon_sym_LPAREN] = ACTIONS(3843), + [1227] = { + [anon_sym_COLON] = ACTIONS(3641), [sym_comment] = ACTIONS(39), }, - [1318] = { - [sym_compound_statement] = STATE(1427), - [sym_labeled_statement] = STATE(1427), - [sym_expression_statement] = STATE(1427), - [sym_if_statement] = STATE(1427), - [sym_switch_statement] = STATE(1427), - [sym_case_statement] = STATE(1427), - [sym_while_statement] = STATE(1427), - [sym_do_statement] = STATE(1427), - [sym_for_statement] = STATE(1427), - [sym_return_statement] = STATE(1427), - [sym_break_statement] = STATE(1427), - [sym_continue_statement] = STATE(1427), - [sym_goto_statement] = STATE(1427), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [1228] = { + [anon_sym_LPAREN] = ACTIONS(3643), [sym_comment] = ACTIONS(39), }, - [1319] = { - [anon_sym_LPAREN] = ACTIONS(3845), + [1229] = { + [anon_sym_LPAREN] = ACTIONS(3645), [sym_comment] = ACTIONS(39), }, - [1320] = { - [sym__expression] = STATE(1430), - [sym_conditional_expression] = STATE(1430), - [sym_assignment_expression] = STATE(1430), - [sym_pointer_expression] = STATE(1430), - [sym_logical_expression] = STATE(1430), - [sym_bitwise_expression] = STATE(1430), - [sym_equality_expression] = STATE(1430), - [sym_relational_expression] = STATE(1430), - [sym_shift_expression] = STATE(1430), - [sym_math_expression] = STATE(1430), - [sym_cast_expression] = STATE(1430), - [sym_sizeof_expression] = STATE(1430), - [sym_subscript_expression] = STATE(1430), - [sym_call_expression] = STATE(1430), - [sym_field_expression] = STATE(1430), - [sym_compound_literal_expression] = STATE(1430), - [sym_parenthesized_expression] = STATE(1430), - [sym_concatenated_string] = STATE(1430), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3847), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3849), - [sym_char_literal] = ACTIONS(3849), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3851), - [sym_false] = ACTIONS(3851), - [sym_null] = ACTIONS(3851), - [sym_identifier] = ACTIONS(3851), + [1230] = { + [anon_sym_LPAREN] = ACTIONS(1044), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_STAR] = ACTIONS(1046), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_COLON] = ACTIONS(3647), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), [sym_comment] = ACTIONS(39), }, - [1321] = { - [anon_sym_SEMI] = ACTIONS(3853), + [1231] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3286), + [anon_sym_LPAREN] = ACTIONS(3288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3286), + [sym_preproc_directive] = ACTIONS(3286), + [anon_sym_SEMI] = ACTIONS(3288), + [anon_sym_typedef] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_auto] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [anon_sym_if] = ACTIONS(3286), + [anon_sym_else] = ACTIONS(3649), + [anon_sym_switch] = ACTIONS(3286), + [anon_sym_case] = ACTIONS(3286), + [anon_sym_default] = ACTIONS(3286), + [anon_sym_while] = ACTIONS(3286), + [anon_sym_do] = ACTIONS(3286), + [anon_sym_for] = ACTIONS(3286), + [anon_sym_return] = ACTIONS(3286), + [anon_sym_break] = ACTIONS(3286), + [anon_sym_continue] = ACTIONS(3286), + [anon_sym_goto] = ACTIONS(3286), + [anon_sym_AMP] = ACTIONS(3288), + [anon_sym_BANG] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_PLUS] = ACTIONS(3286), + [anon_sym_DASH] = ACTIONS(3286), + [anon_sym_DASH_DASH] = ACTIONS(3288), + [anon_sym_PLUS_PLUS] = ACTIONS(3288), + [anon_sym_sizeof] = ACTIONS(3286), + [sym_number_literal] = ACTIONS(3288), + [sym_char_literal] = ACTIONS(3288), + [sym_string_literal] = ACTIONS(3288), + [sym_true] = ACTIONS(3286), + [sym_false] = ACTIONS(3286), + [sym_null] = ACTIONS(3286), + [sym_identifier] = ACTIONS(3286), [sym_comment] = ACTIONS(39), }, - [1322] = { - [anon_sym_SEMI] = ACTIONS(3855), + [1232] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3294), + [anon_sym_LPAREN] = ACTIONS(3296), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3294), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3294), + [sym_preproc_directive] = ACTIONS(3294), + [anon_sym_SEMI] = ACTIONS(3296), + [anon_sym_typedef] = ACTIONS(3294), + [anon_sym_extern] = ACTIONS(3294), + [anon_sym_LBRACE] = ACTIONS(3296), + [anon_sym_STAR] = ACTIONS(3296), + [anon_sym_static] = ACTIONS(3294), + [anon_sym_auto] = ACTIONS(3294), + [anon_sym_register] = ACTIONS(3294), + [anon_sym_inline] = ACTIONS(3294), + [anon_sym_const] = ACTIONS(3294), + [anon_sym_restrict] = ACTIONS(3294), + [anon_sym_volatile] = ACTIONS(3294), + [anon_sym__Atomic] = ACTIONS(3294), + [anon_sym_unsigned] = ACTIONS(3294), + [anon_sym_long] = ACTIONS(3294), + [anon_sym_short] = ACTIONS(3294), + [sym_primitive_type] = ACTIONS(3294), + [anon_sym_enum] = ACTIONS(3294), + [anon_sym_struct] = ACTIONS(3294), + [anon_sym_union] = ACTIONS(3294), + [anon_sym_if] = ACTIONS(3294), + [anon_sym_else] = ACTIONS(3294), + [anon_sym_switch] = ACTIONS(3294), + [anon_sym_case] = ACTIONS(3294), + [anon_sym_default] = ACTIONS(3294), + [anon_sym_while] = ACTIONS(3294), + [anon_sym_do] = ACTIONS(3294), + [anon_sym_for] = ACTIONS(3294), + [anon_sym_return] = ACTIONS(3294), + [anon_sym_break] = ACTIONS(3294), + [anon_sym_continue] = ACTIONS(3294), + [anon_sym_goto] = ACTIONS(3294), + [anon_sym_AMP] = ACTIONS(3296), + [anon_sym_BANG] = ACTIONS(3296), + [anon_sym_TILDE] = ACTIONS(3296), + [anon_sym_PLUS] = ACTIONS(3294), + [anon_sym_DASH] = ACTIONS(3294), + [anon_sym_DASH_DASH] = ACTIONS(3296), + [anon_sym_PLUS_PLUS] = ACTIONS(3296), + [anon_sym_sizeof] = ACTIONS(3294), + [sym_number_literal] = ACTIONS(3296), + [sym_char_literal] = ACTIONS(3296), + [sym_string_literal] = ACTIONS(3296), + [sym_true] = ACTIONS(3294), + [sym_false] = ACTIONS(3294), + [sym_null] = ACTIONS(3294), + [sym_identifier] = ACTIONS(3294), [sym_comment] = ACTIONS(39), }, - [1323] = { - [sym_identifier] = ACTIONS(3857), + [1233] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3306), + [anon_sym_LPAREN] = ACTIONS(3308), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3306), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3306), + [sym_preproc_directive] = ACTIONS(3306), + [anon_sym_SEMI] = ACTIONS(3308), + [anon_sym_typedef] = ACTIONS(3306), + [anon_sym_extern] = ACTIONS(3306), + [anon_sym_LBRACE] = ACTIONS(3308), + [anon_sym_STAR] = ACTIONS(3308), + [anon_sym_static] = ACTIONS(3306), + [anon_sym_auto] = ACTIONS(3306), + [anon_sym_register] = ACTIONS(3306), + [anon_sym_inline] = ACTIONS(3306), + [anon_sym_const] = ACTIONS(3306), + [anon_sym_restrict] = ACTIONS(3306), + [anon_sym_volatile] = ACTIONS(3306), + [anon_sym__Atomic] = ACTIONS(3306), + [anon_sym_unsigned] = ACTIONS(3306), + [anon_sym_long] = ACTIONS(3306), + [anon_sym_short] = ACTIONS(3306), + [sym_primitive_type] = ACTIONS(3306), + [anon_sym_enum] = ACTIONS(3306), + [anon_sym_struct] = ACTIONS(3306), + [anon_sym_union] = ACTIONS(3306), + [anon_sym_if] = ACTIONS(3306), + [anon_sym_else] = ACTIONS(3306), + [anon_sym_switch] = ACTIONS(3306), + [anon_sym_case] = ACTIONS(3306), + [anon_sym_default] = ACTIONS(3306), + [anon_sym_while] = ACTIONS(3306), + [anon_sym_do] = ACTIONS(3306), + [anon_sym_for] = ACTIONS(3306), + [anon_sym_return] = ACTIONS(3306), + [anon_sym_break] = ACTIONS(3306), + [anon_sym_continue] = ACTIONS(3306), + [anon_sym_goto] = ACTIONS(3306), + [anon_sym_AMP] = ACTIONS(3308), + [anon_sym_BANG] = ACTIONS(3308), + [anon_sym_TILDE] = ACTIONS(3308), + [anon_sym_PLUS] = ACTIONS(3306), + [anon_sym_DASH] = ACTIONS(3306), + [anon_sym_DASH_DASH] = ACTIONS(3308), + [anon_sym_PLUS_PLUS] = ACTIONS(3308), + [anon_sym_sizeof] = ACTIONS(3306), + [sym_number_literal] = ACTIONS(3308), + [sym_char_literal] = ACTIONS(3308), + [sym_string_literal] = ACTIONS(3308), + [sym_true] = ACTIONS(3306), + [sym_false] = ACTIONS(3306), + [sym_null] = ACTIONS(3306), + [sym_identifier] = ACTIONS(3306), [sym_comment] = ACTIONS(39), }, - [1324] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(3859), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [1234] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3651), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1325] = { - [anon_sym_else] = ACTIONS(3861), - [anon_sym_while] = ACTIONS(3578), + [1235] = { + [sym_compound_statement] = STATE(1281), + [sym_labeled_statement] = STATE(1281), + [sym_expression_statement] = STATE(1281), + [sym_if_statement] = STATE(1281), + [sym_switch_statement] = STATE(1281), + [sym_case_statement] = STATE(1281), + [sym_while_statement] = STATE(1281), + [sym_do_statement] = STATE(1281), + [sym_for_statement] = STATE(1281), + [sym_return_statement] = STATE(1281), + [sym_break_statement] = STATE(1281), + [sym_continue_statement] = STATE(1281), + [sym_goto_statement] = STATE(1281), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1326] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(3863), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1236] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1283), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3653), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1327] = { - [anon_sym_SEMI] = ACTIONS(3863), + [1237] = { + [sym__expression] = STATE(1284), + [sym_conditional_expression] = STATE(1284), + [sym_assignment_expression] = STATE(1284), + [sym_pointer_expression] = STATE(1284), + [sym_logical_expression] = STATE(1284), + [sym_bitwise_expression] = STATE(1284), + [sym_equality_expression] = STATE(1284), + [sym_relational_expression] = STATE(1284), + [sym_shift_expression] = STATE(1284), + [sym_math_expression] = STATE(1284), + [sym_cast_expression] = STATE(1284), + [sym_sizeof_expression] = STATE(1284), + [sym_subscript_expression] = STATE(1284), + [sym_call_expression] = STATE(1284), + [sym_field_expression] = STATE(1284), + [sym_compound_literal_expression] = STATE(1284), + [sym_parenthesized_expression] = STATE(1284), + [sym_concatenated_string] = STATE(1284), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3653), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3655), + [sym_char_literal] = ACTIONS(3655), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3657), + [sym_false] = ACTIONS(3657), + [sym_null] = ACTIONS(3657), + [sym_identifier] = ACTIONS(3657), [sym_comment] = ACTIONS(39), }, - [1328] = { - [sym_compound_statement] = STATE(1333), - [sym_labeled_statement] = STATE(1333), - [sym_expression_statement] = STATE(1333), - [sym_if_statement] = STATE(1333), - [sym_switch_statement] = STATE(1333), - [sym_case_statement] = STATE(1333), - [sym_while_statement] = STATE(1333), - [sym_do_statement] = STATE(1333), - [sym_for_statement] = STATE(1333), - [sym_return_statement] = STATE(1333), - [sym_break_statement] = STATE(1333), - [sym_continue_statement] = STATE(1333), - [sym_goto_statement] = STATE(1333), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [1238] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3659), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1329] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1438), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(3865), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1239] = { + [sym__expression] = STATE(1286), + [sym_conditional_expression] = STATE(1286), + [sym_assignment_expression] = STATE(1286), + [sym_pointer_expression] = STATE(1286), + [sym_logical_expression] = STATE(1286), + [sym_bitwise_expression] = STATE(1286), + [sym_equality_expression] = STATE(1286), + [sym_relational_expression] = STATE(1286), + [sym_shift_expression] = STATE(1286), + [sym_math_expression] = STATE(1286), + [sym_cast_expression] = STATE(1286), + [sym_sizeof_expression] = STATE(1286), + [sym_subscript_expression] = STATE(1286), + [sym_call_expression] = STATE(1286), + [sym_field_expression] = STATE(1286), + [sym_compound_literal_expression] = STATE(1286), + [sym_parenthesized_expression] = STATE(1286), + [sym_concatenated_string] = STATE(1286), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3661), + [sym_char_literal] = ACTIONS(3661), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3663), + [sym_false] = ACTIONS(3663), + [sym_null] = ACTIONS(3663), + [sym_identifier] = ACTIONS(3663), [sym_comment] = ACTIONS(39), }, - [1330] = { - [sym__expression] = STATE(1439), - [sym_conditional_expression] = STATE(1439), - [sym_assignment_expression] = STATE(1439), - [sym_pointer_expression] = STATE(1439), - [sym_logical_expression] = STATE(1439), - [sym_bitwise_expression] = STATE(1439), - [sym_equality_expression] = STATE(1439), - [sym_relational_expression] = STATE(1439), - [sym_shift_expression] = STATE(1439), - [sym_math_expression] = STATE(1439), - [sym_cast_expression] = STATE(1439), - [sym_sizeof_expression] = STATE(1439), - [sym_subscript_expression] = STATE(1439), - [sym_call_expression] = STATE(1439), - [sym_field_expression] = STATE(1439), - [sym_compound_literal_expression] = STATE(1439), - [sym_parenthesized_expression] = STATE(1439), - [sym_concatenated_string] = STATE(1439), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3865), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3867), - [sym_char_literal] = ACTIONS(3867), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3869), - [sym_false] = ACTIONS(3869), - [sym_null] = ACTIONS(3869), - [sym_identifier] = ACTIONS(3869), + [1240] = { + [sym__expression] = STATE(1287), + [sym_conditional_expression] = STATE(1287), + [sym_assignment_expression] = STATE(1287), + [sym_pointer_expression] = STATE(1287), + [sym_logical_expression] = STATE(1287), + [sym_bitwise_expression] = STATE(1287), + [sym_equality_expression] = STATE(1287), + [sym_relational_expression] = STATE(1287), + [sym_shift_expression] = STATE(1287), + [sym_math_expression] = STATE(1287), + [sym_cast_expression] = STATE(1287), + [sym_sizeof_expression] = STATE(1287), + [sym_subscript_expression] = STATE(1287), + [sym_call_expression] = STATE(1287), + [sym_field_expression] = STATE(1287), + [sym_compound_literal_expression] = STATE(1287), + [sym_parenthesized_expression] = STATE(1287), + [sym_concatenated_string] = STATE(1287), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3665), + [sym_char_literal] = ACTIONS(3665), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3667), + [sym_false] = ACTIONS(3667), + [sym_null] = ACTIONS(3667), + [sym_identifier] = ACTIONS(3667), [sym_comment] = ACTIONS(39), }, - [1331] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3871), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1241] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3669), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1332] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3873), - [anon_sym_LPAREN] = ACTIONS(3875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3873), - [sym_preproc_directive] = ACTIONS(3873), - [anon_sym_SEMI] = ACTIONS(3875), - [anon_sym_typedef] = ACTIONS(3873), - [anon_sym_extern] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_RBRACE] = ACTIONS(3875), - [anon_sym_STAR] = ACTIONS(3875), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_auto] = ACTIONS(3873), - [anon_sym_register] = ACTIONS(3873), - [anon_sym_inline] = ACTIONS(3873), - [anon_sym_const] = ACTIONS(3873), - [anon_sym_restrict] = ACTIONS(3873), - [anon_sym_volatile] = ACTIONS(3873), - [anon_sym__Atomic] = ACTIONS(3873), - [anon_sym_unsigned] = ACTIONS(3873), - [anon_sym_long] = ACTIONS(3873), - [anon_sym_short] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(3873), - [anon_sym_enum] = ACTIONS(3873), - [anon_sym_struct] = ACTIONS(3873), - [anon_sym_union] = ACTIONS(3873), - [anon_sym_if] = ACTIONS(3873), - [anon_sym_switch] = ACTIONS(3873), - [anon_sym_case] = ACTIONS(3873), - [anon_sym_default] = ACTIONS(3873), - [anon_sym_while] = ACTIONS(3873), - [anon_sym_do] = ACTIONS(3873), - [anon_sym_for] = ACTIONS(3873), - [anon_sym_return] = ACTIONS(3873), - [anon_sym_break] = ACTIONS(3873), - [anon_sym_continue] = ACTIONS(3873), - [anon_sym_goto] = ACTIONS(3873), - [anon_sym_AMP] = ACTIONS(3875), - [anon_sym_BANG] = ACTIONS(3875), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_PLUS] = ACTIONS(3873), - [anon_sym_DASH] = ACTIONS(3873), - [anon_sym_DASH_DASH] = ACTIONS(3875), - [anon_sym_PLUS_PLUS] = ACTIONS(3875), - [anon_sym_sizeof] = ACTIONS(3873), - [sym_number_literal] = ACTIONS(3875), - [sym_char_literal] = ACTIONS(3875), - [sym_string_literal] = ACTIONS(3875), - [sym_true] = ACTIONS(3873), - [sym_false] = ACTIONS(3873), - [sym_null] = ACTIONS(3873), - [sym_identifier] = ACTIONS(3873), + [1242] = { + [sym_declaration] = STATE(1006), + [sym_type_definition] = STATE(1006), + [sym__declaration_specifiers] = STATE(1007), + [sym_compound_statement] = STATE(1006), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1006), + [sym_expression_statement] = STATE(1006), + [sym_if_statement] = STATE(1006), + [sym_switch_statement] = STATE(1006), + [sym_case_statement] = STATE(1006), + [sym_while_statement] = STATE(1006), + [sym_do_statement] = STATE(1006), + [sym_for_statement] = STATE(1006), + [sym_return_statement] = STATE(1006), + [sym_break_statement] = STATE(1006), + [sym_continue_statement] = STATE(1006), + [sym_goto_statement] = STATE(1006), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3671), [sym_comment] = ACTIONS(39), }, - [1333] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3877), - [anon_sym_LPAREN] = ACTIONS(3879), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3877), - [sym_preproc_directive] = ACTIONS(3877), - [anon_sym_SEMI] = ACTIONS(3879), - [anon_sym_typedef] = ACTIONS(3877), - [anon_sym_extern] = ACTIONS(3877), - [anon_sym_LBRACE] = ACTIONS(3879), - [anon_sym_RBRACE] = ACTIONS(3879), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_static] = ACTIONS(3877), - [anon_sym_auto] = ACTIONS(3877), - [anon_sym_register] = ACTIONS(3877), - [anon_sym_inline] = ACTIONS(3877), - [anon_sym_const] = ACTIONS(3877), - [anon_sym_restrict] = ACTIONS(3877), - [anon_sym_volatile] = ACTIONS(3877), - [anon_sym__Atomic] = ACTIONS(3877), - [anon_sym_unsigned] = ACTIONS(3877), - [anon_sym_long] = ACTIONS(3877), - [anon_sym_short] = ACTIONS(3877), - [sym_primitive_type] = ACTIONS(3877), - [anon_sym_enum] = ACTIONS(3877), - [anon_sym_struct] = ACTIONS(3877), - [anon_sym_union] = ACTIONS(3877), - [anon_sym_if] = ACTIONS(3877), - [anon_sym_switch] = ACTIONS(3877), - [anon_sym_case] = ACTIONS(3877), - [anon_sym_default] = ACTIONS(3877), - [anon_sym_while] = ACTIONS(3877), - [anon_sym_do] = ACTIONS(3877), - [anon_sym_for] = ACTIONS(3877), - [anon_sym_return] = ACTIONS(3877), - [anon_sym_break] = ACTIONS(3877), - [anon_sym_continue] = ACTIONS(3877), - [anon_sym_goto] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(3879), - [anon_sym_BANG] = ACTIONS(3879), - [anon_sym_TILDE] = ACTIONS(3879), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_DASH_DASH] = ACTIONS(3879), - [anon_sym_PLUS_PLUS] = ACTIONS(3879), - [anon_sym_sizeof] = ACTIONS(3877), - [sym_number_literal] = ACTIONS(3879), - [sym_char_literal] = ACTIONS(3879), - [sym_string_literal] = ACTIONS(3879), - [sym_true] = ACTIONS(3877), - [sym_false] = ACTIONS(3877), - [sym_null] = ACTIONS(3877), - [sym_identifier] = ACTIONS(3877), + [1243] = { + [sym__expression] = STATE(1290), + [sym_conditional_expression] = STATE(1290), + [sym_assignment_expression] = STATE(1290), + [sym_pointer_expression] = STATE(1290), + [sym_logical_expression] = STATE(1290), + [sym_bitwise_expression] = STATE(1290), + [sym_equality_expression] = STATE(1290), + [sym_relational_expression] = STATE(1290), + [sym_shift_expression] = STATE(1290), + [sym_math_expression] = STATE(1290), + [sym_cast_expression] = STATE(1290), + [sym_sizeof_expression] = STATE(1290), + [sym_subscript_expression] = STATE(1290), + [sym_call_expression] = STATE(1290), + [sym_field_expression] = STATE(1290), + [sym_compound_literal_expression] = STATE(1290), + [sym_parenthesized_expression] = STATE(1290), + [sym_concatenated_string] = STATE(1290), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3673), + [sym_char_literal] = ACTIONS(3673), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3675), + [sym_false] = ACTIONS(3675), + [sym_null] = ACTIONS(3675), + [sym_identifier] = ACTIONS(3675), [sym_comment] = ACTIONS(39), }, - [1334] = { - [sym_compound_statement] = STATE(1441), - [sym_labeled_statement] = STATE(1441), - [sym_expression_statement] = STATE(1441), - [sym_if_statement] = STATE(1441), - [sym_switch_statement] = STATE(1441), - [sym_case_statement] = STATE(1441), - [sym_while_statement] = STATE(1441), - [sym_do_statement] = STATE(1441), - [sym_for_statement] = STATE(1441), - [sym_return_statement] = STATE(1441), - [sym_break_statement] = STATE(1441), - [sym_continue_statement] = STATE(1441), - [sym_goto_statement] = STATE(1441), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), + [1244] = { + [sym_declaration] = STATE(1291), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(1292), + [sym_conditional_expression] = STATE(1292), + [sym_assignment_expression] = STATE(1292), + [sym_pointer_expression] = STATE(1292), + [sym_logical_expression] = STATE(1292), + [sym_bitwise_expression] = STATE(1292), + [sym_equality_expression] = STATE(1292), + [sym_relational_expression] = STATE(1292), + [sym_shift_expression] = STATE(1292), + [sym_math_expression] = STATE(1292), + [sym_cast_expression] = STATE(1292), + [sym_sizeof_expression] = STATE(1292), + [sym_subscript_expression] = STATE(1292), + [sym_call_expression] = STATE(1292), + [sym_field_expression] = STATE(1292), + [sym_compound_literal_expression] = STATE(1292), + [sym_parenthesized_expression] = STATE(1292), + [sym_concatenated_string] = STATE(1292), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3677), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3679), + [sym_char_literal] = ACTIONS(3679), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3681), + [sym_false] = ACTIONS(3681), + [sym_null] = ACTIONS(3681), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [1335] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(3881), + [1245] = { + [sym_compound_statement] = STATE(1015), + [sym_labeled_statement] = STATE(1015), + [sym_expression_statement] = STATE(1015), + [sym_if_statement] = STATE(1015), + [sym_switch_statement] = STATE(1015), + [sym_case_statement] = STATE(1015), + [sym_while_statement] = STATE(1015), + [sym_do_statement] = STATE(1015), + [sym_for_statement] = STATE(1015), + [sym_return_statement] = STATE(1015), + [sym_break_statement] = STATE(1015), + [sym_continue_statement] = STATE(1015), + [sym_goto_statement] = STATE(1015), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), [sym_comment] = ACTIONS(39), }, - [1336] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1443), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(3881), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1246] = { + [sym_compound_statement] = STATE(1293), + [sym_labeled_statement] = STATE(1293), + [sym_expression_statement] = STATE(1293), + [sym_if_statement] = STATE(1293), + [sym_switch_statement] = STATE(1293), + [sym_case_statement] = STATE(1293), + [sym_while_statement] = STATE(1293), + [sym_do_statement] = STATE(1293), + [sym_for_statement] = STATE(1293), + [sym_return_statement] = STATE(1293), + [sym_break_statement] = STATE(1293), + [sym_continue_statement] = STATE(1293), + [sym_goto_statement] = STATE(1293), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [1337] = { - [anon_sym_LPAREN] = ACTIONS(1283), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [1247] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3497), + [anon_sym_LPAREN] = ACTIONS(3499), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3497), + [sym_preproc_directive] = ACTIONS(3497), + [anon_sym_SEMI] = ACTIONS(3499), + [anon_sym_typedef] = ACTIONS(3497), + [anon_sym_extern] = ACTIONS(3497), + [anon_sym_LBRACE] = ACTIONS(3499), + [anon_sym_STAR] = ACTIONS(3499), + [anon_sym_static] = ACTIONS(3497), + [anon_sym_auto] = ACTIONS(3497), + [anon_sym_register] = ACTIONS(3497), + [anon_sym_inline] = ACTIONS(3497), + [anon_sym_const] = ACTIONS(3497), + [anon_sym_restrict] = ACTIONS(3497), + [anon_sym_volatile] = ACTIONS(3497), + [anon_sym__Atomic] = ACTIONS(3497), + [anon_sym_unsigned] = ACTIONS(3497), + [anon_sym_long] = ACTIONS(3497), + [anon_sym_short] = ACTIONS(3497), + [sym_primitive_type] = ACTIONS(3497), + [anon_sym_enum] = ACTIONS(3497), + [anon_sym_struct] = ACTIONS(3497), + [anon_sym_union] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(3497), + [anon_sym_else] = ACTIONS(3497), + [anon_sym_switch] = ACTIONS(3497), + [anon_sym_case] = ACTIONS(3497), + [anon_sym_default] = ACTIONS(3497), + [anon_sym_while] = ACTIONS(3497), + [anon_sym_do] = ACTIONS(3497), + [anon_sym_for] = ACTIONS(3497), + [anon_sym_return] = ACTIONS(3497), + [anon_sym_break] = ACTIONS(3497), + [anon_sym_continue] = ACTIONS(3497), + [anon_sym_goto] = ACTIONS(3497), + [anon_sym_AMP] = ACTIONS(3499), + [anon_sym_BANG] = ACTIONS(3499), + [anon_sym_TILDE] = ACTIONS(3499), + [anon_sym_PLUS] = ACTIONS(3497), + [anon_sym_DASH] = ACTIONS(3497), + [anon_sym_DASH_DASH] = ACTIONS(3499), + [anon_sym_PLUS_PLUS] = ACTIONS(3499), + [anon_sym_sizeof] = ACTIONS(3497), + [sym_number_literal] = ACTIONS(3499), + [sym_char_literal] = ACTIONS(3499), + [sym_string_literal] = ACTIONS(3499), + [sym_true] = ACTIONS(3497), + [sym_false] = ACTIONS(3497), + [sym_null] = ACTIONS(3497), + [sym_identifier] = ACTIONS(3497), [sym_comment] = ACTIONS(39), }, - [1338] = { - [sym__expression] = STATE(1444), - [sym_conditional_expression] = STATE(1444), - [sym_assignment_expression] = STATE(1444), - [sym_pointer_expression] = STATE(1444), - [sym_logical_expression] = STATE(1444), - [sym_bitwise_expression] = STATE(1444), - [sym_equality_expression] = STATE(1444), - [sym_relational_expression] = STATE(1444), - [sym_shift_expression] = STATE(1444), - [sym_math_expression] = STATE(1444), - [sym_cast_expression] = STATE(1444), - [sym_sizeof_expression] = STATE(1444), - [sym_subscript_expression] = STATE(1444), - [sym_call_expression] = STATE(1444), - [sym_field_expression] = STATE(1444), - [sym_compound_literal_expression] = STATE(1444), - [sym_parenthesized_expression] = STATE(1444), - [sym_concatenated_string] = STATE(1444), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3881), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3883), - [sym_char_literal] = ACTIONS(3883), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3885), - [sym_false] = ACTIONS(3885), - [sym_null] = ACTIONS(3885), - [sym_identifier] = ACTIONS(3885), + [1248] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3501), + [anon_sym_LPAREN] = ACTIONS(3503), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3501), + [sym_preproc_directive] = ACTIONS(3501), + [anon_sym_SEMI] = ACTIONS(3503), + [anon_sym_typedef] = ACTIONS(3501), + [anon_sym_extern] = ACTIONS(3501), + [anon_sym_LBRACE] = ACTIONS(3503), + [anon_sym_STAR] = ACTIONS(3503), + [anon_sym_static] = ACTIONS(3501), + [anon_sym_auto] = ACTIONS(3501), + [anon_sym_register] = ACTIONS(3501), + [anon_sym_inline] = ACTIONS(3501), + [anon_sym_const] = ACTIONS(3501), + [anon_sym_restrict] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3501), + [anon_sym__Atomic] = ACTIONS(3501), + [anon_sym_unsigned] = ACTIONS(3501), + [anon_sym_long] = ACTIONS(3501), + [anon_sym_short] = ACTIONS(3501), + [sym_primitive_type] = ACTIONS(3501), + [anon_sym_enum] = ACTIONS(3501), + [anon_sym_struct] = ACTIONS(3501), + [anon_sym_union] = ACTIONS(3501), + [anon_sym_if] = ACTIONS(3501), + [anon_sym_else] = ACTIONS(3501), + [anon_sym_switch] = ACTIONS(3501), + [anon_sym_case] = ACTIONS(3501), + [anon_sym_default] = ACTIONS(3501), + [anon_sym_while] = ACTIONS(3501), + [anon_sym_do] = ACTIONS(3501), + [anon_sym_for] = ACTIONS(3501), + [anon_sym_return] = ACTIONS(3501), + [anon_sym_break] = ACTIONS(3501), + [anon_sym_continue] = ACTIONS(3501), + [anon_sym_goto] = ACTIONS(3501), + [anon_sym_AMP] = ACTIONS(3503), + [anon_sym_BANG] = ACTIONS(3503), + [anon_sym_TILDE] = ACTIONS(3503), + [anon_sym_PLUS] = ACTIONS(3501), + [anon_sym_DASH] = ACTIONS(3501), + [anon_sym_DASH_DASH] = ACTIONS(3503), + [anon_sym_PLUS_PLUS] = ACTIONS(3503), + [anon_sym_sizeof] = ACTIONS(3501), + [sym_number_literal] = ACTIONS(3503), + [sym_char_literal] = ACTIONS(3503), + [sym_string_literal] = ACTIONS(3503), + [sym_true] = ACTIONS(3501), + [sym_false] = ACTIONS(3501), + [sym_null] = ACTIONS(3501), + [sym_identifier] = ACTIONS(3501), [sym_comment] = ACTIONS(39), }, - [1339] = { - [anon_sym_LPAREN] = ACTIONS(2215), - [anon_sym_extern] = ACTIONS(2217), - [anon_sym_STAR] = ACTIONS(2215), - [anon_sym_RBRACK] = ACTIONS(2215), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_auto] = ACTIONS(2217), - [anon_sym_register] = ACTIONS(2217), - [anon_sym_inline] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_restrict] = ACTIONS(2217), - [anon_sym_volatile] = ACTIONS(2217), - [anon_sym__Atomic] = ACTIONS(2217), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_BANG] = ACTIONS(2215), - [anon_sym_TILDE] = ACTIONS(2215), - [anon_sym_PLUS] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(2217), - [anon_sym_DASH_DASH] = ACTIONS(2215), - [anon_sym_PLUS_PLUS] = ACTIONS(2215), - [anon_sym_sizeof] = ACTIONS(2217), - [sym_number_literal] = ACTIONS(2215), - [sym_char_literal] = ACTIONS(2215), - [sym_string_literal] = ACTIONS(2215), - [sym_true] = ACTIONS(2217), - [sym_false] = ACTIONS(2217), - [sym_null] = ACTIONS(2217), - [sym_identifier] = ACTIONS(2217), + [1249] = { + [sym_compound_statement] = STATE(1294), + [sym_labeled_statement] = STATE(1294), + [sym_expression_statement] = STATE(1294), + [sym_if_statement] = STATE(1294), + [sym_switch_statement] = STATE(1294), + [sym_case_statement] = STATE(1294), + [sym_while_statement] = STATE(1294), + [sym_do_statement] = STATE(1294), + [sym_for_statement] = STATE(1294), + [sym_return_statement] = STATE(1294), + [sym_break_statement] = STATE(1294), + [sym_continue_statement] = STATE(1294), + [sym_goto_statement] = STATE(1294), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [1340] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1292), - [anon_sym_LPAREN] = ACTIONS(1290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1290), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_STAR] = ACTIONS(1290), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_switch] = ACTIONS(1292), - [anon_sym_case] = ACTIONS(1292), - [anon_sym_default] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym_AMP] = ACTIONS(1290), - [anon_sym_BANG] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1290), - [anon_sym_PLUS] = ACTIONS(1292), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1290), - [anon_sym_PLUS_PLUS] = ACTIONS(1290), - [anon_sym_sizeof] = ACTIONS(1292), - [sym_number_literal] = ACTIONS(1290), - [sym_char_literal] = ACTIONS(1290), - [sym_string_literal] = ACTIONS(1290), - [sym_true] = ACTIONS(1292), - [sym_false] = ACTIONS(1292), - [sym_null] = ACTIONS(1292), - [sym_identifier] = ACTIONS(1292), + [1250] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3683), [sym_comment] = ACTIONS(39), }, - [1341] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1300), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_STAR] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1302), - [anon_sym_switch] = ACTIONS(1302), - [anon_sym_case] = ACTIONS(1302), - [anon_sym_default] = ACTIONS(1302), - [anon_sym_while] = ACTIONS(1302), - [anon_sym_do] = ACTIONS(1302), - [anon_sym_for] = ACTIONS(1302), - [anon_sym_return] = ACTIONS(1302), - [anon_sym_break] = ACTIONS(1302), - [anon_sym_continue] = ACTIONS(1302), - [anon_sym_goto] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [anon_sym_sizeof] = ACTIONS(1302), - [sym_number_literal] = ACTIONS(1300), - [sym_char_literal] = ACTIONS(1300), - [sym_string_literal] = ACTIONS(1300), - [sym_true] = ACTIONS(1302), - [sym_false] = ACTIONS(1302), - [sym_null] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1302), + [1251] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1296), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3683), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1342] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3517), - [anon_sym_LPAREN] = ACTIONS(3519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3517), - [sym_preproc_directive] = ACTIONS(3517), - [anon_sym_SEMI] = ACTIONS(3519), - [anon_sym_typedef] = ACTIONS(3517), - [anon_sym_extern] = ACTIONS(3517), - [anon_sym_LBRACE] = ACTIONS(3519), - [anon_sym_STAR] = ACTIONS(3519), - [anon_sym_static] = ACTIONS(3517), - [anon_sym_auto] = ACTIONS(3517), - [anon_sym_register] = ACTIONS(3517), - [anon_sym_inline] = ACTIONS(3517), - [anon_sym_const] = ACTIONS(3517), - [anon_sym_restrict] = ACTIONS(3517), - [anon_sym_volatile] = ACTIONS(3517), - [anon_sym__Atomic] = ACTIONS(3517), - [anon_sym_unsigned] = ACTIONS(3517), - [anon_sym_long] = ACTIONS(3517), - [anon_sym_short] = ACTIONS(3517), - [sym_primitive_type] = ACTIONS(3517), - [anon_sym_enum] = ACTIONS(3517), - [anon_sym_struct] = ACTIONS(3517), - [anon_sym_union] = ACTIONS(3517), - [anon_sym_if] = ACTIONS(3517), - [anon_sym_switch] = ACTIONS(3517), - [anon_sym_case] = ACTIONS(3517), - [anon_sym_default] = ACTIONS(3517), - [anon_sym_while] = ACTIONS(3517), - [anon_sym_do] = ACTIONS(3517), - [anon_sym_for] = ACTIONS(3517), - [anon_sym_return] = ACTIONS(3517), - [anon_sym_break] = ACTIONS(3517), - [anon_sym_continue] = ACTIONS(3517), - [anon_sym_goto] = ACTIONS(3517), - [anon_sym_AMP] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3519), - [anon_sym_TILDE] = ACTIONS(3519), - [anon_sym_PLUS] = ACTIONS(3517), - [anon_sym_DASH] = ACTIONS(3517), - [anon_sym_DASH_DASH] = ACTIONS(3519), - [anon_sym_PLUS_PLUS] = ACTIONS(3519), - [anon_sym_sizeof] = ACTIONS(3517), - [sym_number_literal] = ACTIONS(3519), - [sym_char_literal] = ACTIONS(3519), - [sym_string_literal] = ACTIONS(3519), - [sym_true] = ACTIONS(3517), - [sym_false] = ACTIONS(3517), - [sym_null] = ACTIONS(3517), - [sym_identifier] = ACTIONS(3517), + [1252] = { + [sym__expression] = STATE(1297), + [sym_conditional_expression] = STATE(1297), + [sym_assignment_expression] = STATE(1297), + [sym_pointer_expression] = STATE(1297), + [sym_logical_expression] = STATE(1297), + [sym_bitwise_expression] = STATE(1297), + [sym_equality_expression] = STATE(1297), + [sym_relational_expression] = STATE(1297), + [sym_shift_expression] = STATE(1297), + [sym_math_expression] = STATE(1297), + [sym_cast_expression] = STATE(1297), + [sym_sizeof_expression] = STATE(1297), + [sym_subscript_expression] = STATE(1297), + [sym_call_expression] = STATE(1297), + [sym_field_expression] = STATE(1297), + [sym_compound_literal_expression] = STATE(1297), + [sym_parenthesized_expression] = STATE(1297), + [sym_concatenated_string] = STATE(1297), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3683), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3685), + [sym_char_literal] = ACTIONS(3685), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3687), + [sym_false] = ACTIONS(3687), + [sym_null] = ACTIONS(3687), + [sym_identifier] = ACTIONS(3687), [sym_comment] = ACTIONS(39), }, - [1343] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3521), - [anon_sym_LPAREN] = ACTIONS(3523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3521), - [sym_preproc_directive] = ACTIONS(3521), - [anon_sym_SEMI] = ACTIONS(3523), - [anon_sym_typedef] = ACTIONS(3521), - [anon_sym_extern] = ACTIONS(3521), - [anon_sym_LBRACE] = ACTIONS(3523), - [anon_sym_STAR] = ACTIONS(3523), - [anon_sym_static] = ACTIONS(3521), - [anon_sym_auto] = ACTIONS(3521), - [anon_sym_register] = ACTIONS(3521), - [anon_sym_inline] = ACTIONS(3521), - [anon_sym_const] = ACTIONS(3521), - [anon_sym_restrict] = ACTIONS(3521), - [anon_sym_volatile] = ACTIONS(3521), - [anon_sym__Atomic] = ACTIONS(3521), - [anon_sym_unsigned] = ACTIONS(3521), - [anon_sym_long] = ACTIONS(3521), - [anon_sym_short] = ACTIONS(3521), - [sym_primitive_type] = ACTIONS(3521), - [anon_sym_enum] = ACTIONS(3521), - [anon_sym_struct] = ACTIONS(3521), - [anon_sym_union] = ACTIONS(3521), - [anon_sym_if] = ACTIONS(3521), - [anon_sym_switch] = ACTIONS(3521), - [anon_sym_case] = ACTIONS(3521), - [anon_sym_default] = ACTIONS(3521), - [anon_sym_while] = ACTIONS(3521), - [anon_sym_do] = ACTIONS(3521), - [anon_sym_for] = ACTIONS(3521), - [anon_sym_return] = ACTIONS(3521), - [anon_sym_break] = ACTIONS(3521), - [anon_sym_continue] = ACTIONS(3521), - [anon_sym_goto] = ACTIONS(3521), - [anon_sym_AMP] = ACTIONS(3523), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_DASH_DASH] = ACTIONS(3523), - [anon_sym_PLUS_PLUS] = ACTIONS(3523), - [anon_sym_sizeof] = ACTIONS(3521), - [sym_number_literal] = ACTIONS(3523), - [sym_char_literal] = ACTIONS(3523), - [sym_string_literal] = ACTIONS(3523), - [sym_true] = ACTIONS(3521), - [sym_false] = ACTIONS(3521), - [sym_null] = ACTIONS(3521), - [sym_identifier] = ACTIONS(3521), + [1253] = { + [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(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1344] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3525), - [anon_sym_LPAREN] = ACTIONS(3527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3525), - [sym_preproc_directive] = ACTIONS(3525), - [anon_sym_SEMI] = ACTIONS(3527), - [anon_sym_typedef] = ACTIONS(3525), - [anon_sym_extern] = ACTIONS(3525), - [anon_sym_LBRACE] = ACTIONS(3527), - [anon_sym_STAR] = ACTIONS(3527), - [anon_sym_static] = ACTIONS(3525), - [anon_sym_auto] = ACTIONS(3525), - [anon_sym_register] = ACTIONS(3525), - [anon_sym_inline] = ACTIONS(3525), - [anon_sym_const] = ACTIONS(3525), - [anon_sym_restrict] = ACTIONS(3525), - [anon_sym_volatile] = ACTIONS(3525), - [anon_sym__Atomic] = ACTIONS(3525), - [anon_sym_unsigned] = ACTIONS(3525), - [anon_sym_long] = ACTIONS(3525), - [anon_sym_short] = ACTIONS(3525), - [sym_primitive_type] = ACTIONS(3525), - [anon_sym_enum] = ACTIONS(3525), - [anon_sym_struct] = ACTIONS(3525), - [anon_sym_union] = ACTIONS(3525), - [anon_sym_if] = ACTIONS(3525), - [anon_sym_switch] = ACTIONS(3525), - [anon_sym_case] = ACTIONS(3525), - [anon_sym_default] = ACTIONS(3525), - [anon_sym_while] = ACTIONS(3525), - [anon_sym_do] = ACTIONS(3525), - [anon_sym_for] = ACTIONS(3525), - [anon_sym_return] = ACTIONS(3525), - [anon_sym_break] = ACTIONS(3525), - [anon_sym_continue] = ACTIONS(3525), - [anon_sym_goto] = ACTIONS(3525), - [anon_sym_AMP] = ACTIONS(3527), - [anon_sym_BANG] = ACTIONS(3527), - [anon_sym_TILDE] = ACTIONS(3527), - [anon_sym_PLUS] = ACTIONS(3525), - [anon_sym_DASH] = ACTIONS(3525), - [anon_sym_DASH_DASH] = ACTIONS(3527), - [anon_sym_PLUS_PLUS] = ACTIONS(3527), - [anon_sym_sizeof] = ACTIONS(3525), - [sym_number_literal] = ACTIONS(3527), - [sym_char_literal] = ACTIONS(3527), - [sym_string_literal] = ACTIONS(3527), - [sym_true] = ACTIONS(3525), - [sym_false] = ACTIONS(3525), - [sym_null] = ACTIONS(3525), - [sym_identifier] = ACTIONS(3525), + [1254] = { + [sym_compound_statement] = STATE(1044), + [sym_labeled_statement] = STATE(1044), + [sym_expression_statement] = STATE(1044), + [sym_if_statement] = STATE(1044), + [sym_switch_statement] = STATE(1044), + [sym_case_statement] = STATE(1044), + [sym_while_statement] = STATE(1044), + [sym_do_statement] = STATE(1044), + [sym_for_statement] = STATE(1044), + [sym_return_statement] = STATE(1044), + [sym_break_statement] = STATE(1044), + [sym_continue_statement] = STATE(1044), + [sym_goto_statement] = STATE(1044), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1345] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3529), - [anon_sym_LPAREN] = ACTIONS(3531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3529), - [sym_preproc_directive] = ACTIONS(3529), - [anon_sym_SEMI] = ACTIONS(3531), - [anon_sym_typedef] = ACTIONS(3529), - [anon_sym_extern] = ACTIONS(3529), - [anon_sym_LBRACE] = ACTIONS(3531), - [anon_sym_STAR] = ACTIONS(3531), - [anon_sym_static] = ACTIONS(3529), - [anon_sym_auto] = ACTIONS(3529), - [anon_sym_register] = ACTIONS(3529), - [anon_sym_inline] = ACTIONS(3529), - [anon_sym_const] = ACTIONS(3529), - [anon_sym_restrict] = ACTIONS(3529), - [anon_sym_volatile] = ACTIONS(3529), - [anon_sym__Atomic] = ACTIONS(3529), - [anon_sym_unsigned] = ACTIONS(3529), - [anon_sym_long] = ACTIONS(3529), - [anon_sym_short] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(3529), - [anon_sym_enum] = ACTIONS(3529), - [anon_sym_struct] = ACTIONS(3529), - [anon_sym_union] = ACTIONS(3529), - [anon_sym_if] = ACTIONS(3529), - [anon_sym_switch] = ACTIONS(3529), - [anon_sym_case] = ACTIONS(3529), - [anon_sym_default] = ACTIONS(3529), - [anon_sym_while] = ACTIONS(3529), - [anon_sym_do] = ACTIONS(3529), - [anon_sym_for] = ACTIONS(3529), - [anon_sym_return] = ACTIONS(3529), - [anon_sym_break] = ACTIONS(3529), - [anon_sym_continue] = ACTIONS(3529), - [anon_sym_goto] = ACTIONS(3529), - [anon_sym_AMP] = ACTIONS(3531), - [anon_sym_BANG] = ACTIONS(3531), - [anon_sym_TILDE] = ACTIONS(3531), - [anon_sym_PLUS] = ACTIONS(3529), - [anon_sym_DASH] = ACTIONS(3529), - [anon_sym_DASH_DASH] = ACTIONS(3531), - [anon_sym_PLUS_PLUS] = ACTIONS(3531), - [anon_sym_sizeof] = ACTIONS(3529), - [sym_number_literal] = ACTIONS(3531), - [sym_char_literal] = ACTIONS(3531), - [sym_string_literal] = ACTIONS(3531), - [sym_true] = ACTIONS(3529), - [sym_false] = ACTIONS(3529), - [sym_null] = ACTIONS(3529), - [sym_identifier] = ACTIONS(3529), + [1255] = { + [sym_compound_statement] = STATE(1047), + [sym_labeled_statement] = STATE(1047), + [sym_expression_statement] = STATE(1047), + [sym_if_statement] = STATE(1047), + [sym_switch_statement] = STATE(1047), + [sym_case_statement] = STATE(1047), + [sym_while_statement] = STATE(1047), + [sym_do_statement] = STATE(1047), + [sym_for_statement] = STATE(1047), + [sym_return_statement] = STATE(1047), + [sym_break_statement] = STATE(1047), + [sym_continue_statement] = STATE(1047), + [sym_goto_statement] = STATE(1047), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1346] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3533), - [anon_sym_LPAREN] = ACTIONS(3535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3533), - [sym_preproc_directive] = ACTIONS(3533), - [anon_sym_SEMI] = ACTIONS(3535), - [anon_sym_typedef] = ACTIONS(3533), - [anon_sym_extern] = ACTIONS(3533), - [anon_sym_LBRACE] = ACTIONS(3535), - [anon_sym_STAR] = ACTIONS(3535), - [anon_sym_static] = ACTIONS(3533), - [anon_sym_auto] = ACTIONS(3533), - [anon_sym_register] = ACTIONS(3533), - [anon_sym_inline] = ACTIONS(3533), - [anon_sym_const] = ACTIONS(3533), - [anon_sym_restrict] = ACTIONS(3533), - [anon_sym_volatile] = ACTIONS(3533), - [anon_sym__Atomic] = ACTIONS(3533), - [anon_sym_unsigned] = ACTIONS(3533), - [anon_sym_long] = ACTIONS(3533), - [anon_sym_short] = ACTIONS(3533), - [sym_primitive_type] = ACTIONS(3533), - [anon_sym_enum] = ACTIONS(3533), - [anon_sym_struct] = ACTIONS(3533), - [anon_sym_union] = ACTIONS(3533), - [anon_sym_if] = ACTIONS(3533), - [anon_sym_switch] = ACTIONS(3533), - [anon_sym_case] = ACTIONS(3533), - [anon_sym_default] = ACTIONS(3533), - [anon_sym_while] = ACTIONS(3533), - [anon_sym_do] = ACTIONS(3533), - [anon_sym_for] = ACTIONS(3533), - [anon_sym_return] = ACTIONS(3533), - [anon_sym_break] = ACTIONS(3533), - [anon_sym_continue] = ACTIONS(3533), - [anon_sym_goto] = ACTIONS(3533), - [anon_sym_AMP] = ACTIONS(3535), - [anon_sym_BANG] = ACTIONS(3535), - [anon_sym_TILDE] = ACTIONS(3535), - [anon_sym_PLUS] = ACTIONS(3533), - [anon_sym_DASH] = ACTIONS(3533), - [anon_sym_DASH_DASH] = ACTIONS(3535), - [anon_sym_PLUS_PLUS] = ACTIONS(3535), - [anon_sym_sizeof] = ACTIONS(3533), - [sym_number_literal] = ACTIONS(3535), - [sym_char_literal] = ACTIONS(3535), - [sym_string_literal] = ACTIONS(3535), - [sym_true] = ACTIONS(3533), - [sym_false] = ACTIONS(3533), - [sym_null] = ACTIONS(3533), - [sym_identifier] = ACTIONS(3533), + [1256] = { + [sym__expression] = STATE(1300), + [sym_conditional_expression] = STATE(1300), + [sym_assignment_expression] = STATE(1300), + [sym_pointer_expression] = STATE(1300), + [sym_logical_expression] = STATE(1300), + [sym_bitwise_expression] = STATE(1300), + [sym_equality_expression] = STATE(1300), + [sym_relational_expression] = STATE(1300), + [sym_shift_expression] = STATE(1300), + [sym_math_expression] = STATE(1300), + [sym_cast_expression] = STATE(1300), + [sym_sizeof_expression] = STATE(1300), + [sym_subscript_expression] = STATE(1300), + [sym_call_expression] = STATE(1300), + [sym_field_expression] = STATE(1300), + [sym_compound_literal_expression] = STATE(1300), + [sym_parenthesized_expression] = STATE(1300), + [sym_concatenated_string] = STATE(1300), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3689), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3691), + [sym_char_literal] = ACTIONS(3691), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3693), + [sym_false] = ACTIONS(3693), + [sym_null] = ACTIONS(3693), + [sym_identifier] = ACTIONS(3693), [sym_comment] = ACTIONS(39), }, - [1347] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3537), - [anon_sym_LPAREN] = ACTIONS(3539), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3537), - [sym_preproc_directive] = ACTIONS(3537), - [anon_sym_SEMI] = ACTIONS(3539), - [anon_sym_typedef] = ACTIONS(3537), - [anon_sym_extern] = ACTIONS(3537), - [anon_sym_LBRACE] = ACTIONS(3539), - [anon_sym_STAR] = ACTIONS(3539), - [anon_sym_static] = ACTIONS(3537), - [anon_sym_auto] = ACTIONS(3537), - [anon_sym_register] = ACTIONS(3537), - [anon_sym_inline] = ACTIONS(3537), - [anon_sym_const] = ACTIONS(3537), - [anon_sym_restrict] = ACTIONS(3537), - [anon_sym_volatile] = ACTIONS(3537), - [anon_sym__Atomic] = ACTIONS(3537), - [anon_sym_unsigned] = ACTIONS(3537), - [anon_sym_long] = ACTIONS(3537), - [anon_sym_short] = ACTIONS(3537), - [sym_primitive_type] = ACTIONS(3537), - [anon_sym_enum] = ACTIONS(3537), - [anon_sym_struct] = ACTIONS(3537), - [anon_sym_union] = ACTIONS(3537), - [anon_sym_if] = ACTIONS(3537), - [anon_sym_switch] = ACTIONS(3537), - [anon_sym_case] = ACTIONS(3537), - [anon_sym_default] = ACTIONS(3537), - [anon_sym_while] = ACTIONS(3537), - [anon_sym_do] = ACTIONS(3537), - [anon_sym_for] = ACTIONS(3537), - [anon_sym_return] = ACTIONS(3537), - [anon_sym_break] = ACTIONS(3537), - [anon_sym_continue] = ACTIONS(3537), - [anon_sym_goto] = ACTIONS(3537), - [anon_sym_AMP] = ACTIONS(3539), - [anon_sym_BANG] = ACTIONS(3539), - [anon_sym_TILDE] = ACTIONS(3539), - [anon_sym_PLUS] = ACTIONS(3537), - [anon_sym_DASH] = ACTIONS(3537), - [anon_sym_DASH_DASH] = ACTIONS(3539), - [anon_sym_PLUS_PLUS] = ACTIONS(3539), - [anon_sym_sizeof] = ACTIONS(3537), - [sym_number_literal] = ACTIONS(3539), - [sym_char_literal] = ACTIONS(3539), - [sym_string_literal] = ACTIONS(3539), - [sym_true] = ACTIONS(3537), - [sym_false] = ACTIONS(3537), - [sym_null] = ACTIONS(3537), - [sym_identifier] = ACTIONS(3537), + [1257] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3695), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1348] = { - [anon_sym_LF] = ACTIONS(3887), - [sym_comment] = ACTIONS(47), - }, - [1349] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(700), - [anon_sym_LPAREN] = ACTIONS(698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(700), - [sym_preproc_directive] = ACTIONS(700), - [anon_sym_SEMI] = ACTIONS(698), - [anon_sym_typedef] = ACTIONS(700), - [anon_sym_extern] = ACTIONS(700), - [anon_sym_LBRACE] = ACTIONS(698), - [anon_sym_STAR] = ACTIONS(698), - [anon_sym_static] = ACTIONS(700), - [anon_sym_auto] = ACTIONS(700), - [anon_sym_register] = ACTIONS(700), - [anon_sym_inline] = ACTIONS(700), - [anon_sym_const] = ACTIONS(700), - [anon_sym_restrict] = ACTIONS(700), - [anon_sym_volatile] = ACTIONS(700), - [anon_sym__Atomic] = ACTIONS(700), - [anon_sym_unsigned] = ACTIONS(700), - [anon_sym_long] = ACTIONS(700), - [anon_sym_short] = ACTIONS(700), - [sym_primitive_type] = ACTIONS(700), - [anon_sym_enum] = ACTIONS(700), - [anon_sym_struct] = ACTIONS(700), - [anon_sym_union] = ACTIONS(700), - [anon_sym_if] = ACTIONS(700), - [anon_sym_switch] = ACTIONS(700), - [anon_sym_case] = ACTIONS(700), - [anon_sym_default] = ACTIONS(700), - [anon_sym_while] = ACTIONS(700), - [anon_sym_do] = ACTIONS(700), - [anon_sym_for] = ACTIONS(700), - [anon_sym_return] = ACTIONS(700), - [anon_sym_break] = ACTIONS(700), - [anon_sym_continue] = ACTIONS(700), - [anon_sym_goto] = ACTIONS(700), - [anon_sym_AMP] = ACTIONS(698), - [anon_sym_BANG] = ACTIONS(698), - [anon_sym_TILDE] = ACTIONS(698), - [anon_sym_PLUS] = ACTIONS(700), - [anon_sym_DASH] = ACTIONS(700), - [anon_sym_DASH_DASH] = ACTIONS(698), - [anon_sym_PLUS_PLUS] = ACTIONS(698), - [anon_sym_sizeof] = ACTIONS(700), - [sym_number_literal] = ACTIONS(698), - [sym_char_literal] = ACTIONS(698), - [sym_string_literal] = ACTIONS(698), - [sym_true] = ACTIONS(700), - [sym_false] = ACTIONS(700), - [sym_null] = ACTIONS(700), - [sym_identifier] = ACTIONS(700), + [1258] = { + [sym__expression] = STATE(1302), + [sym_conditional_expression] = STATE(1302), + [sym_assignment_expression] = STATE(1302), + [sym_pointer_expression] = STATE(1302), + [sym_logical_expression] = STATE(1302), + [sym_bitwise_expression] = STATE(1302), + [sym_equality_expression] = STATE(1302), + [sym_relational_expression] = STATE(1302), + [sym_shift_expression] = STATE(1302), + [sym_math_expression] = STATE(1302), + [sym_cast_expression] = STATE(1302), + [sym_sizeof_expression] = STATE(1302), + [sym_subscript_expression] = STATE(1302), + [sym_call_expression] = STATE(1302), + [sym_field_expression] = STATE(1302), + [sym_compound_literal_expression] = STATE(1302), + [sym_parenthesized_expression] = STATE(1302), + [sym_concatenated_string] = STATE(1302), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3695), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3697), + [sym_char_literal] = ACTIONS(3697), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3699), + [sym_false] = ACTIONS(3699), + [sym_null] = ACTIONS(3699), + [sym_identifier] = ACTIONS(3699), [sym_comment] = ACTIONS(39), }, - [1350] = { - [anon_sym_LF] = ACTIONS(3889), - [sym_comment] = ACTIONS(47), - }, - [1351] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3013), - [anon_sym_LPAREN] = ACTIONS(3015), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3013), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3013), - [sym_preproc_directive] = ACTIONS(3013), - [anon_sym_SEMI] = ACTIONS(3015), - [anon_sym_typedef] = ACTIONS(3013), - [anon_sym_extern] = ACTIONS(3013), - [anon_sym_LBRACE] = ACTIONS(3015), - [anon_sym_STAR] = ACTIONS(3015), - [anon_sym_static] = ACTIONS(3013), - [anon_sym_auto] = ACTIONS(3013), - [anon_sym_register] = ACTIONS(3013), - [anon_sym_inline] = ACTIONS(3013), - [anon_sym_const] = ACTIONS(3013), - [anon_sym_restrict] = ACTIONS(3013), - [anon_sym_volatile] = ACTIONS(3013), - [anon_sym__Atomic] = ACTIONS(3013), - [anon_sym_unsigned] = ACTIONS(3013), - [anon_sym_long] = ACTIONS(3013), - [anon_sym_short] = ACTIONS(3013), - [sym_primitive_type] = ACTIONS(3013), - [anon_sym_enum] = ACTIONS(3013), - [anon_sym_struct] = ACTIONS(3013), - [anon_sym_union] = ACTIONS(3013), - [anon_sym_if] = ACTIONS(3013), - [anon_sym_switch] = ACTIONS(3013), - [anon_sym_case] = ACTIONS(3013), - [anon_sym_default] = ACTIONS(3013), - [anon_sym_while] = ACTIONS(3013), - [anon_sym_do] = ACTIONS(3013), - [anon_sym_for] = ACTIONS(3013), - [anon_sym_return] = ACTIONS(3013), - [anon_sym_break] = ACTIONS(3013), - [anon_sym_continue] = ACTIONS(3013), - [anon_sym_goto] = ACTIONS(3013), - [anon_sym_AMP] = ACTIONS(3015), - [anon_sym_BANG] = ACTIONS(3015), - [anon_sym_TILDE] = ACTIONS(3015), - [anon_sym_PLUS] = ACTIONS(3013), - [anon_sym_DASH] = ACTIONS(3013), - [anon_sym_DASH_DASH] = ACTIONS(3015), - [anon_sym_PLUS_PLUS] = ACTIONS(3015), - [anon_sym_sizeof] = ACTIONS(3013), - [sym_number_literal] = ACTIONS(3015), - [sym_char_literal] = ACTIONS(3015), - [sym_string_literal] = ACTIONS(3015), - [sym_true] = ACTIONS(3013), - [sym_false] = ACTIONS(3013), - [sym_null] = ACTIONS(3013), - [sym_identifier] = ACTIONS(3013), + [1259] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3701), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1352] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3017), - [anon_sym_LPAREN] = ACTIONS(3019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3017), - [sym_preproc_directive] = ACTIONS(3017), - [anon_sym_SEMI] = ACTIONS(3019), - [anon_sym_typedef] = ACTIONS(3017), - [anon_sym_extern] = ACTIONS(3017), - [anon_sym_LBRACE] = ACTIONS(3019), - [anon_sym_STAR] = ACTIONS(3019), - [anon_sym_static] = ACTIONS(3017), - [anon_sym_auto] = ACTIONS(3017), - [anon_sym_register] = ACTIONS(3017), - [anon_sym_inline] = ACTIONS(3017), - [anon_sym_const] = ACTIONS(3017), - [anon_sym_restrict] = ACTIONS(3017), - [anon_sym_volatile] = ACTIONS(3017), - [anon_sym__Atomic] = ACTIONS(3017), - [anon_sym_unsigned] = ACTIONS(3017), - [anon_sym_long] = ACTIONS(3017), - [anon_sym_short] = ACTIONS(3017), - [sym_primitive_type] = ACTIONS(3017), - [anon_sym_enum] = ACTIONS(3017), - [anon_sym_struct] = ACTIONS(3017), - [anon_sym_union] = ACTIONS(3017), - [anon_sym_if] = ACTIONS(3017), - [anon_sym_switch] = ACTIONS(3017), - [anon_sym_case] = ACTIONS(3017), - [anon_sym_default] = ACTIONS(3017), - [anon_sym_while] = ACTIONS(3017), - [anon_sym_do] = ACTIONS(3017), - [anon_sym_for] = ACTIONS(3017), - [anon_sym_return] = ACTIONS(3017), - [anon_sym_break] = ACTIONS(3017), - [anon_sym_continue] = ACTIONS(3017), - [anon_sym_goto] = ACTIONS(3017), - [anon_sym_AMP] = ACTIONS(3019), - [anon_sym_BANG] = ACTIONS(3019), - [anon_sym_TILDE] = ACTIONS(3019), - [anon_sym_PLUS] = ACTIONS(3017), - [anon_sym_DASH] = ACTIONS(3017), - [anon_sym_DASH_DASH] = ACTIONS(3019), - [anon_sym_PLUS_PLUS] = ACTIONS(3019), - [anon_sym_sizeof] = ACTIONS(3017), - [sym_number_literal] = ACTIONS(3019), - [sym_char_literal] = ACTIONS(3019), - [sym_string_literal] = ACTIONS(3019), - [sym_true] = ACTIONS(3017), - [sym_false] = ACTIONS(3017), - [sym_null] = ACTIONS(3017), - [sym_identifier] = ACTIONS(3017), + [1260] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3703), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1353] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3023), - [anon_sym_LPAREN] = ACTIONS(3025), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3023), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3023), - [sym_preproc_directive] = ACTIONS(3023), - [anon_sym_SEMI] = ACTIONS(3025), - [anon_sym_typedef] = ACTIONS(3023), - [anon_sym_extern] = ACTIONS(3023), - [anon_sym_LBRACE] = ACTIONS(3025), - [anon_sym_STAR] = ACTIONS(3025), - [anon_sym_static] = ACTIONS(3023), - [anon_sym_auto] = ACTIONS(3023), - [anon_sym_register] = ACTIONS(3023), - [anon_sym_inline] = ACTIONS(3023), - [anon_sym_const] = ACTIONS(3023), - [anon_sym_restrict] = ACTIONS(3023), - [anon_sym_volatile] = ACTIONS(3023), - [anon_sym__Atomic] = ACTIONS(3023), - [anon_sym_unsigned] = ACTIONS(3023), - [anon_sym_long] = ACTIONS(3023), - [anon_sym_short] = ACTIONS(3023), - [sym_primitive_type] = ACTIONS(3023), - [anon_sym_enum] = ACTIONS(3023), - [anon_sym_struct] = ACTIONS(3023), - [anon_sym_union] = ACTIONS(3023), - [anon_sym_if] = ACTIONS(3023), - [anon_sym_switch] = ACTIONS(3023), - [anon_sym_case] = ACTIONS(3023), - [anon_sym_default] = ACTIONS(3023), - [anon_sym_while] = ACTIONS(3023), - [anon_sym_do] = ACTIONS(3023), - [anon_sym_for] = ACTIONS(3023), - [anon_sym_return] = ACTIONS(3023), - [anon_sym_break] = ACTIONS(3023), - [anon_sym_continue] = ACTIONS(3023), - [anon_sym_goto] = ACTIONS(3023), - [anon_sym_AMP] = ACTIONS(3025), - [anon_sym_BANG] = ACTIONS(3025), - [anon_sym_TILDE] = ACTIONS(3025), - [anon_sym_PLUS] = ACTIONS(3023), - [anon_sym_DASH] = ACTIONS(3023), - [anon_sym_DASH_DASH] = ACTIONS(3025), - [anon_sym_PLUS_PLUS] = ACTIONS(3025), - [anon_sym_sizeof] = ACTIONS(3023), - [sym_number_literal] = ACTIONS(3025), - [sym_char_literal] = ACTIONS(3025), - [sym_string_literal] = ACTIONS(3025), - [sym_true] = ACTIONS(3023), - [sym_false] = ACTIONS(3023), - [sym_null] = ACTIONS(3023), - [sym_identifier] = ACTIONS(3023), + [1261] = { + [sym_declaration] = STATE(910), + [sym_type_definition] = STATE(910), + [sym__declaration_specifiers] = STATE(683), + [sym_compound_statement] = STATE(910), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(910), + [sym_expression_statement] = STATE(910), + [sym_if_statement] = STATE(910), + [sym_switch_statement] = STATE(910), + [sym_case_statement] = STATE(910), + [sym_while_statement] = STATE(910), + [sym_do_statement] = STATE(910), + [sym_for_statement] = STATE(910), + [sym_return_statement] = STATE(910), + [sym_break_statement] = STATE(910), + [sym_continue_statement] = STATE(910), + [sym_goto_statement] = STATE(910), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_typedef] = ACTIONS(19), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3609), [sym_comment] = ACTIONS(39), }, - [1354] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3891), + [1262] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(3485), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1355] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3893), + [1263] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3705), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1356] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3102), - [anon_sym_LPAREN] = ACTIONS(3104), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3102), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3102), - [sym_preproc_directive] = ACTIONS(3102), - [anon_sym_SEMI] = ACTIONS(3104), - [anon_sym_typedef] = ACTIONS(3102), - [anon_sym_extern] = ACTIONS(3102), - [anon_sym_LBRACE] = ACTIONS(3104), - [anon_sym_STAR] = ACTIONS(3104), - [anon_sym_static] = ACTIONS(3102), - [anon_sym_auto] = ACTIONS(3102), - [anon_sym_register] = ACTIONS(3102), - [anon_sym_inline] = ACTIONS(3102), - [anon_sym_const] = ACTIONS(3102), - [anon_sym_restrict] = ACTIONS(3102), - [anon_sym_volatile] = ACTIONS(3102), - [anon_sym__Atomic] = ACTIONS(3102), - [anon_sym_unsigned] = ACTIONS(3102), - [anon_sym_long] = ACTIONS(3102), - [anon_sym_short] = ACTIONS(3102), - [sym_primitive_type] = ACTIONS(3102), - [anon_sym_enum] = ACTIONS(3102), - [anon_sym_struct] = ACTIONS(3102), - [anon_sym_union] = ACTIONS(3102), - [anon_sym_if] = ACTIONS(3102), - [anon_sym_switch] = ACTIONS(3102), - [anon_sym_case] = ACTIONS(3102), - [anon_sym_default] = ACTIONS(3102), - [anon_sym_while] = ACTIONS(3102), - [anon_sym_do] = ACTIONS(3102), - [anon_sym_for] = ACTIONS(3102), - [anon_sym_return] = ACTIONS(3102), - [anon_sym_break] = ACTIONS(3102), - [anon_sym_continue] = ACTIONS(3102), - [anon_sym_goto] = ACTIONS(3102), - [anon_sym_AMP] = ACTIONS(3104), - [anon_sym_BANG] = ACTIONS(3104), - [anon_sym_TILDE] = ACTIONS(3104), - [anon_sym_PLUS] = ACTIONS(3102), - [anon_sym_DASH] = ACTIONS(3102), - [anon_sym_DASH_DASH] = ACTIONS(3104), - [anon_sym_PLUS_PLUS] = ACTIONS(3104), - [anon_sym_sizeof] = ACTIONS(3102), - [sym_number_literal] = ACTIONS(3104), - [sym_char_literal] = ACTIONS(3104), - [sym_string_literal] = ACTIONS(3104), - [sym_true] = ACTIONS(3102), - [sym_false] = ACTIONS(3102), - [sym_null] = ACTIONS(3102), - [sym_identifier] = ACTIONS(3102), + [1264] = { + [sym__expression] = STATE(1307), + [sym_conditional_expression] = STATE(1307), + [sym_assignment_expression] = STATE(1307), + [sym_pointer_expression] = STATE(1307), + [sym_logical_expression] = STATE(1307), + [sym_bitwise_expression] = STATE(1307), + [sym_equality_expression] = STATE(1307), + [sym_relational_expression] = STATE(1307), + [sym_shift_expression] = STATE(1307), + [sym_math_expression] = STATE(1307), + [sym_cast_expression] = STATE(1307), + [sym_sizeof_expression] = STATE(1307), + [sym_subscript_expression] = STATE(1307), + [sym_call_expression] = STATE(1307), + [sym_field_expression] = STATE(1307), + [sym_compound_literal_expression] = STATE(1307), + [sym_parenthesized_expression] = STATE(1307), + [sym_concatenated_string] = STATE(1307), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3707), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3709), + [sym_char_literal] = ACTIONS(3709), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3711), + [sym_false] = ACTIONS(3711), + [sym_null] = ACTIONS(3711), + [sym_identifier] = ACTIONS(3711), [sym_comment] = ACTIONS(39), }, - [1357] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3106), - [anon_sym_LPAREN] = ACTIONS(3108), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3106), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3106), - [sym_preproc_directive] = ACTIONS(3106), - [anon_sym_SEMI] = ACTIONS(3108), - [anon_sym_typedef] = ACTIONS(3106), - [anon_sym_extern] = ACTIONS(3106), - [anon_sym_LBRACE] = ACTIONS(3108), - [anon_sym_STAR] = ACTIONS(3108), - [anon_sym_static] = ACTIONS(3106), - [anon_sym_auto] = ACTIONS(3106), - [anon_sym_register] = ACTIONS(3106), - [anon_sym_inline] = ACTIONS(3106), - [anon_sym_const] = ACTIONS(3106), - [anon_sym_restrict] = ACTIONS(3106), - [anon_sym_volatile] = ACTIONS(3106), - [anon_sym__Atomic] = ACTIONS(3106), - [anon_sym_unsigned] = ACTIONS(3106), - [anon_sym_long] = ACTIONS(3106), - [anon_sym_short] = ACTIONS(3106), - [sym_primitive_type] = ACTIONS(3106), - [anon_sym_enum] = ACTIONS(3106), - [anon_sym_struct] = ACTIONS(3106), - [anon_sym_union] = ACTIONS(3106), - [anon_sym_if] = ACTIONS(3106), - [anon_sym_switch] = ACTIONS(3106), - [anon_sym_case] = ACTIONS(3106), - [anon_sym_default] = ACTIONS(3106), - [anon_sym_while] = ACTIONS(3106), - [anon_sym_do] = ACTIONS(3106), - [anon_sym_for] = ACTIONS(3106), - [anon_sym_return] = ACTIONS(3106), - [anon_sym_break] = ACTIONS(3106), - [anon_sym_continue] = ACTIONS(3106), - [anon_sym_goto] = ACTIONS(3106), - [anon_sym_AMP] = ACTIONS(3108), - [anon_sym_BANG] = ACTIONS(3108), - [anon_sym_TILDE] = ACTIONS(3108), - [anon_sym_PLUS] = ACTIONS(3106), - [anon_sym_DASH] = ACTIONS(3106), - [anon_sym_DASH_DASH] = ACTIONS(3108), - [anon_sym_PLUS_PLUS] = ACTIONS(3108), - [anon_sym_sizeof] = ACTIONS(3106), - [sym_number_literal] = ACTIONS(3108), - [sym_char_literal] = ACTIONS(3108), - [sym_string_literal] = ACTIONS(3108), - [sym_true] = ACTIONS(3106), - [sym_false] = ACTIONS(3106), - [sym_null] = ACTIONS(3106), - [sym_identifier] = ACTIONS(3106), + [1265] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3713), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1358] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3110), - [anon_sym_LPAREN] = ACTIONS(3112), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3110), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3110), - [sym_preproc_directive] = ACTIONS(3110), - [anon_sym_SEMI] = ACTIONS(3112), - [anon_sym_typedef] = ACTIONS(3110), - [anon_sym_extern] = ACTIONS(3110), - [anon_sym_LBRACE] = ACTIONS(3112), - [anon_sym_STAR] = ACTIONS(3112), - [anon_sym_static] = ACTIONS(3110), - [anon_sym_auto] = ACTIONS(3110), - [anon_sym_register] = ACTIONS(3110), - [anon_sym_inline] = ACTIONS(3110), - [anon_sym_const] = ACTIONS(3110), - [anon_sym_restrict] = ACTIONS(3110), - [anon_sym_volatile] = ACTIONS(3110), - [anon_sym__Atomic] = ACTIONS(3110), - [anon_sym_unsigned] = ACTIONS(3110), - [anon_sym_long] = ACTIONS(3110), - [anon_sym_short] = ACTIONS(3110), - [sym_primitive_type] = ACTIONS(3110), - [anon_sym_enum] = ACTIONS(3110), - [anon_sym_struct] = ACTIONS(3110), - [anon_sym_union] = ACTIONS(3110), - [anon_sym_if] = ACTIONS(3110), - [anon_sym_switch] = ACTIONS(3110), - [anon_sym_case] = ACTIONS(3110), - [anon_sym_default] = ACTIONS(3110), - [anon_sym_while] = ACTIONS(3110), - [anon_sym_do] = ACTIONS(3110), - [anon_sym_for] = ACTIONS(3110), - [anon_sym_return] = ACTIONS(3110), - [anon_sym_break] = ACTIONS(3110), - [anon_sym_continue] = ACTIONS(3110), - [anon_sym_goto] = ACTIONS(3110), - [anon_sym_AMP] = ACTIONS(3112), - [anon_sym_BANG] = ACTIONS(3112), - [anon_sym_TILDE] = ACTIONS(3112), - [anon_sym_PLUS] = ACTIONS(3110), - [anon_sym_DASH] = ACTIONS(3110), - [anon_sym_DASH_DASH] = ACTIONS(3112), - [anon_sym_PLUS_PLUS] = ACTIONS(3112), - [anon_sym_sizeof] = ACTIONS(3110), - [sym_number_literal] = ACTIONS(3112), - [sym_char_literal] = ACTIONS(3112), - [sym_string_literal] = ACTIONS(3112), - [sym_true] = ACTIONS(3110), - [sym_false] = ACTIONS(3110), - [sym_null] = ACTIONS(3110), - [sym_identifier] = ACTIONS(3110), + [1266] = { + [sym_compound_statement] = STATE(1269), + [sym_labeled_statement] = STATE(1269), + [sym_expression_statement] = STATE(1269), + [sym_if_statement] = STATE(1269), + [sym_switch_statement] = STATE(1269), + [sym_case_statement] = STATE(1269), + [sym_while_statement] = STATE(1269), + [sym_do_statement] = STATE(1269), + [sym_for_statement] = STATE(1269), + [sym_return_statement] = STATE(1269), + [sym_break_statement] = STATE(1269), + [sym_continue_statement] = STATE(1269), + [sym_goto_statement] = STATE(1269), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1359] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3895), + [1267] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3715), [sym_comment] = ACTIONS(39), }, - [1360] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3897), + [1268] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1310), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3715), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1361] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3118), - [anon_sym_LPAREN] = ACTIONS(3120), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3118), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3118), - [sym_preproc_directive] = ACTIONS(3118), - [anon_sym_SEMI] = ACTIONS(3120), - [anon_sym_typedef] = ACTIONS(3118), - [anon_sym_extern] = ACTIONS(3118), - [anon_sym_LBRACE] = ACTIONS(3120), - [anon_sym_STAR] = ACTIONS(3120), - [anon_sym_static] = ACTIONS(3118), - [anon_sym_auto] = ACTIONS(3118), - [anon_sym_register] = ACTIONS(3118), - [anon_sym_inline] = ACTIONS(3118), - [anon_sym_const] = ACTIONS(3118), - [anon_sym_restrict] = ACTIONS(3118), - [anon_sym_volatile] = ACTIONS(3118), - [anon_sym__Atomic] = ACTIONS(3118), - [anon_sym_unsigned] = ACTIONS(3118), - [anon_sym_long] = ACTIONS(3118), - [anon_sym_short] = ACTIONS(3118), - [sym_primitive_type] = ACTIONS(3118), - [anon_sym_enum] = ACTIONS(3118), - [anon_sym_struct] = ACTIONS(3118), - [anon_sym_union] = ACTIONS(3118), - [anon_sym_if] = ACTIONS(3118), - [anon_sym_switch] = ACTIONS(3118), - [anon_sym_case] = ACTIONS(3118), - [anon_sym_default] = ACTIONS(3118), - [anon_sym_while] = ACTIONS(3118), - [anon_sym_do] = ACTIONS(3118), - [anon_sym_for] = ACTIONS(3118), - [anon_sym_return] = ACTIONS(3118), - [anon_sym_break] = ACTIONS(3118), - [anon_sym_continue] = ACTIONS(3118), - [anon_sym_goto] = ACTIONS(3118), - [anon_sym_AMP] = ACTIONS(3120), - [anon_sym_BANG] = ACTIONS(3120), - [anon_sym_TILDE] = ACTIONS(3120), - [anon_sym_PLUS] = ACTIONS(3118), - [anon_sym_DASH] = ACTIONS(3118), - [anon_sym_DASH_DASH] = ACTIONS(3120), - [anon_sym_PLUS_PLUS] = ACTIONS(3120), - [anon_sym_sizeof] = ACTIONS(3118), - [sym_number_literal] = ACTIONS(3120), - [sym_char_literal] = ACTIONS(3120), - [sym_string_literal] = ACTIONS(3120), - [sym_true] = ACTIONS(3118), - [sym_false] = ACTIONS(3118), - [sym_null] = ACTIONS(3118), - [sym_identifier] = ACTIONS(3118), + [1269] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3717), + [anon_sym_LPAREN] = ACTIONS(3719), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3717), + [sym_preproc_directive] = ACTIONS(3717), + [anon_sym_SEMI] = ACTIONS(3719), + [anon_sym_typedef] = ACTIONS(3717), + [anon_sym_extern] = ACTIONS(3717), + [anon_sym_LBRACE] = ACTIONS(3719), + [anon_sym_RBRACE] = ACTIONS(3719), + [anon_sym_STAR] = ACTIONS(3719), + [anon_sym_static] = ACTIONS(3717), + [anon_sym_auto] = ACTIONS(3717), + [anon_sym_register] = ACTIONS(3717), + [anon_sym_inline] = ACTIONS(3717), + [anon_sym_const] = ACTIONS(3717), + [anon_sym_restrict] = ACTIONS(3717), + [anon_sym_volatile] = ACTIONS(3717), + [anon_sym__Atomic] = ACTIONS(3717), + [anon_sym_unsigned] = ACTIONS(3717), + [anon_sym_long] = ACTIONS(3717), + [anon_sym_short] = ACTIONS(3717), + [sym_primitive_type] = ACTIONS(3717), + [anon_sym_enum] = ACTIONS(3717), + [anon_sym_struct] = ACTIONS(3717), + [anon_sym_union] = ACTIONS(3717), + [anon_sym_if] = ACTIONS(3717), + [anon_sym_else] = ACTIONS(3717), + [anon_sym_switch] = ACTIONS(3717), + [anon_sym_case] = ACTIONS(3717), + [anon_sym_default] = ACTIONS(3717), + [anon_sym_while] = ACTIONS(3717), + [anon_sym_do] = ACTIONS(3717), + [anon_sym_for] = ACTIONS(3717), + [anon_sym_return] = ACTIONS(3717), + [anon_sym_break] = ACTIONS(3717), + [anon_sym_continue] = ACTIONS(3717), + [anon_sym_goto] = ACTIONS(3717), + [anon_sym_AMP] = ACTIONS(3719), + [anon_sym_BANG] = ACTIONS(3719), + [anon_sym_TILDE] = ACTIONS(3719), + [anon_sym_PLUS] = ACTIONS(3717), + [anon_sym_DASH] = ACTIONS(3717), + [anon_sym_DASH_DASH] = ACTIONS(3719), + [anon_sym_PLUS_PLUS] = ACTIONS(3719), + [anon_sym_sizeof] = ACTIONS(3717), + [sym_number_literal] = ACTIONS(3719), + [sym_char_literal] = ACTIONS(3719), + [sym_string_literal] = ACTIONS(3719), + [sym_true] = ACTIONS(3717), + [sym_false] = ACTIONS(3717), + [sym_null] = ACTIONS(3717), + [sym_identifier] = ACTIONS(3717), [sym_comment] = ACTIONS(39), }, - [1362] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3122), - [anon_sym_LPAREN] = ACTIONS(3124), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3122), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3122), - [sym_preproc_directive] = ACTIONS(3122), - [anon_sym_SEMI] = ACTIONS(3124), - [anon_sym_typedef] = ACTIONS(3122), - [anon_sym_extern] = ACTIONS(3122), - [anon_sym_LBRACE] = ACTIONS(3124), - [anon_sym_STAR] = ACTIONS(3124), - [anon_sym_static] = ACTIONS(3122), - [anon_sym_auto] = ACTIONS(3122), - [anon_sym_register] = ACTIONS(3122), - [anon_sym_inline] = ACTIONS(3122), - [anon_sym_const] = ACTIONS(3122), - [anon_sym_restrict] = ACTIONS(3122), - [anon_sym_volatile] = ACTIONS(3122), - [anon_sym__Atomic] = ACTIONS(3122), - [anon_sym_unsigned] = ACTIONS(3122), - [anon_sym_long] = ACTIONS(3122), - [anon_sym_short] = ACTIONS(3122), - [sym_primitive_type] = ACTIONS(3122), - [anon_sym_enum] = ACTIONS(3122), - [anon_sym_struct] = ACTIONS(3122), - [anon_sym_union] = ACTIONS(3122), - [anon_sym_if] = ACTIONS(3122), - [anon_sym_switch] = ACTIONS(3122), - [anon_sym_case] = ACTIONS(3122), - [anon_sym_default] = ACTIONS(3122), - [anon_sym_while] = ACTIONS(3122), - [anon_sym_do] = ACTIONS(3122), - [anon_sym_for] = ACTIONS(3122), - [anon_sym_return] = ACTIONS(3122), - [anon_sym_break] = ACTIONS(3122), - [anon_sym_continue] = ACTIONS(3122), - [anon_sym_goto] = ACTIONS(3122), - [anon_sym_AMP] = ACTIONS(3124), - [anon_sym_BANG] = ACTIONS(3124), - [anon_sym_TILDE] = ACTIONS(3124), - [anon_sym_PLUS] = ACTIONS(3122), - [anon_sym_DASH] = ACTIONS(3122), - [anon_sym_DASH_DASH] = ACTIONS(3124), - [anon_sym_PLUS_PLUS] = ACTIONS(3124), - [anon_sym_sizeof] = ACTIONS(3122), - [sym_number_literal] = ACTIONS(3124), - [sym_char_literal] = ACTIONS(3124), - [sym_string_literal] = ACTIONS(3124), - [sym_true] = ACTIONS(3122), - [sym_false] = ACTIONS(3122), - [sym_null] = ACTIONS(3122), - [sym_identifier] = ACTIONS(3122), + [1270] = { + [sym_compound_statement] = STATE(1311), + [sym_labeled_statement] = STATE(1311), + [sym_expression_statement] = STATE(1311), + [sym_if_statement] = STATE(1311), + [sym_switch_statement] = STATE(1311), + [sym_case_statement] = STATE(1311), + [sym_while_statement] = STATE(1311), + [sym_do_statement] = STATE(1311), + [sym_for_statement] = STATE(1311), + [sym_return_statement] = STATE(1311), + [sym_break_statement] = STATE(1311), + [sym_continue_statement] = STATE(1311), + [sym_goto_statement] = STATE(1311), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [1363] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3126), - [anon_sym_LPAREN] = ACTIONS(3128), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3126), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3126), - [sym_preproc_directive] = ACTIONS(3126), - [anon_sym_SEMI] = ACTIONS(3128), - [anon_sym_typedef] = ACTIONS(3126), - [anon_sym_extern] = ACTIONS(3126), - [anon_sym_LBRACE] = ACTIONS(3128), - [anon_sym_STAR] = ACTIONS(3128), - [anon_sym_static] = ACTIONS(3126), - [anon_sym_auto] = ACTIONS(3126), - [anon_sym_register] = ACTIONS(3126), - [anon_sym_inline] = ACTIONS(3126), - [anon_sym_const] = ACTIONS(3126), - [anon_sym_restrict] = ACTIONS(3126), - [anon_sym_volatile] = ACTIONS(3126), - [anon_sym__Atomic] = ACTIONS(3126), - [anon_sym_unsigned] = ACTIONS(3126), - [anon_sym_long] = ACTIONS(3126), - [anon_sym_short] = ACTIONS(3126), - [sym_primitive_type] = ACTIONS(3126), - [anon_sym_enum] = ACTIONS(3126), - [anon_sym_struct] = ACTIONS(3126), - [anon_sym_union] = ACTIONS(3126), - [anon_sym_if] = ACTIONS(3126), - [anon_sym_switch] = ACTIONS(3126), - [anon_sym_case] = ACTIONS(3126), - [anon_sym_default] = ACTIONS(3126), - [anon_sym_while] = ACTIONS(3126), - [anon_sym_do] = ACTIONS(3126), - [anon_sym_for] = ACTIONS(3126), - [anon_sym_return] = ACTIONS(3126), - [anon_sym_break] = ACTIONS(3126), - [anon_sym_continue] = ACTIONS(3126), - [anon_sym_goto] = ACTIONS(3126), - [anon_sym_AMP] = ACTIONS(3128), - [anon_sym_BANG] = ACTIONS(3128), - [anon_sym_TILDE] = ACTIONS(3128), - [anon_sym_PLUS] = ACTIONS(3126), - [anon_sym_DASH] = ACTIONS(3126), - [anon_sym_DASH_DASH] = ACTIONS(3128), - [anon_sym_PLUS_PLUS] = ACTIONS(3128), - [anon_sym_sizeof] = ACTIONS(3126), - [sym_number_literal] = ACTIONS(3128), - [sym_char_literal] = ACTIONS(3128), - [sym_string_literal] = ACTIONS(3128), - [sym_true] = ACTIONS(3126), - [sym_false] = ACTIONS(3126), - [sym_null] = ACTIONS(3126), - [sym_identifier] = ACTIONS(3126), + [1271] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3721), [sym_comment] = ACTIONS(39), }, - [1364] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3899), + [1272] = { + [sym__expression] = STATE(1313), + [sym_conditional_expression] = STATE(1313), + [sym_assignment_expression] = STATE(1313), + [sym_pointer_expression] = STATE(1313), + [sym_logical_expression] = STATE(1313), + [sym_bitwise_expression] = STATE(1313), + [sym_equality_expression] = STATE(1313), + [sym_relational_expression] = STATE(1313), + [sym_shift_expression] = STATE(1313), + [sym_math_expression] = STATE(1313), + [sym_cast_expression] = STATE(1313), + [sym_sizeof_expression] = STATE(1313), + [sym_subscript_expression] = STATE(1313), + [sym_call_expression] = STATE(1313), + [sym_field_expression] = STATE(1313), + [sym_compound_literal_expression] = STATE(1313), + [sym_parenthesized_expression] = STATE(1313), + [sym_concatenated_string] = STATE(1313), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3723), + [sym_char_literal] = ACTIONS(3723), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3725), + [sym_false] = ACTIONS(3725), + [sym_null] = ACTIONS(3725), + [sym_identifier] = ACTIONS(3725), [sym_comment] = ACTIONS(39), }, - [1365] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3901), + [1273] = { + [sym__expression] = STATE(1314), + [sym_conditional_expression] = STATE(1314), + [sym_assignment_expression] = STATE(1314), + [sym_pointer_expression] = STATE(1314), + [sym_logical_expression] = STATE(1314), + [sym_bitwise_expression] = STATE(1314), + [sym_equality_expression] = STATE(1314), + [sym_relational_expression] = STATE(1314), + [sym_shift_expression] = STATE(1314), + [sym_math_expression] = STATE(1314), + [sym_cast_expression] = STATE(1314), + [sym_sizeof_expression] = STATE(1314), + [sym_subscript_expression] = STATE(1314), + [sym_call_expression] = STATE(1314), + [sym_field_expression] = STATE(1314), + [sym_compound_literal_expression] = STATE(1314), + [sym_parenthesized_expression] = STATE(1314), + [sym_concatenated_string] = STATE(1314), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3727), + [sym_char_literal] = ACTIONS(3727), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3729), + [sym_false] = ACTIONS(3729), + [sym_null] = ACTIONS(3729), + [sym_identifier] = ACTIONS(3729), [sym_comment] = ACTIONS(39), }, - [1366] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(796), - [anon_sym_LPAREN] = ACTIONS(794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(796), - [sym_preproc_directive] = ACTIONS(796), - [anon_sym_SEMI] = ACTIONS(794), - [anon_sym_typedef] = ACTIONS(796), - [anon_sym_extern] = ACTIONS(796), - [anon_sym_LBRACE] = ACTIONS(794), - [anon_sym_STAR] = ACTIONS(794), - [anon_sym_static] = ACTIONS(796), - [anon_sym_auto] = ACTIONS(796), - [anon_sym_register] = ACTIONS(796), - [anon_sym_inline] = ACTIONS(796), - [anon_sym_const] = ACTIONS(796), - [anon_sym_restrict] = ACTIONS(796), - [anon_sym_volatile] = ACTIONS(796), - [anon_sym__Atomic] = ACTIONS(796), - [anon_sym_unsigned] = ACTIONS(796), - [anon_sym_long] = ACTIONS(796), - [anon_sym_short] = ACTIONS(796), - [sym_primitive_type] = ACTIONS(796), - [anon_sym_enum] = ACTIONS(796), - [anon_sym_struct] = ACTIONS(796), - [anon_sym_union] = ACTIONS(796), - [anon_sym_if] = ACTIONS(796), - [anon_sym_switch] = ACTIONS(796), - [anon_sym_case] = ACTIONS(796), - [anon_sym_default] = ACTIONS(796), - [anon_sym_while] = ACTIONS(796), - [anon_sym_do] = ACTIONS(796), - [anon_sym_for] = ACTIONS(796), - [anon_sym_return] = ACTIONS(796), - [anon_sym_break] = ACTIONS(796), - [anon_sym_continue] = ACTIONS(796), - [anon_sym_goto] = ACTIONS(796), - [anon_sym_AMP] = ACTIONS(794), - [anon_sym_BANG] = ACTIONS(794), - [anon_sym_TILDE] = ACTIONS(794), - [anon_sym_PLUS] = ACTIONS(796), - [anon_sym_DASH] = ACTIONS(796), - [anon_sym_DASH_DASH] = ACTIONS(794), - [anon_sym_PLUS_PLUS] = ACTIONS(794), - [anon_sym_sizeof] = ACTIONS(796), - [sym_number_literal] = ACTIONS(794), - [sym_char_literal] = ACTIONS(794), - [sym_string_literal] = ACTIONS(794), - [sym_true] = ACTIONS(796), - [sym_false] = ACTIONS(796), - [sym_null] = ACTIONS(796), - [sym_identifier] = ACTIONS(796), + [1274] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_STAR] = ACTIONS(1601), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1603), + [anon_sym_COLON] = ACTIONS(3731), + [anon_sym_QMARK] = ACTIONS(1607), + [anon_sym_STAR_EQ] = ACTIONS(1609), + [anon_sym_SLASH_EQ] = ACTIONS(1609), + [anon_sym_PERCENT_EQ] = ACTIONS(1609), + [anon_sym_PLUS_EQ] = ACTIONS(1609), + [anon_sym_DASH_EQ] = ACTIONS(1609), + [anon_sym_LT_LT_EQ] = ACTIONS(1609), + [anon_sym_GT_GT_EQ] = ACTIONS(1609), + [anon_sym_AMP_EQ] = ACTIONS(1609), + [anon_sym_CARET_EQ] = ACTIONS(1609), + [anon_sym_PIPE_EQ] = ACTIONS(1609), + [anon_sym_AMP] = ACTIONS(1611), + [anon_sym_PIPE_PIPE] = ACTIONS(1613), + [anon_sym_AMP_AMP] = ACTIONS(1615), + [anon_sym_PIPE] = ACTIONS(1617), + [anon_sym_CARET] = ACTIONS(1619), + [anon_sym_EQ_EQ] = ACTIONS(1621), + [anon_sym_BANG_EQ] = ACTIONS(1621), + [anon_sym_LT] = ACTIONS(1623), + [anon_sym_GT] = ACTIONS(1623), + [anon_sym_LT_EQ] = ACTIONS(1625), + [anon_sym_GT_EQ] = ACTIONS(1625), + [anon_sym_LT_LT] = ACTIONS(1627), + [anon_sym_GT_GT] = ACTIONS(1627), + [anon_sym_PLUS] = ACTIONS(1629), + [anon_sym_DASH] = ACTIONS(1629), + [anon_sym_SLASH] = ACTIONS(1601), + [anon_sym_PERCENT] = ACTIONS(1601), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1367] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(810), - [anon_sym_STAR] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_goto] = ACTIONS(812), - [anon_sym_AMP] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(810), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(810), - [anon_sym_PLUS_PLUS] = ACTIONS(810), - [anon_sym_sizeof] = ACTIONS(812), - [sym_number_literal] = ACTIONS(810), - [sym_char_literal] = ACTIONS(810), - [sym_string_literal] = ACTIONS(810), - [sym_true] = ACTIONS(812), - [sym_false] = ACTIONS(812), - [sym_null] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), + [1275] = { + [sym_declaration] = STATE(1100), + [sym_type_definition] = STATE(1100), + [sym__declaration_specifiers] = STATE(1101), + [sym_compound_statement] = STATE(1100), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1100), + [sym_expression_statement] = STATE(1100), + [sym_if_statement] = STATE(1100), + [sym_switch_statement] = STATE(1100), + [sym_case_statement] = STATE(1100), + [sym_while_statement] = STATE(1100), + [sym_do_statement] = STATE(1100), + [sym_for_statement] = STATE(1100), + [sym_return_statement] = STATE(1100), + [sym_break_statement] = STATE(1100), + [sym_continue_statement] = STATE(1100), + [sym_goto_statement] = STATE(1100), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_typedef] = ACTIONS(362), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3733), [sym_comment] = ACTIONS(39), }, - [1368] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(3903), - [anon_sym_LBRACK] = ACTIONS(446), + [1276] = { + [sym__expression] = STATE(1317), + [sym_conditional_expression] = STATE(1317), + [sym_assignment_expression] = STATE(1317), + [sym_pointer_expression] = STATE(1317), + [sym_logical_expression] = STATE(1317), + [sym_bitwise_expression] = STATE(1317), + [sym_equality_expression] = STATE(1317), + [sym_relational_expression] = STATE(1317), + [sym_shift_expression] = STATE(1317), + [sym_math_expression] = STATE(1317), + [sym_cast_expression] = STATE(1317), + [sym_sizeof_expression] = STATE(1317), + [sym_subscript_expression] = STATE(1317), + [sym_call_expression] = STATE(1317), + [sym_field_expression] = STATE(1317), + [sym_compound_literal_expression] = STATE(1317), + [sym_parenthesized_expression] = STATE(1317), + [sym_concatenated_string] = STATE(1317), + [anon_sym_LPAREN] = ACTIONS(1569), + [anon_sym_STAR] = ACTIONS(1571), + [anon_sym_AMP] = ACTIONS(1571), + [anon_sym_BANG] = ACTIONS(1573), + [anon_sym_TILDE] = ACTIONS(1575), + [anon_sym_PLUS] = ACTIONS(1577), + [anon_sym_DASH] = ACTIONS(1577), + [anon_sym_DASH_DASH] = ACTIONS(1579), + [anon_sym_PLUS_PLUS] = ACTIONS(1579), + [anon_sym_sizeof] = ACTIONS(1581), + [sym_number_literal] = ACTIONS(3735), + [sym_char_literal] = ACTIONS(3735), + [sym_string_literal] = ACTIONS(1585), + [sym_true] = ACTIONS(3737), + [sym_false] = ACTIONS(3737), + [sym_null] = ACTIONS(3737), + [sym_identifier] = ACTIONS(3737), [sym_comment] = ACTIONS(39), }, - [1369] = { - [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(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), + [1277] = { + [sym_declaration] = STATE(1318), + [sym__declaration_specifiers] = STATE(683), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym__expression] = STATE(1319), + [sym_conditional_expression] = STATE(1319), + [sym_assignment_expression] = STATE(1319), + [sym_pointer_expression] = STATE(1319), + [sym_logical_expression] = STATE(1319), + [sym_bitwise_expression] = STATE(1319), + [sym_equality_expression] = STATE(1319), + [sym_relational_expression] = STATE(1319), + [sym_shift_expression] = STATE(1319), + [sym_math_expression] = STATE(1319), + [sym_cast_expression] = STATE(1319), + [sym_sizeof_expression] = STATE(1319), + [sym_subscript_expression] = STATE(1319), + [sym_call_expression] = STATE(1319), + [sym_field_expression] = STATE(1319), + [sym_compound_literal_expression] = STATE(1319), + [sym_parenthesized_expression] = STATE(1319), + [sym_concatenated_string] = STATE(1319), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3739), + [anon_sym_extern] = ACTIONS(23), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_static] = ACTIONS(23), + [anon_sym_auto] = ACTIONS(23), + [anon_sym_register] = ACTIONS(23), + [anon_sym_inline] = ACTIONS(23), + [anon_sym_const] = ACTIONS(25), + [anon_sym_restrict] = ACTIONS(25), + [anon_sym_volatile] = ACTIONS(25), + [anon_sym__Atomic] = ACTIONS(25), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), + [anon_sym_enum] = ACTIONS(31), + [anon_sym_struct] = ACTIONS(33), + [anon_sym_union] = ACTIONS(35), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3741), + [sym_char_literal] = ACTIONS(3741), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3743), + [sym_false] = ACTIONS(3743), + [sym_null] = ACTIONS(3743), + [sym_identifier] = ACTIONS(1661), [sym_comment] = ACTIONS(39), }, - [1370] = { - [sym_compound_statement] = STATE(1471), - [sym_labeled_statement] = STATE(1471), - [sym_expression_statement] = STATE(1471), - [sym_if_statement] = STATE(1471), - [sym_switch_statement] = STATE(1471), - [sym_case_statement] = STATE(1471), - [sym_while_statement] = STATE(1471), - [sym_do_statement] = STATE(1471), - [sym_for_statement] = STATE(1471), - [sym_return_statement] = STATE(1471), - [sym_break_statement] = STATE(1471), - [sym_continue_statement] = STATE(1471), - [sym_goto_statement] = STATE(1471), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), + [1278] = { + [sym_compound_statement] = STATE(1109), + [sym_labeled_statement] = STATE(1109), + [sym_expression_statement] = STATE(1109), + [sym_if_statement] = STATE(1109), + [sym_switch_statement] = STATE(1109), + [sym_case_statement] = STATE(1109), + [sym_while_statement] = STATE(1109), + [sym_do_statement] = STATE(1109), + [sym_for_statement] = STATE(1109), + [sym_return_statement] = STATE(1109), + [sym_break_statement] = STATE(1109), + [sym_continue_statement] = STATE(1109), + [sym_goto_statement] = STATE(1109), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), [sym_comment] = ACTIONS(39), }, - [1371] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3221), - [sym_preproc_directive] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3221), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_auto] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_unsigned] = ACTIONS(3221), - [anon_sym_long] = ACTIONS(3221), - [anon_sym_short] = ACTIONS(3221), - [sym_primitive_type] = ACTIONS(3221), - [anon_sym_enum] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3221), - [anon_sym_union] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3221), - [anon_sym_switch] = ACTIONS(3221), - [anon_sym_case] = ACTIONS(3221), - [anon_sym_default] = ACTIONS(3221), - [anon_sym_while] = ACTIONS(3221), - [anon_sym_do] = ACTIONS(3221), - [anon_sym_for] = ACTIONS(3221), - [anon_sym_return] = ACTIONS(3221), - [anon_sym_break] = ACTIONS(3221), - [anon_sym_continue] = ACTIONS(3221), - [anon_sym_goto] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3223), - [sym_char_literal] = ACTIONS(3223), - [sym_string_literal] = ACTIONS(3223), - [sym_true] = ACTIONS(3221), - [sym_false] = ACTIONS(3221), - [sym_null] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3221), + [1279] = { + [sym_compound_statement] = STATE(1320), + [sym_labeled_statement] = STATE(1320), + [sym_expression_statement] = STATE(1320), + [sym_if_statement] = STATE(1320), + [sym_switch_statement] = STATE(1320), + [sym_case_statement] = STATE(1320), + [sym_while_statement] = STATE(1320), + [sym_do_statement] = STATE(1320), + [sym_for_statement] = STATE(1320), + [sym_return_statement] = STATE(1320), + [sym_break_statement] = STATE(1320), + [sym_continue_statement] = STATE(1320), + [sym_goto_statement] = STATE(1320), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1372] = { - [sym_compound_statement] = STATE(1472), - [sym_labeled_statement] = STATE(1472), - [sym_expression_statement] = STATE(1472), - [sym_if_statement] = STATE(1472), - [sym_switch_statement] = STATE(1472), - [sym_case_statement] = STATE(1472), - [sym_while_statement] = STATE(1472), - [sym_do_statement] = STATE(1472), - [sym_for_statement] = STATE(1472), - [sym_return_statement] = STATE(1472), - [sym_break_statement] = STATE(1472), - [sym_continue_statement] = STATE(1472), - [sym_goto_statement] = STATE(1472), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), + [1280] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3497), + [anon_sym_LPAREN] = ACTIONS(3499), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3497), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3497), + [sym_preproc_directive] = ACTIONS(3497), + [anon_sym_SEMI] = ACTIONS(3499), + [anon_sym_typedef] = ACTIONS(3497), + [anon_sym_extern] = ACTIONS(3497), + [anon_sym_LBRACE] = ACTIONS(3499), + [anon_sym_STAR] = ACTIONS(3499), + [anon_sym_static] = ACTIONS(3497), + [anon_sym_auto] = ACTIONS(3497), + [anon_sym_register] = ACTIONS(3497), + [anon_sym_inline] = ACTIONS(3497), + [anon_sym_const] = ACTIONS(3497), + [anon_sym_restrict] = ACTIONS(3497), + [anon_sym_volatile] = ACTIONS(3497), + [anon_sym__Atomic] = ACTIONS(3497), + [anon_sym_unsigned] = ACTIONS(3497), + [anon_sym_long] = ACTIONS(3497), + [anon_sym_short] = ACTIONS(3497), + [sym_primitive_type] = ACTIONS(3497), + [anon_sym_enum] = ACTIONS(3497), + [anon_sym_struct] = ACTIONS(3497), + [anon_sym_union] = ACTIONS(3497), + [anon_sym_if] = ACTIONS(3497), + [anon_sym_else] = ACTIONS(3497), + [anon_sym_switch] = ACTIONS(3497), + [anon_sym_case] = ACTIONS(3497), + [anon_sym_default] = ACTIONS(3497), + [anon_sym_while] = ACTIONS(3497), + [anon_sym_do] = ACTIONS(3497), + [anon_sym_for] = ACTIONS(3497), + [anon_sym_return] = ACTIONS(3497), + [anon_sym_break] = ACTIONS(3497), + [anon_sym_continue] = ACTIONS(3497), + [anon_sym_goto] = ACTIONS(3497), + [anon_sym_AMP] = ACTIONS(3499), + [anon_sym_BANG] = ACTIONS(3499), + [anon_sym_TILDE] = ACTIONS(3499), + [anon_sym_PLUS] = ACTIONS(3497), + [anon_sym_DASH] = ACTIONS(3497), + [anon_sym_DASH_DASH] = ACTIONS(3499), + [anon_sym_PLUS_PLUS] = ACTIONS(3499), + [anon_sym_sizeof] = ACTIONS(3497), + [sym_number_literal] = ACTIONS(3499), + [sym_char_literal] = ACTIONS(3499), + [sym_string_literal] = ACTIONS(3499), + [sym_true] = ACTIONS(3497), + [sym_false] = ACTIONS(3497), + [sym_null] = ACTIONS(3497), + [sym_identifier] = ACTIONS(3497), [sym_comment] = ACTIONS(39), }, - [1373] = { - [sym__expression] = STATE(1473), - [sym_conditional_expression] = STATE(1473), - [sym_assignment_expression] = STATE(1473), - [sym_pointer_expression] = STATE(1473), - [sym_logical_expression] = STATE(1473), - [sym_bitwise_expression] = STATE(1473), - [sym_equality_expression] = STATE(1473), - [sym_relational_expression] = STATE(1473), - [sym_shift_expression] = STATE(1473), - [sym_math_expression] = STATE(1473), - [sym_cast_expression] = STATE(1473), - [sym_sizeof_expression] = STATE(1473), - [sym_subscript_expression] = STATE(1473), - [sym_call_expression] = STATE(1473), - [sym_field_expression] = STATE(1473), - [sym_compound_literal_expression] = STATE(1473), - [sym_parenthesized_expression] = STATE(1473), - [sym_concatenated_string] = STATE(1473), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(3937), - [sym_char_literal] = ACTIONS(3937), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(3939), - [sym_false] = ACTIONS(3939), - [sym_null] = ACTIONS(3939), - [sym_identifier] = ACTIONS(3939), + [1281] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3501), + [anon_sym_LPAREN] = ACTIONS(3503), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3501), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3501), + [sym_preproc_directive] = ACTIONS(3501), + [anon_sym_SEMI] = ACTIONS(3503), + [anon_sym_typedef] = ACTIONS(3501), + [anon_sym_extern] = ACTIONS(3501), + [anon_sym_LBRACE] = ACTIONS(3503), + [anon_sym_STAR] = ACTIONS(3503), + [anon_sym_static] = ACTIONS(3501), + [anon_sym_auto] = ACTIONS(3501), + [anon_sym_register] = ACTIONS(3501), + [anon_sym_inline] = ACTIONS(3501), + [anon_sym_const] = ACTIONS(3501), + [anon_sym_restrict] = ACTIONS(3501), + [anon_sym_volatile] = ACTIONS(3501), + [anon_sym__Atomic] = ACTIONS(3501), + [anon_sym_unsigned] = ACTIONS(3501), + [anon_sym_long] = ACTIONS(3501), + [anon_sym_short] = ACTIONS(3501), + [sym_primitive_type] = ACTIONS(3501), + [anon_sym_enum] = ACTIONS(3501), + [anon_sym_struct] = ACTIONS(3501), + [anon_sym_union] = ACTIONS(3501), + [anon_sym_if] = ACTIONS(3501), + [anon_sym_else] = ACTIONS(3501), + [anon_sym_switch] = ACTIONS(3501), + [anon_sym_case] = ACTIONS(3501), + [anon_sym_default] = ACTIONS(3501), + [anon_sym_while] = ACTIONS(3501), + [anon_sym_do] = ACTIONS(3501), + [anon_sym_for] = ACTIONS(3501), + [anon_sym_return] = ACTIONS(3501), + [anon_sym_break] = ACTIONS(3501), + [anon_sym_continue] = ACTIONS(3501), + [anon_sym_goto] = ACTIONS(3501), + [anon_sym_AMP] = ACTIONS(3503), + [anon_sym_BANG] = ACTIONS(3503), + [anon_sym_TILDE] = ACTIONS(3503), + [anon_sym_PLUS] = ACTIONS(3501), + [anon_sym_DASH] = ACTIONS(3501), + [anon_sym_DASH_DASH] = ACTIONS(3503), + [anon_sym_PLUS_PLUS] = ACTIONS(3503), + [anon_sym_sizeof] = ACTIONS(3501), + [sym_number_literal] = ACTIONS(3503), + [sym_char_literal] = ACTIONS(3503), + [sym_string_literal] = ACTIONS(3503), + [sym_true] = ACTIONS(3501), + [sym_false] = ACTIONS(3501), + [sym_null] = ACTIONS(3501), + [sym_identifier] = ACTIONS(3501), [sym_comment] = ACTIONS(39), }, - [1374] = { - [sym__expression] = STATE(1475), - [sym_conditional_expression] = STATE(1475), - [sym_assignment_expression] = STATE(1475), - [sym_pointer_expression] = STATE(1475), - [sym_logical_expression] = STATE(1475), - [sym_bitwise_expression] = STATE(1475), - [sym_equality_expression] = STATE(1475), - [sym_relational_expression] = STATE(1475), - [sym_shift_expression] = STATE(1475), - [sym_math_expression] = STATE(1475), - [sym_cast_expression] = STATE(1475), - [sym_sizeof_expression] = STATE(1475), - [sym_subscript_expression] = STATE(1475), - [sym_call_expression] = STATE(1475), - [sym_field_expression] = STATE(1475), - [sym_compound_literal_expression] = STATE(1475), - [sym_parenthesized_expression] = STATE(1475), - [sym_concatenated_string] = STATE(1475), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3941), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3943), - [sym_char_literal] = ACTIONS(3943), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3945), - [sym_false] = ACTIONS(3945), - [sym_null] = ACTIONS(3945), - [sym_identifier] = ACTIONS(3945), + [1282] = { + [sym_compound_statement] = STATE(1321), + [sym_labeled_statement] = STATE(1321), + [sym_expression_statement] = STATE(1321), + [sym_if_statement] = STATE(1321), + [sym_switch_statement] = STATE(1321), + [sym_case_statement] = STATE(1321), + [sym_while_statement] = STATE(1321), + [sym_do_statement] = STATE(1321), + [sym_for_statement] = STATE(1321), + [sym_return_statement] = STATE(1321), + [sym_break_statement] = STATE(1321), + [sym_continue_statement] = STATE(1321), + [sym_goto_statement] = STATE(1321), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1375] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3947), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1283] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3745), [sym_comment] = ACTIONS(39), }, - [1376] = { - [sym__expression] = STATE(1477), - [sym_conditional_expression] = STATE(1477), - [sym_assignment_expression] = STATE(1477), - [sym_pointer_expression] = STATE(1477), - [sym_logical_expression] = STATE(1477), - [sym_bitwise_expression] = STATE(1477), - [sym_equality_expression] = STATE(1477), - [sym_relational_expression] = STATE(1477), - [sym_shift_expression] = STATE(1477), - [sym_math_expression] = STATE(1477), - [sym_cast_expression] = STATE(1477), - [sym_sizeof_expression] = STATE(1477), - [sym_subscript_expression] = STATE(1477), - [sym_call_expression] = STATE(1477), - [sym_field_expression] = STATE(1477), - [sym_compound_literal_expression] = STATE(1477), - [sym_parenthesized_expression] = STATE(1477), - [sym_concatenated_string] = STATE(1477), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3947), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3949), - [sym_char_literal] = ACTIONS(3949), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3951), - [sym_false] = ACTIONS(3951), - [sym_null] = ACTIONS(3951), - [sym_identifier] = ACTIONS(3951), + [1284] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1323), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3745), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1377] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [anon_sym_LPAREN] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), + [1285] = { + [sym__expression] = STATE(1324), + [sym_conditional_expression] = STATE(1324), + [sym_assignment_expression] = STATE(1324), + [sym_pointer_expression] = STATE(1324), + [sym_logical_expression] = STATE(1324), + [sym_bitwise_expression] = STATE(1324), + [sym_equality_expression] = STATE(1324), + [sym_relational_expression] = STATE(1324), + [sym_shift_expression] = STATE(1324), + [sym_math_expression] = STATE(1324), + [sym_cast_expression] = STATE(1324), + [sym_sizeof_expression] = STATE(1324), + [sym_subscript_expression] = STATE(1324), + [sym_call_expression] = STATE(1324), + [sym_field_expression] = STATE(1324), + [sym_compound_literal_expression] = STATE(1324), + [sym_parenthesized_expression] = STATE(1324), + [sym_concatenated_string] = STATE(1324), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3745), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3747), + [sym_char_literal] = ACTIONS(3747), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3749), + [sym_false] = ACTIONS(3749), + [sym_null] = ACTIONS(3749), + [sym_identifier] = ACTIONS(3749), [sym_comment] = ACTIONS(39), }, - [1378] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_sizeof] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1406), - [sym_char_literal] = ACTIONS(1406), - [sym_string_literal] = ACTIONS(1406), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [sym_null] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), + [1286] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3751), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1379] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1036), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1034), - [sym_preproc_directive] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1036), - [anon_sym_typedef] = ACTIONS(1034), - [anon_sym_extern] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1034), - [anon_sym_auto] = ACTIONS(1034), - [anon_sym_register] = ACTIONS(1034), - [anon_sym_inline] = ACTIONS(1034), - [anon_sym_const] = ACTIONS(1034), - [anon_sym_restrict] = ACTIONS(1034), - [anon_sym_volatile] = ACTIONS(1034), - [anon_sym__Atomic] = ACTIONS(1034), - [anon_sym_unsigned] = ACTIONS(1034), - [anon_sym_long] = ACTIONS(1034), - [anon_sym_short] = ACTIONS(1034), - [sym_primitive_type] = ACTIONS(1034), - [anon_sym_enum] = ACTIONS(1034), - [anon_sym_struct] = ACTIONS(1034), - [anon_sym_union] = ACTIONS(1034), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_else] = ACTIONS(1034), - [anon_sym_switch] = ACTIONS(1034), - [anon_sym_case] = ACTIONS(1034), - [anon_sym_default] = ACTIONS(1034), - [anon_sym_while] = ACTIONS(1034), - [anon_sym_do] = ACTIONS(1034), - [anon_sym_for] = ACTIONS(1034), - [anon_sym_return] = ACTIONS(1034), - [anon_sym_break] = ACTIONS(1034), - [anon_sym_continue] = ACTIONS(1034), - [anon_sym_goto] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1036), - [anon_sym_TILDE] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1034), - [anon_sym_DASH_DASH] = ACTIONS(1036), - [anon_sym_PLUS_PLUS] = ACTIONS(1036), - [anon_sym_sizeof] = ACTIONS(1034), - [sym_number_literal] = ACTIONS(1036), - [sym_char_literal] = ACTIONS(1036), - [sym_string_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1034), + [1287] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3753), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1380] = { - [sym_preproc_include] = STATE(1479), - [sym_preproc_def] = STATE(1479), - [sym_preproc_function_def] = STATE(1479), - [sym_preproc_call] = STATE(1479), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(1479), - [sym_type_definition] = STATE(1479), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(1479), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1479), - [sym_expression_statement] = STATE(1479), - [sym_if_statement] = STATE(1479), - [sym_switch_statement] = STATE(1479), - [sym_case_statement] = STATE(1479), - [sym_while_statement] = STATE(1479), - [sym_do_statement] = STATE(1479), - [sym_for_statement] = STATE(1479), - [sym_return_statement] = STATE(1479), - [sym_break_statement] = STATE(1479), - [sym_continue_statement] = STATE(1479), - [sym_goto_statement] = STATE(1479), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(1479), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1479), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), + [1288] = { + [sym_declaration] = STATE(1114), + [sym_type_definition] = STATE(1114), + [sym__declaration_specifiers] = STATE(1007), + [sym_compound_statement] = STATE(1114), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1114), + [sym_expression_statement] = STATE(1114), + [sym_if_statement] = STATE(1114), + [sym_switch_statement] = STATE(1114), + [sym_case_statement] = STATE(1114), + [sym_while_statement] = STATE(1114), + [sym_do_statement] = STATE(1114), + [sym_for_statement] = STATE(1114), + [sym_return_statement] = STATE(1114), + [sym_break_statement] = STATE(1114), + [sym_continue_statement] = STATE(1114), + [sym_goto_statement] = STATE(1114), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_typedef] = ACTIONS(145), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(3953), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -50696,902 +51273,1336 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3671), [sym_comment] = ACTIONS(39), }, - [1381] = { - [anon_sym_LPAREN] = ACTIONS(3955), + [1289] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(3567), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1382] = { - [anon_sym_LPAREN] = ACTIONS(3957), + [1290] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3755), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1383] = { - [sym__expression] = STATE(1482), - [sym_conditional_expression] = STATE(1482), - [sym_assignment_expression] = STATE(1482), - [sym_pointer_expression] = STATE(1482), - [sym_logical_expression] = STATE(1482), - [sym_bitwise_expression] = STATE(1482), - [sym_equality_expression] = STATE(1482), - [sym_relational_expression] = STATE(1482), - [sym_shift_expression] = STATE(1482), - [sym_math_expression] = STATE(1482), - [sym_cast_expression] = STATE(1482), - [sym_sizeof_expression] = STATE(1482), - [sym_subscript_expression] = STATE(1482), - [sym_call_expression] = STATE(1482), - [sym_field_expression] = STATE(1482), - [sym_compound_literal_expression] = STATE(1482), - [sym_parenthesized_expression] = STATE(1482), - [sym_concatenated_string] = STATE(1482), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(3959), - [sym_char_literal] = ACTIONS(3959), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(3961), - [sym_false] = ACTIONS(3961), - [sym_null] = ACTIONS(3961), - [sym_identifier] = ACTIONS(3961), + [1291] = { + [sym__expression] = STATE(1329), + [sym_conditional_expression] = STATE(1329), + [sym_assignment_expression] = STATE(1329), + [sym_pointer_expression] = STATE(1329), + [sym_logical_expression] = STATE(1329), + [sym_bitwise_expression] = STATE(1329), + [sym_equality_expression] = STATE(1329), + [sym_relational_expression] = STATE(1329), + [sym_shift_expression] = STATE(1329), + [sym_math_expression] = STATE(1329), + [sym_cast_expression] = STATE(1329), + [sym_sizeof_expression] = STATE(1329), + [sym_subscript_expression] = STATE(1329), + [sym_call_expression] = STATE(1329), + [sym_field_expression] = STATE(1329), + [sym_compound_literal_expression] = STATE(1329), + [sym_parenthesized_expression] = STATE(1329), + [sym_concatenated_string] = STATE(1329), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3757), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3759), + [sym_char_literal] = ACTIONS(3759), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3761), + [sym_false] = ACTIONS(3761), + [sym_null] = ACTIONS(3761), + [sym_identifier] = ACTIONS(3761), [sym_comment] = ACTIONS(39), }, - [1384] = { - [anon_sym_COLON] = ACTIONS(3963), + [1292] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3763), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1385] = { - [anon_sym_LPAREN] = ACTIONS(3965), + [1293] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3595), + [anon_sym_LPAREN] = ACTIONS(3597), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3595), + [sym_preproc_directive] = ACTIONS(3595), + [anon_sym_SEMI] = ACTIONS(3597), + [anon_sym_typedef] = ACTIONS(3595), + [anon_sym_extern] = ACTIONS(3595), + [anon_sym_LBRACE] = ACTIONS(3597), + [anon_sym_STAR] = ACTIONS(3597), + [anon_sym_static] = ACTIONS(3595), + [anon_sym_auto] = ACTIONS(3595), + [anon_sym_register] = ACTIONS(3595), + [anon_sym_inline] = ACTIONS(3595), + [anon_sym_const] = ACTIONS(3595), + [anon_sym_restrict] = ACTIONS(3595), + [anon_sym_volatile] = ACTIONS(3595), + [anon_sym__Atomic] = ACTIONS(3595), + [anon_sym_unsigned] = ACTIONS(3595), + [anon_sym_long] = ACTIONS(3595), + [anon_sym_short] = ACTIONS(3595), + [sym_primitive_type] = ACTIONS(3595), + [anon_sym_enum] = ACTIONS(3595), + [anon_sym_struct] = ACTIONS(3595), + [anon_sym_union] = ACTIONS(3595), + [anon_sym_if] = ACTIONS(3595), + [anon_sym_else] = ACTIONS(3595), + [anon_sym_switch] = ACTIONS(3595), + [anon_sym_case] = ACTIONS(3595), + [anon_sym_default] = ACTIONS(3595), + [anon_sym_while] = ACTIONS(3595), + [anon_sym_do] = ACTIONS(3595), + [anon_sym_for] = ACTIONS(3595), + [anon_sym_return] = ACTIONS(3595), + [anon_sym_break] = ACTIONS(3595), + [anon_sym_continue] = ACTIONS(3595), + [anon_sym_goto] = ACTIONS(3595), + [anon_sym_AMP] = ACTIONS(3597), + [anon_sym_BANG] = ACTIONS(3597), + [anon_sym_TILDE] = ACTIONS(3597), + [anon_sym_PLUS] = ACTIONS(3595), + [anon_sym_DASH] = ACTIONS(3595), + [anon_sym_DASH_DASH] = ACTIONS(3597), + [anon_sym_PLUS_PLUS] = ACTIONS(3597), + [anon_sym_sizeof] = ACTIONS(3595), + [sym_number_literal] = ACTIONS(3597), + [sym_char_literal] = ACTIONS(3597), + [sym_string_literal] = ACTIONS(3597), + [sym_true] = ACTIONS(3595), + [sym_false] = ACTIONS(3595), + [sym_null] = ACTIONS(3595), + [sym_identifier] = ACTIONS(3595), [sym_comment] = ACTIONS(39), }, - [1386] = { - [sym_compound_statement] = STATE(1485), - [sym_labeled_statement] = STATE(1485), - [sym_expression_statement] = STATE(1485), - [sym_if_statement] = STATE(1485), - [sym_switch_statement] = STATE(1485), - [sym_case_statement] = STATE(1485), - [sym_while_statement] = STATE(1485), - [sym_do_statement] = STATE(1485), - [sym_for_statement] = STATE(1485), - [sym_return_statement] = STATE(1485), - [sym_break_statement] = STATE(1485), - [sym_continue_statement] = STATE(1485), - [sym_goto_statement] = STATE(1485), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), + [1294] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3627), + [anon_sym_LPAREN] = ACTIONS(3629), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3627), + [sym_preproc_directive] = ACTIONS(3627), + [anon_sym_SEMI] = ACTIONS(3629), + [anon_sym_typedef] = ACTIONS(3627), + [anon_sym_extern] = ACTIONS(3627), + [anon_sym_LBRACE] = ACTIONS(3629), + [anon_sym_STAR] = ACTIONS(3629), + [anon_sym_static] = ACTIONS(3627), + [anon_sym_auto] = ACTIONS(3627), + [anon_sym_register] = ACTIONS(3627), + [anon_sym_inline] = ACTIONS(3627), + [anon_sym_const] = ACTIONS(3627), + [anon_sym_restrict] = ACTIONS(3627), + [anon_sym_volatile] = ACTIONS(3627), + [anon_sym__Atomic] = ACTIONS(3627), + [anon_sym_unsigned] = ACTIONS(3627), + [anon_sym_long] = ACTIONS(3627), + [anon_sym_short] = ACTIONS(3627), + [sym_primitive_type] = ACTIONS(3627), + [anon_sym_enum] = ACTIONS(3627), + [anon_sym_struct] = ACTIONS(3627), + [anon_sym_union] = ACTIONS(3627), + [anon_sym_if] = ACTIONS(3627), + [anon_sym_else] = ACTIONS(3627), + [anon_sym_switch] = ACTIONS(3627), + [anon_sym_case] = ACTIONS(3627), + [anon_sym_default] = ACTIONS(3627), + [anon_sym_while] = ACTIONS(3627), + [anon_sym_do] = ACTIONS(3627), + [anon_sym_for] = ACTIONS(3627), + [anon_sym_return] = ACTIONS(3627), + [anon_sym_break] = ACTIONS(3627), + [anon_sym_continue] = ACTIONS(3627), + [anon_sym_goto] = ACTIONS(3627), + [anon_sym_AMP] = ACTIONS(3629), + [anon_sym_BANG] = ACTIONS(3629), + [anon_sym_TILDE] = ACTIONS(3629), + [anon_sym_PLUS] = ACTIONS(3627), + [anon_sym_DASH] = ACTIONS(3627), + [anon_sym_DASH_DASH] = ACTIONS(3629), + [anon_sym_PLUS_PLUS] = ACTIONS(3629), + [anon_sym_sizeof] = ACTIONS(3627), + [sym_number_literal] = ACTIONS(3629), + [sym_char_literal] = ACTIONS(3629), + [sym_string_literal] = ACTIONS(3629), + [sym_true] = ACTIONS(3627), + [sym_false] = ACTIONS(3627), + [sym_null] = ACTIONS(3627), + [sym_identifier] = ACTIONS(3627), [sym_comment] = ACTIONS(39), }, - [1387] = { - [anon_sym_LPAREN] = ACTIONS(3967), + [1295] = { + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), [sym_comment] = ACTIONS(39), }, - [1388] = { - [sym__expression] = STATE(1488), - [sym_conditional_expression] = STATE(1488), - [sym_assignment_expression] = STATE(1488), - [sym_pointer_expression] = STATE(1488), - [sym_logical_expression] = STATE(1488), - [sym_bitwise_expression] = STATE(1488), - [sym_equality_expression] = STATE(1488), - [sym_relational_expression] = STATE(1488), - [sym_shift_expression] = STATE(1488), - [sym_math_expression] = STATE(1488), - [sym_cast_expression] = STATE(1488), - [sym_sizeof_expression] = STATE(1488), - [sym_subscript_expression] = STATE(1488), - [sym_call_expression] = STATE(1488), - [sym_field_expression] = STATE(1488), - [sym_compound_literal_expression] = STATE(1488), - [sym_parenthesized_expression] = STATE(1488), - [sym_concatenated_string] = STATE(1488), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(3969), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(3971), - [sym_char_literal] = ACTIONS(3971), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(3973), - [sym_false] = ACTIONS(3973), - [sym_null] = ACTIONS(3973), - [sym_identifier] = ACTIONS(3973), + [1296] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3765), [sym_comment] = ACTIONS(39), }, - [1389] = { - [anon_sym_SEMI] = ACTIONS(3975), + [1297] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1333), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3765), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1390] = { - [anon_sym_SEMI] = ACTIONS(3977), + [1298] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3286), + [anon_sym_LPAREN] = ACTIONS(3288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3286), + [sym_preproc_directive] = ACTIONS(3286), + [anon_sym_SEMI] = ACTIONS(3288), + [anon_sym_typedef] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(3288), + [anon_sym_RBRACE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_auto] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [anon_sym_if] = ACTIONS(3286), + [anon_sym_else] = ACTIONS(3767), + [anon_sym_switch] = ACTIONS(3286), + [anon_sym_case] = ACTIONS(3286), + [anon_sym_default] = ACTIONS(3286), + [anon_sym_while] = ACTIONS(3286), + [anon_sym_do] = ACTIONS(3286), + [anon_sym_for] = ACTIONS(3286), + [anon_sym_return] = ACTIONS(3286), + [anon_sym_break] = ACTIONS(3286), + [anon_sym_continue] = ACTIONS(3286), + [anon_sym_goto] = ACTIONS(3286), + [anon_sym_AMP] = ACTIONS(3288), + [anon_sym_BANG] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_PLUS] = ACTIONS(3286), + [anon_sym_DASH] = ACTIONS(3286), + [anon_sym_DASH_DASH] = ACTIONS(3288), + [anon_sym_PLUS_PLUS] = ACTIONS(3288), + [anon_sym_sizeof] = ACTIONS(3286), + [sym_number_literal] = ACTIONS(3288), + [sym_char_literal] = ACTIONS(3288), + [sym_string_literal] = ACTIONS(3288), + [sym_true] = ACTIONS(3286), + [sym_false] = ACTIONS(3286), + [sym_null] = ACTIONS(3286), + [sym_identifier] = ACTIONS(3286), [sym_comment] = ACTIONS(39), }, - [1391] = { - [sym_identifier] = ACTIONS(3979), + [1299] = { + [sym_compound_statement] = STATE(1144), + [sym_labeled_statement] = STATE(1144), + [sym_expression_statement] = STATE(1144), + [sym_if_statement] = STATE(1144), + [sym_switch_statement] = STATE(1144), + [sym_case_statement] = STATE(1144), + [sym_while_statement] = STATE(1144), + [sym_do_statement] = STATE(1144), + [sym_for_statement] = STATE(1144), + [sym_return_statement] = STATE(1144), + [sym_break_statement] = STATE(1144), + [sym_continue_statement] = STATE(1144), + [sym_goto_statement] = STATE(1144), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1392] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(3981), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), + [1300] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1336), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3769), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1393] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3576), - [anon_sym_LPAREN] = ACTIONS(3578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3576), - [sym_preproc_directive] = ACTIONS(3576), - [anon_sym_SEMI] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3576), - [anon_sym_extern] = ACTIONS(3576), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_STAR] = ACTIONS(3578), - [anon_sym_static] = ACTIONS(3576), - [anon_sym_auto] = ACTIONS(3576), - [anon_sym_register] = ACTIONS(3576), - [anon_sym_inline] = ACTIONS(3576), - [anon_sym_const] = ACTIONS(3576), - [anon_sym_restrict] = ACTIONS(3576), - [anon_sym_volatile] = ACTIONS(3576), - [anon_sym__Atomic] = ACTIONS(3576), - [anon_sym_unsigned] = ACTIONS(3576), - [anon_sym_long] = ACTIONS(3576), - [anon_sym_short] = ACTIONS(3576), - [sym_primitive_type] = ACTIONS(3576), - [anon_sym_enum] = ACTIONS(3576), - [anon_sym_struct] = ACTIONS(3576), - [anon_sym_union] = ACTIONS(3576), - [anon_sym_if] = ACTIONS(3576), - [anon_sym_else] = ACTIONS(3983), - [anon_sym_switch] = ACTIONS(3576), - [anon_sym_case] = ACTIONS(3576), - [anon_sym_default] = ACTIONS(3576), - [anon_sym_while] = ACTIONS(3576), - [anon_sym_do] = ACTIONS(3576), - [anon_sym_for] = ACTIONS(3576), - [anon_sym_return] = ACTIONS(3576), - [anon_sym_break] = ACTIONS(3576), - [anon_sym_continue] = ACTIONS(3576), - [anon_sym_goto] = ACTIONS(3576), - [anon_sym_AMP] = ACTIONS(3578), - [anon_sym_BANG] = ACTIONS(3578), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3576), - [anon_sym_DASH] = ACTIONS(3576), - [anon_sym_DASH_DASH] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3578), - [anon_sym_sizeof] = ACTIONS(3576), - [sym_number_literal] = ACTIONS(3578), - [sym_char_literal] = ACTIONS(3578), - [sym_string_literal] = ACTIONS(3578), - [sym_true] = ACTIONS(3576), - [sym_false] = ACTIONS(3576), - [sym_null] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3576), + [1301] = { + [sym__expression] = STATE(1337), + [sym_conditional_expression] = STATE(1337), + [sym_assignment_expression] = STATE(1337), + [sym_pointer_expression] = STATE(1337), + [sym_logical_expression] = STATE(1337), + [sym_bitwise_expression] = STATE(1337), + [sym_equality_expression] = STATE(1337), + [sym_relational_expression] = STATE(1337), + [sym_shift_expression] = STATE(1337), + [sym_math_expression] = STATE(1337), + [sym_cast_expression] = STATE(1337), + [sym_sizeof_expression] = STATE(1337), + [sym_subscript_expression] = STATE(1337), + [sym_call_expression] = STATE(1337), + [sym_field_expression] = STATE(1337), + [sym_compound_literal_expression] = STATE(1337), + [sym_parenthesized_expression] = STATE(1337), + [sym_concatenated_string] = STATE(1337), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3769), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3771), + [sym_char_literal] = ACTIONS(3771), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3773), + [sym_false] = ACTIONS(3773), + [sym_null] = ACTIONS(3773), + [sym_identifier] = ACTIONS(3773), [sym_comment] = ACTIONS(39), }, - [1394] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(3985), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1302] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3775), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1395] = { - [anon_sym_SEMI] = ACTIONS(3985), + [1303] = { + [sym_compound_statement] = STATE(1339), + [sym_labeled_statement] = STATE(1339), + [sym_expression_statement] = STATE(1339), + [sym_if_statement] = STATE(1339), + [sym_switch_statement] = STATE(1339), + [sym_case_statement] = STATE(1339), + [sym_while_statement] = STATE(1339), + [sym_do_statement] = STATE(1339), + [sym_for_statement] = STATE(1339), + [sym_return_statement] = STATE(1339), + [sym_break_statement] = STATE(1339), + [sym_continue_statement] = STATE(1339), + [sym_goto_statement] = STATE(1339), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1396] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3586), - [sym_preproc_directive] = ACTIONS(3586), - [anon_sym_SEMI] = ACTIONS(3588), - [anon_sym_typedef] = ACTIONS(3586), - [anon_sym_extern] = ACTIONS(3586), - [anon_sym_LBRACE] = ACTIONS(3588), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_static] = ACTIONS(3586), - [anon_sym_auto] = ACTIONS(3586), - [anon_sym_register] = ACTIONS(3586), - [anon_sym_inline] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_restrict] = ACTIONS(3586), - [anon_sym_volatile] = ACTIONS(3586), - [anon_sym__Atomic] = ACTIONS(3586), - [anon_sym_unsigned] = ACTIONS(3586), - [anon_sym_long] = ACTIONS(3586), - [anon_sym_short] = ACTIONS(3586), - [sym_primitive_type] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_switch] = ACTIONS(3586), - [anon_sym_case] = ACTIONS(3586), - [anon_sym_default] = ACTIONS(3586), - [anon_sym_while] = ACTIONS(3586), - [anon_sym_do] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3588), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_TILDE] = ACTIONS(3588), - [anon_sym_PLUS] = ACTIONS(3586), - [anon_sym_DASH] = ACTIONS(3586), - [anon_sym_DASH_DASH] = ACTIONS(3588), - [anon_sym_PLUS_PLUS] = ACTIONS(3588), - [anon_sym_sizeof] = ACTIONS(3586), - [sym_number_literal] = ACTIONS(3588), - [sym_char_literal] = ACTIONS(3588), - [sym_string_literal] = ACTIONS(3588), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_null] = ACTIONS(3586), - [sym_identifier] = ACTIONS(3586), + [1304] = { + [sym_compound_statement] = STATE(1044), + [sym_labeled_statement] = STATE(1044), + [sym_expression_statement] = STATE(1044), + [sym_if_statement] = STATE(1044), + [sym_switch_statement] = STATE(1044), + [sym_case_statement] = STATE(1044), + [sym_while_statement] = STATE(1044), + [sym_do_statement] = STATE(1044), + [sym_for_statement] = STATE(1044), + [sym_return_statement] = STATE(1044), + [sym_break_statement] = STATE(1044), + [sym_continue_statement] = STATE(1044), + [sym_goto_statement] = STATE(1044), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1397] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3598), - [anon_sym_LPAREN] = ACTIONS(3600), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3598), - [sym_preproc_directive] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3600), - [anon_sym_typedef] = ACTIONS(3598), - [anon_sym_extern] = ACTIONS(3598), - [anon_sym_LBRACE] = ACTIONS(3600), - [anon_sym_STAR] = ACTIONS(3600), - [anon_sym_static] = ACTIONS(3598), - [anon_sym_auto] = ACTIONS(3598), - [anon_sym_register] = ACTIONS(3598), - [anon_sym_inline] = ACTIONS(3598), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_restrict] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3598), - [anon_sym__Atomic] = ACTIONS(3598), - [anon_sym_unsigned] = ACTIONS(3598), - [anon_sym_long] = ACTIONS(3598), - [anon_sym_short] = ACTIONS(3598), - [sym_primitive_type] = ACTIONS(3598), - [anon_sym_enum] = ACTIONS(3598), - [anon_sym_struct] = ACTIONS(3598), - [anon_sym_union] = ACTIONS(3598), - [anon_sym_if] = ACTIONS(3598), - [anon_sym_switch] = ACTIONS(3598), - [anon_sym_case] = ACTIONS(3598), - [anon_sym_default] = ACTIONS(3598), - [anon_sym_while] = ACTIONS(3598), - [anon_sym_do] = ACTIONS(3598), - [anon_sym_for] = ACTIONS(3598), - [anon_sym_return] = ACTIONS(3598), - [anon_sym_break] = ACTIONS(3598), - [anon_sym_continue] = ACTIONS(3598), - [anon_sym_goto] = ACTIONS(3598), - [anon_sym_AMP] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_TILDE] = ACTIONS(3600), - [anon_sym_PLUS] = ACTIONS(3598), - [anon_sym_DASH] = ACTIONS(3598), - [anon_sym_DASH_DASH] = ACTIONS(3600), - [anon_sym_PLUS_PLUS] = ACTIONS(3600), - [anon_sym_sizeof] = ACTIONS(3598), - [sym_number_literal] = ACTIONS(3600), - [sym_char_literal] = ACTIONS(3600), - [sym_string_literal] = ACTIONS(3600), - [sym_true] = ACTIONS(3598), - [sym_false] = ACTIONS(3598), - [sym_null] = ACTIONS(3598), - [sym_identifier] = ACTIONS(3598), + [1305] = { + [sym_compound_statement] = STATE(1047), + [sym_labeled_statement] = STATE(1047), + [sym_expression_statement] = STATE(1047), + [sym_if_statement] = STATE(1047), + [sym_switch_statement] = STATE(1047), + [sym_case_statement] = STATE(1047), + [sym_while_statement] = STATE(1047), + [sym_do_statement] = STATE(1047), + [sym_for_statement] = STATE(1047), + [sym_return_statement] = STATE(1047), + [sym_break_statement] = STATE(1047), + [sym_continue_statement] = STATE(1047), + [sym_goto_statement] = STATE(1047), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1398] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3987), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1306] = { + [sym__expression] = STATE(1341), + [sym_conditional_expression] = STATE(1341), + [sym_assignment_expression] = STATE(1341), + [sym_pointer_expression] = STATE(1341), + [sym_logical_expression] = STATE(1341), + [sym_bitwise_expression] = STATE(1341), + [sym_equality_expression] = STATE(1341), + [sym_relational_expression] = STATE(1341), + [sym_shift_expression] = STATE(1341), + [sym_math_expression] = STATE(1341), + [sym_cast_expression] = STATE(1341), + [sym_sizeof_expression] = STATE(1341), + [sym_subscript_expression] = STATE(1341), + [sym_call_expression] = STATE(1341), + [sym_field_expression] = STATE(1341), + [sym_compound_literal_expression] = STATE(1341), + [sym_parenthesized_expression] = STATE(1341), + [sym_concatenated_string] = STATE(1341), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3777), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3779), + [sym_char_literal] = ACTIONS(3779), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3781), + [sym_false] = ACTIONS(3781), + [sym_null] = ACTIONS(3781), + [sym_identifier] = ACTIONS(3781), [sym_comment] = ACTIONS(39), }, - [1399] = { - [sym_compound_statement] = STATE(1496), - [sym_labeled_statement] = STATE(1496), - [sym_expression_statement] = STATE(1496), - [sym_if_statement] = STATE(1496), - [sym_switch_statement] = STATE(1496), - [sym_case_statement] = STATE(1496), - [sym_while_statement] = STATE(1496), - [sym_do_statement] = STATE(1496), - [sym_for_statement] = STATE(1496), - [sym_return_statement] = STATE(1496), - [sym_break_statement] = STATE(1496), - [sym_continue_statement] = STATE(1496), - [sym_goto_statement] = STATE(1496), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), + [1307] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3783), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1400] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1498), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(3989), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1308] = { + [sym__expression] = STATE(1343), + [sym_conditional_expression] = STATE(1343), + [sym_assignment_expression] = STATE(1343), + [sym_pointer_expression] = STATE(1343), + [sym_logical_expression] = STATE(1343), + [sym_bitwise_expression] = STATE(1343), + [sym_equality_expression] = STATE(1343), + [sym_relational_expression] = STATE(1343), + [sym_shift_expression] = STATE(1343), + [sym_math_expression] = STATE(1343), + [sym_cast_expression] = STATE(1343), + [sym_sizeof_expression] = STATE(1343), + [sym_subscript_expression] = STATE(1343), + [sym_call_expression] = STATE(1343), + [sym_field_expression] = STATE(1343), + [sym_compound_literal_expression] = STATE(1343), + [sym_parenthesized_expression] = STATE(1343), + [sym_concatenated_string] = STATE(1343), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3783), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3785), + [sym_char_literal] = ACTIONS(3785), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3787), + [sym_false] = ACTIONS(3787), + [sym_null] = ACTIONS(3787), + [sym_identifier] = ACTIONS(3787), [sym_comment] = ACTIONS(39), }, - [1401] = { - [sym__expression] = STATE(1499), - [sym_conditional_expression] = STATE(1499), - [sym_assignment_expression] = STATE(1499), - [sym_pointer_expression] = STATE(1499), - [sym_logical_expression] = STATE(1499), - [sym_bitwise_expression] = STATE(1499), - [sym_equality_expression] = STATE(1499), - [sym_relational_expression] = STATE(1499), - [sym_shift_expression] = STATE(1499), - [sym_math_expression] = STATE(1499), - [sym_cast_expression] = STATE(1499), - [sym_sizeof_expression] = STATE(1499), - [sym_subscript_expression] = STATE(1499), - [sym_call_expression] = STATE(1499), - [sym_field_expression] = STATE(1499), - [sym_compound_literal_expression] = STATE(1499), - [sym_parenthesized_expression] = STATE(1499), - [sym_concatenated_string] = STATE(1499), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(3989), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(3991), - [sym_char_literal] = ACTIONS(3991), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(3993), - [sym_false] = ACTIONS(3993), - [sym_null] = ACTIONS(3993), - [sym_identifier] = ACTIONS(3993), + [1309] = { + [sym_compound_statement] = STATE(1311), + [sym_labeled_statement] = STATE(1311), + [sym_expression_statement] = STATE(1311), + [sym_if_statement] = STATE(1311), + [sym_switch_statement] = STATE(1311), + [sym_case_statement] = STATE(1311), + [sym_while_statement] = STATE(1311), + [sym_do_statement] = STATE(1311), + [sym_for_statement] = STATE(1311), + [sym_return_statement] = STATE(1311), + [sym_break_statement] = STATE(1311), + [sym_continue_statement] = STATE(1311), + [sym_goto_statement] = STATE(1311), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), [sym_comment] = ACTIONS(39), }, - [1402] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(3995), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1310] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3789), [sym_comment] = ACTIONS(39), }, - [1403] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_RBRACE] = ACTIONS(1908), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_else] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_AMP] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1908), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), + [1311] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3791), + [anon_sym_LPAREN] = ACTIONS(3793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3791), + [sym_preproc_directive] = ACTIONS(3791), + [anon_sym_SEMI] = ACTIONS(3793), + [anon_sym_typedef] = ACTIONS(3791), + [anon_sym_extern] = ACTIONS(3791), + [anon_sym_LBRACE] = ACTIONS(3793), + [anon_sym_RBRACE] = ACTIONS(3793), + [anon_sym_STAR] = ACTIONS(3793), + [anon_sym_static] = ACTIONS(3791), + [anon_sym_auto] = ACTIONS(3791), + [anon_sym_register] = ACTIONS(3791), + [anon_sym_inline] = ACTIONS(3791), + [anon_sym_const] = ACTIONS(3791), + [anon_sym_restrict] = ACTIONS(3791), + [anon_sym_volatile] = ACTIONS(3791), + [anon_sym__Atomic] = ACTIONS(3791), + [anon_sym_unsigned] = ACTIONS(3791), + [anon_sym_long] = ACTIONS(3791), + [anon_sym_short] = ACTIONS(3791), + [sym_primitive_type] = ACTIONS(3791), + [anon_sym_enum] = ACTIONS(3791), + [anon_sym_struct] = ACTIONS(3791), + [anon_sym_union] = ACTIONS(3791), + [anon_sym_if] = ACTIONS(3791), + [anon_sym_else] = ACTIONS(3791), + [anon_sym_switch] = ACTIONS(3791), + [anon_sym_case] = ACTIONS(3791), + [anon_sym_default] = ACTIONS(3791), + [anon_sym_while] = ACTIONS(3791), + [anon_sym_do] = ACTIONS(3791), + [anon_sym_for] = ACTIONS(3791), + [anon_sym_return] = ACTIONS(3791), + [anon_sym_break] = ACTIONS(3791), + [anon_sym_continue] = ACTIONS(3791), + [anon_sym_goto] = ACTIONS(3791), + [anon_sym_AMP] = ACTIONS(3793), + [anon_sym_BANG] = ACTIONS(3793), + [anon_sym_TILDE] = ACTIONS(3793), + [anon_sym_PLUS] = ACTIONS(3791), + [anon_sym_DASH] = ACTIONS(3791), + [anon_sym_DASH_DASH] = ACTIONS(3793), + [anon_sym_PLUS_PLUS] = ACTIONS(3793), + [anon_sym_sizeof] = ACTIONS(3791), + [sym_number_literal] = ACTIONS(3793), + [sym_char_literal] = ACTIONS(3793), + [sym_string_literal] = ACTIONS(3793), + [sym_true] = ACTIONS(3791), + [sym_false] = ACTIONS(3791), + [sym_null] = ACTIONS(3791), + [sym_identifier] = ACTIONS(3791), [sym_comment] = ACTIONS(39), }, - [1404] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3997), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1312] = { + [sym_compound_statement] = STATE(1345), + [sym_labeled_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_if_statement] = STATE(1345), + [sym_switch_statement] = STATE(1345), + [sym_case_statement] = STATE(1345), + [sym_while_statement] = STATE(1345), + [sym_do_statement] = STATE(1345), + [sym_for_statement] = STATE(1345), + [sym_return_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_goto_statement] = STATE(1345), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(542), + [anon_sym_switch] = ACTIONS(544), + [anon_sym_case] = ACTIONS(546), + [anon_sym_default] = ACTIONS(548), + [anon_sym_while] = ACTIONS(550), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(554), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1701), [sym_comment] = ACTIONS(39), }, - [1405] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3999), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), + [1313] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3795), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1406] = { - [sym_declaration] = STATE(1503), - [sym_type_definition] = STATE(1503), - [sym__declaration_specifiers] = STATE(1410), - [sym_compound_statement] = STATE(1503), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1503), - [sym_expression_statement] = STATE(1503), - [sym_if_statement] = STATE(1503), - [sym_switch_statement] = STATE(1503), - [sym_case_statement] = STATE(1503), - [sym_while_statement] = STATE(1503), - [sym_do_statement] = STATE(1503), - [sym_for_statement] = STATE(1503), - [sym_return_statement] = STATE(1503), - [sym_break_statement] = STATE(1503), - [sym_continue_statement] = STATE(1503), - [sym_goto_statement] = STATE(1503), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_typedef] = ACTIONS(3807), + [1314] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3797), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1315] = { + [sym_declaration] = STATE(1172), + [sym_type_definition] = STATE(1172), + [sym__declaration_specifiers] = STATE(1101), + [sym_compound_statement] = STATE(1172), + [sym_storage_class_specifier] = STATE(93), + [sym_type_qualifier] = STATE(93), + [sym__type_specifier] = STATE(92), + [sym_sized_type_specifier] = STATE(92), + [sym_enum_specifier] = STATE(92), + [sym_struct_specifier] = STATE(92), + [sym_union_specifier] = STATE(92), + [sym_labeled_statement] = STATE(1172), + [sym_expression_statement] = STATE(1172), + [sym_if_statement] = STATE(1172), + [sym_switch_statement] = STATE(1172), + [sym_case_statement] = STATE(1172), + [sym_while_statement] = STATE(1172), + [sym_do_statement] = STATE(1172), + [sym_for_statement] = STATE(1172), + [sym_return_statement] = STATE(1172), + [sym_break_statement] = STATE(1172), + [sym_continue_statement] = STATE(1172), + [sym_goto_statement] = STATE(1172), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [sym_macro_type_specifier] = STATE(92), + [aux_sym__declaration_specifiers_repeat1] = STATE(93), + [aux_sym_sized_type_specifier_repeat1] = STATE(94), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_typedef] = ACTIONS(362), [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), [anon_sym_static] = ACTIONS(23), [anon_sym_auto] = ACTIONS(23), [anon_sym_register] = ACTIONS(23), @@ -51600,15870 +52611,4378 @@ static uint16_t ts_parse_table[STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_restrict] = ACTIONS(25), [anon_sym_volatile] = ACTIONS(25), [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), + [anon_sym_unsigned] = ACTIONS(171), + [anon_sym_long] = ACTIONS(171), + [anon_sym_short] = ACTIONS(171), + [sym_primitive_type] = ACTIONS(173), [anon_sym_enum] = ACTIONS(31), [anon_sym_struct] = ACTIONS(33), [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3809), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3733), [sym_comment] = ACTIONS(39), }, - [1407] = { - [sym_type_qualifier] = STATE(1505), - [sym__type_specifier] = STATE(1504), - [sym_sized_type_specifier] = STATE(1504), - [sym_enum_specifier] = STATE(1504), - [sym_struct_specifier] = STATE(1504), - [sym_union_specifier] = STATE(1504), - [sym_macro_type_specifier] = STATE(1504), - [aux_sym_type_definition_repeat1] = STATE(1505), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4001), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1316] = { + [anon_sym_LPAREN] = ACTIONS(1050), + [anon_sym_COMMA] = ACTIONS(1044), + [anon_sym_SEMI] = ACTIONS(1044), + [anon_sym_extern] = ACTIONS(86), + [anon_sym_STAR] = ACTIONS(1057), + [anon_sym_LBRACK] = ACTIONS(1044), + [anon_sym_EQ] = ACTIONS(1046), + [anon_sym_static] = ACTIONS(86), + [anon_sym_auto] = ACTIONS(86), + [anon_sym_register] = ACTIONS(86), + [anon_sym_inline] = ACTIONS(86), + [anon_sym_const] = ACTIONS(86), + [anon_sym_restrict] = ACTIONS(86), + [anon_sym_volatile] = ACTIONS(86), + [anon_sym__Atomic] = ACTIONS(86), + [anon_sym_COLON] = ACTIONS(3647), + [anon_sym_QMARK] = ACTIONS(1044), + [anon_sym_STAR_EQ] = ACTIONS(1044), + [anon_sym_SLASH_EQ] = ACTIONS(1044), + [anon_sym_PERCENT_EQ] = ACTIONS(1044), + [anon_sym_PLUS_EQ] = ACTIONS(1044), + [anon_sym_DASH_EQ] = ACTIONS(1044), + [anon_sym_LT_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_GT_EQ] = ACTIONS(1044), + [anon_sym_AMP_EQ] = ACTIONS(1044), + [anon_sym_CARET_EQ] = ACTIONS(1044), + [anon_sym_PIPE_EQ] = ACTIONS(1044), + [anon_sym_AMP] = ACTIONS(1046), + [anon_sym_PIPE_PIPE] = ACTIONS(1044), + [anon_sym_AMP_AMP] = ACTIONS(1044), + [anon_sym_PIPE] = ACTIONS(1046), + [anon_sym_CARET] = ACTIONS(1046), + [anon_sym_EQ_EQ] = ACTIONS(1044), + [anon_sym_BANG_EQ] = ACTIONS(1044), + [anon_sym_LT] = ACTIONS(1046), + [anon_sym_GT] = ACTIONS(1046), + [anon_sym_LT_EQ] = ACTIONS(1044), + [anon_sym_GT_EQ] = ACTIONS(1044), + [anon_sym_LT_LT] = ACTIONS(1046), + [anon_sym_GT_GT] = ACTIONS(1046), + [anon_sym_PLUS] = ACTIONS(1046), + [anon_sym_DASH] = ACTIONS(1046), + [anon_sym_SLASH] = ACTIONS(1046), + [anon_sym_PERCENT] = ACTIONS(1046), + [anon_sym_DASH_DASH] = ACTIONS(1044), + [anon_sym_PLUS_PLUS] = ACTIONS(1044), + [anon_sym_DOT] = ACTIONS(1044), + [anon_sym_DASH_GT] = ACTIONS(1044), + [sym_identifier] = ACTIONS(86), [sym_comment] = ACTIONS(39), }, - [1408] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(3574), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), + [1317] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_RPAREN] = ACTIONS(3799), + [anon_sym_STAR] = ACTIONS(2402), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(2404), + [anon_sym_QMARK] = ACTIONS(2406), + [anon_sym_STAR_EQ] = ACTIONS(2408), + [anon_sym_SLASH_EQ] = ACTIONS(2408), + [anon_sym_PERCENT_EQ] = ACTIONS(2408), + [anon_sym_PLUS_EQ] = ACTIONS(2408), + [anon_sym_DASH_EQ] = ACTIONS(2408), + [anon_sym_LT_LT_EQ] = ACTIONS(2408), + [anon_sym_GT_GT_EQ] = ACTIONS(2408), + [anon_sym_AMP_EQ] = ACTIONS(2408), + [anon_sym_CARET_EQ] = ACTIONS(2408), + [anon_sym_PIPE_EQ] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2410), + [anon_sym_PIPE_PIPE] = ACTIONS(2412), + [anon_sym_AMP_AMP] = ACTIONS(2414), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_CARET] = ACTIONS(2418), + [anon_sym_EQ_EQ] = ACTIONS(2420), + [anon_sym_BANG_EQ] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2422), + [anon_sym_GT] = ACTIONS(2422), + [anon_sym_LT_EQ] = ACTIONS(2424), + [anon_sym_GT_EQ] = ACTIONS(2424), + [anon_sym_LT_LT] = ACTIONS(2426), + [anon_sym_GT_GT] = ACTIONS(2426), + [anon_sym_PLUS] = ACTIONS(2428), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_SLASH] = ACTIONS(2402), + [anon_sym_PERCENT] = ACTIONS(2402), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1409] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2660), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_RBRACE] = ACTIONS(2660), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_auto] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_else] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [sym_char_literal] = ACTIONS(2660), - [sym_string_literal] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2658), - [sym_comment] = ACTIONS(39), - }, - [1410] = { - [sym__declarator] = STATE(1506), - [sym_pointer_declarator] = STATE(1506), - [sym_function_declarator] = STATE(1506), - [sym_array_declarator] = STATE(1506), - [sym_init_declarator] = STATE(1507), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(4003), - [sym_comment] = ACTIONS(39), - }, - [1411] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4005), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1412] = { - [anon_sym_LPAREN] = ACTIONS(4007), - [sym_comment] = ACTIONS(39), - }, - [1413] = { - [sym__expression] = STATE(1511), - [sym_conditional_expression] = STATE(1511), - [sym_assignment_expression] = STATE(1511), - [sym_pointer_expression] = STATE(1511), - [sym_logical_expression] = STATE(1511), - [sym_bitwise_expression] = STATE(1511), - [sym_equality_expression] = STATE(1511), - [sym_relational_expression] = STATE(1511), - [sym_shift_expression] = STATE(1511), - [sym_math_expression] = STATE(1511), - [sym_cast_expression] = STATE(1511), - [sym_sizeof_expression] = STATE(1511), - [sym_subscript_expression] = STATE(1511), - [sym_call_expression] = STATE(1511), - [sym_field_expression] = STATE(1511), - [sym_compound_literal_expression] = STATE(1511), - [sym_parenthesized_expression] = STATE(1511), - [sym_concatenated_string] = STATE(1511), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4009), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4011), - [sym_char_literal] = ACTIONS(4011), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4013), - [sym_false] = ACTIONS(4013), - [sym_null] = ACTIONS(4013), - [sym_identifier] = ACTIONS(4013), - [sym_comment] = ACTIONS(39), - }, - [1414] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4015), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1415] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_RBRACE] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_auto] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_else] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2700), - [sym_string_literal] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2698), - [sym_comment] = ACTIONS(39), - }, - [1416] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_RBRACE] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_auto] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_else] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [sym_char_literal] = ACTIONS(2704), - [sym_string_literal] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2702), - [sym_comment] = ACTIONS(39), - }, - [1417] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2717), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2715), - [sym_preproc_directive] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_RBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_auto] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_unsigned] = ACTIONS(2715), - [anon_sym_long] = ACTIONS(2715), - [anon_sym_short] = ACTIONS(2715), - [sym_primitive_type] = ACTIONS(2715), - [anon_sym_enum] = ACTIONS(2715), - [anon_sym_struct] = ACTIONS(2715), - [anon_sym_union] = ACTIONS(2715), - [anon_sym_if] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_switch] = ACTIONS(2715), - [anon_sym_case] = ACTIONS(2715), - [anon_sym_default] = ACTIONS(2715), - [anon_sym_while] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_for] = ACTIONS(2715), - [anon_sym_return] = ACTIONS(2715), - [anon_sym_break] = ACTIONS(2715), - [anon_sym_continue] = ACTIONS(2715), - [anon_sym_goto] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_TILDE] = ACTIONS(2717), - [anon_sym_PLUS] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_sizeof] = ACTIONS(2715), - [sym_number_literal] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [sym_string_literal] = ACTIONS(2717), - [sym_true] = ACTIONS(2715), - [sym_false] = ACTIONS(2715), - [sym_null] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2715), - [sym_comment] = ACTIONS(39), - }, - [1418] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4017), - [anon_sym_LPAREN] = ACTIONS(4019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4017), - [sym_preproc_directive] = ACTIONS(4017), - [anon_sym_SEMI] = ACTIONS(4019), - [anon_sym_typedef] = ACTIONS(4017), - [anon_sym_extern] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_RBRACE] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_static] = ACTIONS(4017), - [anon_sym_auto] = ACTIONS(4017), - [anon_sym_register] = ACTIONS(4017), - [anon_sym_inline] = ACTIONS(4017), - [anon_sym_const] = ACTIONS(4017), - [anon_sym_restrict] = ACTIONS(4017), - [anon_sym_volatile] = ACTIONS(4017), - [anon_sym__Atomic] = ACTIONS(4017), - [anon_sym_unsigned] = ACTIONS(4017), - [anon_sym_long] = ACTIONS(4017), - [anon_sym_short] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(4017), - [anon_sym_enum] = ACTIONS(4017), - [anon_sym_struct] = ACTIONS(4017), - [anon_sym_union] = ACTIONS(4017), - [anon_sym_if] = ACTIONS(4017), - [anon_sym_switch] = ACTIONS(4017), - [anon_sym_case] = ACTIONS(4017), - [anon_sym_default] = ACTIONS(4017), - [anon_sym_while] = ACTIONS(4017), - [anon_sym_do] = ACTIONS(4017), - [anon_sym_for] = ACTIONS(4017), - [anon_sym_return] = ACTIONS(4017), - [anon_sym_break] = ACTIONS(4017), - [anon_sym_continue] = ACTIONS(4017), - [anon_sym_goto] = ACTIONS(4017), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4017), - [anon_sym_DASH] = ACTIONS(4017), - [anon_sym_DASH_DASH] = ACTIONS(4019), - [anon_sym_PLUS_PLUS] = ACTIONS(4019), - [anon_sym_sizeof] = ACTIONS(4017), - [sym_number_literal] = ACTIONS(4019), - [sym_char_literal] = ACTIONS(4019), - [sym_string_literal] = ACTIONS(4019), - [sym_true] = ACTIONS(4017), - [sym_false] = ACTIONS(4017), - [sym_null] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4017), - [sym_comment] = ACTIONS(39), - }, - [1419] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(3667), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1420] = { - [anon_sym_else] = ACTIONS(1042), - [anon_sym_while] = ACTIONS(1042), - [sym_comment] = ACTIONS(39), - }, - [1421] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(4021), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [1318] = { + [sym__expression] = STATE(1350), + [sym_conditional_expression] = STATE(1350), + [sym_assignment_expression] = STATE(1350), + [sym_pointer_expression] = STATE(1350), + [sym_logical_expression] = STATE(1350), + [sym_bitwise_expression] = STATE(1350), + [sym_equality_expression] = STATE(1350), + [sym_relational_expression] = STATE(1350), + [sym_shift_expression] = STATE(1350), + [sym_math_expression] = STATE(1350), + [sym_cast_expression] = STATE(1350), + [sym_sizeof_expression] = STATE(1350), + [sym_subscript_expression] = STATE(1350), + [sym_call_expression] = STATE(1350), + [sym_field_expression] = STATE(1350), + [sym_compound_literal_expression] = STATE(1350), + [sym_parenthesized_expression] = STATE(1350), + [sym_concatenated_string] = STATE(1350), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3801), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3803), + [sym_char_literal] = ACTIONS(3803), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3805), + [sym_false] = ACTIONS(3805), + [sym_null] = ACTIONS(3805), + [sym_identifier] = ACTIONS(3805), [sym_comment] = ACTIONS(39), }, - [1422] = { - [sym__expression] = STATE(1514), - [sym_conditional_expression] = STATE(1514), - [sym_assignment_expression] = STATE(1514), - [sym_pointer_expression] = STATE(1514), - [sym_logical_expression] = STATE(1514), - [sym_bitwise_expression] = STATE(1514), - [sym_equality_expression] = STATE(1514), - [sym_relational_expression] = STATE(1514), - [sym_shift_expression] = STATE(1514), - [sym_math_expression] = STATE(1514), - [sym_cast_expression] = STATE(1514), - [sym_sizeof_expression] = STATE(1514), - [sym_subscript_expression] = STATE(1514), - [sym_call_expression] = STATE(1514), - [sym_field_expression] = STATE(1514), - [sym_compound_literal_expression] = STATE(1514), - [sym_parenthesized_expression] = STATE(1514), - [sym_concatenated_string] = STATE(1514), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4023), - [sym_char_literal] = ACTIONS(4023), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4025), - [sym_false] = ACTIONS(4025), - [sym_null] = ACTIONS(4025), - [sym_identifier] = ACTIONS(4025), - [sym_comment] = ACTIONS(39), - }, - [1423] = { - [sym__expression] = STATE(1515), - [sym_conditional_expression] = STATE(1515), - [sym_assignment_expression] = STATE(1515), - [sym_pointer_expression] = STATE(1515), - [sym_logical_expression] = STATE(1515), - [sym_bitwise_expression] = STATE(1515), - [sym_equality_expression] = STATE(1515), - [sym_relational_expression] = STATE(1515), - [sym_shift_expression] = STATE(1515), - [sym_math_expression] = STATE(1515), - [sym_cast_expression] = STATE(1515), - [sym_sizeof_expression] = STATE(1515), - [sym_subscript_expression] = STATE(1515), - [sym_call_expression] = STATE(1515), - [sym_field_expression] = STATE(1515), - [sym_compound_literal_expression] = STATE(1515), - [sym_parenthesized_expression] = STATE(1515), - [sym_concatenated_string] = STATE(1515), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4027), - [sym_char_literal] = ACTIONS(4027), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4029), - [sym_false] = ACTIONS(4029), - [sym_null] = ACTIONS(4029), - [sym_identifier] = ACTIONS(4029), - [sym_comment] = ACTIONS(39), - }, - [1424] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(4031), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1425] = { - [sym_declaration] = STATE(1519), - [sym_type_definition] = STATE(1519), - [sym__declaration_specifiers] = STATE(1520), - [sym_compound_statement] = STATE(1519), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1519), - [sym_expression_statement] = STATE(1519), - [sym_if_statement] = STATE(1519), - [sym_switch_statement] = STATE(1519), - [sym_case_statement] = STATE(1519), - [sym_while_statement] = STATE(1519), - [sym_do_statement] = STATE(1519), - [sym_for_statement] = STATE(1519), - [sym_return_statement] = STATE(1519), - [sym_break_statement] = STATE(1519), - [sym_continue_statement] = STATE(1519), - [sym_goto_statement] = STATE(1519), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_typedef] = ACTIONS(4033), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(4035), - [sym_comment] = ACTIONS(39), - }, - [1426] = { - [sym__expression] = STATE(1521), - [sym_conditional_expression] = STATE(1521), - [sym_assignment_expression] = STATE(1521), - [sym_pointer_expression] = STATE(1521), - [sym_logical_expression] = STATE(1521), - [sym_bitwise_expression] = STATE(1521), - [sym_equality_expression] = STATE(1521), - [sym_relational_expression] = STATE(1521), - [sym_shift_expression] = STATE(1521), - [sym_math_expression] = STATE(1521), - [sym_cast_expression] = STATE(1521), - [sym_sizeof_expression] = STATE(1521), - [sym_subscript_expression] = STATE(1521), - [sym_call_expression] = STATE(1521), - [sym_field_expression] = STATE(1521), - [sym_compound_literal_expression] = STATE(1521), - [sym_parenthesized_expression] = STATE(1521), - [sym_concatenated_string] = STATE(1521), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4037), - [sym_char_literal] = ACTIONS(4037), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4039), - [sym_false] = ACTIONS(4039), - [sym_null] = ACTIONS(4039), - [sym_identifier] = ACTIONS(4039), - [sym_comment] = ACTIONS(39), - }, - [1427] = { - [anon_sym_while] = ACTIONS(4041), - [sym_comment] = ACTIONS(39), - }, - [1428] = { - [sym_declaration] = STATE(1523), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1524), - [sym_conditional_expression] = STATE(1524), - [sym_assignment_expression] = STATE(1524), - [sym_pointer_expression] = STATE(1524), - [sym_logical_expression] = STATE(1524), - [sym_bitwise_expression] = STATE(1524), - [sym_equality_expression] = STATE(1524), - [sym_relational_expression] = STATE(1524), - [sym_shift_expression] = STATE(1524), - [sym_math_expression] = STATE(1524), - [sym_cast_expression] = STATE(1524), - [sym_sizeof_expression] = STATE(1524), - [sym_subscript_expression] = STATE(1524), - [sym_call_expression] = STATE(1524), - [sym_field_expression] = STATE(1524), - [sym_compound_literal_expression] = STATE(1524), - [sym_parenthesized_expression] = STATE(1524), - [sym_concatenated_string] = STATE(1524), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4043), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4045), - [sym_char_literal] = ACTIONS(4045), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4047), - [sym_false] = ACTIONS(4047), - [sym_null] = ACTIONS(4047), - [sym_identifier] = ACTIONS(1792), - [sym_comment] = ACTIONS(39), - }, - [1429] = { - [anon_sym_else] = ACTIONS(1796), - [anon_sym_while] = ACTIONS(1796), - [sym_comment] = ACTIONS(39), - }, - [1430] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4049), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1431] = { - [anon_sym_else] = ACTIONS(1802), - [anon_sym_while] = ACTIONS(1802), - [sym_comment] = ACTIONS(39), - }, - [1432] = { - [anon_sym_else] = ACTIONS(1806), - [anon_sym_while] = ACTIONS(1806), - [sym_comment] = ACTIONS(39), - }, - [1433] = { - [anon_sym_SEMI] = ACTIONS(4051), - [sym_comment] = ACTIONS(39), - }, - [1434] = { - [sym_compound_statement] = STATE(1527), - [sym_labeled_statement] = STATE(1527), - [sym_expression_statement] = STATE(1527), - [sym_if_statement] = STATE(1527), - [sym_switch_statement] = STATE(1527), - [sym_case_statement] = STATE(1527), - [sym_while_statement] = STATE(1527), - [sym_do_statement] = STATE(1527), - [sym_for_statement] = STATE(1527), - [sym_return_statement] = STATE(1527), - [sym_break_statement] = STATE(1527), - [sym_continue_statement] = STATE(1527), - [sym_goto_statement] = STATE(1527), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1435] = { - [sym_compound_statement] = STATE(1418), - [sym_labeled_statement] = STATE(1418), - [sym_expression_statement] = STATE(1418), - [sym_if_statement] = STATE(1418), - [sym_switch_statement] = STATE(1418), - [sym_case_statement] = STATE(1418), - [sym_while_statement] = STATE(1418), - [sym_do_statement] = STATE(1418), - [sym_for_statement] = STATE(1418), - [sym_return_statement] = STATE(1418), - [sym_break_statement] = STATE(1418), - [sym_continue_statement] = STATE(1418), - [sym_goto_statement] = STATE(1418), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [1436] = { - [anon_sym_else] = ACTIONS(1848), - [anon_sym_while] = ACTIONS(1848), - [sym_comment] = ACTIONS(39), - }, - [1437] = { - [sym_compound_statement] = STATE(1441), - [sym_labeled_statement] = STATE(1441), - [sym_expression_statement] = STATE(1441), - [sym_if_statement] = STATE(1441), - [sym_switch_statement] = STATE(1441), - [sym_case_statement] = STATE(1441), - [sym_while_statement] = STATE(1441), - [sym_do_statement] = STATE(1441), - [sym_for_statement] = STATE(1441), - [sym_return_statement] = STATE(1441), - [sym_break_statement] = STATE(1441), - [sym_continue_statement] = STATE(1441), - [sym_goto_statement] = STATE(1441), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [1438] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4053), - [sym_comment] = ACTIONS(39), - }, - [1439] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1529), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4053), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1440] = { - [sym__expression] = STATE(1530), - [sym_conditional_expression] = STATE(1530), - [sym_assignment_expression] = STATE(1530), - [sym_pointer_expression] = STATE(1530), - [sym_logical_expression] = STATE(1530), - [sym_bitwise_expression] = STATE(1530), - [sym_equality_expression] = STATE(1530), - [sym_relational_expression] = STATE(1530), - [sym_shift_expression] = STATE(1530), - [sym_math_expression] = STATE(1530), - [sym_cast_expression] = STATE(1530), - [sym_sizeof_expression] = STATE(1530), - [sym_subscript_expression] = STATE(1530), - [sym_call_expression] = STATE(1530), - [sym_field_expression] = STATE(1530), - [sym_compound_literal_expression] = STATE(1530), - [sym_parenthesized_expression] = STATE(1530), - [sym_concatenated_string] = STATE(1530), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4053), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4055), - [sym_char_literal] = ACTIONS(4055), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4057), - [sym_false] = ACTIONS(4057), - [sym_null] = ACTIONS(4057), - [sym_identifier] = ACTIONS(4057), - [sym_comment] = ACTIONS(39), - }, - [1441] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4061), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4059), - [sym_preproc_directive] = ACTIONS(4059), - [anon_sym_SEMI] = ACTIONS(4061), - [anon_sym_typedef] = ACTIONS(4059), - [anon_sym_extern] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4061), - [anon_sym_RBRACE] = ACTIONS(4061), - [anon_sym_STAR] = ACTIONS(4061), - [anon_sym_static] = ACTIONS(4059), - [anon_sym_auto] = ACTIONS(4059), - [anon_sym_register] = ACTIONS(4059), - [anon_sym_inline] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_restrict] = ACTIONS(4059), - [anon_sym_volatile] = ACTIONS(4059), - [anon_sym__Atomic] = ACTIONS(4059), - [anon_sym_unsigned] = ACTIONS(4059), - [anon_sym_long] = ACTIONS(4059), - [anon_sym_short] = ACTIONS(4059), - [sym_primitive_type] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_switch] = ACTIONS(4059), - [anon_sym_case] = ACTIONS(4059), - [anon_sym_default] = ACTIONS(4059), - [anon_sym_while] = ACTIONS(4059), - [anon_sym_do] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4061), - [anon_sym_BANG] = ACTIONS(4061), - [anon_sym_TILDE] = ACTIONS(4061), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_DASH_DASH] = ACTIONS(4061), - [anon_sym_PLUS_PLUS] = ACTIONS(4061), - [anon_sym_sizeof] = ACTIONS(4059), - [sym_number_literal] = ACTIONS(4061), - [sym_char_literal] = ACTIONS(4061), - [sym_string_literal] = ACTIONS(4061), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_null] = ACTIONS(4059), - [sym_identifier] = ACTIONS(4059), - [sym_comment] = ACTIONS(39), - }, - [1442] = { - [sym_compound_statement] = STATE(1531), - [sym_labeled_statement] = STATE(1531), - [sym_expression_statement] = STATE(1531), - [sym_if_statement] = STATE(1531), - [sym_switch_statement] = STATE(1531), - [sym_case_statement] = STATE(1531), - [sym_while_statement] = STATE(1531), - [sym_do_statement] = STATE(1531), - [sym_for_statement] = STATE(1531), - [sym_return_statement] = STATE(1531), - [sym_break_statement] = STATE(1531), - [sym_continue_statement] = STATE(1531), - [sym_goto_statement] = STATE(1531), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), - [sym_comment] = ACTIONS(39), - }, - [1443] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4063), - [sym_comment] = ACTIONS(39), - }, - [1444] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1533), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4063), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1445] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1292), - [anon_sym_LPAREN] = ACTIONS(1290), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1292), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1292), - [sym_preproc_directive] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1290), - [anon_sym_typedef] = ACTIONS(1292), - [anon_sym_extern] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1290), - [anon_sym_STAR] = ACTIONS(1290), - [anon_sym_static] = ACTIONS(1292), - [anon_sym_auto] = ACTIONS(1292), - [anon_sym_register] = ACTIONS(1292), - [anon_sym_inline] = ACTIONS(1292), - [anon_sym_const] = ACTIONS(1292), - [anon_sym_restrict] = ACTIONS(1292), - [anon_sym_volatile] = ACTIONS(1292), - [anon_sym__Atomic] = ACTIONS(1292), - [anon_sym_unsigned] = ACTIONS(1292), - [anon_sym_long] = ACTIONS(1292), - [anon_sym_short] = ACTIONS(1292), - [sym_primitive_type] = ACTIONS(1292), - [anon_sym_enum] = ACTIONS(1292), - [anon_sym_struct] = ACTIONS(1292), - [anon_sym_union] = ACTIONS(1292), - [anon_sym_if] = ACTIONS(1292), - [anon_sym_switch] = ACTIONS(1292), - [anon_sym_case] = ACTIONS(1292), - [anon_sym_default] = ACTIONS(1292), - [anon_sym_while] = ACTIONS(1292), - [anon_sym_do] = ACTIONS(1292), - [anon_sym_for] = ACTIONS(1292), - [anon_sym_return] = ACTIONS(1292), - [anon_sym_break] = ACTIONS(1292), - [anon_sym_continue] = ACTIONS(1292), - [anon_sym_goto] = ACTIONS(1292), - [anon_sym_AMP] = ACTIONS(1290), - [anon_sym_BANG] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1290), - [anon_sym_PLUS] = ACTIONS(1292), - [anon_sym_DASH] = ACTIONS(1292), - [anon_sym_DASH_DASH] = ACTIONS(1290), - [anon_sym_PLUS_PLUS] = ACTIONS(1290), - [anon_sym_sizeof] = ACTIONS(1292), - [sym_number_literal] = ACTIONS(1290), - [sym_char_literal] = ACTIONS(1290), - [sym_string_literal] = ACTIONS(1290), - [sym_true] = ACTIONS(1292), - [sym_false] = ACTIONS(1292), - [sym_null] = ACTIONS(1292), - [sym_identifier] = ACTIONS(1292), - [sym_comment] = ACTIONS(39), - }, - [1446] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1300), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1302), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1302), - [sym_preproc_directive] = ACTIONS(1302), - [anon_sym_SEMI] = ACTIONS(1300), - [anon_sym_typedef] = ACTIONS(1302), - [anon_sym_extern] = ACTIONS(1302), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_STAR] = ACTIONS(1300), - [anon_sym_static] = ACTIONS(1302), - [anon_sym_auto] = ACTIONS(1302), - [anon_sym_register] = ACTIONS(1302), - [anon_sym_inline] = ACTIONS(1302), - [anon_sym_const] = ACTIONS(1302), - [anon_sym_restrict] = ACTIONS(1302), - [anon_sym_volatile] = ACTIONS(1302), - [anon_sym__Atomic] = ACTIONS(1302), - [anon_sym_unsigned] = ACTIONS(1302), - [anon_sym_long] = ACTIONS(1302), - [anon_sym_short] = ACTIONS(1302), - [sym_primitive_type] = ACTIONS(1302), - [anon_sym_enum] = ACTIONS(1302), - [anon_sym_struct] = ACTIONS(1302), - [anon_sym_union] = ACTIONS(1302), - [anon_sym_if] = ACTIONS(1302), - [anon_sym_switch] = ACTIONS(1302), - [anon_sym_case] = ACTIONS(1302), - [anon_sym_default] = ACTIONS(1302), - [anon_sym_while] = ACTIONS(1302), - [anon_sym_do] = ACTIONS(1302), - [anon_sym_for] = ACTIONS(1302), - [anon_sym_return] = ACTIONS(1302), - [anon_sym_break] = ACTIONS(1302), - [anon_sym_continue] = ACTIONS(1302), - [anon_sym_goto] = ACTIONS(1302), - [anon_sym_AMP] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [anon_sym_sizeof] = ACTIONS(1302), - [sym_number_literal] = ACTIONS(1300), - [sym_char_literal] = ACTIONS(1300), - [sym_string_literal] = ACTIONS(1300), - [sym_true] = ACTIONS(1302), - [sym_false] = ACTIONS(1302), - [sym_null] = ACTIONS(1302), - [sym_identifier] = ACTIONS(1302), - [sym_comment] = ACTIONS(39), - }, - [1447] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3517), - [anon_sym_LPAREN] = ACTIONS(3519), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3517), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3517), - [sym_preproc_directive] = ACTIONS(3517), - [anon_sym_SEMI] = ACTIONS(3519), - [anon_sym_typedef] = ACTIONS(3517), - [anon_sym_extern] = ACTIONS(3517), - [anon_sym_LBRACE] = ACTIONS(3519), - [anon_sym_STAR] = ACTIONS(3519), - [anon_sym_static] = ACTIONS(3517), - [anon_sym_auto] = ACTIONS(3517), - [anon_sym_register] = ACTIONS(3517), - [anon_sym_inline] = ACTIONS(3517), - [anon_sym_const] = ACTIONS(3517), - [anon_sym_restrict] = ACTIONS(3517), - [anon_sym_volatile] = ACTIONS(3517), - [anon_sym__Atomic] = ACTIONS(3517), - [anon_sym_unsigned] = ACTIONS(3517), - [anon_sym_long] = ACTIONS(3517), - [anon_sym_short] = ACTIONS(3517), - [sym_primitive_type] = ACTIONS(3517), - [anon_sym_enum] = ACTIONS(3517), - [anon_sym_struct] = ACTIONS(3517), - [anon_sym_union] = ACTIONS(3517), - [anon_sym_if] = ACTIONS(3517), - [anon_sym_switch] = ACTIONS(3517), - [anon_sym_case] = ACTIONS(3517), - [anon_sym_default] = ACTIONS(3517), - [anon_sym_while] = ACTIONS(3517), - [anon_sym_do] = ACTIONS(3517), - [anon_sym_for] = ACTIONS(3517), - [anon_sym_return] = ACTIONS(3517), - [anon_sym_break] = ACTIONS(3517), - [anon_sym_continue] = ACTIONS(3517), - [anon_sym_goto] = ACTIONS(3517), - [anon_sym_AMP] = ACTIONS(3519), - [anon_sym_BANG] = ACTIONS(3519), - [anon_sym_TILDE] = ACTIONS(3519), - [anon_sym_PLUS] = ACTIONS(3517), - [anon_sym_DASH] = ACTIONS(3517), - [anon_sym_DASH_DASH] = ACTIONS(3519), - [anon_sym_PLUS_PLUS] = ACTIONS(3519), - [anon_sym_sizeof] = ACTIONS(3517), - [sym_number_literal] = ACTIONS(3519), - [sym_char_literal] = ACTIONS(3519), - [sym_string_literal] = ACTIONS(3519), - [sym_true] = ACTIONS(3517), - [sym_false] = ACTIONS(3517), - [sym_null] = ACTIONS(3517), - [sym_identifier] = ACTIONS(3517), - [sym_comment] = ACTIONS(39), - }, - [1448] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3521), - [anon_sym_LPAREN] = ACTIONS(3523), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3521), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3521), - [sym_preproc_directive] = ACTIONS(3521), - [anon_sym_SEMI] = ACTIONS(3523), - [anon_sym_typedef] = ACTIONS(3521), - [anon_sym_extern] = ACTIONS(3521), - [anon_sym_LBRACE] = ACTIONS(3523), - [anon_sym_STAR] = ACTIONS(3523), - [anon_sym_static] = ACTIONS(3521), - [anon_sym_auto] = ACTIONS(3521), - [anon_sym_register] = ACTIONS(3521), - [anon_sym_inline] = ACTIONS(3521), - [anon_sym_const] = ACTIONS(3521), - [anon_sym_restrict] = ACTIONS(3521), - [anon_sym_volatile] = ACTIONS(3521), - [anon_sym__Atomic] = ACTIONS(3521), - [anon_sym_unsigned] = ACTIONS(3521), - [anon_sym_long] = ACTIONS(3521), - [anon_sym_short] = ACTIONS(3521), - [sym_primitive_type] = ACTIONS(3521), - [anon_sym_enum] = ACTIONS(3521), - [anon_sym_struct] = ACTIONS(3521), - [anon_sym_union] = ACTIONS(3521), - [anon_sym_if] = ACTIONS(3521), - [anon_sym_switch] = ACTIONS(3521), - [anon_sym_case] = ACTIONS(3521), - [anon_sym_default] = ACTIONS(3521), - [anon_sym_while] = ACTIONS(3521), - [anon_sym_do] = ACTIONS(3521), - [anon_sym_for] = ACTIONS(3521), - [anon_sym_return] = ACTIONS(3521), - [anon_sym_break] = ACTIONS(3521), - [anon_sym_continue] = ACTIONS(3521), - [anon_sym_goto] = ACTIONS(3521), - [anon_sym_AMP] = ACTIONS(3523), - [anon_sym_BANG] = ACTIONS(3523), - [anon_sym_TILDE] = ACTIONS(3523), - [anon_sym_PLUS] = ACTIONS(3521), - [anon_sym_DASH] = ACTIONS(3521), - [anon_sym_DASH_DASH] = ACTIONS(3523), - [anon_sym_PLUS_PLUS] = ACTIONS(3523), - [anon_sym_sizeof] = ACTIONS(3521), - [sym_number_literal] = ACTIONS(3523), - [sym_char_literal] = ACTIONS(3523), - [sym_string_literal] = ACTIONS(3523), - [sym_true] = ACTIONS(3521), - [sym_false] = ACTIONS(3521), - [sym_null] = ACTIONS(3521), - [sym_identifier] = ACTIONS(3521), - [sym_comment] = ACTIONS(39), - }, - [1449] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3525), - [anon_sym_LPAREN] = ACTIONS(3527), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3525), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3525), - [sym_preproc_directive] = ACTIONS(3525), - [anon_sym_SEMI] = ACTIONS(3527), - [anon_sym_typedef] = ACTIONS(3525), - [anon_sym_extern] = ACTIONS(3525), - [anon_sym_LBRACE] = ACTIONS(3527), - [anon_sym_STAR] = ACTIONS(3527), - [anon_sym_static] = ACTIONS(3525), - [anon_sym_auto] = ACTIONS(3525), - [anon_sym_register] = ACTIONS(3525), - [anon_sym_inline] = ACTIONS(3525), - [anon_sym_const] = ACTIONS(3525), - [anon_sym_restrict] = ACTIONS(3525), - [anon_sym_volatile] = ACTIONS(3525), - [anon_sym__Atomic] = ACTIONS(3525), - [anon_sym_unsigned] = ACTIONS(3525), - [anon_sym_long] = ACTIONS(3525), - [anon_sym_short] = ACTIONS(3525), - [sym_primitive_type] = ACTIONS(3525), - [anon_sym_enum] = ACTIONS(3525), - [anon_sym_struct] = ACTIONS(3525), - [anon_sym_union] = ACTIONS(3525), - [anon_sym_if] = ACTIONS(3525), - [anon_sym_switch] = ACTIONS(3525), - [anon_sym_case] = ACTIONS(3525), - [anon_sym_default] = ACTIONS(3525), - [anon_sym_while] = ACTIONS(3525), - [anon_sym_do] = ACTIONS(3525), - [anon_sym_for] = ACTIONS(3525), - [anon_sym_return] = ACTIONS(3525), - [anon_sym_break] = ACTIONS(3525), - [anon_sym_continue] = ACTIONS(3525), - [anon_sym_goto] = ACTIONS(3525), - [anon_sym_AMP] = ACTIONS(3527), - [anon_sym_BANG] = ACTIONS(3527), - [anon_sym_TILDE] = ACTIONS(3527), - [anon_sym_PLUS] = ACTIONS(3525), - [anon_sym_DASH] = ACTIONS(3525), - [anon_sym_DASH_DASH] = ACTIONS(3527), - [anon_sym_PLUS_PLUS] = ACTIONS(3527), - [anon_sym_sizeof] = ACTIONS(3525), - [sym_number_literal] = ACTIONS(3527), - [sym_char_literal] = ACTIONS(3527), - [sym_string_literal] = ACTIONS(3527), - [sym_true] = ACTIONS(3525), - [sym_false] = ACTIONS(3525), - [sym_null] = ACTIONS(3525), - [sym_identifier] = ACTIONS(3525), - [sym_comment] = ACTIONS(39), - }, - [1450] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3529), - [anon_sym_LPAREN] = ACTIONS(3531), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3529), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3529), - [sym_preproc_directive] = ACTIONS(3529), - [anon_sym_SEMI] = ACTIONS(3531), - [anon_sym_typedef] = ACTIONS(3529), - [anon_sym_extern] = ACTIONS(3529), - [anon_sym_LBRACE] = ACTIONS(3531), - [anon_sym_STAR] = ACTIONS(3531), - [anon_sym_static] = ACTIONS(3529), - [anon_sym_auto] = ACTIONS(3529), - [anon_sym_register] = ACTIONS(3529), - [anon_sym_inline] = ACTIONS(3529), - [anon_sym_const] = ACTIONS(3529), - [anon_sym_restrict] = ACTIONS(3529), - [anon_sym_volatile] = ACTIONS(3529), - [anon_sym__Atomic] = ACTIONS(3529), - [anon_sym_unsigned] = ACTIONS(3529), - [anon_sym_long] = ACTIONS(3529), - [anon_sym_short] = ACTIONS(3529), - [sym_primitive_type] = ACTIONS(3529), - [anon_sym_enum] = ACTIONS(3529), - [anon_sym_struct] = ACTIONS(3529), - [anon_sym_union] = ACTIONS(3529), - [anon_sym_if] = ACTIONS(3529), - [anon_sym_switch] = ACTIONS(3529), - [anon_sym_case] = ACTIONS(3529), - [anon_sym_default] = ACTIONS(3529), - [anon_sym_while] = ACTIONS(3529), - [anon_sym_do] = ACTIONS(3529), - [anon_sym_for] = ACTIONS(3529), - [anon_sym_return] = ACTIONS(3529), - [anon_sym_break] = ACTIONS(3529), - [anon_sym_continue] = ACTIONS(3529), - [anon_sym_goto] = ACTIONS(3529), - [anon_sym_AMP] = ACTIONS(3531), - [anon_sym_BANG] = ACTIONS(3531), - [anon_sym_TILDE] = ACTIONS(3531), - [anon_sym_PLUS] = ACTIONS(3529), - [anon_sym_DASH] = ACTIONS(3529), - [anon_sym_DASH_DASH] = ACTIONS(3531), - [anon_sym_PLUS_PLUS] = ACTIONS(3531), - [anon_sym_sizeof] = ACTIONS(3529), - [sym_number_literal] = ACTIONS(3531), - [sym_char_literal] = ACTIONS(3531), - [sym_string_literal] = ACTIONS(3531), - [sym_true] = ACTIONS(3529), - [sym_false] = ACTIONS(3529), - [sym_null] = ACTIONS(3529), - [sym_identifier] = ACTIONS(3529), - [sym_comment] = ACTIONS(39), - }, - [1451] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3533), - [anon_sym_LPAREN] = ACTIONS(3535), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3533), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3533), - [sym_preproc_directive] = ACTIONS(3533), - [anon_sym_SEMI] = ACTIONS(3535), - [anon_sym_typedef] = ACTIONS(3533), - [anon_sym_extern] = ACTIONS(3533), - [anon_sym_LBRACE] = ACTIONS(3535), - [anon_sym_STAR] = ACTIONS(3535), - [anon_sym_static] = ACTIONS(3533), - [anon_sym_auto] = ACTIONS(3533), - [anon_sym_register] = ACTIONS(3533), - [anon_sym_inline] = ACTIONS(3533), - [anon_sym_const] = ACTIONS(3533), - [anon_sym_restrict] = ACTIONS(3533), - [anon_sym_volatile] = ACTIONS(3533), - [anon_sym__Atomic] = ACTIONS(3533), - [anon_sym_unsigned] = ACTIONS(3533), - [anon_sym_long] = ACTIONS(3533), - [anon_sym_short] = ACTIONS(3533), - [sym_primitive_type] = ACTIONS(3533), - [anon_sym_enum] = ACTIONS(3533), - [anon_sym_struct] = ACTIONS(3533), - [anon_sym_union] = ACTIONS(3533), - [anon_sym_if] = ACTIONS(3533), - [anon_sym_switch] = ACTIONS(3533), - [anon_sym_case] = ACTIONS(3533), - [anon_sym_default] = ACTIONS(3533), - [anon_sym_while] = ACTIONS(3533), - [anon_sym_do] = ACTIONS(3533), - [anon_sym_for] = ACTIONS(3533), - [anon_sym_return] = ACTIONS(3533), - [anon_sym_break] = ACTIONS(3533), - [anon_sym_continue] = ACTIONS(3533), - [anon_sym_goto] = ACTIONS(3533), - [anon_sym_AMP] = ACTIONS(3535), - [anon_sym_BANG] = ACTIONS(3535), - [anon_sym_TILDE] = ACTIONS(3535), - [anon_sym_PLUS] = ACTIONS(3533), - [anon_sym_DASH] = ACTIONS(3533), - [anon_sym_DASH_DASH] = ACTIONS(3535), - [anon_sym_PLUS_PLUS] = ACTIONS(3535), - [anon_sym_sizeof] = ACTIONS(3533), - [sym_number_literal] = ACTIONS(3535), - [sym_char_literal] = ACTIONS(3535), - [sym_string_literal] = ACTIONS(3535), - [sym_true] = ACTIONS(3533), - [sym_false] = ACTIONS(3533), - [sym_null] = ACTIONS(3533), - [sym_identifier] = ACTIONS(3533), - [sym_comment] = ACTIONS(39), - }, - [1452] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3537), - [anon_sym_LPAREN] = ACTIONS(3539), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3537), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3537), - [sym_preproc_directive] = ACTIONS(3537), - [anon_sym_SEMI] = ACTIONS(3539), - [anon_sym_typedef] = ACTIONS(3537), - [anon_sym_extern] = ACTIONS(3537), - [anon_sym_LBRACE] = ACTIONS(3539), - [anon_sym_STAR] = ACTIONS(3539), - [anon_sym_static] = ACTIONS(3537), - [anon_sym_auto] = ACTIONS(3537), - [anon_sym_register] = ACTIONS(3537), - [anon_sym_inline] = ACTIONS(3537), - [anon_sym_const] = ACTIONS(3537), - [anon_sym_restrict] = ACTIONS(3537), - [anon_sym_volatile] = ACTIONS(3537), - [anon_sym__Atomic] = ACTIONS(3537), - [anon_sym_unsigned] = ACTIONS(3537), - [anon_sym_long] = ACTIONS(3537), - [anon_sym_short] = ACTIONS(3537), - [sym_primitive_type] = ACTIONS(3537), - [anon_sym_enum] = ACTIONS(3537), - [anon_sym_struct] = ACTIONS(3537), - [anon_sym_union] = ACTIONS(3537), - [anon_sym_if] = ACTIONS(3537), - [anon_sym_switch] = ACTIONS(3537), - [anon_sym_case] = ACTIONS(3537), - [anon_sym_default] = ACTIONS(3537), - [anon_sym_while] = ACTIONS(3537), - [anon_sym_do] = ACTIONS(3537), - [anon_sym_for] = ACTIONS(3537), - [anon_sym_return] = ACTIONS(3537), - [anon_sym_break] = ACTIONS(3537), - [anon_sym_continue] = ACTIONS(3537), - [anon_sym_goto] = ACTIONS(3537), - [anon_sym_AMP] = ACTIONS(3539), - [anon_sym_BANG] = ACTIONS(3539), - [anon_sym_TILDE] = ACTIONS(3539), - [anon_sym_PLUS] = ACTIONS(3537), - [anon_sym_DASH] = ACTIONS(3537), - [anon_sym_DASH_DASH] = ACTIONS(3539), - [anon_sym_PLUS_PLUS] = ACTIONS(3539), - [anon_sym_sizeof] = ACTIONS(3537), - [sym_number_literal] = ACTIONS(3539), - [sym_char_literal] = ACTIONS(3539), - [sym_string_literal] = ACTIONS(3539), - [sym_true] = ACTIONS(3537), - [sym_false] = ACTIONS(3537), - [sym_null] = ACTIONS(3537), - [sym_identifier] = ACTIONS(3537), - [sym_comment] = ACTIONS(39), - }, - [1453] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_sizeof] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1406), - [sym_char_literal] = ACTIONS(1406), - [sym_string_literal] = ACTIONS(1406), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [sym_null] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), - [sym_comment] = ACTIONS(39), - }, - [1454] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1034), - [anon_sym_LPAREN] = ACTIONS(1036), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1034), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1034), - [sym_preproc_directive] = ACTIONS(1034), - [anon_sym_SEMI] = ACTIONS(1036), - [anon_sym_typedef] = ACTIONS(1034), - [anon_sym_extern] = ACTIONS(1034), - [anon_sym_LBRACE] = ACTIONS(1036), - [anon_sym_STAR] = ACTIONS(1036), - [anon_sym_static] = ACTIONS(1034), - [anon_sym_auto] = ACTIONS(1034), - [anon_sym_register] = ACTIONS(1034), - [anon_sym_inline] = ACTIONS(1034), - [anon_sym_const] = ACTIONS(1034), - [anon_sym_restrict] = ACTIONS(1034), - [anon_sym_volatile] = ACTIONS(1034), - [anon_sym__Atomic] = ACTIONS(1034), - [anon_sym_unsigned] = ACTIONS(1034), - [anon_sym_long] = ACTIONS(1034), - [anon_sym_short] = ACTIONS(1034), - [sym_primitive_type] = ACTIONS(1034), - [anon_sym_enum] = ACTIONS(1034), - [anon_sym_struct] = ACTIONS(1034), - [anon_sym_union] = ACTIONS(1034), - [anon_sym_if] = ACTIONS(1034), - [anon_sym_else] = ACTIONS(1034), - [anon_sym_switch] = ACTIONS(1034), - [anon_sym_case] = ACTIONS(1034), - [anon_sym_default] = ACTIONS(1034), - [anon_sym_while] = ACTIONS(1034), - [anon_sym_do] = ACTIONS(1034), - [anon_sym_for] = ACTIONS(1034), - [anon_sym_return] = ACTIONS(1034), - [anon_sym_break] = ACTIONS(1034), - [anon_sym_continue] = ACTIONS(1034), - [anon_sym_goto] = ACTIONS(1034), - [anon_sym_AMP] = ACTIONS(1036), - [anon_sym_BANG] = ACTIONS(1036), - [anon_sym_TILDE] = ACTIONS(1036), - [anon_sym_PLUS] = ACTIONS(1034), - [anon_sym_DASH] = ACTIONS(1034), - [anon_sym_DASH_DASH] = ACTIONS(1036), - [anon_sym_PLUS_PLUS] = ACTIONS(1036), - [anon_sym_sizeof] = ACTIONS(1034), - [sym_number_literal] = ACTIONS(1036), - [sym_char_literal] = ACTIONS(1036), - [sym_string_literal] = ACTIONS(1036), - [sym_true] = ACTIONS(1034), - [sym_false] = ACTIONS(1034), - [sym_null] = ACTIONS(1034), - [sym_identifier] = ACTIONS(1034), - [sym_comment] = ACTIONS(39), - }, - [1455] = { - [sym_preproc_include] = STATE(1535), - [sym_preproc_def] = STATE(1535), - [sym_preproc_function_def] = STATE(1535), - [sym_preproc_call] = STATE(1535), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(1535), - [sym_type_definition] = STATE(1535), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(1535), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(1535), - [sym_expression_statement] = STATE(1535), - [sym_if_statement] = STATE(1535), - [sym_switch_statement] = STATE(1535), - [sym_case_statement] = STATE(1535), - [sym_while_statement] = STATE(1535), - [sym_do_statement] = STATE(1535), - [sym_for_statement] = STATE(1535), - [sym_return_statement] = STATE(1535), - [sym_break_statement] = STATE(1535), - [sym_continue_statement] = STATE(1535), - [sym_goto_statement] = STATE(1535), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(1535), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(1535), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(4065), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [1319] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3807), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1456] = { - [anon_sym_LPAREN] = ACTIONS(4067), - [sym_comment] = ACTIONS(39), - }, - [1457] = { - [anon_sym_LPAREN] = ACTIONS(4069), - [sym_comment] = ACTIONS(39), - }, - [1458] = { - [sym__expression] = STATE(1538), - [sym_conditional_expression] = STATE(1538), - [sym_assignment_expression] = STATE(1538), - [sym_pointer_expression] = STATE(1538), - [sym_logical_expression] = STATE(1538), - [sym_bitwise_expression] = STATE(1538), - [sym_equality_expression] = STATE(1538), - [sym_relational_expression] = STATE(1538), - [sym_shift_expression] = STATE(1538), - [sym_math_expression] = STATE(1538), - [sym_cast_expression] = STATE(1538), - [sym_sizeof_expression] = STATE(1538), - [sym_subscript_expression] = STATE(1538), - [sym_call_expression] = STATE(1538), - [sym_field_expression] = STATE(1538), - [sym_compound_literal_expression] = STATE(1538), - [sym_parenthesized_expression] = STATE(1538), - [sym_concatenated_string] = STATE(1538), - [anon_sym_LPAREN] = ACTIONS(1054), - [anon_sym_STAR] = ACTIONS(1056), - [anon_sym_AMP] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1060), - [anon_sym_PLUS] = ACTIONS(1062), - [anon_sym_DASH] = ACTIONS(1062), - [anon_sym_DASH_DASH] = ACTIONS(1064), - [anon_sym_PLUS_PLUS] = ACTIONS(1064), - [anon_sym_sizeof] = ACTIONS(1066), - [sym_number_literal] = ACTIONS(4071), - [sym_char_literal] = ACTIONS(4071), - [sym_string_literal] = ACTIONS(1070), - [sym_true] = ACTIONS(4073), - [sym_false] = ACTIONS(4073), - [sym_null] = ACTIONS(4073), - [sym_identifier] = ACTIONS(4073), - [sym_comment] = ACTIONS(39), - }, - [1459] = { - [anon_sym_COLON] = ACTIONS(4075), - [sym_comment] = ACTIONS(39), - }, - [1460] = { - [anon_sym_LPAREN] = ACTIONS(4077), - [sym_comment] = ACTIONS(39), - }, - [1461] = { - [sym_compound_statement] = STATE(1541), - [sym_labeled_statement] = STATE(1541), - [sym_expression_statement] = STATE(1541), - [sym_if_statement] = STATE(1541), - [sym_switch_statement] = STATE(1541), - [sym_case_statement] = STATE(1541), - [sym_while_statement] = STATE(1541), - [sym_do_statement] = STATE(1541), - [sym_for_statement] = STATE(1541), - [sym_return_statement] = STATE(1541), - [sym_break_statement] = STATE(1541), - [sym_continue_statement] = STATE(1541), - [sym_goto_statement] = STATE(1541), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [1462] = { - [anon_sym_LPAREN] = ACTIONS(4079), - [sym_comment] = ACTIONS(39), - }, - [1463] = { - [sym__expression] = STATE(1544), - [sym_conditional_expression] = STATE(1544), - [sym_assignment_expression] = STATE(1544), - [sym_pointer_expression] = STATE(1544), - [sym_logical_expression] = STATE(1544), - [sym_bitwise_expression] = STATE(1544), - [sym_equality_expression] = STATE(1544), - [sym_relational_expression] = STATE(1544), - [sym_shift_expression] = STATE(1544), - [sym_math_expression] = STATE(1544), - [sym_cast_expression] = STATE(1544), - [sym_sizeof_expression] = STATE(1544), - [sym_subscript_expression] = STATE(1544), - [sym_call_expression] = STATE(1544), - [sym_field_expression] = STATE(1544), - [sym_compound_literal_expression] = STATE(1544), - [sym_parenthesized_expression] = STATE(1544), - [sym_concatenated_string] = STATE(1544), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4081), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4083), - [sym_char_literal] = ACTIONS(4083), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4085), - [sym_false] = ACTIONS(4085), - [sym_null] = ACTIONS(4085), - [sym_identifier] = ACTIONS(4085), - [sym_comment] = ACTIONS(39), - }, - [1464] = { - [anon_sym_SEMI] = ACTIONS(4087), - [sym_comment] = ACTIONS(39), - }, - [1465] = { - [anon_sym_SEMI] = ACTIONS(4089), - [sym_comment] = ACTIONS(39), - }, - [1466] = { - [sym_identifier] = ACTIONS(4091), - [sym_comment] = ACTIONS(39), - }, - [1467] = { - [anon_sym_LPAREN] = ACTIONS(1124), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_STAR] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_COLON] = ACTIONS(4093), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_comment] = ACTIONS(39), - }, - [1468] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3576), - [anon_sym_LPAREN] = ACTIONS(3578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3576), - [sym_preproc_directive] = ACTIONS(3576), - [anon_sym_SEMI] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3576), - [anon_sym_extern] = ACTIONS(3576), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_STAR] = ACTIONS(3578), - [anon_sym_static] = ACTIONS(3576), - [anon_sym_auto] = ACTIONS(3576), - [anon_sym_register] = ACTIONS(3576), - [anon_sym_inline] = ACTIONS(3576), - [anon_sym_const] = ACTIONS(3576), - [anon_sym_restrict] = ACTIONS(3576), - [anon_sym_volatile] = ACTIONS(3576), - [anon_sym__Atomic] = ACTIONS(3576), - [anon_sym_unsigned] = ACTIONS(3576), - [anon_sym_long] = ACTIONS(3576), - [anon_sym_short] = ACTIONS(3576), - [sym_primitive_type] = ACTIONS(3576), - [anon_sym_enum] = ACTIONS(3576), - [anon_sym_struct] = ACTIONS(3576), - [anon_sym_union] = ACTIONS(3576), - [anon_sym_if] = ACTIONS(3576), - [anon_sym_else] = ACTIONS(4095), - [anon_sym_switch] = ACTIONS(3576), - [anon_sym_case] = ACTIONS(3576), - [anon_sym_default] = ACTIONS(3576), - [anon_sym_while] = ACTIONS(3576), - [anon_sym_do] = ACTIONS(3576), - [anon_sym_for] = ACTIONS(3576), - [anon_sym_return] = ACTIONS(3576), - [anon_sym_break] = ACTIONS(3576), - [anon_sym_continue] = ACTIONS(3576), - [anon_sym_goto] = ACTIONS(3576), - [anon_sym_AMP] = ACTIONS(3578), - [anon_sym_BANG] = ACTIONS(3578), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3576), - [anon_sym_DASH] = ACTIONS(3576), - [anon_sym_DASH_DASH] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3578), - [anon_sym_sizeof] = ACTIONS(3576), - [sym_number_literal] = ACTIONS(3578), - [sym_char_literal] = ACTIONS(3578), - [sym_string_literal] = ACTIONS(3578), - [sym_true] = ACTIONS(3576), - [sym_false] = ACTIONS(3576), - [sym_null] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3576), - [sym_comment] = ACTIONS(39), - }, - [1469] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(1156), - [anon_sym_SEMI] = ACTIONS(4097), - [anon_sym_STAR] = ACTIONS(1160), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1164), - [anon_sym_QMARK] = ACTIONS(1166), - [anon_sym_STAR_EQ] = ACTIONS(1168), - [anon_sym_SLASH_EQ] = ACTIONS(1168), - [anon_sym_PERCENT_EQ] = ACTIONS(1168), - [anon_sym_PLUS_EQ] = ACTIONS(1168), - [anon_sym_DASH_EQ] = ACTIONS(1168), - [anon_sym_LT_LT_EQ] = ACTIONS(1168), - [anon_sym_GT_GT_EQ] = ACTIONS(1168), - [anon_sym_AMP_EQ] = ACTIONS(1168), - [anon_sym_CARET_EQ] = ACTIONS(1168), - [anon_sym_PIPE_EQ] = ACTIONS(1168), - [anon_sym_AMP] = ACTIONS(1170), - [anon_sym_PIPE_PIPE] = ACTIONS(1172), - [anon_sym_AMP_AMP] = ACTIONS(1174), - [anon_sym_PIPE] = ACTIONS(1176), - [anon_sym_CARET] = ACTIONS(1178), - [anon_sym_EQ_EQ] = ACTIONS(1180), - [anon_sym_BANG_EQ] = ACTIONS(1180), - [anon_sym_LT] = ACTIONS(1182), - [anon_sym_GT] = ACTIONS(1182), - [anon_sym_LT_EQ] = ACTIONS(1184), - [anon_sym_GT_EQ] = ACTIONS(1184), - [anon_sym_LT_LT] = ACTIONS(1186), - [anon_sym_GT_GT] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1188), - [anon_sym_DASH] = ACTIONS(1188), - [anon_sym_SLASH] = ACTIONS(1160), - [anon_sym_PERCENT] = ACTIONS(1160), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1470] = { - [anon_sym_SEMI] = ACTIONS(4097), - [sym_comment] = ACTIONS(39), - }, - [1471] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3586), - [sym_preproc_directive] = ACTIONS(3586), - [anon_sym_SEMI] = ACTIONS(3588), - [anon_sym_typedef] = ACTIONS(3586), - [anon_sym_extern] = ACTIONS(3586), - [anon_sym_LBRACE] = ACTIONS(3588), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_static] = ACTIONS(3586), - [anon_sym_auto] = ACTIONS(3586), - [anon_sym_register] = ACTIONS(3586), - [anon_sym_inline] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_restrict] = ACTIONS(3586), - [anon_sym_volatile] = ACTIONS(3586), - [anon_sym__Atomic] = ACTIONS(3586), - [anon_sym_unsigned] = ACTIONS(3586), - [anon_sym_long] = ACTIONS(3586), - [anon_sym_short] = ACTIONS(3586), - [sym_primitive_type] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_switch] = ACTIONS(3586), - [anon_sym_case] = ACTIONS(3586), - [anon_sym_default] = ACTIONS(3586), - [anon_sym_while] = ACTIONS(3586), - [anon_sym_do] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3588), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_TILDE] = ACTIONS(3588), - [anon_sym_PLUS] = ACTIONS(3586), - [anon_sym_DASH] = ACTIONS(3586), - [anon_sym_DASH_DASH] = ACTIONS(3588), - [anon_sym_PLUS_PLUS] = ACTIONS(3588), - [anon_sym_sizeof] = ACTIONS(3586), - [sym_number_literal] = ACTIONS(3588), - [sym_char_literal] = ACTIONS(3588), - [sym_string_literal] = ACTIONS(3588), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_null] = ACTIONS(3586), - [sym_identifier] = ACTIONS(3586), - [sym_comment] = ACTIONS(39), - }, - [1472] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3598), - [anon_sym_LPAREN] = ACTIONS(3600), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3598), - [sym_preproc_directive] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3600), - [anon_sym_typedef] = ACTIONS(3598), - [anon_sym_extern] = ACTIONS(3598), - [anon_sym_LBRACE] = ACTIONS(3600), - [anon_sym_STAR] = ACTIONS(3600), - [anon_sym_static] = ACTIONS(3598), - [anon_sym_auto] = ACTIONS(3598), - [anon_sym_register] = ACTIONS(3598), - [anon_sym_inline] = ACTIONS(3598), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_restrict] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3598), - [anon_sym__Atomic] = ACTIONS(3598), - [anon_sym_unsigned] = ACTIONS(3598), - [anon_sym_long] = ACTIONS(3598), - [anon_sym_short] = ACTIONS(3598), - [sym_primitive_type] = ACTIONS(3598), - [anon_sym_enum] = ACTIONS(3598), - [anon_sym_struct] = ACTIONS(3598), - [anon_sym_union] = ACTIONS(3598), - [anon_sym_if] = ACTIONS(3598), - [anon_sym_switch] = ACTIONS(3598), - [anon_sym_case] = ACTIONS(3598), - [anon_sym_default] = ACTIONS(3598), - [anon_sym_while] = ACTIONS(3598), - [anon_sym_do] = ACTIONS(3598), - [anon_sym_for] = ACTIONS(3598), - [anon_sym_return] = ACTIONS(3598), - [anon_sym_break] = ACTIONS(3598), - [anon_sym_continue] = ACTIONS(3598), - [anon_sym_goto] = ACTIONS(3598), - [anon_sym_AMP] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_TILDE] = ACTIONS(3600), - [anon_sym_PLUS] = ACTIONS(3598), - [anon_sym_DASH] = ACTIONS(3598), - [anon_sym_DASH_DASH] = ACTIONS(3600), - [anon_sym_PLUS_PLUS] = ACTIONS(3600), - [anon_sym_sizeof] = ACTIONS(3598), - [sym_number_literal] = ACTIONS(3600), - [sym_char_literal] = ACTIONS(3600), - [sym_string_literal] = ACTIONS(3600), - [sym_true] = ACTIONS(3598), - [sym_false] = ACTIONS(3598), - [sym_null] = ACTIONS(3598), - [sym_identifier] = ACTIONS(3598), - [sym_comment] = ACTIONS(39), - }, - [1473] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4099), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1474] = { - [sym_compound_statement] = STATE(1552), - [sym_labeled_statement] = STATE(1552), - [sym_expression_statement] = STATE(1552), - [sym_if_statement] = STATE(1552), - [sym_switch_statement] = STATE(1552), - [sym_case_statement] = STATE(1552), - [sym_while_statement] = STATE(1552), - [sym_do_statement] = STATE(1552), - [sym_for_statement] = STATE(1552), - [sym_return_statement] = STATE(1552), - [sym_break_statement] = STATE(1552), - [sym_continue_statement] = STATE(1552), - [sym_goto_statement] = STATE(1552), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), - [sym_comment] = ACTIONS(39), - }, - [1475] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1554), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1476] = { - [sym__expression] = STATE(1555), - [sym_conditional_expression] = STATE(1555), - [sym_assignment_expression] = STATE(1555), - [sym_pointer_expression] = STATE(1555), - [sym_logical_expression] = STATE(1555), - [sym_bitwise_expression] = STATE(1555), - [sym_equality_expression] = STATE(1555), - [sym_relational_expression] = STATE(1555), - [sym_shift_expression] = STATE(1555), - [sym_math_expression] = STATE(1555), - [sym_cast_expression] = STATE(1555), - [sym_sizeof_expression] = STATE(1555), - [sym_subscript_expression] = STATE(1555), - [sym_call_expression] = STATE(1555), - [sym_field_expression] = STATE(1555), - [sym_compound_literal_expression] = STATE(1555), - [sym_parenthesized_expression] = STATE(1555), - [sym_concatenated_string] = STATE(1555), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4101), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4103), - [sym_char_literal] = ACTIONS(4103), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4105), - [sym_false] = ACTIONS(4105), - [sym_null] = ACTIONS(4105), - [sym_identifier] = ACTIONS(4105), - [sym_comment] = ACTIONS(39), - }, - [1477] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4107), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1478] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1042), - [sym_char_literal] = ACTIONS(1042), - [sym_string_literal] = ACTIONS(1042), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), - [sym_comment] = ACTIONS(39), - }, - [1479] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(4109), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [1320] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3595), + [anon_sym_LPAREN] = ACTIONS(3597), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3595), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3595), + [sym_preproc_directive] = ACTIONS(3595), + [anon_sym_SEMI] = ACTIONS(3597), + [anon_sym_typedef] = ACTIONS(3595), + [anon_sym_extern] = ACTIONS(3595), + [anon_sym_LBRACE] = ACTIONS(3597), + [anon_sym_STAR] = ACTIONS(3597), + [anon_sym_static] = ACTIONS(3595), + [anon_sym_auto] = ACTIONS(3595), + [anon_sym_register] = ACTIONS(3595), + [anon_sym_inline] = ACTIONS(3595), + [anon_sym_const] = ACTIONS(3595), + [anon_sym_restrict] = ACTIONS(3595), + [anon_sym_volatile] = ACTIONS(3595), + [anon_sym__Atomic] = ACTIONS(3595), + [anon_sym_unsigned] = ACTIONS(3595), + [anon_sym_long] = ACTIONS(3595), + [anon_sym_short] = ACTIONS(3595), + [sym_primitive_type] = ACTIONS(3595), + [anon_sym_enum] = ACTIONS(3595), + [anon_sym_struct] = ACTIONS(3595), + [anon_sym_union] = ACTIONS(3595), + [anon_sym_if] = ACTIONS(3595), + [anon_sym_else] = ACTIONS(3595), + [anon_sym_switch] = ACTIONS(3595), + [anon_sym_case] = ACTIONS(3595), + [anon_sym_default] = ACTIONS(3595), + [anon_sym_while] = ACTIONS(3595), + [anon_sym_do] = ACTIONS(3595), + [anon_sym_for] = ACTIONS(3595), + [anon_sym_return] = ACTIONS(3595), + [anon_sym_break] = ACTIONS(3595), + [anon_sym_continue] = ACTIONS(3595), + [anon_sym_goto] = ACTIONS(3595), + [anon_sym_AMP] = ACTIONS(3597), + [anon_sym_BANG] = ACTIONS(3597), + [anon_sym_TILDE] = ACTIONS(3597), + [anon_sym_PLUS] = ACTIONS(3595), + [anon_sym_DASH] = ACTIONS(3595), + [anon_sym_DASH_DASH] = ACTIONS(3597), + [anon_sym_PLUS_PLUS] = ACTIONS(3597), + [anon_sym_sizeof] = ACTIONS(3595), + [sym_number_literal] = ACTIONS(3597), + [sym_char_literal] = ACTIONS(3597), + [sym_string_literal] = ACTIONS(3597), + [sym_true] = ACTIONS(3595), + [sym_false] = ACTIONS(3595), + [sym_null] = ACTIONS(3595), + [sym_identifier] = ACTIONS(3595), [sym_comment] = ACTIONS(39), }, - [1480] = { - [sym__expression] = STATE(1558), - [sym_conditional_expression] = STATE(1558), - [sym_assignment_expression] = STATE(1558), - [sym_pointer_expression] = STATE(1558), - [sym_logical_expression] = STATE(1558), - [sym_bitwise_expression] = STATE(1558), - [sym_equality_expression] = STATE(1558), - [sym_relational_expression] = STATE(1558), - [sym_shift_expression] = STATE(1558), - [sym_math_expression] = STATE(1558), - [sym_cast_expression] = STATE(1558), - [sym_sizeof_expression] = STATE(1558), - [sym_subscript_expression] = STATE(1558), - [sym_call_expression] = STATE(1558), - [sym_field_expression] = STATE(1558), - [sym_compound_literal_expression] = STATE(1558), - [sym_parenthesized_expression] = STATE(1558), - [sym_concatenated_string] = STATE(1558), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4111), - [sym_char_literal] = ACTIONS(4111), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4113), - [sym_false] = ACTIONS(4113), - [sym_null] = ACTIONS(4113), - [sym_identifier] = ACTIONS(4113), - [sym_comment] = ACTIONS(39), - }, - [1481] = { - [sym__expression] = STATE(1559), - [sym_conditional_expression] = STATE(1559), - [sym_assignment_expression] = STATE(1559), - [sym_pointer_expression] = STATE(1559), - [sym_logical_expression] = STATE(1559), - [sym_bitwise_expression] = STATE(1559), - [sym_equality_expression] = STATE(1559), - [sym_relational_expression] = STATE(1559), - [sym_shift_expression] = STATE(1559), - [sym_math_expression] = STATE(1559), - [sym_cast_expression] = STATE(1559), - [sym_sizeof_expression] = STATE(1559), - [sym_subscript_expression] = STATE(1559), - [sym_call_expression] = STATE(1559), - [sym_field_expression] = STATE(1559), - [sym_compound_literal_expression] = STATE(1559), - [sym_parenthesized_expression] = STATE(1559), - [sym_concatenated_string] = STATE(1559), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4115), - [sym_char_literal] = ACTIONS(4115), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4117), - [sym_false] = ACTIONS(4117), - [sym_null] = ACTIONS(4117), - [sym_identifier] = ACTIONS(4117), - [sym_comment] = ACTIONS(39), - }, - [1482] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(4119), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1483] = { - [sym_declaration] = STATE(1563), - [sym_type_definition] = STATE(1563), - [sym__declaration_specifiers] = STATE(1564), - [sym_compound_statement] = STATE(1563), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1563), - [sym_expression_statement] = STATE(1563), - [sym_if_statement] = STATE(1563), - [sym_switch_statement] = STATE(1563), - [sym_case_statement] = STATE(1563), - [sym_while_statement] = STATE(1563), - [sym_do_statement] = STATE(1563), - [sym_for_statement] = STATE(1563), - [sym_return_statement] = STATE(1563), - [sym_break_statement] = STATE(1563), - [sym_continue_statement] = STATE(1563), - [sym_goto_statement] = STATE(1563), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_typedef] = ACTIONS(4121), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(4123), - [sym_comment] = ACTIONS(39), - }, - [1484] = { - [sym__expression] = STATE(1565), - [sym_conditional_expression] = STATE(1565), - [sym_assignment_expression] = STATE(1565), - [sym_pointer_expression] = STATE(1565), - [sym_logical_expression] = STATE(1565), - [sym_bitwise_expression] = STATE(1565), - [sym_equality_expression] = STATE(1565), - [sym_relational_expression] = STATE(1565), - [sym_shift_expression] = STATE(1565), - [sym_math_expression] = STATE(1565), - [sym_cast_expression] = STATE(1565), - [sym_sizeof_expression] = STATE(1565), - [sym_subscript_expression] = STATE(1565), - [sym_call_expression] = STATE(1565), - [sym_field_expression] = STATE(1565), - [sym_compound_literal_expression] = STATE(1565), - [sym_parenthesized_expression] = STATE(1565), - [sym_concatenated_string] = STATE(1565), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4125), - [sym_char_literal] = ACTIONS(4125), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4127), - [sym_false] = ACTIONS(4127), - [sym_null] = ACTIONS(4127), - [sym_identifier] = ACTIONS(4127), - [sym_comment] = ACTIONS(39), - }, - [1485] = { - [anon_sym_while] = ACTIONS(4129), - [sym_comment] = ACTIONS(39), - }, - [1486] = { - [sym_declaration] = STATE(1567), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1568), - [sym_conditional_expression] = STATE(1568), - [sym_assignment_expression] = STATE(1568), - [sym_pointer_expression] = STATE(1568), - [sym_logical_expression] = STATE(1568), - [sym_bitwise_expression] = STATE(1568), - [sym_equality_expression] = STATE(1568), - [sym_relational_expression] = STATE(1568), - [sym_shift_expression] = STATE(1568), - [sym_math_expression] = STATE(1568), - [sym_cast_expression] = STATE(1568), - [sym_sizeof_expression] = STATE(1568), - [sym_subscript_expression] = STATE(1568), - [sym_call_expression] = STATE(1568), - [sym_field_expression] = STATE(1568), - [sym_compound_literal_expression] = STATE(1568), - [sym_parenthesized_expression] = STATE(1568), - [sym_concatenated_string] = STATE(1568), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4131), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4133), - [sym_char_literal] = ACTIONS(4133), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4135), - [sym_false] = ACTIONS(4135), - [sym_null] = ACTIONS(4135), - [sym_identifier] = ACTIONS(1792), - [sym_comment] = ACTIONS(39), - }, - [1487] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_auto] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_AMP] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [sym_char_literal] = ACTIONS(1796), - [sym_string_literal] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_identifier] = ACTIONS(1794), - [sym_comment] = ACTIONS(39), - }, - [1488] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4137), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1489] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1800), - [anon_sym_LPAREN] = ACTIONS(1802), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1800), - [sym_preproc_directive] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1800), - [anon_sym_extern] = ACTIONS(1800), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1800), - [anon_sym_auto] = ACTIONS(1800), - [anon_sym_register] = ACTIONS(1800), - [anon_sym_inline] = ACTIONS(1800), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_restrict] = ACTIONS(1800), - [anon_sym_volatile] = ACTIONS(1800), - [anon_sym__Atomic] = ACTIONS(1800), - [anon_sym_unsigned] = ACTIONS(1800), - [anon_sym_long] = ACTIONS(1800), - [anon_sym_short] = ACTIONS(1800), - [sym_primitive_type] = ACTIONS(1800), - [anon_sym_enum] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1800), - [anon_sym_union] = ACTIONS(1800), - [anon_sym_if] = ACTIONS(1800), - [anon_sym_else] = ACTIONS(1800), - [anon_sym_switch] = ACTIONS(1800), - [anon_sym_case] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1800), - [anon_sym_while] = ACTIONS(1800), - [anon_sym_do] = ACTIONS(1800), - [anon_sym_for] = ACTIONS(1800), - [anon_sym_return] = ACTIONS(1800), - [anon_sym_break] = ACTIONS(1800), - [anon_sym_continue] = ACTIONS(1800), - [anon_sym_goto] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_TILDE] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1800), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1802), - [anon_sym_sizeof] = ACTIONS(1800), - [sym_number_literal] = ACTIONS(1802), - [sym_char_literal] = ACTIONS(1802), - [sym_string_literal] = ACTIONS(1802), - [sym_true] = ACTIONS(1800), - [sym_false] = ACTIONS(1800), - [sym_null] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1800), - [sym_comment] = ACTIONS(39), - }, - [1490] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1804), - [sym_preproc_directive] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1804), - [anon_sym_extern] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1804), - [anon_sym_auto] = ACTIONS(1804), - [anon_sym_register] = ACTIONS(1804), - [anon_sym_inline] = ACTIONS(1804), - [anon_sym_const] = ACTIONS(1804), - [anon_sym_restrict] = ACTIONS(1804), - [anon_sym_volatile] = ACTIONS(1804), - [anon_sym__Atomic] = ACTIONS(1804), - [anon_sym_unsigned] = ACTIONS(1804), - [anon_sym_long] = ACTIONS(1804), - [anon_sym_short] = ACTIONS(1804), - [sym_primitive_type] = ACTIONS(1804), - [anon_sym_enum] = ACTIONS(1804), - [anon_sym_struct] = ACTIONS(1804), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_if] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1804), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1804), - [anon_sym_default] = ACTIONS(1804), - [anon_sym_while] = ACTIONS(1804), - [anon_sym_do] = ACTIONS(1804), - [anon_sym_for] = ACTIONS(1804), - [anon_sym_return] = ACTIONS(1804), - [anon_sym_break] = ACTIONS(1804), - [anon_sym_continue] = ACTIONS(1804), - [anon_sym_goto] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1804), - [sym_number_literal] = ACTIONS(1806), - [sym_char_literal] = ACTIONS(1806), - [sym_string_literal] = ACTIONS(1806), - [sym_true] = ACTIONS(1804), - [sym_false] = ACTIONS(1804), - [sym_null] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1804), - [sym_comment] = ACTIONS(39), - }, - [1491] = { - [anon_sym_SEMI] = ACTIONS(4139), - [sym_comment] = ACTIONS(39), - }, - [1492] = { - [sym_compound_statement] = STATE(1571), - [sym_labeled_statement] = STATE(1571), - [sym_expression_statement] = STATE(1571), - [sym_if_statement] = STATE(1571), - [sym_switch_statement] = STATE(1571), - [sym_case_statement] = STATE(1571), - [sym_while_statement] = STATE(1571), - [sym_do_statement] = STATE(1571), - [sym_for_statement] = STATE(1571), - [sym_return_statement] = STATE(1571), - [sym_break_statement] = STATE(1571), - [sym_continue_statement] = STATE(1571), - [sym_goto_statement] = STATE(1571), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1321] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3627), + [anon_sym_LPAREN] = ACTIONS(3629), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3627), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3627), + [sym_preproc_directive] = ACTIONS(3627), + [anon_sym_SEMI] = ACTIONS(3629), + [anon_sym_typedef] = ACTIONS(3627), + [anon_sym_extern] = ACTIONS(3627), + [anon_sym_LBRACE] = ACTIONS(3629), + [anon_sym_STAR] = ACTIONS(3629), + [anon_sym_static] = ACTIONS(3627), + [anon_sym_auto] = ACTIONS(3627), + [anon_sym_register] = ACTIONS(3627), + [anon_sym_inline] = ACTIONS(3627), + [anon_sym_const] = ACTIONS(3627), + [anon_sym_restrict] = ACTIONS(3627), + [anon_sym_volatile] = ACTIONS(3627), + [anon_sym__Atomic] = ACTIONS(3627), + [anon_sym_unsigned] = ACTIONS(3627), + [anon_sym_long] = ACTIONS(3627), + [anon_sym_short] = ACTIONS(3627), + [sym_primitive_type] = ACTIONS(3627), + [anon_sym_enum] = ACTIONS(3627), + [anon_sym_struct] = ACTIONS(3627), + [anon_sym_union] = ACTIONS(3627), + [anon_sym_if] = ACTIONS(3627), + [anon_sym_else] = ACTIONS(3627), + [anon_sym_switch] = ACTIONS(3627), + [anon_sym_case] = ACTIONS(3627), + [anon_sym_default] = ACTIONS(3627), + [anon_sym_while] = ACTIONS(3627), + [anon_sym_do] = ACTIONS(3627), + [anon_sym_for] = ACTIONS(3627), + [anon_sym_return] = ACTIONS(3627), + [anon_sym_break] = ACTIONS(3627), + [anon_sym_continue] = ACTIONS(3627), + [anon_sym_goto] = ACTIONS(3627), + [anon_sym_AMP] = ACTIONS(3629), + [anon_sym_BANG] = ACTIONS(3629), + [anon_sym_TILDE] = ACTIONS(3629), + [anon_sym_PLUS] = ACTIONS(3627), + [anon_sym_DASH] = ACTIONS(3627), + [anon_sym_DASH_DASH] = ACTIONS(3629), + [anon_sym_PLUS_PLUS] = ACTIONS(3629), + [anon_sym_sizeof] = ACTIONS(3627), + [sym_number_literal] = ACTIONS(3629), + [sym_char_literal] = ACTIONS(3629), + [sym_string_literal] = ACTIONS(3629), + [sym_true] = ACTIONS(3627), + [sym_false] = ACTIONS(3627), + [sym_null] = ACTIONS(3627), + [sym_identifier] = ACTIONS(3627), [sym_comment] = ACTIONS(39), }, - [1493] = { - [sym_compound_statement] = STATE(1572), - [sym_labeled_statement] = STATE(1572), - [sym_expression_statement] = STATE(1572), - [sym_if_statement] = STATE(1572), - [sym_switch_statement] = STATE(1572), - [sym_case_statement] = STATE(1572), - [sym_while_statement] = STATE(1572), - [sym_do_statement] = STATE(1572), - [sym_for_statement] = STATE(1572), - [sym_return_statement] = STATE(1572), - [sym_break_statement] = STATE(1572), - [sym_continue_statement] = STATE(1572), - [sym_goto_statement] = STATE(1572), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), - [sym_comment] = ACTIONS(39), - }, - [1494] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1846), - [anon_sym_LPAREN] = ACTIONS(1848), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_else] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_AMP] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [sym_char_literal] = ACTIONS(1848), - [sym_string_literal] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1846), - [sym_comment] = ACTIONS(39), - }, - [1495] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3873), - [anon_sym_LPAREN] = ACTIONS(3875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3873), - [sym_preproc_directive] = ACTIONS(3873), - [anon_sym_SEMI] = ACTIONS(3875), - [anon_sym_typedef] = ACTIONS(3873), - [anon_sym_extern] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_STAR] = ACTIONS(3875), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_auto] = ACTIONS(3873), - [anon_sym_register] = ACTIONS(3873), - [anon_sym_inline] = ACTIONS(3873), - [anon_sym_const] = ACTIONS(3873), - [anon_sym_restrict] = ACTIONS(3873), - [anon_sym_volatile] = ACTIONS(3873), - [anon_sym__Atomic] = ACTIONS(3873), - [anon_sym_unsigned] = ACTIONS(3873), - [anon_sym_long] = ACTIONS(3873), - [anon_sym_short] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(3873), - [anon_sym_enum] = ACTIONS(3873), - [anon_sym_struct] = ACTIONS(3873), - [anon_sym_union] = ACTIONS(3873), - [anon_sym_if] = ACTIONS(3873), - [anon_sym_switch] = ACTIONS(3873), - [anon_sym_case] = ACTIONS(3873), - [anon_sym_default] = ACTIONS(3873), - [anon_sym_while] = ACTIONS(3873), - [anon_sym_do] = ACTIONS(3873), - [anon_sym_for] = ACTIONS(3873), - [anon_sym_return] = ACTIONS(3873), - [anon_sym_break] = ACTIONS(3873), - [anon_sym_continue] = ACTIONS(3873), - [anon_sym_goto] = ACTIONS(3873), - [anon_sym_AMP] = ACTIONS(3875), - [anon_sym_BANG] = ACTIONS(3875), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_PLUS] = ACTIONS(3873), - [anon_sym_DASH] = ACTIONS(3873), - [anon_sym_DASH_DASH] = ACTIONS(3875), - [anon_sym_PLUS_PLUS] = ACTIONS(3875), - [anon_sym_sizeof] = ACTIONS(3873), - [sym_number_literal] = ACTIONS(3875), - [sym_char_literal] = ACTIONS(3875), - [sym_string_literal] = ACTIONS(3875), - [sym_true] = ACTIONS(3873), - [sym_false] = ACTIONS(3873), - [sym_null] = ACTIONS(3873), - [sym_identifier] = ACTIONS(3873), - [sym_comment] = ACTIONS(39), - }, - [1496] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3877), - [anon_sym_LPAREN] = ACTIONS(3879), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3877), - [sym_preproc_directive] = ACTIONS(3877), - [anon_sym_SEMI] = ACTIONS(3879), - [anon_sym_typedef] = ACTIONS(3877), - [anon_sym_extern] = ACTIONS(3877), - [anon_sym_LBRACE] = ACTIONS(3879), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_static] = ACTIONS(3877), - [anon_sym_auto] = ACTIONS(3877), - [anon_sym_register] = ACTIONS(3877), - [anon_sym_inline] = ACTIONS(3877), - [anon_sym_const] = ACTIONS(3877), - [anon_sym_restrict] = ACTIONS(3877), - [anon_sym_volatile] = ACTIONS(3877), - [anon_sym__Atomic] = ACTIONS(3877), - [anon_sym_unsigned] = ACTIONS(3877), - [anon_sym_long] = ACTIONS(3877), - [anon_sym_short] = ACTIONS(3877), - [sym_primitive_type] = ACTIONS(3877), - [anon_sym_enum] = ACTIONS(3877), - [anon_sym_struct] = ACTIONS(3877), - [anon_sym_union] = ACTIONS(3877), - [anon_sym_if] = ACTIONS(3877), - [anon_sym_switch] = ACTIONS(3877), - [anon_sym_case] = ACTIONS(3877), - [anon_sym_default] = ACTIONS(3877), - [anon_sym_while] = ACTIONS(3877), - [anon_sym_do] = ACTIONS(3877), - [anon_sym_for] = ACTIONS(3877), - [anon_sym_return] = ACTIONS(3877), - [anon_sym_break] = ACTIONS(3877), - [anon_sym_continue] = ACTIONS(3877), - [anon_sym_goto] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(3879), - [anon_sym_BANG] = ACTIONS(3879), - [anon_sym_TILDE] = ACTIONS(3879), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_DASH_DASH] = ACTIONS(3879), - [anon_sym_PLUS_PLUS] = ACTIONS(3879), - [anon_sym_sizeof] = ACTIONS(3877), - [sym_number_literal] = ACTIONS(3879), - [sym_char_literal] = ACTIONS(3879), - [sym_string_literal] = ACTIONS(3879), - [sym_true] = ACTIONS(3877), - [sym_false] = ACTIONS(3877), - [sym_null] = ACTIONS(3877), - [sym_identifier] = ACTIONS(3877), - [sym_comment] = ACTIONS(39), - }, - [1497] = { - [sym_compound_statement] = STATE(1573), - [sym_labeled_statement] = STATE(1573), - [sym_expression_statement] = STATE(1573), - [sym_if_statement] = STATE(1573), - [sym_switch_statement] = STATE(1573), - [sym_case_statement] = STATE(1573), - [sym_while_statement] = STATE(1573), - [sym_do_statement] = STATE(1573), - [sym_for_statement] = STATE(1573), - [sym_return_statement] = STATE(1573), - [sym_break_statement] = STATE(1573), - [sym_continue_statement] = STATE(1573), - [sym_goto_statement] = STATE(1573), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), - [sym_comment] = ACTIONS(39), - }, - [1498] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4141), - [sym_comment] = ACTIONS(39), - }, - [1499] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1575), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4141), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1500] = { - [sym__expression] = STATE(1576), - [sym_conditional_expression] = STATE(1576), - [sym_assignment_expression] = STATE(1576), - [sym_pointer_expression] = STATE(1576), - [sym_logical_expression] = STATE(1576), - [sym_bitwise_expression] = STATE(1576), - [sym_equality_expression] = STATE(1576), - [sym_relational_expression] = STATE(1576), - [sym_shift_expression] = STATE(1576), - [sym_math_expression] = STATE(1576), - [sym_cast_expression] = STATE(1576), - [sym_sizeof_expression] = STATE(1576), - [sym_subscript_expression] = STATE(1576), - [sym_call_expression] = STATE(1576), - [sym_field_expression] = STATE(1576), - [sym_compound_literal_expression] = STATE(1576), - [sym_parenthesized_expression] = STATE(1576), - [sym_concatenated_string] = STATE(1576), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4141), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4143), - [sym_char_literal] = ACTIONS(4143), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4145), - [sym_false] = ACTIONS(4145), - [sym_null] = ACTIONS(4145), - [sym_identifier] = ACTIONS(4145), - [sym_comment] = ACTIONS(39), - }, - [1501] = { - [sym_compound_statement] = STATE(1577), - [sym_labeled_statement] = STATE(1577), - [sym_expression_statement] = STATE(1577), - [sym_if_statement] = STATE(1577), - [sym_switch_statement] = STATE(1577), - [sym_case_statement] = STATE(1577), - [sym_while_statement] = STATE(1577), - [sym_do_statement] = STATE(1577), - [sym_for_statement] = STATE(1577), - [sym_return_statement] = STATE(1577), - [sym_break_statement] = STATE(1577), - [sym_continue_statement] = STATE(1577), - [sym_goto_statement] = STATE(1577), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1502] = { - [sym_compound_statement] = STATE(1578), - [sym_labeled_statement] = STATE(1578), - [sym_expression_statement] = STATE(1578), - [sym_if_statement] = STATE(1578), - [sym_switch_statement] = STATE(1578), - [sym_case_statement] = STATE(1578), - [sym_while_statement] = STATE(1578), - [sym_do_statement] = STATE(1578), - [sym_for_statement] = STATE(1578), - [sym_return_statement] = STATE(1578), - [sym_break_statement] = STATE(1578), - [sym_continue_statement] = STATE(1578), - [sym_goto_statement] = STATE(1578), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1503] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3221), - [sym_preproc_directive] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3221), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_RBRACE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_auto] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_unsigned] = ACTIONS(3221), - [anon_sym_long] = ACTIONS(3221), - [anon_sym_short] = ACTIONS(3221), - [sym_primitive_type] = ACTIONS(3221), - [anon_sym_enum] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3221), - [anon_sym_union] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3221), - [anon_sym_else] = ACTIONS(3221), - [anon_sym_switch] = ACTIONS(3221), - [anon_sym_case] = ACTIONS(3221), - [anon_sym_default] = ACTIONS(3221), - [anon_sym_while] = ACTIONS(3221), - [anon_sym_do] = ACTIONS(3221), - [anon_sym_for] = ACTIONS(3221), - [anon_sym_return] = ACTIONS(3221), - [anon_sym_break] = ACTIONS(3221), - [anon_sym_continue] = ACTIONS(3221), - [anon_sym_goto] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3223), - [sym_char_literal] = ACTIONS(3223), - [sym_string_literal] = ACTIONS(3223), - [sym_true] = ACTIONS(3221), - [sym_false] = ACTIONS(3221), - [sym_null] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3221), - [sym_comment] = ACTIONS(39), - }, - [1504] = { - [sym__type_declarator] = STATE(1579), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1505] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(1580), - [sym_sized_type_specifier] = STATE(1580), - [sym_enum_specifier] = STATE(1580), - [sym_struct_specifier] = STATE(1580), - [sym_union_specifier] = STATE(1580), - [sym_macro_type_specifier] = STATE(1580), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4147), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1322] = { + [sym_compound_statement] = STATE(1352), + [sym_labeled_statement] = STATE(1352), + [sym_expression_statement] = STATE(1352), + [sym_if_statement] = STATE(1352), + [sym_switch_statement] = STATE(1352), + [sym_case_statement] = STATE(1352), + [sym_while_statement] = STATE(1352), + [sym_do_statement] = STATE(1352), + [sym_for_statement] = STATE(1352), + [sym_return_statement] = STATE(1352), + [sym_break_statement] = STATE(1352), + [sym_continue_statement] = STATE(1352), + [sym_goto_statement] = STATE(1352), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), [sym_comment] = ACTIONS(39), }, - [1506] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1582), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4149), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), - [sym_comment] = ACTIONS(39), - }, - [1507] = { - [aux_sym_declaration_repeat1] = STATE(1582), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4149), - [sym_comment] = ACTIONS(39), - }, - [1508] = { - [sym_compound_statement] = STATE(1583), - [sym_labeled_statement] = STATE(1583), - [sym_expression_statement] = STATE(1583), - [sym_if_statement] = STATE(1583), - [sym_switch_statement] = STATE(1583), - [sym_case_statement] = STATE(1583), - [sym_while_statement] = STATE(1583), - [sym_do_statement] = STATE(1583), - [sym_for_statement] = STATE(1583), - [sym_return_statement] = STATE(1583), - [sym_break_statement] = STATE(1583), - [sym_continue_statement] = STATE(1583), - [sym_goto_statement] = STATE(1583), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1509] = { - [sym__expression] = STATE(1584), - [sym_conditional_expression] = STATE(1584), - [sym_assignment_expression] = STATE(1584), - [sym_pointer_expression] = STATE(1584), - [sym_logical_expression] = STATE(1584), - [sym_bitwise_expression] = STATE(1584), - [sym_equality_expression] = STATE(1584), - [sym_relational_expression] = STATE(1584), - [sym_shift_expression] = STATE(1584), - [sym_math_expression] = STATE(1584), - [sym_cast_expression] = STATE(1584), - [sym_sizeof_expression] = STATE(1584), - [sym_subscript_expression] = STATE(1584), - [sym_call_expression] = STATE(1584), - [sym_field_expression] = STATE(1584), - [sym_compound_literal_expression] = STATE(1584), - [sym_parenthesized_expression] = STATE(1584), - [sym_concatenated_string] = STATE(1584), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4151), - [sym_char_literal] = ACTIONS(4151), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4153), - [sym_false] = ACTIONS(4153), - [sym_null] = ACTIONS(4153), - [sym_identifier] = ACTIONS(4153), - [sym_comment] = ACTIONS(39), - }, - [1510] = { - [sym__expression] = STATE(1586), - [sym_conditional_expression] = STATE(1586), - [sym_assignment_expression] = STATE(1586), - [sym_pointer_expression] = STATE(1586), - [sym_logical_expression] = STATE(1586), - [sym_bitwise_expression] = STATE(1586), - [sym_equality_expression] = STATE(1586), - [sym_relational_expression] = STATE(1586), - [sym_shift_expression] = STATE(1586), - [sym_math_expression] = STATE(1586), - [sym_cast_expression] = STATE(1586), - [sym_sizeof_expression] = STATE(1586), - [sym_subscript_expression] = STATE(1586), - [sym_call_expression] = STATE(1586), - [sym_field_expression] = STATE(1586), - [sym_compound_literal_expression] = STATE(1586), - [sym_parenthesized_expression] = STATE(1586), - [sym_concatenated_string] = STATE(1586), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4155), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4157), - [sym_char_literal] = ACTIONS(4157), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4159), - [sym_false] = ACTIONS(4159), - [sym_null] = ACTIONS(4159), - [sym_identifier] = ACTIONS(4159), - [sym_comment] = ACTIONS(39), - }, - [1511] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4161), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1512] = { - [sym__expression] = STATE(1588), - [sym_conditional_expression] = STATE(1588), - [sym_assignment_expression] = STATE(1588), - [sym_pointer_expression] = STATE(1588), - [sym_logical_expression] = STATE(1588), - [sym_bitwise_expression] = STATE(1588), - [sym_equality_expression] = STATE(1588), - [sym_relational_expression] = STATE(1588), - [sym_shift_expression] = STATE(1588), - [sym_math_expression] = STATE(1588), - [sym_cast_expression] = STATE(1588), - [sym_sizeof_expression] = STATE(1588), - [sym_subscript_expression] = STATE(1588), - [sym_call_expression] = STATE(1588), - [sym_field_expression] = STATE(1588), - [sym_compound_literal_expression] = STATE(1588), - [sym_parenthesized_expression] = STATE(1588), - [sym_concatenated_string] = STATE(1588), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4161), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4163), - [sym_char_literal] = ACTIONS(4163), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4165), - [sym_false] = ACTIONS(4165), - [sym_null] = ACTIONS(4165), - [sym_identifier] = ACTIONS(4165), - [sym_comment] = ACTIONS(39), - }, - [1513] = { - [anon_sym_else] = ACTIONS(1908), - [anon_sym_while] = ACTIONS(1908), - [sym_comment] = ACTIONS(39), - }, - [1514] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4167), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1515] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4169), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1516] = { - [sym_declaration] = STATE(1591), - [sym_type_definition] = STATE(1591), - [sym__declaration_specifiers] = STATE(1520), - [sym_compound_statement] = STATE(1591), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1591), - [sym_expression_statement] = STATE(1591), - [sym_if_statement] = STATE(1591), - [sym_switch_statement] = STATE(1591), - [sym_case_statement] = STATE(1591), - [sym_while_statement] = STATE(1591), - [sym_do_statement] = STATE(1591), - [sym_for_statement] = STATE(1591), - [sym_return_statement] = STATE(1591), - [sym_break_statement] = STATE(1591), - [sym_continue_statement] = STATE(1591), - [sym_goto_statement] = STATE(1591), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_typedef] = ACTIONS(4033), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(4035), - [sym_comment] = ACTIONS(39), - }, - [1517] = { - [sym_type_qualifier] = STATE(1593), - [sym__type_specifier] = STATE(1592), - [sym_sized_type_specifier] = STATE(1592), - [sym_enum_specifier] = STATE(1592), - [sym_struct_specifier] = STATE(1592), - [sym_union_specifier] = STATE(1592), - [sym_macro_type_specifier] = STATE(1592), - [aux_sym_type_definition_repeat1] = STATE(1593), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4171), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1323] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3809), [sym_comment] = ACTIONS(39), }, - [1518] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(3859), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), - [sym_comment] = ACTIONS(39), - }, - [1519] = { - [anon_sym_else] = ACTIONS(2660), - [anon_sym_while] = ACTIONS(2660), - [sym_comment] = ACTIONS(39), - }, - [1520] = { - [sym__declarator] = STATE(1594), - [sym_pointer_declarator] = STATE(1594), - [sym_function_declarator] = STATE(1594), - [sym_array_declarator] = STATE(1594), - [sym_init_declarator] = STATE(1595), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(4173), - [sym_comment] = ACTIONS(39), - }, - [1521] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4175), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1522] = { - [anon_sym_LPAREN] = ACTIONS(4177), - [sym_comment] = ACTIONS(39), - }, - [1523] = { - [sym__expression] = STATE(1599), - [sym_conditional_expression] = STATE(1599), - [sym_assignment_expression] = STATE(1599), - [sym_pointer_expression] = STATE(1599), - [sym_logical_expression] = STATE(1599), - [sym_bitwise_expression] = STATE(1599), - [sym_equality_expression] = STATE(1599), - [sym_relational_expression] = STATE(1599), - [sym_shift_expression] = STATE(1599), - [sym_math_expression] = STATE(1599), - [sym_cast_expression] = STATE(1599), - [sym_sizeof_expression] = STATE(1599), - [sym_subscript_expression] = STATE(1599), - [sym_call_expression] = STATE(1599), - [sym_field_expression] = STATE(1599), - [sym_compound_literal_expression] = STATE(1599), - [sym_parenthesized_expression] = STATE(1599), - [sym_concatenated_string] = STATE(1599), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4179), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4181), - [sym_char_literal] = ACTIONS(4181), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4183), - [sym_false] = ACTIONS(4183), - [sym_null] = ACTIONS(4183), - [sym_identifier] = ACTIONS(4183), - [sym_comment] = ACTIONS(39), - }, - [1524] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4185), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1525] = { - [anon_sym_else] = ACTIONS(2700), - [anon_sym_while] = ACTIONS(2700), - [sym_comment] = ACTIONS(39), - }, - [1526] = { - [anon_sym_else] = ACTIONS(2704), - [anon_sym_while] = ACTIONS(2704), - [sym_comment] = ACTIONS(39), - }, - [1527] = { - [anon_sym_else] = ACTIONS(2717), - [anon_sym_while] = ACTIONS(2717), - [sym_comment] = ACTIONS(39), - }, - [1528] = { - [sym_compound_statement] = STATE(1531), - [sym_labeled_statement] = STATE(1531), - [sym_expression_statement] = STATE(1531), - [sym_if_statement] = STATE(1531), - [sym_switch_statement] = STATE(1531), - [sym_case_statement] = STATE(1531), - [sym_while_statement] = STATE(1531), - [sym_do_statement] = STATE(1531), - [sym_for_statement] = STATE(1531), - [sym_return_statement] = STATE(1531), - [sym_break_statement] = STATE(1531), - [sym_continue_statement] = STATE(1531), - [sym_goto_statement] = STATE(1531), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [1529] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4187), - [sym_comment] = ACTIONS(39), - }, - [1530] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1602), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4187), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1531] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4189), - [sym_preproc_directive] = ACTIONS(4189), - [anon_sym_SEMI] = ACTIONS(4191), - [anon_sym_typedef] = ACTIONS(4189), - [anon_sym_extern] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4191), - [anon_sym_RBRACE] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_static] = ACTIONS(4189), - [anon_sym_auto] = ACTIONS(4189), - [anon_sym_register] = ACTIONS(4189), - [anon_sym_inline] = ACTIONS(4189), - [anon_sym_const] = ACTIONS(4189), - [anon_sym_restrict] = ACTIONS(4189), - [anon_sym_volatile] = ACTIONS(4189), - [anon_sym__Atomic] = ACTIONS(4189), - [anon_sym_unsigned] = ACTIONS(4189), - [anon_sym_long] = ACTIONS(4189), - [anon_sym_short] = ACTIONS(4189), - [sym_primitive_type] = ACTIONS(4189), - [anon_sym_enum] = ACTIONS(4189), - [anon_sym_struct] = ACTIONS(4189), - [anon_sym_union] = ACTIONS(4189), - [anon_sym_if] = ACTIONS(4189), - [anon_sym_switch] = ACTIONS(4189), - [anon_sym_case] = ACTIONS(4189), - [anon_sym_default] = ACTIONS(4189), - [anon_sym_while] = ACTIONS(4189), - [anon_sym_do] = ACTIONS(4189), - [anon_sym_for] = ACTIONS(4189), - [anon_sym_return] = ACTIONS(4189), - [anon_sym_break] = ACTIONS(4189), - [anon_sym_continue] = ACTIONS(4189), - [anon_sym_goto] = ACTIONS(4189), - [anon_sym_AMP] = ACTIONS(4191), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_TILDE] = ACTIONS(4191), - [anon_sym_PLUS] = ACTIONS(4189), - [anon_sym_DASH] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4191), - [anon_sym_PLUS_PLUS] = ACTIONS(4191), - [anon_sym_sizeof] = ACTIONS(4189), - [sym_number_literal] = ACTIONS(4191), - [sym_char_literal] = ACTIONS(4191), - [sym_string_literal] = ACTIONS(4191), - [sym_true] = ACTIONS(4189), - [sym_false] = ACTIONS(4189), - [sym_null] = ACTIONS(4189), - [sym_identifier] = ACTIONS(4189), - [sym_comment] = ACTIONS(39), - }, - [1532] = { - [sym_compound_statement] = STATE(1603), - [sym_labeled_statement] = STATE(1603), - [sym_expression_statement] = STATE(1603), - [sym_if_statement] = STATE(1603), - [sym_switch_statement] = STATE(1603), - [sym_case_statement] = STATE(1603), - [sym_while_statement] = STATE(1603), - [sym_do_statement] = STATE(1603), - [sym_for_statement] = STATE(1603), - [sym_return_statement] = STATE(1603), - [sym_break_statement] = STATE(1603), - [sym_continue_statement] = STATE(1603), - [sym_goto_statement] = STATE(1603), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), - [sym_comment] = ACTIONS(39), - }, - [1533] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4193), - [sym_comment] = ACTIONS(39), - }, - [1534] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1044), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1044), - [sym_preproc_directive] = ACTIONS(1044), - [anon_sym_SEMI] = ACTIONS(1042), - [anon_sym_typedef] = ACTIONS(1044), - [anon_sym_extern] = ACTIONS(1044), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_STAR] = ACTIONS(1042), - [anon_sym_static] = ACTIONS(1044), - [anon_sym_auto] = ACTIONS(1044), - [anon_sym_register] = ACTIONS(1044), - [anon_sym_inline] = ACTIONS(1044), - [anon_sym_const] = ACTIONS(1044), - [anon_sym_restrict] = ACTIONS(1044), - [anon_sym_volatile] = ACTIONS(1044), - [anon_sym__Atomic] = ACTIONS(1044), - [anon_sym_unsigned] = ACTIONS(1044), - [anon_sym_long] = ACTIONS(1044), - [anon_sym_short] = ACTIONS(1044), - [sym_primitive_type] = ACTIONS(1044), - [anon_sym_enum] = ACTIONS(1044), - [anon_sym_struct] = ACTIONS(1044), - [anon_sym_union] = ACTIONS(1044), - [anon_sym_if] = ACTIONS(1044), - [anon_sym_else] = ACTIONS(1044), - [anon_sym_switch] = ACTIONS(1044), - [anon_sym_case] = ACTIONS(1044), - [anon_sym_default] = ACTIONS(1044), - [anon_sym_while] = ACTIONS(1044), - [anon_sym_do] = ACTIONS(1044), - [anon_sym_for] = ACTIONS(1044), - [anon_sym_return] = ACTIONS(1044), - [anon_sym_break] = ACTIONS(1044), - [anon_sym_continue] = ACTIONS(1044), - [anon_sym_goto] = ACTIONS(1044), - [anon_sym_AMP] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [anon_sym_sizeof] = ACTIONS(1044), - [sym_number_literal] = ACTIONS(1042), - [sym_char_literal] = ACTIONS(1042), - [sym_string_literal] = ACTIONS(1042), - [sym_true] = ACTIONS(1044), - [sym_false] = ACTIONS(1044), - [sym_null] = ACTIONS(1044), - [sym_identifier] = ACTIONS(1044), - [sym_comment] = ACTIONS(39), - }, - [1535] = { - [sym_preproc_include] = STATE(505), - [sym_preproc_def] = STATE(505), - [sym_preproc_function_def] = STATE(505), - [sym_preproc_call] = STATE(505), - [sym_preproc_if_in_compound_statement] = STATE(275), - [sym_preproc_ifdef_in_compound_statement] = STATE(276), - [sym_declaration] = STATE(505), - [sym_type_definition] = STATE(505), - [sym__declaration_specifiers] = STATE(277), - [sym_compound_statement] = STATE(505), - [sym_storage_class_specifier] = STATE(20), - [sym_type_qualifier] = STATE(20), - [sym__type_specifier] = STATE(18), - [sym_sized_type_specifier] = STATE(18), - [sym_enum_specifier] = STATE(18), - [sym_struct_specifier] = STATE(18), - [sym_union_specifier] = STATE(18), - [sym_labeled_statement] = STATE(505), - [sym_expression_statement] = STATE(505), - [sym_if_statement] = STATE(505), - [sym_switch_statement] = STATE(505), - [sym_case_statement] = STATE(505), - [sym_while_statement] = STATE(505), - [sym_do_statement] = STATE(505), - [sym_for_statement] = STATE(505), - [sym_return_statement] = STATE(505), - [sym_break_statement] = STATE(505), - [sym_continue_statement] = STATE(505), - [sym_goto_statement] = STATE(505), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [sym__empty_declaration] = STATE(505), - [sym_macro_type_specifier] = STATE(18), - [aux_sym_preproc_if_in_compound_statement_repeat1] = STATE(505), - [aux_sym__declaration_specifiers_repeat1] = STATE(20), - [aux_sym_sized_type_specifier_repeat1] = STATE(21), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(566), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(568), - [anon_sym_LPAREN] = ACTIONS(570), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(572), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(574), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(576), - [sym_preproc_directive] = ACTIONS(578), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_typedef] = ACTIONS(582), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_RBRACE] = ACTIONS(4195), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(27), - [anon_sym_long] = ACTIONS(27), - [anon_sym_short] = ACTIONS(27), - [sym_primitive_type] = ACTIONS(29), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(628), + [1324] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1354), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3809), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1536] = { - [sym__expression] = STATE(1606), - [sym_conditional_expression] = STATE(1606), - [sym_assignment_expression] = STATE(1606), - [sym_pointer_expression] = STATE(1606), - [sym_logical_expression] = STATE(1606), - [sym_bitwise_expression] = STATE(1606), - [sym_equality_expression] = STATE(1606), - [sym_relational_expression] = STATE(1606), - [sym_shift_expression] = STATE(1606), - [sym_math_expression] = STATE(1606), - [sym_cast_expression] = STATE(1606), - [sym_sizeof_expression] = STATE(1606), - [sym_subscript_expression] = STATE(1606), - [sym_call_expression] = STATE(1606), - [sym_field_expression] = STATE(1606), - [sym_compound_literal_expression] = STATE(1606), - [sym_parenthesized_expression] = STATE(1606), - [sym_concatenated_string] = STATE(1606), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4197), - [sym_char_literal] = ACTIONS(4197), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4199), - [sym_false] = ACTIONS(4199), - [sym_null] = ACTIONS(4199), - [sym_identifier] = ACTIONS(4199), - [sym_comment] = ACTIONS(39), - }, - [1537] = { - [sym__expression] = STATE(1607), - [sym_conditional_expression] = STATE(1607), - [sym_assignment_expression] = STATE(1607), - [sym_pointer_expression] = STATE(1607), - [sym_logical_expression] = STATE(1607), - [sym_bitwise_expression] = STATE(1607), - [sym_equality_expression] = STATE(1607), - [sym_relational_expression] = STATE(1607), - [sym_shift_expression] = STATE(1607), - [sym_math_expression] = STATE(1607), - [sym_cast_expression] = STATE(1607), - [sym_sizeof_expression] = STATE(1607), - [sym_subscript_expression] = STATE(1607), - [sym_call_expression] = STATE(1607), - [sym_field_expression] = STATE(1607), - [sym_compound_literal_expression] = STATE(1607), - [sym_parenthesized_expression] = STATE(1607), - [sym_concatenated_string] = STATE(1607), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4201), - [sym_char_literal] = ACTIONS(4201), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4203), - [sym_false] = ACTIONS(4203), - [sym_null] = ACTIONS(4203), - [sym_identifier] = ACTIONS(4203), - [sym_comment] = ACTIONS(39), - }, - [1538] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_STAR] = ACTIONS(1732), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1734), - [anon_sym_COLON] = ACTIONS(4205), - [anon_sym_QMARK] = ACTIONS(1738), - [anon_sym_STAR_EQ] = ACTIONS(1740), - [anon_sym_SLASH_EQ] = ACTIONS(1740), - [anon_sym_PERCENT_EQ] = ACTIONS(1740), - [anon_sym_PLUS_EQ] = ACTIONS(1740), - [anon_sym_DASH_EQ] = ACTIONS(1740), - [anon_sym_LT_LT_EQ] = ACTIONS(1740), - [anon_sym_GT_GT_EQ] = ACTIONS(1740), - [anon_sym_AMP_EQ] = ACTIONS(1740), - [anon_sym_CARET_EQ] = ACTIONS(1740), - [anon_sym_PIPE_EQ] = ACTIONS(1740), - [anon_sym_AMP] = ACTIONS(1742), - [anon_sym_PIPE_PIPE] = ACTIONS(1744), - [anon_sym_AMP_AMP] = ACTIONS(1746), - [anon_sym_PIPE] = ACTIONS(1748), - [anon_sym_CARET] = ACTIONS(1750), - [anon_sym_EQ_EQ] = ACTIONS(1752), - [anon_sym_BANG_EQ] = ACTIONS(1752), - [anon_sym_LT] = ACTIONS(1754), - [anon_sym_GT] = ACTIONS(1754), - [anon_sym_LT_EQ] = ACTIONS(1756), - [anon_sym_GT_EQ] = ACTIONS(1756), - [anon_sym_LT_LT] = ACTIONS(1758), - [anon_sym_GT_GT] = ACTIONS(1758), - [anon_sym_PLUS] = ACTIONS(1760), - [anon_sym_DASH] = ACTIONS(1760), - [anon_sym_SLASH] = ACTIONS(1732), - [anon_sym_PERCENT] = ACTIONS(1732), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1539] = { - [sym_declaration] = STATE(1611), - [sym_type_definition] = STATE(1611), - [sym__declaration_specifiers] = STATE(1612), - [sym_compound_statement] = STATE(1611), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1611), - [sym_expression_statement] = STATE(1611), - [sym_if_statement] = STATE(1611), - [sym_switch_statement] = STATE(1611), - [sym_case_statement] = STATE(1611), - [sym_while_statement] = STATE(1611), - [sym_do_statement] = STATE(1611), - [sym_for_statement] = STATE(1611), - [sym_return_statement] = STATE(1611), - [sym_break_statement] = STATE(1611), - [sym_continue_statement] = STATE(1611), - [sym_goto_statement] = STATE(1611), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_typedef] = ACTIONS(4207), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(4209), - [sym_comment] = ACTIONS(39), - }, - [1540] = { - [sym__expression] = STATE(1613), - [sym_conditional_expression] = STATE(1613), - [sym_assignment_expression] = STATE(1613), - [sym_pointer_expression] = STATE(1613), - [sym_logical_expression] = STATE(1613), - [sym_bitwise_expression] = STATE(1613), - [sym_equality_expression] = STATE(1613), - [sym_relational_expression] = STATE(1613), - [sym_shift_expression] = STATE(1613), - [sym_math_expression] = STATE(1613), - [sym_cast_expression] = STATE(1613), - [sym_sizeof_expression] = STATE(1613), - [sym_subscript_expression] = STATE(1613), - [sym_call_expression] = STATE(1613), - [sym_field_expression] = STATE(1613), - [sym_compound_literal_expression] = STATE(1613), - [sym_parenthesized_expression] = STATE(1613), - [sym_concatenated_string] = STATE(1613), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4211), - [sym_char_literal] = ACTIONS(4211), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4213), - [sym_false] = ACTIONS(4213), - [sym_null] = ACTIONS(4213), - [sym_identifier] = ACTIONS(4213), - [sym_comment] = ACTIONS(39), - }, - [1541] = { - [anon_sym_while] = ACTIONS(4215), - [sym_comment] = ACTIONS(39), - }, - [1542] = { - [sym_declaration] = STATE(1615), - [sym__declaration_specifiers] = STATE(773), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym__expression] = STATE(1616), - [sym_conditional_expression] = STATE(1616), - [sym_assignment_expression] = STATE(1616), - [sym_pointer_expression] = STATE(1616), - [sym_logical_expression] = STATE(1616), - [sym_bitwise_expression] = STATE(1616), - [sym_equality_expression] = STATE(1616), - [sym_relational_expression] = STATE(1616), - [sym_shift_expression] = STATE(1616), - [sym_math_expression] = STATE(1616), - [sym_cast_expression] = STATE(1616), - [sym_sizeof_expression] = STATE(1616), - [sym_subscript_expression] = STATE(1616), - [sym_call_expression] = STATE(1616), - [sym_field_expression] = STATE(1616), - [sym_compound_literal_expression] = STATE(1616), - [sym_parenthesized_expression] = STATE(1616), - [sym_concatenated_string] = STATE(1616), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4217), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4219), - [sym_char_literal] = ACTIONS(4219), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4221), - [sym_false] = ACTIONS(4221), - [sym_null] = ACTIONS(4221), - [sym_identifier] = ACTIONS(1792), - [sym_comment] = ACTIONS(39), - }, - [1543] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1794), - [anon_sym_LPAREN] = ACTIONS(1796), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1794), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1794), - [sym_preproc_directive] = ACTIONS(1794), - [anon_sym_SEMI] = ACTIONS(1796), - [anon_sym_typedef] = ACTIONS(1794), - [anon_sym_extern] = ACTIONS(1794), - [anon_sym_LBRACE] = ACTIONS(1796), - [anon_sym_STAR] = ACTIONS(1796), - [anon_sym_static] = ACTIONS(1794), - [anon_sym_auto] = ACTIONS(1794), - [anon_sym_register] = ACTIONS(1794), - [anon_sym_inline] = ACTIONS(1794), - [anon_sym_const] = ACTIONS(1794), - [anon_sym_restrict] = ACTIONS(1794), - [anon_sym_volatile] = ACTIONS(1794), - [anon_sym__Atomic] = ACTIONS(1794), - [anon_sym_unsigned] = ACTIONS(1794), - [anon_sym_long] = ACTIONS(1794), - [anon_sym_short] = ACTIONS(1794), - [sym_primitive_type] = ACTIONS(1794), - [anon_sym_enum] = ACTIONS(1794), - [anon_sym_struct] = ACTIONS(1794), - [anon_sym_union] = ACTIONS(1794), - [anon_sym_if] = ACTIONS(1794), - [anon_sym_else] = ACTIONS(1794), - [anon_sym_switch] = ACTIONS(1794), - [anon_sym_case] = ACTIONS(1794), - [anon_sym_default] = ACTIONS(1794), - [anon_sym_while] = ACTIONS(1794), - [anon_sym_do] = ACTIONS(1794), - [anon_sym_for] = ACTIONS(1794), - [anon_sym_return] = ACTIONS(1794), - [anon_sym_break] = ACTIONS(1794), - [anon_sym_continue] = ACTIONS(1794), - [anon_sym_goto] = ACTIONS(1794), - [anon_sym_AMP] = ACTIONS(1796), - [anon_sym_BANG] = ACTIONS(1796), - [anon_sym_TILDE] = ACTIONS(1796), - [anon_sym_PLUS] = ACTIONS(1794), - [anon_sym_DASH] = ACTIONS(1794), - [anon_sym_DASH_DASH] = ACTIONS(1796), - [anon_sym_PLUS_PLUS] = ACTIONS(1796), - [anon_sym_sizeof] = ACTIONS(1794), - [sym_number_literal] = ACTIONS(1796), - [sym_char_literal] = ACTIONS(1796), - [sym_string_literal] = ACTIONS(1796), - [sym_true] = ACTIONS(1794), - [sym_false] = ACTIONS(1794), - [sym_null] = ACTIONS(1794), - [sym_identifier] = ACTIONS(1794), - [sym_comment] = ACTIONS(39), - }, - [1544] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4223), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1545] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1800), - [anon_sym_LPAREN] = ACTIONS(1802), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1800), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1800), - [sym_preproc_directive] = ACTIONS(1800), - [anon_sym_SEMI] = ACTIONS(1802), - [anon_sym_typedef] = ACTIONS(1800), - [anon_sym_extern] = ACTIONS(1800), - [anon_sym_LBRACE] = ACTIONS(1802), - [anon_sym_STAR] = ACTIONS(1802), - [anon_sym_static] = ACTIONS(1800), - [anon_sym_auto] = ACTIONS(1800), - [anon_sym_register] = ACTIONS(1800), - [anon_sym_inline] = ACTIONS(1800), - [anon_sym_const] = ACTIONS(1800), - [anon_sym_restrict] = ACTIONS(1800), - [anon_sym_volatile] = ACTIONS(1800), - [anon_sym__Atomic] = ACTIONS(1800), - [anon_sym_unsigned] = ACTIONS(1800), - [anon_sym_long] = ACTIONS(1800), - [anon_sym_short] = ACTIONS(1800), - [sym_primitive_type] = ACTIONS(1800), - [anon_sym_enum] = ACTIONS(1800), - [anon_sym_struct] = ACTIONS(1800), - [anon_sym_union] = ACTIONS(1800), - [anon_sym_if] = ACTIONS(1800), - [anon_sym_else] = ACTIONS(1800), - [anon_sym_switch] = ACTIONS(1800), - [anon_sym_case] = ACTIONS(1800), - [anon_sym_default] = ACTIONS(1800), - [anon_sym_while] = ACTIONS(1800), - [anon_sym_do] = ACTIONS(1800), - [anon_sym_for] = ACTIONS(1800), - [anon_sym_return] = ACTIONS(1800), - [anon_sym_break] = ACTIONS(1800), - [anon_sym_continue] = ACTIONS(1800), - [anon_sym_goto] = ACTIONS(1800), - [anon_sym_AMP] = ACTIONS(1802), - [anon_sym_BANG] = ACTIONS(1802), - [anon_sym_TILDE] = ACTIONS(1802), - [anon_sym_PLUS] = ACTIONS(1800), - [anon_sym_DASH] = ACTIONS(1800), - [anon_sym_DASH_DASH] = ACTIONS(1802), - [anon_sym_PLUS_PLUS] = ACTIONS(1802), - [anon_sym_sizeof] = ACTIONS(1800), - [sym_number_literal] = ACTIONS(1802), - [sym_char_literal] = ACTIONS(1802), - [sym_string_literal] = ACTIONS(1802), - [sym_true] = ACTIONS(1800), - [sym_false] = ACTIONS(1800), - [sym_null] = ACTIONS(1800), - [sym_identifier] = ACTIONS(1800), - [sym_comment] = ACTIONS(39), - }, - [1546] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1804), - [anon_sym_LPAREN] = ACTIONS(1806), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1804), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1804), - [sym_preproc_directive] = ACTIONS(1804), - [anon_sym_SEMI] = ACTIONS(1806), - [anon_sym_typedef] = ACTIONS(1804), - [anon_sym_extern] = ACTIONS(1804), - [anon_sym_LBRACE] = ACTIONS(1806), - [anon_sym_STAR] = ACTIONS(1806), - [anon_sym_static] = ACTIONS(1804), - [anon_sym_auto] = ACTIONS(1804), - [anon_sym_register] = ACTIONS(1804), - [anon_sym_inline] = ACTIONS(1804), - [anon_sym_const] = ACTIONS(1804), - [anon_sym_restrict] = ACTIONS(1804), - [anon_sym_volatile] = ACTIONS(1804), - [anon_sym__Atomic] = ACTIONS(1804), - [anon_sym_unsigned] = ACTIONS(1804), - [anon_sym_long] = ACTIONS(1804), - [anon_sym_short] = ACTIONS(1804), - [sym_primitive_type] = ACTIONS(1804), - [anon_sym_enum] = ACTIONS(1804), - [anon_sym_struct] = ACTIONS(1804), - [anon_sym_union] = ACTIONS(1804), - [anon_sym_if] = ACTIONS(1804), - [anon_sym_else] = ACTIONS(1804), - [anon_sym_switch] = ACTIONS(1804), - [anon_sym_case] = ACTIONS(1804), - [anon_sym_default] = ACTIONS(1804), - [anon_sym_while] = ACTIONS(1804), - [anon_sym_do] = ACTIONS(1804), - [anon_sym_for] = ACTIONS(1804), - [anon_sym_return] = ACTIONS(1804), - [anon_sym_break] = ACTIONS(1804), - [anon_sym_continue] = ACTIONS(1804), - [anon_sym_goto] = ACTIONS(1804), - [anon_sym_AMP] = ACTIONS(1806), - [anon_sym_BANG] = ACTIONS(1806), - [anon_sym_TILDE] = ACTIONS(1806), - [anon_sym_PLUS] = ACTIONS(1804), - [anon_sym_DASH] = ACTIONS(1804), - [anon_sym_DASH_DASH] = ACTIONS(1806), - [anon_sym_PLUS_PLUS] = ACTIONS(1806), - [anon_sym_sizeof] = ACTIONS(1804), - [sym_number_literal] = ACTIONS(1806), - [sym_char_literal] = ACTIONS(1806), - [sym_string_literal] = ACTIONS(1806), - [sym_true] = ACTIONS(1804), - [sym_false] = ACTIONS(1804), - [sym_null] = ACTIONS(1804), - [sym_identifier] = ACTIONS(1804), - [sym_comment] = ACTIONS(39), - }, - [1547] = { - [anon_sym_SEMI] = ACTIONS(4225), - [sym_comment] = ACTIONS(39), - }, - [1548] = { - [sym_compound_statement] = STATE(1619), - [sym_labeled_statement] = STATE(1619), - [sym_expression_statement] = STATE(1619), - [sym_if_statement] = STATE(1619), - [sym_switch_statement] = STATE(1619), - [sym_case_statement] = STATE(1619), - [sym_while_statement] = STATE(1619), - [sym_do_statement] = STATE(1619), - [sym_for_statement] = STATE(1619), - [sym_return_statement] = STATE(1619), - [sym_break_statement] = STATE(1619), - [sym_continue_statement] = STATE(1619), - [sym_goto_statement] = STATE(1619), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1549] = { - [sym_compound_statement] = STATE(1620), - [sym_labeled_statement] = STATE(1620), - [sym_expression_statement] = STATE(1620), - [sym_if_statement] = STATE(1620), - [sym_switch_statement] = STATE(1620), - [sym_case_statement] = STATE(1620), - [sym_while_statement] = STATE(1620), - [sym_do_statement] = STATE(1620), - [sym_for_statement] = STATE(1620), - [sym_return_statement] = STATE(1620), - [sym_break_statement] = STATE(1620), - [sym_continue_statement] = STATE(1620), - [sym_goto_statement] = STATE(1620), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), - [sym_comment] = ACTIONS(39), - }, - [1550] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1846), - [anon_sym_LPAREN] = ACTIONS(1848), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1846), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1846), - [sym_preproc_directive] = ACTIONS(1846), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym_typedef] = ACTIONS(1846), - [anon_sym_extern] = ACTIONS(1846), - [anon_sym_LBRACE] = ACTIONS(1848), - [anon_sym_STAR] = ACTIONS(1848), - [anon_sym_static] = ACTIONS(1846), - [anon_sym_auto] = ACTIONS(1846), - [anon_sym_register] = ACTIONS(1846), - [anon_sym_inline] = ACTIONS(1846), - [anon_sym_const] = ACTIONS(1846), - [anon_sym_restrict] = ACTIONS(1846), - [anon_sym_volatile] = ACTIONS(1846), - [anon_sym__Atomic] = ACTIONS(1846), - [anon_sym_unsigned] = ACTIONS(1846), - [anon_sym_long] = ACTIONS(1846), - [anon_sym_short] = ACTIONS(1846), - [sym_primitive_type] = ACTIONS(1846), - [anon_sym_enum] = ACTIONS(1846), - [anon_sym_struct] = ACTIONS(1846), - [anon_sym_union] = ACTIONS(1846), - [anon_sym_if] = ACTIONS(1846), - [anon_sym_else] = ACTIONS(1846), - [anon_sym_switch] = ACTIONS(1846), - [anon_sym_case] = ACTIONS(1846), - [anon_sym_default] = ACTIONS(1846), - [anon_sym_while] = ACTIONS(1846), - [anon_sym_do] = ACTIONS(1846), - [anon_sym_for] = ACTIONS(1846), - [anon_sym_return] = ACTIONS(1846), - [anon_sym_break] = ACTIONS(1846), - [anon_sym_continue] = ACTIONS(1846), - [anon_sym_goto] = ACTIONS(1846), - [anon_sym_AMP] = ACTIONS(1848), - [anon_sym_BANG] = ACTIONS(1848), - [anon_sym_TILDE] = ACTIONS(1848), - [anon_sym_PLUS] = ACTIONS(1846), - [anon_sym_DASH] = ACTIONS(1846), - [anon_sym_DASH_DASH] = ACTIONS(1848), - [anon_sym_PLUS_PLUS] = ACTIONS(1848), - [anon_sym_sizeof] = ACTIONS(1846), - [sym_number_literal] = ACTIONS(1848), - [sym_char_literal] = ACTIONS(1848), - [sym_string_literal] = ACTIONS(1848), - [sym_true] = ACTIONS(1846), - [sym_false] = ACTIONS(1846), - [sym_null] = ACTIONS(1846), - [sym_identifier] = ACTIONS(1846), - [sym_comment] = ACTIONS(39), - }, - [1551] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3873), - [anon_sym_LPAREN] = ACTIONS(3875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3873), - [sym_preproc_directive] = ACTIONS(3873), - [anon_sym_SEMI] = ACTIONS(3875), - [anon_sym_typedef] = ACTIONS(3873), - [anon_sym_extern] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_STAR] = ACTIONS(3875), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_auto] = ACTIONS(3873), - [anon_sym_register] = ACTIONS(3873), - [anon_sym_inline] = ACTIONS(3873), - [anon_sym_const] = ACTIONS(3873), - [anon_sym_restrict] = ACTIONS(3873), - [anon_sym_volatile] = ACTIONS(3873), - [anon_sym__Atomic] = ACTIONS(3873), - [anon_sym_unsigned] = ACTIONS(3873), - [anon_sym_long] = ACTIONS(3873), - [anon_sym_short] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(3873), - [anon_sym_enum] = ACTIONS(3873), - [anon_sym_struct] = ACTIONS(3873), - [anon_sym_union] = ACTIONS(3873), - [anon_sym_if] = ACTIONS(3873), - [anon_sym_switch] = ACTIONS(3873), - [anon_sym_case] = ACTIONS(3873), - [anon_sym_default] = ACTIONS(3873), - [anon_sym_while] = ACTIONS(3873), - [anon_sym_do] = ACTIONS(3873), - [anon_sym_for] = ACTIONS(3873), - [anon_sym_return] = ACTIONS(3873), - [anon_sym_break] = ACTIONS(3873), - [anon_sym_continue] = ACTIONS(3873), - [anon_sym_goto] = ACTIONS(3873), - [anon_sym_AMP] = ACTIONS(3875), - [anon_sym_BANG] = ACTIONS(3875), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_PLUS] = ACTIONS(3873), - [anon_sym_DASH] = ACTIONS(3873), - [anon_sym_DASH_DASH] = ACTIONS(3875), - [anon_sym_PLUS_PLUS] = ACTIONS(3875), - [anon_sym_sizeof] = ACTIONS(3873), - [sym_number_literal] = ACTIONS(3875), - [sym_char_literal] = ACTIONS(3875), - [sym_string_literal] = ACTIONS(3875), - [sym_true] = ACTIONS(3873), - [sym_false] = ACTIONS(3873), - [sym_null] = ACTIONS(3873), - [sym_identifier] = ACTIONS(3873), - [sym_comment] = ACTIONS(39), - }, - [1552] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3877), - [anon_sym_LPAREN] = ACTIONS(3879), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3877), - [sym_preproc_directive] = ACTIONS(3877), - [anon_sym_SEMI] = ACTIONS(3879), - [anon_sym_typedef] = ACTIONS(3877), - [anon_sym_extern] = ACTIONS(3877), - [anon_sym_LBRACE] = ACTIONS(3879), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_static] = ACTIONS(3877), - [anon_sym_auto] = ACTIONS(3877), - [anon_sym_register] = ACTIONS(3877), - [anon_sym_inline] = ACTIONS(3877), - [anon_sym_const] = ACTIONS(3877), - [anon_sym_restrict] = ACTIONS(3877), - [anon_sym_volatile] = ACTIONS(3877), - [anon_sym__Atomic] = ACTIONS(3877), - [anon_sym_unsigned] = ACTIONS(3877), - [anon_sym_long] = ACTIONS(3877), - [anon_sym_short] = ACTIONS(3877), - [sym_primitive_type] = ACTIONS(3877), - [anon_sym_enum] = ACTIONS(3877), - [anon_sym_struct] = ACTIONS(3877), - [anon_sym_union] = ACTIONS(3877), - [anon_sym_if] = ACTIONS(3877), - [anon_sym_switch] = ACTIONS(3877), - [anon_sym_case] = ACTIONS(3877), - [anon_sym_default] = ACTIONS(3877), - [anon_sym_while] = ACTIONS(3877), - [anon_sym_do] = ACTIONS(3877), - [anon_sym_for] = ACTIONS(3877), - [anon_sym_return] = ACTIONS(3877), - [anon_sym_break] = ACTIONS(3877), - [anon_sym_continue] = ACTIONS(3877), - [anon_sym_goto] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(3879), - [anon_sym_BANG] = ACTIONS(3879), - [anon_sym_TILDE] = ACTIONS(3879), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_DASH_DASH] = ACTIONS(3879), - [anon_sym_PLUS_PLUS] = ACTIONS(3879), - [anon_sym_sizeof] = ACTIONS(3877), - [sym_number_literal] = ACTIONS(3879), - [sym_char_literal] = ACTIONS(3879), - [sym_string_literal] = ACTIONS(3879), - [sym_true] = ACTIONS(3877), - [sym_false] = ACTIONS(3877), - [sym_null] = ACTIONS(3877), - [sym_identifier] = ACTIONS(3877), - [sym_comment] = ACTIONS(39), - }, - [1553] = { - [sym_compound_statement] = STATE(1621), - [sym_labeled_statement] = STATE(1621), - [sym_expression_statement] = STATE(1621), - [sym_if_statement] = STATE(1621), - [sym_switch_statement] = STATE(1621), - [sym_case_statement] = STATE(1621), - [sym_while_statement] = STATE(1621), - [sym_do_statement] = STATE(1621), - [sym_for_statement] = STATE(1621), - [sym_return_statement] = STATE(1621), - [sym_break_statement] = STATE(1621), - [sym_continue_statement] = STATE(1621), - [sym_goto_statement] = STATE(1621), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), - [sym_comment] = ACTIONS(39), - }, - [1554] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4227), - [sym_comment] = ACTIONS(39), - }, - [1555] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1623), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4227), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1556] = { - [sym__expression] = STATE(1624), - [sym_conditional_expression] = STATE(1624), - [sym_assignment_expression] = STATE(1624), - [sym_pointer_expression] = STATE(1624), - [sym_logical_expression] = STATE(1624), - [sym_bitwise_expression] = STATE(1624), - [sym_equality_expression] = STATE(1624), - [sym_relational_expression] = STATE(1624), - [sym_shift_expression] = STATE(1624), - [sym_math_expression] = STATE(1624), - [sym_cast_expression] = STATE(1624), - [sym_sizeof_expression] = STATE(1624), - [sym_subscript_expression] = STATE(1624), - [sym_call_expression] = STATE(1624), - [sym_field_expression] = STATE(1624), - [sym_compound_literal_expression] = STATE(1624), - [sym_parenthesized_expression] = STATE(1624), - [sym_concatenated_string] = STATE(1624), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4227), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4229), - [sym_char_literal] = ACTIONS(4229), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4231), - [sym_false] = ACTIONS(4231), - [sym_null] = ACTIONS(4231), - [sym_identifier] = ACTIONS(4231), - [sym_comment] = ACTIONS(39), - }, - [1557] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_else] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_AMP] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1908), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), - [sym_comment] = ACTIONS(39), - }, - [1558] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4233), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1559] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4235), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1560] = { - [sym_declaration] = STATE(1627), - [sym_type_definition] = STATE(1627), - [sym__declaration_specifiers] = STATE(1564), - [sym_compound_statement] = STATE(1627), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1627), - [sym_expression_statement] = STATE(1627), - [sym_if_statement] = STATE(1627), - [sym_switch_statement] = STATE(1627), - [sym_case_statement] = STATE(1627), - [sym_while_statement] = STATE(1627), - [sym_do_statement] = STATE(1627), - [sym_for_statement] = STATE(1627), - [sym_return_statement] = STATE(1627), - [sym_break_statement] = STATE(1627), - [sym_continue_statement] = STATE(1627), - [sym_goto_statement] = STATE(1627), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_typedef] = ACTIONS(4121), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(4123), - [sym_comment] = ACTIONS(39), - }, - [1561] = { - [sym_type_qualifier] = STATE(1629), - [sym__type_specifier] = STATE(1628), - [sym_sized_type_specifier] = STATE(1628), - [sym_enum_specifier] = STATE(1628), - [sym_struct_specifier] = STATE(1628), - [sym_union_specifier] = STATE(1628), - [sym_macro_type_specifier] = STATE(1628), - [aux_sym_type_definition_repeat1] = STATE(1629), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4237), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1325] = { + [sym_compound_statement] = STATE(1355), + [sym_labeled_statement] = STATE(1355), + [sym_expression_statement] = STATE(1355), + [sym_if_statement] = STATE(1355), + [sym_switch_statement] = STATE(1355), + [sym_case_statement] = STATE(1355), + [sym_while_statement] = STATE(1355), + [sym_do_statement] = STATE(1355), + [sym_for_statement] = STATE(1355), + [sym_return_statement] = STATE(1355), + [sym_break_statement] = STATE(1355), + [sym_continue_statement] = STATE(1355), + [sym_goto_statement] = STATE(1355), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1326] = { + [sym_compound_statement] = STATE(1186), + [sym_labeled_statement] = STATE(1186), + [sym_expression_statement] = STATE(1186), + [sym_if_statement] = STATE(1186), + [sym_switch_statement] = STATE(1186), + [sym_case_statement] = STATE(1186), + [sym_while_statement] = STATE(1186), + [sym_do_statement] = STATE(1186), + [sym_for_statement] = STATE(1186), + [sym_return_statement] = STATE(1186), + [sym_break_statement] = STATE(1186), + [sym_continue_statement] = STATE(1186), + [sym_goto_statement] = STATE(1186), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1327] = { + [sym_compound_statement] = STATE(1187), + [sym_labeled_statement] = STATE(1187), + [sym_expression_statement] = STATE(1187), + [sym_if_statement] = STATE(1187), + [sym_switch_statement] = STATE(1187), + [sym_case_statement] = STATE(1187), + [sym_while_statement] = STATE(1187), + [sym_do_statement] = STATE(1187), + [sym_for_statement] = STATE(1187), + [sym_return_statement] = STATE(1187), + [sym_break_statement] = STATE(1187), + [sym_continue_statement] = STATE(1187), + [sym_goto_statement] = STATE(1187), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1328] = { + [sym__expression] = STATE(1357), + [sym_conditional_expression] = STATE(1357), + [sym_assignment_expression] = STATE(1357), + [sym_pointer_expression] = STATE(1357), + [sym_logical_expression] = STATE(1357), + [sym_bitwise_expression] = STATE(1357), + [sym_equality_expression] = STATE(1357), + [sym_relational_expression] = STATE(1357), + [sym_shift_expression] = STATE(1357), + [sym_math_expression] = STATE(1357), + [sym_cast_expression] = STATE(1357), + [sym_sizeof_expression] = STATE(1357), + [sym_subscript_expression] = STATE(1357), + [sym_call_expression] = STATE(1357), + [sym_field_expression] = STATE(1357), + [sym_compound_literal_expression] = STATE(1357), + [sym_parenthesized_expression] = STATE(1357), + [sym_concatenated_string] = STATE(1357), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3811), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3813), + [sym_char_literal] = ACTIONS(3813), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3815), + [sym_false] = ACTIONS(3815), + [sym_null] = ACTIONS(3815), + [sym_identifier] = ACTIONS(3815), + [sym_comment] = ACTIONS(39), + }, + [1329] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3817), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1330] = { + [sym__expression] = STATE(1359), + [sym_conditional_expression] = STATE(1359), + [sym_assignment_expression] = STATE(1359), + [sym_pointer_expression] = STATE(1359), + [sym_logical_expression] = STATE(1359), + [sym_bitwise_expression] = STATE(1359), + [sym_equality_expression] = STATE(1359), + [sym_relational_expression] = STATE(1359), + [sym_shift_expression] = STATE(1359), + [sym_math_expression] = STATE(1359), + [sym_cast_expression] = STATE(1359), + [sym_sizeof_expression] = STATE(1359), + [sym_subscript_expression] = STATE(1359), + [sym_call_expression] = STATE(1359), + [sym_field_expression] = STATE(1359), + [sym_compound_literal_expression] = STATE(1359), + [sym_parenthesized_expression] = STATE(1359), + [sym_concatenated_string] = STATE(1359), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3817), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3819), + [sym_char_literal] = ACTIONS(3819), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3821), + [sym_false] = ACTIONS(3821), + [sym_null] = ACTIONS(3821), + [sym_identifier] = ACTIONS(3821), + [sym_comment] = ACTIONS(39), + }, + [1331] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3717), + [anon_sym_LPAREN] = ACTIONS(3719), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3717), + [sym_preproc_directive] = ACTIONS(3717), + [anon_sym_SEMI] = ACTIONS(3719), + [anon_sym_typedef] = ACTIONS(3717), + [anon_sym_extern] = ACTIONS(3717), + [anon_sym_LBRACE] = ACTIONS(3719), + [anon_sym_STAR] = ACTIONS(3719), + [anon_sym_static] = ACTIONS(3717), + [anon_sym_auto] = ACTIONS(3717), + [anon_sym_register] = ACTIONS(3717), + [anon_sym_inline] = ACTIONS(3717), + [anon_sym_const] = ACTIONS(3717), + [anon_sym_restrict] = ACTIONS(3717), + [anon_sym_volatile] = ACTIONS(3717), + [anon_sym__Atomic] = ACTIONS(3717), + [anon_sym_unsigned] = ACTIONS(3717), + [anon_sym_long] = ACTIONS(3717), + [anon_sym_short] = ACTIONS(3717), + [sym_primitive_type] = ACTIONS(3717), + [anon_sym_enum] = ACTIONS(3717), + [anon_sym_struct] = ACTIONS(3717), + [anon_sym_union] = ACTIONS(3717), + [anon_sym_if] = ACTIONS(3717), + [anon_sym_else] = ACTIONS(3717), + [anon_sym_switch] = ACTIONS(3717), + [anon_sym_case] = ACTIONS(3717), + [anon_sym_default] = ACTIONS(3717), + [anon_sym_while] = ACTIONS(3717), + [anon_sym_do] = ACTIONS(3717), + [anon_sym_for] = ACTIONS(3717), + [anon_sym_return] = ACTIONS(3717), + [anon_sym_break] = ACTIONS(3717), + [anon_sym_continue] = ACTIONS(3717), + [anon_sym_goto] = ACTIONS(3717), + [anon_sym_AMP] = ACTIONS(3719), + [anon_sym_BANG] = ACTIONS(3719), + [anon_sym_TILDE] = ACTIONS(3719), + [anon_sym_PLUS] = ACTIONS(3717), + [anon_sym_DASH] = ACTIONS(3717), + [anon_sym_DASH_DASH] = ACTIONS(3719), + [anon_sym_PLUS_PLUS] = ACTIONS(3719), + [anon_sym_sizeof] = ACTIONS(3717), + [sym_number_literal] = ACTIONS(3719), + [sym_char_literal] = ACTIONS(3719), + [sym_string_literal] = ACTIONS(3719), + [sym_true] = ACTIONS(3717), + [sym_false] = ACTIONS(3717), + [sym_null] = ACTIONS(3717), + [sym_identifier] = ACTIONS(3717), + [sym_comment] = ACTIONS(39), + }, + [1332] = { + [sym_compound_statement] = STATE(1360), + [sym_labeled_statement] = STATE(1360), + [sym_expression_statement] = STATE(1360), + [sym_if_statement] = STATE(1360), + [sym_switch_statement] = STATE(1360), + [sym_case_statement] = STATE(1360), + [sym_while_statement] = STATE(1360), + [sym_do_statement] = STATE(1360), + [sym_for_statement] = STATE(1360), + [sym_return_statement] = STATE(1360), + [sym_break_statement] = STATE(1360), + [sym_continue_statement] = STATE(1360), + [sym_goto_statement] = STATE(1360), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), + [sym_comment] = ACTIONS(39), + }, + [1333] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3823), + [sym_comment] = ACTIONS(39), + }, + [1334] = { + [sym_compound_statement] = STATE(1200), + [sym_labeled_statement] = STATE(1200), + [sym_expression_statement] = STATE(1200), + [sym_if_statement] = STATE(1200), + [sym_switch_statement] = STATE(1200), + [sym_case_statement] = STATE(1200), + [sym_while_statement] = STATE(1200), + [sym_do_statement] = STATE(1200), + [sym_for_statement] = STATE(1200), + [sym_return_statement] = STATE(1200), + [sym_break_statement] = STATE(1200), + [sym_continue_statement] = STATE(1200), + [sym_goto_statement] = STATE(1200), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), + [sym_comment] = ACTIONS(39), + }, + [1335] = { + [sym_compound_statement] = STATE(1214), + [sym_labeled_statement] = STATE(1214), + [sym_expression_statement] = STATE(1214), + [sym_if_statement] = STATE(1214), + [sym_switch_statement] = STATE(1214), + [sym_case_statement] = STATE(1214), + [sym_while_statement] = STATE(1214), + [sym_do_statement] = STATE(1214), + [sym_for_statement] = STATE(1214), + [sym_return_statement] = STATE(1214), + [sym_break_statement] = STATE(1214), + [sym_continue_statement] = STATE(1214), + [sym_goto_statement] = STATE(1214), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), + [sym_comment] = ACTIONS(39), + }, + [1336] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3825), + [sym_comment] = ACTIONS(39), + }, + [1337] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1363), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3825), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1338] = { + [sym__expression] = STATE(1364), + [sym_conditional_expression] = STATE(1364), + [sym_assignment_expression] = STATE(1364), + [sym_pointer_expression] = STATE(1364), + [sym_logical_expression] = STATE(1364), + [sym_bitwise_expression] = STATE(1364), + [sym_equality_expression] = STATE(1364), + [sym_relational_expression] = STATE(1364), + [sym_shift_expression] = STATE(1364), + [sym_math_expression] = STATE(1364), + [sym_cast_expression] = STATE(1364), + [sym_sizeof_expression] = STATE(1364), + [sym_subscript_expression] = STATE(1364), + [sym_call_expression] = STATE(1364), + [sym_field_expression] = STATE(1364), + [sym_compound_literal_expression] = STATE(1364), + [sym_parenthesized_expression] = STATE(1364), + [sym_concatenated_string] = STATE(1364), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3825), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3827), + [sym_char_literal] = ACTIONS(3827), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3829), + [sym_false] = ACTIONS(3829), + [sym_null] = ACTIONS(3829), + [sym_identifier] = ACTIONS(3829), + [sym_comment] = ACTIONS(39), + }, + [1339] = { + [anon_sym_else] = ACTIONS(3831), + [anon_sym_while] = ACTIONS(3288), + [sym_comment] = ACTIONS(39), + }, + [1340] = { + [sym_compound_statement] = STATE(1144), + [sym_labeled_statement] = STATE(1144), + [sym_expression_statement] = STATE(1144), + [sym_if_statement] = STATE(1144), + [sym_switch_statement] = STATE(1144), + [sym_case_statement] = STATE(1144), + [sym_while_statement] = STATE(1144), + [sym_do_statement] = STATE(1144), + [sym_for_statement] = STATE(1144), + [sym_return_statement] = STATE(1144), + [sym_break_statement] = STATE(1144), + [sym_continue_statement] = STATE(1144), + [sym_goto_statement] = STATE(1144), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), + [sym_comment] = ACTIONS(39), + }, + [1341] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1367), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3833), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1342] = { + [sym__expression] = STATE(1368), + [sym_conditional_expression] = STATE(1368), + [sym_assignment_expression] = STATE(1368), + [sym_pointer_expression] = STATE(1368), + [sym_logical_expression] = STATE(1368), + [sym_bitwise_expression] = STATE(1368), + [sym_equality_expression] = STATE(1368), + [sym_relational_expression] = STATE(1368), + [sym_shift_expression] = STATE(1368), + [sym_math_expression] = STATE(1368), + [sym_cast_expression] = STATE(1368), + [sym_sizeof_expression] = STATE(1368), + [sym_subscript_expression] = STATE(1368), + [sym_call_expression] = STATE(1368), + [sym_field_expression] = STATE(1368), + [sym_compound_literal_expression] = STATE(1368), + [sym_parenthesized_expression] = STATE(1368), + [sym_concatenated_string] = STATE(1368), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3833), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3835), + [sym_char_literal] = ACTIONS(3835), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3837), + [sym_false] = ACTIONS(3837), + [sym_null] = ACTIONS(3837), + [sym_identifier] = ACTIONS(3837), + [sym_comment] = ACTIONS(39), + }, + [1343] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3839), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1344] = { + [sym_compound_statement] = STATE(1345), + [sym_labeled_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_if_statement] = STATE(1345), + [sym_switch_statement] = STATE(1345), + [sym_case_statement] = STATE(1345), + [sym_while_statement] = STATE(1345), + [sym_do_statement] = STATE(1345), + [sym_for_statement] = STATE(1345), + [sym_return_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_goto_statement] = STATE(1345), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(998), + [anon_sym_switch] = ACTIONS(1000), + [anon_sym_case] = ACTIONS(1002), + [anon_sym_default] = ACTIONS(1004), + [anon_sym_while] = ACTIONS(1006), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(1008), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(1010), + [sym_comment] = ACTIONS(39), + }, + [1345] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3841), + [anon_sym_LPAREN] = ACTIONS(3843), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3841), + [sym_preproc_directive] = ACTIONS(3841), + [anon_sym_SEMI] = ACTIONS(3843), + [anon_sym_typedef] = ACTIONS(3841), + [anon_sym_extern] = ACTIONS(3841), + [anon_sym_LBRACE] = ACTIONS(3843), + [anon_sym_RBRACE] = ACTIONS(3843), + [anon_sym_STAR] = ACTIONS(3843), + [anon_sym_static] = ACTIONS(3841), + [anon_sym_auto] = ACTIONS(3841), + [anon_sym_register] = ACTIONS(3841), + [anon_sym_inline] = ACTIONS(3841), + [anon_sym_const] = ACTIONS(3841), + [anon_sym_restrict] = ACTIONS(3841), + [anon_sym_volatile] = ACTIONS(3841), + [anon_sym__Atomic] = ACTIONS(3841), + [anon_sym_unsigned] = ACTIONS(3841), + [anon_sym_long] = ACTIONS(3841), + [anon_sym_short] = ACTIONS(3841), + [sym_primitive_type] = ACTIONS(3841), + [anon_sym_enum] = ACTIONS(3841), + [anon_sym_struct] = ACTIONS(3841), + [anon_sym_union] = ACTIONS(3841), + [anon_sym_if] = ACTIONS(3841), + [anon_sym_else] = ACTIONS(3841), + [anon_sym_switch] = ACTIONS(3841), + [anon_sym_case] = ACTIONS(3841), + [anon_sym_default] = ACTIONS(3841), + [anon_sym_while] = ACTIONS(3841), + [anon_sym_do] = ACTIONS(3841), + [anon_sym_for] = ACTIONS(3841), + [anon_sym_return] = ACTIONS(3841), + [anon_sym_break] = ACTIONS(3841), + [anon_sym_continue] = ACTIONS(3841), + [anon_sym_goto] = ACTIONS(3841), + [anon_sym_AMP] = ACTIONS(3843), + [anon_sym_BANG] = ACTIONS(3843), + [anon_sym_TILDE] = ACTIONS(3843), + [anon_sym_PLUS] = ACTIONS(3841), + [anon_sym_DASH] = ACTIONS(3841), + [anon_sym_DASH_DASH] = ACTIONS(3843), + [anon_sym_PLUS_PLUS] = ACTIONS(3843), + [anon_sym_sizeof] = ACTIONS(3841), + [sym_number_literal] = ACTIONS(3843), + [sym_char_literal] = ACTIONS(3843), + [sym_string_literal] = ACTIONS(3843), + [sym_true] = ACTIONS(3841), + [sym_false] = ACTIONS(3841), + [sym_null] = ACTIONS(3841), + [sym_identifier] = ACTIONS(3841), + [sym_comment] = ACTIONS(39), + }, + [1346] = { + [sym_compound_statement] = STATE(1370), + [sym_labeled_statement] = STATE(1370), + [sym_expression_statement] = STATE(1370), + [sym_if_statement] = STATE(1370), + [sym_switch_statement] = STATE(1370), + [sym_case_statement] = STATE(1370), + [sym_while_statement] = STATE(1370), + [sym_do_statement] = STATE(1370), + [sym_for_statement] = STATE(1370), + [sym_return_statement] = STATE(1370), + [sym_break_statement] = STATE(1370), + [sym_continue_statement] = STATE(1370), + [sym_goto_statement] = STATE(1370), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), + [sym_comment] = ACTIONS(39), + }, + [1347] = { + [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(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), + [sym_comment] = ACTIONS(39), + }, + [1348] = { + [sym_compound_statement] = STATE(1233), + [sym_labeled_statement] = STATE(1233), + [sym_expression_statement] = STATE(1233), + [sym_if_statement] = STATE(1233), + [sym_switch_statement] = STATE(1233), + [sym_case_statement] = STATE(1233), + [sym_while_statement] = STATE(1233), + [sym_do_statement] = STATE(1233), + [sym_for_statement] = STATE(1233), + [sym_return_statement] = STATE(1233), + [sym_break_statement] = STATE(1233), + [sym_continue_statement] = STATE(1233), + [sym_goto_statement] = STATE(1233), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), + [sym_comment] = ACTIONS(39), + }, + [1349] = { + [sym__expression] = STATE(1372), + [sym_conditional_expression] = STATE(1372), + [sym_assignment_expression] = STATE(1372), + [sym_pointer_expression] = STATE(1372), + [sym_logical_expression] = STATE(1372), + [sym_bitwise_expression] = STATE(1372), + [sym_equality_expression] = STATE(1372), + [sym_relational_expression] = STATE(1372), + [sym_shift_expression] = STATE(1372), + [sym_math_expression] = STATE(1372), + [sym_cast_expression] = STATE(1372), + [sym_sizeof_expression] = STATE(1372), + [sym_subscript_expression] = STATE(1372), + [sym_call_expression] = STATE(1372), + [sym_field_expression] = STATE(1372), + [sym_compound_literal_expression] = STATE(1372), + [sym_parenthesized_expression] = STATE(1372), + [sym_concatenated_string] = STATE(1372), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3845), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3847), + [sym_char_literal] = ACTIONS(3847), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3849), + [sym_false] = ACTIONS(3849), + [sym_null] = ACTIONS(3849), + [sym_identifier] = ACTIONS(3849), + [sym_comment] = ACTIONS(39), + }, + [1350] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3851), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1351] = { + [sym__expression] = STATE(1374), + [sym_conditional_expression] = STATE(1374), + [sym_assignment_expression] = STATE(1374), + [sym_pointer_expression] = STATE(1374), + [sym_logical_expression] = STATE(1374), + [sym_bitwise_expression] = STATE(1374), + [sym_equality_expression] = STATE(1374), + [sym_relational_expression] = STATE(1374), + [sym_shift_expression] = STATE(1374), + [sym_math_expression] = STATE(1374), + [sym_cast_expression] = STATE(1374), + [sym_sizeof_expression] = STATE(1374), + [sym_subscript_expression] = STATE(1374), + [sym_call_expression] = STATE(1374), + [sym_field_expression] = STATE(1374), + [sym_compound_literal_expression] = STATE(1374), + [sym_parenthesized_expression] = STATE(1374), + [sym_concatenated_string] = STATE(1374), + [anon_sym_LPAREN] = ACTIONS(809), + [anon_sym_SEMI] = ACTIONS(3851), + [anon_sym_STAR] = ACTIONS(811), + [anon_sym_AMP] = ACTIONS(811), + [anon_sym_BANG] = ACTIONS(813), + [anon_sym_TILDE] = ACTIONS(815), + [anon_sym_PLUS] = ACTIONS(817), + [anon_sym_DASH] = ACTIONS(817), + [anon_sym_DASH_DASH] = ACTIONS(819), + [anon_sym_PLUS_PLUS] = ACTIONS(819), + [anon_sym_sizeof] = ACTIONS(821), + [sym_number_literal] = ACTIONS(3853), + [sym_char_literal] = ACTIONS(3853), + [sym_string_literal] = ACTIONS(825), + [sym_true] = ACTIONS(3855), + [sym_false] = ACTIONS(3855), + [sym_null] = ACTIONS(3855), + [sym_identifier] = ACTIONS(3855), + [sym_comment] = ACTIONS(39), + }, + [1352] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3717), + [anon_sym_LPAREN] = ACTIONS(3719), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3717), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3717), + [sym_preproc_directive] = ACTIONS(3717), + [anon_sym_SEMI] = ACTIONS(3719), + [anon_sym_typedef] = ACTIONS(3717), + [anon_sym_extern] = ACTIONS(3717), + [anon_sym_LBRACE] = ACTIONS(3719), + [anon_sym_STAR] = ACTIONS(3719), + [anon_sym_static] = ACTIONS(3717), + [anon_sym_auto] = ACTIONS(3717), + [anon_sym_register] = ACTIONS(3717), + [anon_sym_inline] = ACTIONS(3717), + [anon_sym_const] = ACTIONS(3717), + [anon_sym_restrict] = ACTIONS(3717), + [anon_sym_volatile] = ACTIONS(3717), + [anon_sym__Atomic] = ACTIONS(3717), + [anon_sym_unsigned] = ACTIONS(3717), + [anon_sym_long] = ACTIONS(3717), + [anon_sym_short] = ACTIONS(3717), + [sym_primitive_type] = ACTIONS(3717), + [anon_sym_enum] = ACTIONS(3717), + [anon_sym_struct] = ACTIONS(3717), + [anon_sym_union] = ACTIONS(3717), + [anon_sym_if] = ACTIONS(3717), + [anon_sym_else] = ACTIONS(3717), + [anon_sym_switch] = ACTIONS(3717), + [anon_sym_case] = ACTIONS(3717), + [anon_sym_default] = ACTIONS(3717), + [anon_sym_while] = ACTIONS(3717), + [anon_sym_do] = ACTIONS(3717), + [anon_sym_for] = ACTIONS(3717), + [anon_sym_return] = ACTIONS(3717), + [anon_sym_break] = ACTIONS(3717), + [anon_sym_continue] = ACTIONS(3717), + [anon_sym_goto] = ACTIONS(3717), + [anon_sym_AMP] = ACTIONS(3719), + [anon_sym_BANG] = ACTIONS(3719), + [anon_sym_TILDE] = ACTIONS(3719), + [anon_sym_PLUS] = ACTIONS(3717), + [anon_sym_DASH] = ACTIONS(3717), + [anon_sym_DASH_DASH] = ACTIONS(3719), + [anon_sym_PLUS_PLUS] = ACTIONS(3719), + [anon_sym_sizeof] = ACTIONS(3717), + [sym_number_literal] = ACTIONS(3719), + [sym_char_literal] = ACTIONS(3719), + [sym_string_literal] = ACTIONS(3719), + [sym_true] = ACTIONS(3717), + [sym_false] = ACTIONS(3717), + [sym_null] = ACTIONS(3717), + [sym_identifier] = ACTIONS(3717), + [sym_comment] = ACTIONS(39), + }, + [1353] = { + [sym_compound_statement] = STATE(1375), + [sym_labeled_statement] = STATE(1375), + [sym_expression_statement] = STATE(1375), + [sym_if_statement] = STATE(1375), + [sym_switch_statement] = STATE(1375), + [sym_case_statement] = STATE(1375), + [sym_while_statement] = STATE(1375), + [sym_do_statement] = STATE(1375), + [sym_for_statement] = STATE(1375), + [sym_return_statement] = STATE(1375), + [sym_break_statement] = STATE(1375), + [sym_continue_statement] = STATE(1375), + [sym_goto_statement] = STATE(1375), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), + [sym_comment] = ACTIONS(39), + }, + [1354] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3857), + [sym_comment] = ACTIONS(39), + }, + [1355] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3286), + [anon_sym_LPAREN] = ACTIONS(3288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3286), + [sym_preproc_directive] = ACTIONS(3286), + [anon_sym_SEMI] = ACTIONS(3288), + [anon_sym_typedef] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_auto] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [anon_sym_if] = ACTIONS(3286), + [anon_sym_else] = ACTIONS(3859), + [anon_sym_switch] = ACTIONS(3286), + [anon_sym_case] = ACTIONS(3286), + [anon_sym_default] = ACTIONS(3286), + [anon_sym_while] = ACTIONS(3286), + [anon_sym_do] = ACTIONS(3286), + [anon_sym_for] = ACTIONS(3286), + [anon_sym_return] = ACTIONS(3286), + [anon_sym_break] = ACTIONS(3286), + [anon_sym_continue] = ACTIONS(3286), + [anon_sym_goto] = ACTIONS(3286), + [anon_sym_AMP] = ACTIONS(3288), + [anon_sym_BANG] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_PLUS] = ACTIONS(3286), + [anon_sym_DASH] = ACTIONS(3286), + [anon_sym_DASH_DASH] = ACTIONS(3288), + [anon_sym_PLUS_PLUS] = ACTIONS(3288), + [anon_sym_sizeof] = ACTIONS(3286), + [sym_number_literal] = ACTIONS(3288), + [sym_char_literal] = ACTIONS(3288), + [sym_string_literal] = ACTIONS(3288), + [sym_true] = ACTIONS(3286), + [sym_false] = ACTIONS(3286), + [sym_null] = ACTIONS(3286), + [sym_identifier] = ACTIONS(3286), + [sym_comment] = ACTIONS(39), + }, + [1356] = { + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1357] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1379), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3861), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1358] = { + [sym__expression] = STATE(1380), + [sym_conditional_expression] = STATE(1380), + [sym_assignment_expression] = STATE(1380), + [sym_pointer_expression] = STATE(1380), + [sym_logical_expression] = STATE(1380), + [sym_bitwise_expression] = STATE(1380), + [sym_equality_expression] = STATE(1380), + [sym_relational_expression] = STATE(1380), + [sym_shift_expression] = STATE(1380), + [sym_math_expression] = STATE(1380), + [sym_cast_expression] = STATE(1380), + [sym_sizeof_expression] = STATE(1380), + [sym_subscript_expression] = STATE(1380), + [sym_call_expression] = STATE(1380), + [sym_field_expression] = STATE(1380), + [sym_compound_literal_expression] = STATE(1380), + [sym_parenthesized_expression] = STATE(1380), + [sym_concatenated_string] = STATE(1380), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3861), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3863), + [sym_char_literal] = ACTIONS(3863), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3865), + [sym_false] = ACTIONS(3865), + [sym_null] = ACTIONS(3865), + [sym_identifier] = ACTIONS(3865), + [sym_comment] = ACTIONS(39), + }, + [1359] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3867), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1360] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3791), + [anon_sym_LPAREN] = ACTIONS(3793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3791), + [sym_preproc_directive] = ACTIONS(3791), + [anon_sym_SEMI] = ACTIONS(3793), + [anon_sym_typedef] = ACTIONS(3791), + [anon_sym_extern] = ACTIONS(3791), + [anon_sym_LBRACE] = ACTIONS(3793), + [anon_sym_STAR] = ACTIONS(3793), + [anon_sym_static] = ACTIONS(3791), + [anon_sym_auto] = ACTIONS(3791), + [anon_sym_register] = ACTIONS(3791), + [anon_sym_inline] = ACTIONS(3791), + [anon_sym_const] = ACTIONS(3791), + [anon_sym_restrict] = ACTIONS(3791), + [anon_sym_volatile] = ACTIONS(3791), + [anon_sym__Atomic] = ACTIONS(3791), + [anon_sym_unsigned] = ACTIONS(3791), + [anon_sym_long] = ACTIONS(3791), + [anon_sym_short] = ACTIONS(3791), + [sym_primitive_type] = ACTIONS(3791), + [anon_sym_enum] = ACTIONS(3791), + [anon_sym_struct] = ACTIONS(3791), + [anon_sym_union] = ACTIONS(3791), + [anon_sym_if] = ACTIONS(3791), + [anon_sym_else] = ACTIONS(3791), + [anon_sym_switch] = ACTIONS(3791), + [anon_sym_case] = ACTIONS(3791), + [anon_sym_default] = ACTIONS(3791), + [anon_sym_while] = ACTIONS(3791), + [anon_sym_do] = ACTIONS(3791), + [anon_sym_for] = ACTIONS(3791), + [anon_sym_return] = ACTIONS(3791), + [anon_sym_break] = ACTIONS(3791), + [anon_sym_continue] = ACTIONS(3791), + [anon_sym_goto] = ACTIONS(3791), + [anon_sym_AMP] = ACTIONS(3793), + [anon_sym_BANG] = ACTIONS(3793), + [anon_sym_TILDE] = ACTIONS(3793), + [anon_sym_PLUS] = ACTIONS(3791), + [anon_sym_DASH] = ACTIONS(3791), + [anon_sym_DASH_DASH] = ACTIONS(3793), + [anon_sym_PLUS_PLUS] = ACTIONS(3793), + [anon_sym_sizeof] = ACTIONS(3791), + [sym_number_literal] = ACTIONS(3793), + [sym_char_literal] = ACTIONS(3793), + [sym_string_literal] = ACTIONS(3793), + [sym_true] = ACTIONS(3791), + [sym_false] = ACTIONS(3791), + [sym_null] = ACTIONS(3791), + [sym_identifier] = ACTIONS(3791), + [sym_comment] = ACTIONS(39), + }, + [1361] = { + [sym_compound_statement] = STATE(1382), + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(1533), + [anon_sym_switch] = ACTIONS(1535), + [anon_sym_case] = ACTIONS(1537), + [anon_sym_default] = ACTIONS(1539), + [anon_sym_while] = ACTIONS(1541), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(1545), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(2787), + [sym_comment] = ACTIONS(39), + }, + [1362] = { + [sym_compound_statement] = STATE(1269), + [sym_labeled_statement] = STATE(1269), + [sym_expression_statement] = STATE(1269), + [sym_if_statement] = STATE(1269), + [sym_switch_statement] = STATE(1269), + [sym_case_statement] = STATE(1269), + [sym_while_statement] = STATE(1269), + [sym_do_statement] = STATE(1269), + [sym_for_statement] = STATE(1269), + [sym_return_statement] = STATE(1269), + [sym_break_statement] = STATE(1269), + [sym_continue_statement] = STATE(1269), + [sym_goto_statement] = STATE(1269), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), + [sym_comment] = ACTIONS(39), + }, + [1363] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3869), + [sym_comment] = ACTIONS(39), + }, + [1364] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1384), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3869), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1365] = { + [sym_compound_statement] = STATE(1200), + [sym_labeled_statement] = STATE(1200), + [sym_expression_statement] = STATE(1200), + [sym_if_statement] = STATE(1200), + [sym_switch_statement] = STATE(1200), + [sym_case_statement] = STATE(1200), + [sym_while_statement] = STATE(1200), + [sym_do_statement] = STATE(1200), + [sym_for_statement] = STATE(1200), + [sym_return_statement] = STATE(1200), + [sym_break_statement] = STATE(1200), + [sym_continue_statement] = STATE(1200), + [sym_goto_statement] = STATE(1200), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), + [sym_comment] = ACTIONS(39), + }, + [1366] = { + [sym_compound_statement] = STATE(1214), + [sym_labeled_statement] = STATE(1214), + [sym_expression_statement] = STATE(1214), + [sym_if_statement] = STATE(1214), + [sym_switch_statement] = STATE(1214), + [sym_case_statement] = STATE(1214), + [sym_while_statement] = STATE(1214), + [sym_do_statement] = STATE(1214), + [sym_for_statement] = STATE(1214), + [sym_return_statement] = STATE(1214), + [sym_break_statement] = STATE(1214), + [sym_continue_statement] = STATE(1214), + [sym_goto_statement] = STATE(1214), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), + [sym_comment] = ACTIONS(39), + }, + [1367] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3871), + [sym_comment] = ACTIONS(39), + }, + [1368] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1386), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3871), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1369] = { + [sym__expression] = STATE(1387), + [sym_conditional_expression] = STATE(1387), + [sym_assignment_expression] = STATE(1387), + [sym_pointer_expression] = STATE(1387), + [sym_logical_expression] = STATE(1387), + [sym_bitwise_expression] = STATE(1387), + [sym_equality_expression] = STATE(1387), + [sym_relational_expression] = STATE(1387), + [sym_shift_expression] = STATE(1387), + [sym_math_expression] = STATE(1387), + [sym_cast_expression] = STATE(1387), + [sym_sizeof_expression] = STATE(1387), + [sym_subscript_expression] = STATE(1387), + [sym_call_expression] = STATE(1387), + [sym_field_expression] = STATE(1387), + [sym_compound_literal_expression] = STATE(1387), + [sym_parenthesized_expression] = STATE(1387), + [sym_concatenated_string] = STATE(1387), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3871), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3873), + [sym_char_literal] = ACTIONS(3873), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3875), + [sym_false] = ACTIONS(3875), + [sym_null] = ACTIONS(3875), + [sym_identifier] = ACTIONS(3875), + [sym_comment] = ACTIONS(39), + }, + [1370] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3286), + [anon_sym_LPAREN] = ACTIONS(3288), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3286), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3286), + [sym_preproc_directive] = ACTIONS(3286), + [anon_sym_SEMI] = ACTIONS(3288), + [anon_sym_typedef] = ACTIONS(3286), + [anon_sym_extern] = ACTIONS(3286), + [anon_sym_LBRACE] = ACTIONS(3288), + [anon_sym_STAR] = ACTIONS(3288), + [anon_sym_static] = ACTIONS(3286), + [anon_sym_auto] = ACTIONS(3286), + [anon_sym_register] = ACTIONS(3286), + [anon_sym_inline] = ACTIONS(3286), + [anon_sym_const] = ACTIONS(3286), + [anon_sym_restrict] = ACTIONS(3286), + [anon_sym_volatile] = ACTIONS(3286), + [anon_sym__Atomic] = ACTIONS(3286), + [anon_sym_unsigned] = ACTIONS(3286), + [anon_sym_long] = ACTIONS(3286), + [anon_sym_short] = ACTIONS(3286), + [sym_primitive_type] = ACTIONS(3286), + [anon_sym_enum] = ACTIONS(3286), + [anon_sym_struct] = ACTIONS(3286), + [anon_sym_union] = ACTIONS(3286), + [anon_sym_if] = ACTIONS(3286), + [anon_sym_else] = ACTIONS(3877), + [anon_sym_switch] = ACTIONS(3286), + [anon_sym_case] = ACTIONS(3286), + [anon_sym_default] = ACTIONS(3286), + [anon_sym_while] = ACTIONS(3286), + [anon_sym_do] = ACTIONS(3286), + [anon_sym_for] = ACTIONS(3286), + [anon_sym_return] = ACTIONS(3286), + [anon_sym_break] = ACTIONS(3286), + [anon_sym_continue] = ACTIONS(3286), + [anon_sym_goto] = ACTIONS(3286), + [anon_sym_AMP] = ACTIONS(3288), + [anon_sym_BANG] = ACTIONS(3288), + [anon_sym_TILDE] = ACTIONS(3288), + [anon_sym_PLUS] = ACTIONS(3286), + [anon_sym_DASH] = ACTIONS(3286), + [anon_sym_DASH_DASH] = ACTIONS(3288), + [anon_sym_PLUS_PLUS] = ACTIONS(3288), + [anon_sym_sizeof] = ACTIONS(3286), + [sym_number_literal] = ACTIONS(3288), + [sym_char_literal] = ACTIONS(3288), + [sym_string_literal] = ACTIONS(3288), + [sym_true] = ACTIONS(3286), + [sym_false] = ACTIONS(3286), + [sym_null] = ACTIONS(3286), + [sym_identifier] = ACTIONS(3286), + [sym_comment] = ACTIONS(39), + }, + [1371] = { + [sym_compound_statement] = STATE(1281), + [sym_labeled_statement] = STATE(1281), + [sym_expression_statement] = STATE(1281), + [sym_if_statement] = STATE(1281), + [sym_switch_statement] = STATE(1281), + [sym_case_statement] = STATE(1281), + [sym_while_statement] = STATE(1281), + [sym_do_statement] = STATE(1281), + [sym_for_statement] = STATE(1281), + [sym_return_statement] = STATE(1281), + [sym_break_statement] = STATE(1281), + [sym_continue_statement] = STATE(1281), + [sym_goto_statement] = STATE(1281), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), + [sym_comment] = ACTIONS(39), + }, + [1372] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1390), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3879), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1373] = { + [sym__expression] = STATE(1391), + [sym_conditional_expression] = STATE(1391), + [sym_assignment_expression] = STATE(1391), + [sym_pointer_expression] = STATE(1391), + [sym_logical_expression] = STATE(1391), + [sym_bitwise_expression] = STATE(1391), + [sym_equality_expression] = STATE(1391), + [sym_relational_expression] = STATE(1391), + [sym_shift_expression] = STATE(1391), + [sym_math_expression] = STATE(1391), + [sym_cast_expression] = STATE(1391), + [sym_sizeof_expression] = STATE(1391), + [sym_subscript_expression] = STATE(1391), + [sym_call_expression] = STATE(1391), + [sym_field_expression] = STATE(1391), + [sym_compound_literal_expression] = STATE(1391), + [sym_parenthesized_expression] = STATE(1391), + [sym_concatenated_string] = STATE(1391), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3879), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3881), + [sym_char_literal] = ACTIONS(3881), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3883), + [sym_false] = ACTIONS(3883), + [sym_null] = ACTIONS(3883), + [sym_identifier] = ACTIONS(3883), + [sym_comment] = ACTIONS(39), + }, + [1374] = { + [sym_argument_list] = STATE(453), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_SEMI] = ACTIONS(3885), + [anon_sym_STAR] = ACTIONS(1400), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1402), + [anon_sym_QMARK] = ACTIONS(1404), + [anon_sym_STAR_EQ] = ACTIONS(1406), + [anon_sym_SLASH_EQ] = ACTIONS(1406), + [anon_sym_PERCENT_EQ] = ACTIONS(1406), + [anon_sym_PLUS_EQ] = ACTIONS(1406), + [anon_sym_DASH_EQ] = ACTIONS(1406), + [anon_sym_LT_LT_EQ] = ACTIONS(1406), + [anon_sym_GT_GT_EQ] = ACTIONS(1406), + [anon_sym_AMP_EQ] = ACTIONS(1406), + [anon_sym_CARET_EQ] = ACTIONS(1406), + [anon_sym_PIPE_EQ] = ACTIONS(1406), + [anon_sym_AMP] = ACTIONS(1408), + [anon_sym_PIPE_PIPE] = ACTIONS(1410), + [anon_sym_AMP_AMP] = ACTIONS(1412), + [anon_sym_PIPE] = ACTIONS(1414), + [anon_sym_CARET] = ACTIONS(1416), + [anon_sym_EQ_EQ] = ACTIONS(1418), + [anon_sym_BANG_EQ] = ACTIONS(1418), + [anon_sym_LT] = ACTIONS(1420), + [anon_sym_GT] = ACTIONS(1420), + [anon_sym_LT_EQ] = ACTIONS(1422), + [anon_sym_GT_EQ] = ACTIONS(1422), + [anon_sym_LT_LT] = ACTIONS(1424), + [anon_sym_GT_GT] = ACTIONS(1424), + [anon_sym_PLUS] = ACTIONS(1426), + [anon_sym_DASH] = ACTIONS(1426), + [anon_sym_SLASH] = ACTIONS(1400), + [anon_sym_PERCENT] = ACTIONS(1400), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), + [sym_comment] = ACTIONS(39), + }, + [1375] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3791), + [anon_sym_LPAREN] = ACTIONS(3793), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3791), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3791), + [sym_preproc_directive] = ACTIONS(3791), + [anon_sym_SEMI] = ACTIONS(3793), + [anon_sym_typedef] = ACTIONS(3791), + [anon_sym_extern] = ACTIONS(3791), + [anon_sym_LBRACE] = ACTIONS(3793), + [anon_sym_STAR] = ACTIONS(3793), + [anon_sym_static] = ACTIONS(3791), + [anon_sym_auto] = ACTIONS(3791), + [anon_sym_register] = ACTIONS(3791), + [anon_sym_inline] = ACTIONS(3791), + [anon_sym_const] = ACTIONS(3791), + [anon_sym_restrict] = ACTIONS(3791), + [anon_sym_volatile] = ACTIONS(3791), + [anon_sym__Atomic] = ACTIONS(3791), + [anon_sym_unsigned] = ACTIONS(3791), + [anon_sym_long] = ACTIONS(3791), + [anon_sym_short] = ACTIONS(3791), + [sym_primitive_type] = ACTIONS(3791), + [anon_sym_enum] = ACTIONS(3791), + [anon_sym_struct] = ACTIONS(3791), + [anon_sym_union] = ACTIONS(3791), + [anon_sym_if] = ACTIONS(3791), + [anon_sym_else] = ACTIONS(3791), + [anon_sym_switch] = ACTIONS(3791), + [anon_sym_case] = ACTIONS(3791), + [anon_sym_default] = ACTIONS(3791), + [anon_sym_while] = ACTIONS(3791), + [anon_sym_do] = ACTIONS(3791), + [anon_sym_for] = ACTIONS(3791), + [anon_sym_return] = ACTIONS(3791), + [anon_sym_break] = ACTIONS(3791), + [anon_sym_continue] = ACTIONS(3791), + [anon_sym_goto] = ACTIONS(3791), + [anon_sym_AMP] = ACTIONS(3793), + [anon_sym_BANG] = ACTIONS(3793), + [anon_sym_TILDE] = ACTIONS(3793), + [anon_sym_PLUS] = ACTIONS(3791), + [anon_sym_DASH] = ACTIONS(3791), + [anon_sym_DASH_DASH] = ACTIONS(3793), + [anon_sym_PLUS_PLUS] = ACTIONS(3793), + [anon_sym_sizeof] = ACTIONS(3791), + [sym_number_literal] = ACTIONS(3793), + [sym_char_literal] = ACTIONS(3793), + [sym_string_literal] = ACTIONS(3793), + [sym_true] = ACTIONS(3791), + [sym_false] = ACTIONS(3791), + [sym_null] = ACTIONS(3791), + [sym_identifier] = ACTIONS(3791), + [sym_comment] = ACTIONS(39), + }, + [1376] = { + [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(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2304), + [anon_sym_switch] = ACTIONS(2306), + [anon_sym_case] = ACTIONS(2308), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2312), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2316), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3148), + [sym_comment] = ACTIONS(39), + }, + [1377] = { + [sym_compound_statement] = STATE(1293), + [sym_labeled_statement] = STATE(1293), + [sym_expression_statement] = STATE(1293), + [sym_if_statement] = STATE(1293), + [sym_switch_statement] = STATE(1293), + [sym_case_statement] = STATE(1293), + [sym_while_statement] = STATE(1293), + [sym_do_statement] = STATE(1293), + [sym_for_statement] = STATE(1293), + [sym_return_statement] = STATE(1293), + [sym_break_statement] = STATE(1293), + [sym_continue_statement] = STATE(1293), + [sym_goto_statement] = STATE(1293), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1378] = { + [sym_compound_statement] = STATE(1294), + [sym_labeled_statement] = STATE(1294), + [sym_expression_statement] = STATE(1294), + [sym_if_statement] = STATE(1294), + [sym_switch_statement] = STATE(1294), + [sym_case_statement] = STATE(1294), + [sym_while_statement] = STATE(1294), + [sym_do_statement] = STATE(1294), + [sym_for_statement] = STATE(1294), + [sym_return_statement] = STATE(1294), + [sym_break_statement] = STATE(1294), + [sym_continue_statement] = STATE(1294), + [sym_goto_statement] = STATE(1294), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1379] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3887), + [sym_comment] = ACTIONS(39), + }, + [1380] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1395), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3887), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1562] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(3981), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), - [sym_comment] = ACTIONS(39), - }, - [1563] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2660), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_auto] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_else] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [sym_char_literal] = ACTIONS(2660), - [sym_string_literal] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2658), - [sym_comment] = ACTIONS(39), - }, - [1564] = { - [sym__declarator] = STATE(1630), - [sym_pointer_declarator] = STATE(1630), - [sym_function_declarator] = STATE(1630), - [sym_array_declarator] = STATE(1630), - [sym_init_declarator] = STATE(1631), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(4239), - [sym_comment] = ACTIONS(39), - }, - [1565] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4241), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1566] = { - [anon_sym_LPAREN] = ACTIONS(4243), - [sym_comment] = ACTIONS(39), - }, - [1567] = { - [sym__expression] = STATE(1635), - [sym_conditional_expression] = STATE(1635), - [sym_assignment_expression] = STATE(1635), - [sym_pointer_expression] = STATE(1635), - [sym_logical_expression] = STATE(1635), - [sym_bitwise_expression] = STATE(1635), - [sym_equality_expression] = STATE(1635), - [sym_relational_expression] = STATE(1635), - [sym_shift_expression] = STATE(1635), - [sym_math_expression] = STATE(1635), - [sym_cast_expression] = STATE(1635), - [sym_sizeof_expression] = STATE(1635), - [sym_subscript_expression] = STATE(1635), - [sym_call_expression] = STATE(1635), - [sym_field_expression] = STATE(1635), - [sym_compound_literal_expression] = STATE(1635), - [sym_parenthesized_expression] = STATE(1635), - [sym_concatenated_string] = STATE(1635), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4245), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4247), - [sym_char_literal] = ACTIONS(4247), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4249), - [sym_false] = ACTIONS(4249), - [sym_null] = ACTIONS(4249), - [sym_identifier] = ACTIONS(4249), - [sym_comment] = ACTIONS(39), - }, - [1568] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4251), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1569] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_auto] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_else] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2700), - [sym_string_literal] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2698), - [sym_comment] = ACTIONS(39), - }, - [1570] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_auto] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_else] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [sym_char_literal] = ACTIONS(2704), - [sym_string_literal] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2702), - [sym_comment] = ACTIONS(39), - }, - [1571] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2717), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(2715), - [sym_preproc_directive] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_auto] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_unsigned] = ACTIONS(2715), - [anon_sym_long] = ACTIONS(2715), - [anon_sym_short] = ACTIONS(2715), - [sym_primitive_type] = ACTIONS(2715), - [anon_sym_enum] = ACTIONS(2715), - [anon_sym_struct] = ACTIONS(2715), - [anon_sym_union] = ACTIONS(2715), - [anon_sym_if] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_switch] = ACTIONS(2715), - [anon_sym_case] = ACTIONS(2715), - [anon_sym_default] = ACTIONS(2715), - [anon_sym_while] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_for] = ACTIONS(2715), - [anon_sym_return] = ACTIONS(2715), - [anon_sym_break] = ACTIONS(2715), - [anon_sym_continue] = ACTIONS(2715), - [anon_sym_goto] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_TILDE] = ACTIONS(2717), - [anon_sym_PLUS] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_sizeof] = ACTIONS(2715), - [sym_number_literal] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [sym_string_literal] = ACTIONS(2717), - [sym_true] = ACTIONS(2715), - [sym_false] = ACTIONS(2715), - [sym_null] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2715), - [sym_comment] = ACTIONS(39), - }, - [1572] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4017), - [anon_sym_LPAREN] = ACTIONS(4019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4017), - [sym_preproc_directive] = ACTIONS(4017), - [anon_sym_SEMI] = ACTIONS(4019), - [anon_sym_typedef] = ACTIONS(4017), - [anon_sym_extern] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_static] = ACTIONS(4017), - [anon_sym_auto] = ACTIONS(4017), - [anon_sym_register] = ACTIONS(4017), - [anon_sym_inline] = ACTIONS(4017), - [anon_sym_const] = ACTIONS(4017), - [anon_sym_restrict] = ACTIONS(4017), - [anon_sym_volatile] = ACTIONS(4017), - [anon_sym__Atomic] = ACTIONS(4017), - [anon_sym_unsigned] = ACTIONS(4017), - [anon_sym_long] = ACTIONS(4017), - [anon_sym_short] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(4017), - [anon_sym_enum] = ACTIONS(4017), - [anon_sym_struct] = ACTIONS(4017), - [anon_sym_union] = ACTIONS(4017), - [anon_sym_if] = ACTIONS(4017), - [anon_sym_switch] = ACTIONS(4017), - [anon_sym_case] = ACTIONS(4017), - [anon_sym_default] = ACTIONS(4017), - [anon_sym_while] = ACTIONS(4017), - [anon_sym_do] = ACTIONS(4017), - [anon_sym_for] = ACTIONS(4017), - [anon_sym_return] = ACTIONS(4017), - [anon_sym_break] = ACTIONS(4017), - [anon_sym_continue] = ACTIONS(4017), - [anon_sym_goto] = ACTIONS(4017), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4017), - [anon_sym_DASH] = ACTIONS(4017), - [anon_sym_DASH_DASH] = ACTIONS(4019), - [anon_sym_PLUS_PLUS] = ACTIONS(4019), - [anon_sym_sizeof] = ACTIONS(4017), - [sym_number_literal] = ACTIONS(4019), - [sym_char_literal] = ACTIONS(4019), - [sym_string_literal] = ACTIONS(4019), - [sym_true] = ACTIONS(4017), - [sym_false] = ACTIONS(4017), - [sym_null] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4017), - [sym_comment] = ACTIONS(39), - }, - [1573] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4061), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4059), - [sym_preproc_directive] = ACTIONS(4059), - [anon_sym_SEMI] = ACTIONS(4061), - [anon_sym_typedef] = ACTIONS(4059), - [anon_sym_extern] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4061), - [anon_sym_STAR] = ACTIONS(4061), - [anon_sym_static] = ACTIONS(4059), - [anon_sym_auto] = ACTIONS(4059), - [anon_sym_register] = ACTIONS(4059), - [anon_sym_inline] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_restrict] = ACTIONS(4059), - [anon_sym_volatile] = ACTIONS(4059), - [anon_sym__Atomic] = ACTIONS(4059), - [anon_sym_unsigned] = ACTIONS(4059), - [anon_sym_long] = ACTIONS(4059), - [anon_sym_short] = ACTIONS(4059), - [sym_primitive_type] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_switch] = ACTIONS(4059), - [anon_sym_case] = ACTIONS(4059), - [anon_sym_default] = ACTIONS(4059), - [anon_sym_while] = ACTIONS(4059), - [anon_sym_do] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4061), - [anon_sym_BANG] = ACTIONS(4061), - [anon_sym_TILDE] = ACTIONS(4061), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_DASH_DASH] = ACTIONS(4061), - [anon_sym_PLUS_PLUS] = ACTIONS(4061), - [anon_sym_sizeof] = ACTIONS(4059), - [sym_number_literal] = ACTIONS(4061), - [sym_char_literal] = ACTIONS(4061), - [sym_string_literal] = ACTIONS(4061), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_null] = ACTIONS(4059), - [sym_identifier] = ACTIONS(4059), - [sym_comment] = ACTIONS(39), - }, - [1574] = { - [sym_compound_statement] = STATE(1637), - [sym_labeled_statement] = STATE(1637), - [sym_expression_statement] = STATE(1637), - [sym_if_statement] = STATE(1637), - [sym_switch_statement] = STATE(1637), - [sym_case_statement] = STATE(1637), - [sym_while_statement] = STATE(1637), - [sym_do_statement] = STATE(1637), - [sym_for_statement] = STATE(1637), - [sym_return_statement] = STATE(1637), - [sym_break_statement] = STATE(1637), - [sym_continue_statement] = STATE(1637), - [sym_goto_statement] = STATE(1637), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), - [sym_comment] = ACTIONS(39), - }, - [1575] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4253), - [sym_comment] = ACTIONS(39), - }, - [1576] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1639), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4253), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1577] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3576), - [anon_sym_LPAREN] = ACTIONS(3578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3576), - [sym_preproc_directive] = ACTIONS(3576), - [anon_sym_SEMI] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3576), - [anon_sym_extern] = ACTIONS(3576), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_RBRACE] = ACTIONS(3578), - [anon_sym_STAR] = ACTIONS(3578), - [anon_sym_static] = ACTIONS(3576), - [anon_sym_auto] = ACTIONS(3576), - [anon_sym_register] = ACTIONS(3576), - [anon_sym_inline] = ACTIONS(3576), - [anon_sym_const] = ACTIONS(3576), - [anon_sym_restrict] = ACTIONS(3576), - [anon_sym_volatile] = ACTIONS(3576), - [anon_sym__Atomic] = ACTIONS(3576), - [anon_sym_unsigned] = ACTIONS(3576), - [anon_sym_long] = ACTIONS(3576), - [anon_sym_short] = ACTIONS(3576), - [sym_primitive_type] = ACTIONS(3576), - [anon_sym_enum] = ACTIONS(3576), - [anon_sym_struct] = ACTIONS(3576), - [anon_sym_union] = ACTIONS(3576), - [anon_sym_if] = ACTIONS(3576), - [anon_sym_else] = ACTIONS(4255), - [anon_sym_switch] = ACTIONS(3576), - [anon_sym_case] = ACTIONS(3576), - [anon_sym_default] = ACTIONS(3576), - [anon_sym_while] = ACTIONS(3576), - [anon_sym_do] = ACTIONS(3576), - [anon_sym_for] = ACTIONS(3576), - [anon_sym_return] = ACTIONS(3576), - [anon_sym_break] = ACTIONS(3576), - [anon_sym_continue] = ACTIONS(3576), - [anon_sym_goto] = ACTIONS(3576), - [anon_sym_AMP] = ACTIONS(3578), - [anon_sym_BANG] = ACTIONS(3578), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3576), - [anon_sym_DASH] = ACTIONS(3576), - [anon_sym_DASH_DASH] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3578), - [anon_sym_sizeof] = ACTIONS(3576), - [sym_number_literal] = ACTIONS(3578), - [sym_char_literal] = ACTIONS(3578), - [sym_string_literal] = ACTIONS(3578), - [sym_true] = ACTIONS(3576), - [sym_false] = ACTIONS(3576), - [sym_null] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3576), - [sym_comment] = ACTIONS(39), - }, - [1578] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3586), - [sym_preproc_directive] = ACTIONS(3586), - [anon_sym_SEMI] = ACTIONS(3588), - [anon_sym_typedef] = ACTIONS(3586), - [anon_sym_extern] = ACTIONS(3586), - [anon_sym_LBRACE] = ACTIONS(3588), - [anon_sym_RBRACE] = ACTIONS(3588), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_static] = ACTIONS(3586), - [anon_sym_auto] = ACTIONS(3586), - [anon_sym_register] = ACTIONS(3586), - [anon_sym_inline] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_restrict] = ACTIONS(3586), - [anon_sym_volatile] = ACTIONS(3586), - [anon_sym__Atomic] = ACTIONS(3586), - [anon_sym_unsigned] = ACTIONS(3586), - [anon_sym_long] = ACTIONS(3586), - [anon_sym_short] = ACTIONS(3586), - [sym_primitive_type] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_else] = ACTIONS(3586), - [anon_sym_switch] = ACTIONS(3586), - [anon_sym_case] = ACTIONS(3586), - [anon_sym_default] = ACTIONS(3586), - [anon_sym_while] = ACTIONS(3586), - [anon_sym_do] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3588), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_TILDE] = ACTIONS(3588), - [anon_sym_PLUS] = ACTIONS(3586), - [anon_sym_DASH] = ACTIONS(3586), - [anon_sym_DASH_DASH] = ACTIONS(3588), - [anon_sym_PLUS_PLUS] = ACTIONS(3588), - [anon_sym_sizeof] = ACTIONS(3586), - [sym_number_literal] = ACTIONS(3588), - [sym_char_literal] = ACTIONS(3588), - [sym_string_literal] = ACTIONS(3588), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_null] = ACTIONS(3586), - [sym_identifier] = ACTIONS(3586), - [sym_comment] = ACTIONS(39), - }, - [1579] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4257), - [anon_sym_LBRACK] = ACTIONS(446), + [1381] = { + [sym__expression] = STATE(1396), + [sym_conditional_expression] = STATE(1396), + [sym_assignment_expression] = STATE(1396), + [sym_pointer_expression] = STATE(1396), + [sym_logical_expression] = STATE(1396), + [sym_bitwise_expression] = STATE(1396), + [sym_equality_expression] = STATE(1396), + [sym_relational_expression] = STATE(1396), + [sym_shift_expression] = STATE(1396), + [sym_math_expression] = STATE(1396), + [sym_cast_expression] = STATE(1396), + [sym_sizeof_expression] = STATE(1396), + [sym_subscript_expression] = STATE(1396), + [sym_call_expression] = STATE(1396), + [sym_field_expression] = STATE(1396), + [sym_compound_literal_expression] = STATE(1396), + [sym_parenthesized_expression] = STATE(1396), + [sym_concatenated_string] = STATE(1396), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3887), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3889), + [sym_char_literal] = ACTIONS(3889), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3891), + [sym_false] = ACTIONS(3891), + [sym_null] = ACTIONS(3891), + [sym_identifier] = ACTIONS(3891), [sym_comment] = ACTIONS(39), }, - [1580] = { - [sym__type_declarator] = STATE(1642), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1581] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(562), - [anon_sym_RBRACE] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [anon_sym_if] = ACTIONS(564), - [anon_sym_else] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(564), - [anon_sym_case] = ACTIONS(564), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(564), - [anon_sym_for] = ACTIONS(564), - [anon_sym_return] = ACTIONS(564), - [anon_sym_break] = ACTIONS(564), - [anon_sym_continue] = ACTIONS(564), - [anon_sym_goto] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), - [sym_comment] = ACTIONS(39), - }, - [1582] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4259), - [sym_comment] = ACTIONS(39), - }, - [1583] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3598), - [anon_sym_LPAREN] = ACTIONS(3600), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3598), - [sym_preproc_directive] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3600), - [anon_sym_typedef] = ACTIONS(3598), - [anon_sym_extern] = ACTIONS(3598), - [anon_sym_LBRACE] = ACTIONS(3600), - [anon_sym_RBRACE] = ACTIONS(3600), - [anon_sym_STAR] = ACTIONS(3600), - [anon_sym_static] = ACTIONS(3598), - [anon_sym_auto] = ACTIONS(3598), - [anon_sym_register] = ACTIONS(3598), - [anon_sym_inline] = ACTIONS(3598), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_restrict] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3598), - [anon_sym__Atomic] = ACTIONS(3598), - [anon_sym_unsigned] = ACTIONS(3598), - [anon_sym_long] = ACTIONS(3598), - [anon_sym_short] = ACTIONS(3598), - [sym_primitive_type] = ACTIONS(3598), - [anon_sym_enum] = ACTIONS(3598), - [anon_sym_struct] = ACTIONS(3598), - [anon_sym_union] = ACTIONS(3598), - [anon_sym_if] = ACTIONS(3598), - [anon_sym_else] = ACTIONS(3598), - [anon_sym_switch] = ACTIONS(3598), - [anon_sym_case] = ACTIONS(3598), - [anon_sym_default] = ACTIONS(3598), - [anon_sym_while] = ACTIONS(3598), - [anon_sym_do] = ACTIONS(3598), - [anon_sym_for] = ACTIONS(3598), - [anon_sym_return] = ACTIONS(3598), - [anon_sym_break] = ACTIONS(3598), - [anon_sym_continue] = ACTIONS(3598), - [anon_sym_goto] = ACTIONS(3598), - [anon_sym_AMP] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_TILDE] = ACTIONS(3600), - [anon_sym_PLUS] = ACTIONS(3598), - [anon_sym_DASH] = ACTIONS(3598), - [anon_sym_DASH_DASH] = ACTIONS(3600), - [anon_sym_PLUS_PLUS] = ACTIONS(3600), - [anon_sym_sizeof] = ACTIONS(3598), - [sym_number_literal] = ACTIONS(3600), - [sym_char_literal] = ACTIONS(3600), - [sym_string_literal] = ACTIONS(3600), - [sym_true] = ACTIONS(3598), - [sym_false] = ACTIONS(3598), - [sym_null] = ACTIONS(3598), - [sym_identifier] = ACTIONS(3598), - [sym_comment] = ACTIONS(39), - }, - [1584] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4261), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1585] = { - [sym_compound_statement] = STATE(1645), - [sym_labeled_statement] = STATE(1645), - [sym_expression_statement] = STATE(1645), - [sym_if_statement] = STATE(1645), - [sym_switch_statement] = STATE(1645), - [sym_case_statement] = STATE(1645), - [sym_while_statement] = STATE(1645), - [sym_do_statement] = STATE(1645), - [sym_for_statement] = STATE(1645), - [sym_return_statement] = STATE(1645), - [sym_break_statement] = STATE(1645), - [sym_continue_statement] = STATE(1645), - [sym_goto_statement] = STATE(1645), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1586] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1647), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4263), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1587] = { - [sym__expression] = STATE(1648), - [sym_conditional_expression] = STATE(1648), - [sym_assignment_expression] = STATE(1648), - [sym_pointer_expression] = STATE(1648), - [sym_logical_expression] = STATE(1648), - [sym_bitwise_expression] = STATE(1648), - [sym_equality_expression] = STATE(1648), - [sym_relational_expression] = STATE(1648), - [sym_shift_expression] = STATE(1648), - [sym_math_expression] = STATE(1648), - [sym_cast_expression] = STATE(1648), - [sym_sizeof_expression] = STATE(1648), - [sym_subscript_expression] = STATE(1648), - [sym_call_expression] = STATE(1648), - [sym_field_expression] = STATE(1648), - [sym_compound_literal_expression] = STATE(1648), - [sym_parenthesized_expression] = STATE(1648), - [sym_concatenated_string] = STATE(1648), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4263), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4265), - [sym_char_literal] = ACTIONS(4265), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4267), - [sym_false] = ACTIONS(4267), - [sym_null] = ACTIONS(4267), - [sym_identifier] = ACTIONS(4267), - [sym_comment] = ACTIONS(39), - }, - [1588] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4269), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1589] = { - [sym_compound_statement] = STATE(1650), - [sym_labeled_statement] = STATE(1650), - [sym_expression_statement] = STATE(1650), - [sym_if_statement] = STATE(1650), - [sym_switch_statement] = STATE(1650), - [sym_case_statement] = STATE(1650), - [sym_while_statement] = STATE(1650), - [sym_do_statement] = STATE(1650), - [sym_for_statement] = STATE(1650), - [sym_return_statement] = STATE(1650), - [sym_break_statement] = STATE(1650), - [sym_continue_statement] = STATE(1650), - [sym_goto_statement] = STATE(1650), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1590] = { - [sym_compound_statement] = STATE(1651), - [sym_labeled_statement] = STATE(1651), - [sym_expression_statement] = STATE(1651), - [sym_if_statement] = STATE(1651), - [sym_switch_statement] = STATE(1651), - [sym_case_statement] = STATE(1651), - [sym_while_statement] = STATE(1651), - [sym_do_statement] = STATE(1651), - [sym_for_statement] = STATE(1651), - [sym_return_statement] = STATE(1651), - [sym_break_statement] = STATE(1651), - [sym_continue_statement] = STATE(1651), - [sym_goto_statement] = STATE(1651), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1591] = { - [anon_sym_else] = ACTIONS(3223), - [anon_sym_while] = ACTIONS(3223), - [sym_comment] = ACTIONS(39), - }, - [1592] = { - [sym__type_declarator] = STATE(1652), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1593] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(1653), - [sym_sized_type_specifier] = STATE(1653), - [sym_enum_specifier] = STATE(1653), - [sym_struct_specifier] = STATE(1653), - [sym_union_specifier] = STATE(1653), - [sym_macro_type_specifier] = STATE(1653), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4271), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1382] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3841), + [anon_sym_LPAREN] = ACTIONS(3843), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3841), + [sym_preproc_directive] = ACTIONS(3841), + [anon_sym_SEMI] = ACTIONS(3843), + [anon_sym_typedef] = ACTIONS(3841), + [anon_sym_extern] = ACTIONS(3841), + [anon_sym_LBRACE] = ACTIONS(3843), + [anon_sym_STAR] = ACTIONS(3843), + [anon_sym_static] = ACTIONS(3841), + [anon_sym_auto] = ACTIONS(3841), + [anon_sym_register] = ACTIONS(3841), + [anon_sym_inline] = ACTIONS(3841), + [anon_sym_const] = ACTIONS(3841), + [anon_sym_restrict] = ACTIONS(3841), + [anon_sym_volatile] = ACTIONS(3841), + [anon_sym__Atomic] = ACTIONS(3841), + [anon_sym_unsigned] = ACTIONS(3841), + [anon_sym_long] = ACTIONS(3841), + [anon_sym_short] = ACTIONS(3841), + [sym_primitive_type] = ACTIONS(3841), + [anon_sym_enum] = ACTIONS(3841), + [anon_sym_struct] = ACTIONS(3841), + [anon_sym_union] = ACTIONS(3841), + [anon_sym_if] = ACTIONS(3841), + [anon_sym_else] = ACTIONS(3841), + [anon_sym_switch] = ACTIONS(3841), + [anon_sym_case] = ACTIONS(3841), + [anon_sym_default] = ACTIONS(3841), + [anon_sym_while] = ACTIONS(3841), + [anon_sym_do] = ACTIONS(3841), + [anon_sym_for] = ACTIONS(3841), + [anon_sym_return] = ACTIONS(3841), + [anon_sym_break] = ACTIONS(3841), + [anon_sym_continue] = ACTIONS(3841), + [anon_sym_goto] = ACTIONS(3841), + [anon_sym_AMP] = ACTIONS(3843), + [anon_sym_BANG] = ACTIONS(3843), + [anon_sym_TILDE] = ACTIONS(3843), + [anon_sym_PLUS] = ACTIONS(3841), + [anon_sym_DASH] = ACTIONS(3841), + [anon_sym_DASH_DASH] = ACTIONS(3843), + [anon_sym_PLUS_PLUS] = ACTIONS(3843), + [anon_sym_sizeof] = ACTIONS(3841), + [sym_number_literal] = ACTIONS(3843), + [sym_char_literal] = ACTIONS(3843), + [sym_string_literal] = ACTIONS(3843), + [sym_true] = ACTIONS(3841), + [sym_false] = ACTIONS(3841), + [sym_null] = ACTIONS(3841), + [sym_identifier] = ACTIONS(3841), [sym_comment] = ACTIONS(39), }, - [1594] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1655), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4273), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), - [sym_comment] = ACTIONS(39), - }, - [1595] = { - [aux_sym_declaration_repeat1] = STATE(1655), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4273), - [sym_comment] = ACTIONS(39), - }, - [1596] = { - [sym_compound_statement] = STATE(1656), - [sym_labeled_statement] = STATE(1656), - [sym_expression_statement] = STATE(1656), - [sym_if_statement] = STATE(1656), - [sym_switch_statement] = STATE(1656), - [sym_case_statement] = STATE(1656), - [sym_while_statement] = STATE(1656), - [sym_do_statement] = STATE(1656), - [sym_for_statement] = STATE(1656), - [sym_return_statement] = STATE(1656), - [sym_break_statement] = STATE(1656), - [sym_continue_statement] = STATE(1656), - [sym_goto_statement] = STATE(1656), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1597] = { - [sym__expression] = STATE(1657), - [sym_conditional_expression] = STATE(1657), - [sym_assignment_expression] = STATE(1657), - [sym_pointer_expression] = STATE(1657), - [sym_logical_expression] = STATE(1657), - [sym_bitwise_expression] = STATE(1657), - [sym_equality_expression] = STATE(1657), - [sym_relational_expression] = STATE(1657), - [sym_shift_expression] = STATE(1657), - [sym_math_expression] = STATE(1657), - [sym_cast_expression] = STATE(1657), - [sym_sizeof_expression] = STATE(1657), - [sym_subscript_expression] = STATE(1657), - [sym_call_expression] = STATE(1657), - [sym_field_expression] = STATE(1657), - [sym_compound_literal_expression] = STATE(1657), - [sym_parenthesized_expression] = STATE(1657), - [sym_concatenated_string] = STATE(1657), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4275), - [sym_char_literal] = ACTIONS(4275), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4277), - [sym_false] = ACTIONS(4277), - [sym_null] = ACTIONS(4277), - [sym_identifier] = ACTIONS(4277), - [sym_comment] = ACTIONS(39), - }, - [1598] = { - [sym__expression] = STATE(1659), - [sym_conditional_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_pointer_expression] = STATE(1659), - [sym_logical_expression] = STATE(1659), - [sym_bitwise_expression] = STATE(1659), - [sym_equality_expression] = STATE(1659), - [sym_relational_expression] = STATE(1659), - [sym_shift_expression] = STATE(1659), - [sym_math_expression] = STATE(1659), - [sym_cast_expression] = STATE(1659), - [sym_sizeof_expression] = STATE(1659), - [sym_subscript_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_field_expression] = STATE(1659), - [sym_compound_literal_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_concatenated_string] = STATE(1659), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4279), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4281), - [sym_char_literal] = ACTIONS(4281), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4283), - [sym_false] = ACTIONS(4283), - [sym_null] = ACTIONS(4283), - [sym_identifier] = ACTIONS(4283), - [sym_comment] = ACTIONS(39), - }, - [1599] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4285), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1600] = { - [sym__expression] = STATE(1661), - [sym_conditional_expression] = STATE(1661), - [sym_assignment_expression] = STATE(1661), - [sym_pointer_expression] = STATE(1661), - [sym_logical_expression] = STATE(1661), - [sym_bitwise_expression] = STATE(1661), - [sym_equality_expression] = STATE(1661), - [sym_relational_expression] = STATE(1661), - [sym_shift_expression] = STATE(1661), - [sym_math_expression] = STATE(1661), - [sym_cast_expression] = STATE(1661), - [sym_sizeof_expression] = STATE(1661), - [sym_subscript_expression] = STATE(1661), - [sym_call_expression] = STATE(1661), - [sym_field_expression] = STATE(1661), - [sym_compound_literal_expression] = STATE(1661), - [sym_parenthesized_expression] = STATE(1661), - [sym_concatenated_string] = STATE(1661), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4285), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4287), - [sym_char_literal] = ACTIONS(4287), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4289), - [sym_false] = ACTIONS(4289), - [sym_null] = ACTIONS(4289), - [sym_identifier] = ACTIONS(4289), - [sym_comment] = ACTIONS(39), - }, - [1601] = { - [sym_compound_statement] = STATE(1603), - [sym_labeled_statement] = STATE(1603), - [sym_expression_statement] = STATE(1603), - [sym_if_statement] = STATE(1603), - [sym_switch_statement] = STATE(1603), - [sym_case_statement] = STATE(1603), - [sym_while_statement] = STATE(1603), - [sym_do_statement] = STATE(1603), - [sym_for_statement] = STATE(1603), - [sym_return_statement] = STATE(1603), - [sym_break_statement] = STATE(1603), - [sym_continue_statement] = STATE(1603), - [sym_goto_statement] = STATE(1603), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [1602] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4291), - [sym_comment] = ACTIONS(39), - }, - [1603] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4293), - [anon_sym_LPAREN] = ACTIONS(4295), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4293), - [sym_preproc_directive] = ACTIONS(4293), - [anon_sym_SEMI] = ACTIONS(4295), - [anon_sym_typedef] = ACTIONS(4293), - [anon_sym_extern] = ACTIONS(4293), - [anon_sym_LBRACE] = ACTIONS(4295), - [anon_sym_RBRACE] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_static] = ACTIONS(4293), - [anon_sym_auto] = ACTIONS(4293), - [anon_sym_register] = ACTIONS(4293), - [anon_sym_inline] = ACTIONS(4293), - [anon_sym_const] = ACTIONS(4293), - [anon_sym_restrict] = ACTIONS(4293), - [anon_sym_volatile] = ACTIONS(4293), - [anon_sym__Atomic] = ACTIONS(4293), - [anon_sym_unsigned] = ACTIONS(4293), - [anon_sym_long] = ACTIONS(4293), - [anon_sym_short] = ACTIONS(4293), - [sym_primitive_type] = ACTIONS(4293), - [anon_sym_enum] = ACTIONS(4293), - [anon_sym_struct] = ACTIONS(4293), - [anon_sym_union] = ACTIONS(4293), - [anon_sym_if] = ACTIONS(4293), - [anon_sym_switch] = ACTIONS(4293), - [anon_sym_case] = ACTIONS(4293), - [anon_sym_default] = ACTIONS(4293), - [anon_sym_while] = ACTIONS(4293), - [anon_sym_do] = ACTIONS(4293), - [anon_sym_for] = ACTIONS(4293), - [anon_sym_return] = ACTIONS(4293), - [anon_sym_break] = ACTIONS(4293), - [anon_sym_continue] = ACTIONS(4293), - [anon_sym_goto] = ACTIONS(4293), - [anon_sym_AMP] = ACTIONS(4295), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_TILDE] = ACTIONS(4295), - [anon_sym_PLUS] = ACTIONS(4293), - [anon_sym_DASH] = ACTIONS(4293), - [anon_sym_DASH_DASH] = ACTIONS(4295), - [anon_sym_PLUS_PLUS] = ACTIONS(4295), - [anon_sym_sizeof] = ACTIONS(4293), - [sym_number_literal] = ACTIONS(4295), - [sym_char_literal] = ACTIONS(4295), - [sym_string_literal] = ACTIONS(4295), - [sym_true] = ACTIONS(4293), - [sym_false] = ACTIONS(4293), - [sym_null] = ACTIONS(4293), - [sym_identifier] = ACTIONS(4293), - [sym_comment] = ACTIONS(39), - }, - [1604] = { - [sym_compound_statement] = STATE(1663), - [sym_labeled_statement] = STATE(1663), - [sym_expression_statement] = STATE(1663), - [sym_if_statement] = STATE(1663), - [sym_switch_statement] = STATE(1663), - [sym_case_statement] = STATE(1663), - [sym_while_statement] = STATE(1663), - [sym_do_statement] = STATE(1663), - [sym_for_statement] = STATE(1663), - [sym_return_statement] = STATE(1663), - [sym_break_statement] = STATE(1663), - [sym_continue_statement] = STATE(1663), - [sym_goto_statement] = STATE(1663), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(590), - [anon_sym_switch] = ACTIONS(592), - [anon_sym_case] = ACTIONS(594), - [anon_sym_default] = ACTIONS(596), - [anon_sym_while] = ACTIONS(598), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(602), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1832), - [sym_comment] = ACTIONS(39), - }, - [1605] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1910), - [anon_sym_LPAREN] = ACTIONS(1908), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1910), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1910), - [sym_preproc_directive] = ACTIONS(1910), - [anon_sym_SEMI] = ACTIONS(1908), - [anon_sym_typedef] = ACTIONS(1910), - [anon_sym_extern] = ACTIONS(1910), - [anon_sym_LBRACE] = ACTIONS(1908), - [anon_sym_STAR] = ACTIONS(1908), - [anon_sym_static] = ACTIONS(1910), - [anon_sym_auto] = ACTIONS(1910), - [anon_sym_register] = ACTIONS(1910), - [anon_sym_inline] = ACTIONS(1910), - [anon_sym_const] = ACTIONS(1910), - [anon_sym_restrict] = ACTIONS(1910), - [anon_sym_volatile] = ACTIONS(1910), - [anon_sym__Atomic] = ACTIONS(1910), - [anon_sym_unsigned] = ACTIONS(1910), - [anon_sym_long] = ACTIONS(1910), - [anon_sym_short] = ACTIONS(1910), - [sym_primitive_type] = ACTIONS(1910), - [anon_sym_enum] = ACTIONS(1910), - [anon_sym_struct] = ACTIONS(1910), - [anon_sym_union] = ACTIONS(1910), - [anon_sym_if] = ACTIONS(1910), - [anon_sym_else] = ACTIONS(1910), - [anon_sym_switch] = ACTIONS(1910), - [anon_sym_case] = ACTIONS(1910), - [anon_sym_default] = ACTIONS(1910), - [anon_sym_while] = ACTIONS(1910), - [anon_sym_do] = ACTIONS(1910), - [anon_sym_for] = ACTIONS(1910), - [anon_sym_return] = ACTIONS(1910), - [anon_sym_break] = ACTIONS(1910), - [anon_sym_continue] = ACTIONS(1910), - [anon_sym_goto] = ACTIONS(1910), - [anon_sym_AMP] = ACTIONS(1908), - [anon_sym_BANG] = ACTIONS(1908), - [anon_sym_TILDE] = ACTIONS(1908), - [anon_sym_PLUS] = ACTIONS(1910), - [anon_sym_DASH] = ACTIONS(1910), - [anon_sym_DASH_DASH] = ACTIONS(1908), - [anon_sym_PLUS_PLUS] = ACTIONS(1908), - [anon_sym_sizeof] = ACTIONS(1910), - [sym_number_literal] = ACTIONS(1908), - [sym_char_literal] = ACTIONS(1908), - [sym_string_literal] = ACTIONS(1908), - [sym_true] = ACTIONS(1910), - [sym_false] = ACTIONS(1910), - [sym_null] = ACTIONS(1910), - [sym_identifier] = ACTIONS(1910), - [sym_comment] = ACTIONS(39), - }, - [1606] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4297), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1607] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4299), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1608] = { - [sym_declaration] = STATE(1666), - [sym_type_definition] = STATE(1666), - [sym__declaration_specifiers] = STATE(1612), - [sym_compound_statement] = STATE(1666), - [sym_storage_class_specifier] = STATE(111), - [sym_type_qualifier] = STATE(111), - [sym__type_specifier] = STATE(110), - [sym_sized_type_specifier] = STATE(110), - [sym_enum_specifier] = STATE(110), - [sym_struct_specifier] = STATE(110), - [sym_union_specifier] = STATE(110), - [sym_labeled_statement] = STATE(1666), - [sym_expression_statement] = STATE(1666), - [sym_if_statement] = STATE(1666), - [sym_switch_statement] = STATE(1666), - [sym_case_statement] = STATE(1666), - [sym_while_statement] = STATE(1666), - [sym_do_statement] = STATE(1666), - [sym_for_statement] = STATE(1666), - [sym_return_statement] = STATE(1666), - [sym_break_statement] = STATE(1666), - [sym_continue_statement] = STATE(1666), - [sym_goto_statement] = STATE(1666), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [sym_macro_type_specifier] = STATE(110), - [aux_sym__declaration_specifiers_repeat1] = STATE(111), - [aux_sym_sized_type_specifier_repeat1] = STATE(112), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_typedef] = ACTIONS(4207), - [anon_sym_extern] = ACTIONS(23), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_static] = ACTIONS(23), - [anon_sym_auto] = ACTIONS(23), - [anon_sym_register] = ACTIONS(23), - [anon_sym_inline] = ACTIONS(23), - [anon_sym_const] = ACTIONS(25), - [anon_sym_restrict] = ACTIONS(25), - [anon_sym_volatile] = ACTIONS(25), - [anon_sym__Atomic] = ACTIONS(25), - [anon_sym_unsigned] = ACTIONS(199), - [anon_sym_long] = ACTIONS(199), - [anon_sym_short] = ACTIONS(199), - [sym_primitive_type] = ACTIONS(201), - [anon_sym_enum] = ACTIONS(31), - [anon_sym_struct] = ACTIONS(33), - [anon_sym_union] = ACTIONS(35), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(4209), - [sym_comment] = ACTIONS(39), - }, - [1609] = { - [sym_type_qualifier] = STATE(1668), - [sym__type_specifier] = STATE(1667), - [sym_sized_type_specifier] = STATE(1667), - [sym_enum_specifier] = STATE(1667), - [sym_struct_specifier] = STATE(1667), - [sym_union_specifier] = STATE(1667), - [sym_macro_type_specifier] = STATE(1667), - [aux_sym_type_definition_repeat1] = STATE(1668), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4301), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1383] = { + [sym_compound_statement] = STATE(1311), + [sym_labeled_statement] = STATE(1311), + [sym_expression_statement] = STATE(1311), + [sym_if_statement] = STATE(1311), + [sym_switch_statement] = STATE(1311), + [sym_case_statement] = STATE(1311), + [sym_while_statement] = STATE(1311), + [sym_do_statement] = STATE(1311), + [sym_for_statement] = STATE(1311), + [sym_return_statement] = STATE(1311), + [sym_break_statement] = STATE(1311), + [sym_continue_statement] = STATE(1311), + [sym_goto_statement] = STATE(1311), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1610] = { - [anon_sym_LPAREN] = ACTIONS(1130), - [anon_sym_COMMA] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1124), - [anon_sym_extern] = ACTIONS(92), - [anon_sym_STAR] = ACTIONS(1137), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_EQ] = ACTIONS(1126), - [anon_sym_static] = ACTIONS(92), - [anon_sym_auto] = ACTIONS(92), - [anon_sym_register] = ACTIONS(92), - [anon_sym_inline] = ACTIONS(92), - [anon_sym_const] = ACTIONS(92), - [anon_sym_restrict] = ACTIONS(92), - [anon_sym_volatile] = ACTIONS(92), - [anon_sym__Atomic] = ACTIONS(92), - [anon_sym_COLON] = ACTIONS(4093), - [anon_sym_QMARK] = ACTIONS(1124), - [anon_sym_STAR_EQ] = ACTIONS(1124), - [anon_sym_SLASH_EQ] = ACTIONS(1124), - [anon_sym_PERCENT_EQ] = ACTIONS(1124), - [anon_sym_PLUS_EQ] = ACTIONS(1124), - [anon_sym_DASH_EQ] = ACTIONS(1124), - [anon_sym_LT_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_GT_EQ] = ACTIONS(1124), - [anon_sym_AMP_EQ] = ACTIONS(1124), - [anon_sym_CARET_EQ] = ACTIONS(1124), - [anon_sym_PIPE_EQ] = ACTIONS(1124), - [anon_sym_AMP] = ACTIONS(1126), - [anon_sym_PIPE_PIPE] = ACTIONS(1124), - [anon_sym_AMP_AMP] = ACTIONS(1124), - [anon_sym_PIPE] = ACTIONS(1126), - [anon_sym_CARET] = ACTIONS(1126), - [anon_sym_EQ_EQ] = ACTIONS(1124), - [anon_sym_BANG_EQ] = ACTIONS(1124), - [anon_sym_LT] = ACTIONS(1126), - [anon_sym_GT] = ACTIONS(1126), - [anon_sym_LT_EQ] = ACTIONS(1124), - [anon_sym_GT_EQ] = ACTIONS(1124), - [anon_sym_LT_LT] = ACTIONS(1126), - [anon_sym_GT_GT] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_SLASH] = ACTIONS(1126), - [anon_sym_PERCENT] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [anon_sym_DOT] = ACTIONS(1124), - [anon_sym_DASH_GT] = ACTIONS(1124), - [sym_identifier] = ACTIONS(92), - [sym_comment] = ACTIONS(39), - }, - [1611] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2658), - [anon_sym_LPAREN] = ACTIONS(2660), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2658), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2658), - [sym_preproc_directive] = ACTIONS(2658), - [anon_sym_SEMI] = ACTIONS(2660), - [anon_sym_typedef] = ACTIONS(2658), - [anon_sym_extern] = ACTIONS(2658), - [anon_sym_LBRACE] = ACTIONS(2660), - [anon_sym_STAR] = ACTIONS(2660), - [anon_sym_static] = ACTIONS(2658), - [anon_sym_auto] = ACTIONS(2658), - [anon_sym_register] = ACTIONS(2658), - [anon_sym_inline] = ACTIONS(2658), - [anon_sym_const] = ACTIONS(2658), - [anon_sym_restrict] = ACTIONS(2658), - [anon_sym_volatile] = ACTIONS(2658), - [anon_sym__Atomic] = ACTIONS(2658), - [anon_sym_unsigned] = ACTIONS(2658), - [anon_sym_long] = ACTIONS(2658), - [anon_sym_short] = ACTIONS(2658), - [sym_primitive_type] = ACTIONS(2658), - [anon_sym_enum] = ACTIONS(2658), - [anon_sym_struct] = ACTIONS(2658), - [anon_sym_union] = ACTIONS(2658), - [anon_sym_if] = ACTIONS(2658), - [anon_sym_else] = ACTIONS(2658), - [anon_sym_switch] = ACTIONS(2658), - [anon_sym_case] = ACTIONS(2658), - [anon_sym_default] = ACTIONS(2658), - [anon_sym_while] = ACTIONS(2658), - [anon_sym_do] = ACTIONS(2658), - [anon_sym_for] = ACTIONS(2658), - [anon_sym_return] = ACTIONS(2658), - [anon_sym_break] = ACTIONS(2658), - [anon_sym_continue] = ACTIONS(2658), - [anon_sym_goto] = ACTIONS(2658), - [anon_sym_AMP] = ACTIONS(2660), - [anon_sym_BANG] = ACTIONS(2660), - [anon_sym_TILDE] = ACTIONS(2660), - [anon_sym_PLUS] = ACTIONS(2658), - [anon_sym_DASH] = ACTIONS(2658), - [anon_sym_DASH_DASH] = ACTIONS(2660), - [anon_sym_PLUS_PLUS] = ACTIONS(2660), - [anon_sym_sizeof] = ACTIONS(2658), - [sym_number_literal] = ACTIONS(2660), - [sym_char_literal] = ACTIONS(2660), - [sym_string_literal] = ACTIONS(2660), - [sym_true] = ACTIONS(2658), - [sym_false] = ACTIONS(2658), - [sym_null] = ACTIONS(2658), - [sym_identifier] = ACTIONS(2658), - [sym_comment] = ACTIONS(39), - }, - [1612] = { - [sym__declarator] = STATE(1669), - [sym_pointer_declarator] = STATE(1669), - [sym_function_declarator] = STATE(1669), - [sym_array_declarator] = STATE(1669), - [sym_init_declarator] = STATE(1670), - [anon_sym_LPAREN] = ACTIONS(96), - [anon_sym_STAR] = ACTIONS(558), - [sym_identifier] = ACTIONS(4303), - [sym_comment] = ACTIONS(39), - }, - [1613] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4305), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1614] = { - [anon_sym_LPAREN] = ACTIONS(4307), - [sym_comment] = ACTIONS(39), - }, - [1615] = { - [sym__expression] = STATE(1674), - [sym_conditional_expression] = STATE(1674), - [sym_assignment_expression] = STATE(1674), - [sym_pointer_expression] = STATE(1674), - [sym_logical_expression] = STATE(1674), - [sym_bitwise_expression] = STATE(1674), - [sym_equality_expression] = STATE(1674), - [sym_relational_expression] = STATE(1674), - [sym_shift_expression] = STATE(1674), - [sym_math_expression] = STATE(1674), - [sym_cast_expression] = STATE(1674), - [sym_sizeof_expression] = STATE(1674), - [sym_subscript_expression] = STATE(1674), - [sym_call_expression] = STATE(1674), - [sym_field_expression] = STATE(1674), - [sym_compound_literal_expression] = STATE(1674), - [sym_parenthesized_expression] = STATE(1674), - [sym_concatenated_string] = STATE(1674), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4309), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4311), - [sym_char_literal] = ACTIONS(4311), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4313), - [sym_false] = ACTIONS(4313), - [sym_null] = ACTIONS(4313), - [sym_identifier] = ACTIONS(4313), - [sym_comment] = ACTIONS(39), - }, - [1616] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4315), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1617] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2698), - [anon_sym_LPAREN] = ACTIONS(2700), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2698), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2698), - [sym_preproc_directive] = ACTIONS(2698), - [anon_sym_SEMI] = ACTIONS(2700), - [anon_sym_typedef] = ACTIONS(2698), - [anon_sym_extern] = ACTIONS(2698), - [anon_sym_LBRACE] = ACTIONS(2700), - [anon_sym_STAR] = ACTIONS(2700), - [anon_sym_static] = ACTIONS(2698), - [anon_sym_auto] = ACTIONS(2698), - [anon_sym_register] = ACTIONS(2698), - [anon_sym_inline] = ACTIONS(2698), - [anon_sym_const] = ACTIONS(2698), - [anon_sym_restrict] = ACTIONS(2698), - [anon_sym_volatile] = ACTIONS(2698), - [anon_sym__Atomic] = ACTIONS(2698), - [anon_sym_unsigned] = ACTIONS(2698), - [anon_sym_long] = ACTIONS(2698), - [anon_sym_short] = ACTIONS(2698), - [sym_primitive_type] = ACTIONS(2698), - [anon_sym_enum] = ACTIONS(2698), - [anon_sym_struct] = ACTIONS(2698), - [anon_sym_union] = ACTIONS(2698), - [anon_sym_if] = ACTIONS(2698), - [anon_sym_else] = ACTIONS(2698), - [anon_sym_switch] = ACTIONS(2698), - [anon_sym_case] = ACTIONS(2698), - [anon_sym_default] = ACTIONS(2698), - [anon_sym_while] = ACTIONS(2698), - [anon_sym_do] = ACTIONS(2698), - [anon_sym_for] = ACTIONS(2698), - [anon_sym_return] = ACTIONS(2698), - [anon_sym_break] = ACTIONS(2698), - [anon_sym_continue] = ACTIONS(2698), - [anon_sym_goto] = ACTIONS(2698), - [anon_sym_AMP] = ACTIONS(2700), - [anon_sym_BANG] = ACTIONS(2700), - [anon_sym_TILDE] = ACTIONS(2700), - [anon_sym_PLUS] = ACTIONS(2698), - [anon_sym_DASH] = ACTIONS(2698), - [anon_sym_DASH_DASH] = ACTIONS(2700), - [anon_sym_PLUS_PLUS] = ACTIONS(2700), - [anon_sym_sizeof] = ACTIONS(2698), - [sym_number_literal] = ACTIONS(2700), - [sym_char_literal] = ACTIONS(2700), - [sym_string_literal] = ACTIONS(2700), - [sym_true] = ACTIONS(2698), - [sym_false] = ACTIONS(2698), - [sym_null] = ACTIONS(2698), - [sym_identifier] = ACTIONS(2698), - [sym_comment] = ACTIONS(39), - }, - [1618] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2702), - [anon_sym_LPAREN] = ACTIONS(2704), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2702), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2702), - [sym_preproc_directive] = ACTIONS(2702), - [anon_sym_SEMI] = ACTIONS(2704), - [anon_sym_typedef] = ACTIONS(2702), - [anon_sym_extern] = ACTIONS(2702), - [anon_sym_LBRACE] = ACTIONS(2704), - [anon_sym_STAR] = ACTIONS(2704), - [anon_sym_static] = ACTIONS(2702), - [anon_sym_auto] = ACTIONS(2702), - [anon_sym_register] = ACTIONS(2702), - [anon_sym_inline] = ACTIONS(2702), - [anon_sym_const] = ACTIONS(2702), - [anon_sym_restrict] = ACTIONS(2702), - [anon_sym_volatile] = ACTIONS(2702), - [anon_sym__Atomic] = ACTIONS(2702), - [anon_sym_unsigned] = ACTIONS(2702), - [anon_sym_long] = ACTIONS(2702), - [anon_sym_short] = ACTIONS(2702), - [sym_primitive_type] = ACTIONS(2702), - [anon_sym_enum] = ACTIONS(2702), - [anon_sym_struct] = ACTIONS(2702), - [anon_sym_union] = ACTIONS(2702), - [anon_sym_if] = ACTIONS(2702), - [anon_sym_else] = ACTIONS(2702), - [anon_sym_switch] = ACTIONS(2702), - [anon_sym_case] = ACTIONS(2702), - [anon_sym_default] = ACTIONS(2702), - [anon_sym_while] = ACTIONS(2702), - [anon_sym_do] = ACTIONS(2702), - [anon_sym_for] = ACTIONS(2702), - [anon_sym_return] = ACTIONS(2702), - [anon_sym_break] = ACTIONS(2702), - [anon_sym_continue] = ACTIONS(2702), - [anon_sym_goto] = ACTIONS(2702), - [anon_sym_AMP] = ACTIONS(2704), - [anon_sym_BANG] = ACTIONS(2704), - [anon_sym_TILDE] = ACTIONS(2704), - [anon_sym_PLUS] = ACTIONS(2702), - [anon_sym_DASH] = ACTIONS(2702), - [anon_sym_DASH_DASH] = ACTIONS(2704), - [anon_sym_PLUS_PLUS] = ACTIONS(2704), - [anon_sym_sizeof] = ACTIONS(2702), - [sym_number_literal] = ACTIONS(2704), - [sym_char_literal] = ACTIONS(2704), - [sym_string_literal] = ACTIONS(2704), - [sym_true] = ACTIONS(2702), - [sym_false] = ACTIONS(2702), - [sym_null] = ACTIONS(2702), - [sym_identifier] = ACTIONS(2702), - [sym_comment] = ACTIONS(39), - }, - [1619] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2717), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(2715), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(2715), - [sym_preproc_directive] = ACTIONS(2715), - [anon_sym_SEMI] = ACTIONS(2717), - [anon_sym_typedef] = ACTIONS(2715), - [anon_sym_extern] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2717), - [anon_sym_STAR] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2715), - [anon_sym_auto] = ACTIONS(2715), - [anon_sym_register] = ACTIONS(2715), - [anon_sym_inline] = ACTIONS(2715), - [anon_sym_const] = ACTIONS(2715), - [anon_sym_restrict] = ACTIONS(2715), - [anon_sym_volatile] = ACTIONS(2715), - [anon_sym__Atomic] = ACTIONS(2715), - [anon_sym_unsigned] = ACTIONS(2715), - [anon_sym_long] = ACTIONS(2715), - [anon_sym_short] = ACTIONS(2715), - [sym_primitive_type] = ACTIONS(2715), - [anon_sym_enum] = ACTIONS(2715), - [anon_sym_struct] = ACTIONS(2715), - [anon_sym_union] = ACTIONS(2715), - [anon_sym_if] = ACTIONS(2715), - [anon_sym_else] = ACTIONS(2715), - [anon_sym_switch] = ACTIONS(2715), - [anon_sym_case] = ACTIONS(2715), - [anon_sym_default] = ACTIONS(2715), - [anon_sym_while] = ACTIONS(2715), - [anon_sym_do] = ACTIONS(2715), - [anon_sym_for] = ACTIONS(2715), - [anon_sym_return] = ACTIONS(2715), - [anon_sym_break] = ACTIONS(2715), - [anon_sym_continue] = ACTIONS(2715), - [anon_sym_goto] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2717), - [anon_sym_BANG] = ACTIONS(2717), - [anon_sym_TILDE] = ACTIONS(2717), - [anon_sym_PLUS] = ACTIONS(2715), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_DASH_DASH] = ACTIONS(2717), - [anon_sym_PLUS_PLUS] = ACTIONS(2717), - [anon_sym_sizeof] = ACTIONS(2715), - [sym_number_literal] = ACTIONS(2717), - [sym_char_literal] = ACTIONS(2717), - [sym_string_literal] = ACTIONS(2717), - [sym_true] = ACTIONS(2715), - [sym_false] = ACTIONS(2715), - [sym_null] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2715), - [sym_comment] = ACTIONS(39), - }, - [1620] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4017), - [anon_sym_LPAREN] = ACTIONS(4019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4017), - [sym_preproc_directive] = ACTIONS(4017), - [anon_sym_SEMI] = ACTIONS(4019), - [anon_sym_typedef] = ACTIONS(4017), - [anon_sym_extern] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_static] = ACTIONS(4017), - [anon_sym_auto] = ACTIONS(4017), - [anon_sym_register] = ACTIONS(4017), - [anon_sym_inline] = ACTIONS(4017), - [anon_sym_const] = ACTIONS(4017), - [anon_sym_restrict] = ACTIONS(4017), - [anon_sym_volatile] = ACTIONS(4017), - [anon_sym__Atomic] = ACTIONS(4017), - [anon_sym_unsigned] = ACTIONS(4017), - [anon_sym_long] = ACTIONS(4017), - [anon_sym_short] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(4017), - [anon_sym_enum] = ACTIONS(4017), - [anon_sym_struct] = ACTIONS(4017), - [anon_sym_union] = ACTIONS(4017), - [anon_sym_if] = ACTIONS(4017), - [anon_sym_switch] = ACTIONS(4017), - [anon_sym_case] = ACTIONS(4017), - [anon_sym_default] = ACTIONS(4017), - [anon_sym_while] = ACTIONS(4017), - [anon_sym_do] = ACTIONS(4017), - [anon_sym_for] = ACTIONS(4017), - [anon_sym_return] = ACTIONS(4017), - [anon_sym_break] = ACTIONS(4017), - [anon_sym_continue] = ACTIONS(4017), - [anon_sym_goto] = ACTIONS(4017), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4017), - [anon_sym_DASH] = ACTIONS(4017), - [anon_sym_DASH_DASH] = ACTIONS(4019), - [anon_sym_PLUS_PLUS] = ACTIONS(4019), - [anon_sym_sizeof] = ACTIONS(4017), - [sym_number_literal] = ACTIONS(4019), - [sym_char_literal] = ACTIONS(4019), - [sym_string_literal] = ACTIONS(4019), - [sym_true] = ACTIONS(4017), - [sym_false] = ACTIONS(4017), - [sym_null] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4017), - [sym_comment] = ACTIONS(39), - }, - [1621] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4061), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4059), - [sym_preproc_directive] = ACTIONS(4059), - [anon_sym_SEMI] = ACTIONS(4061), - [anon_sym_typedef] = ACTIONS(4059), - [anon_sym_extern] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4061), - [anon_sym_STAR] = ACTIONS(4061), - [anon_sym_static] = ACTIONS(4059), - [anon_sym_auto] = ACTIONS(4059), - [anon_sym_register] = ACTIONS(4059), - [anon_sym_inline] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_restrict] = ACTIONS(4059), - [anon_sym_volatile] = ACTIONS(4059), - [anon_sym__Atomic] = ACTIONS(4059), - [anon_sym_unsigned] = ACTIONS(4059), - [anon_sym_long] = ACTIONS(4059), - [anon_sym_short] = ACTIONS(4059), - [sym_primitive_type] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_switch] = ACTIONS(4059), - [anon_sym_case] = ACTIONS(4059), - [anon_sym_default] = ACTIONS(4059), - [anon_sym_while] = ACTIONS(4059), - [anon_sym_do] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4061), - [anon_sym_BANG] = ACTIONS(4061), - [anon_sym_TILDE] = ACTIONS(4061), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_DASH_DASH] = ACTIONS(4061), - [anon_sym_PLUS_PLUS] = ACTIONS(4061), - [anon_sym_sizeof] = ACTIONS(4059), - [sym_number_literal] = ACTIONS(4061), - [sym_char_literal] = ACTIONS(4061), - [sym_string_literal] = ACTIONS(4061), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_null] = ACTIONS(4059), - [sym_identifier] = ACTIONS(4059), - [sym_comment] = ACTIONS(39), - }, - [1622] = { - [sym_compound_statement] = STATE(1676), - [sym_labeled_statement] = STATE(1676), - [sym_expression_statement] = STATE(1676), - [sym_if_statement] = STATE(1676), - [sym_switch_statement] = STATE(1676), - [sym_case_statement] = STATE(1676), - [sym_while_statement] = STATE(1676), - [sym_do_statement] = STATE(1676), - [sym_for_statement] = STATE(1676), - [sym_return_statement] = STATE(1676), - [sym_break_statement] = STATE(1676), - [sym_continue_statement] = STATE(1676), - [sym_goto_statement] = STATE(1676), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), - [sym_comment] = ACTIONS(39), - }, - [1623] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4317), - [sym_comment] = ACTIONS(39), - }, - [1624] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1678), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4317), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1625] = { - [sym_compound_statement] = STATE(1679), - [sym_labeled_statement] = STATE(1679), - [sym_expression_statement] = STATE(1679), - [sym_if_statement] = STATE(1679), - [sym_switch_statement] = STATE(1679), - [sym_case_statement] = STATE(1679), - [sym_while_statement] = STATE(1679), - [sym_do_statement] = STATE(1679), - [sym_for_statement] = STATE(1679), - [sym_return_statement] = STATE(1679), - [sym_break_statement] = STATE(1679), - [sym_continue_statement] = STATE(1679), - [sym_goto_statement] = STATE(1679), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1384] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3893), [sym_comment] = ACTIONS(39), }, - [1626] = { - [sym_compound_statement] = STATE(1680), - [sym_labeled_statement] = STATE(1680), - [sym_expression_statement] = STATE(1680), - [sym_if_statement] = STATE(1680), - [sym_switch_statement] = STATE(1680), - [sym_case_statement] = STATE(1680), - [sym_while_statement] = STATE(1680), - [sym_do_statement] = STATE(1680), - [sym_for_statement] = STATE(1680), - [sym_return_statement] = STATE(1680), - [sym_break_statement] = STATE(1680), - [sym_continue_statement] = STATE(1680), - [sym_goto_statement] = STATE(1680), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1385] = { + [sym_compound_statement] = STATE(1269), + [sym_labeled_statement] = STATE(1269), + [sym_expression_statement] = STATE(1269), + [sym_if_statement] = STATE(1269), + [sym_switch_statement] = STATE(1269), + [sym_case_statement] = STATE(1269), + [sym_while_statement] = STATE(1269), + [sym_do_statement] = STATE(1269), + [sym_for_statement] = STATE(1269), + [sym_return_statement] = STATE(1269), + [sym_break_statement] = STATE(1269), + [sym_continue_statement] = STATE(1269), + [sym_goto_statement] = STATE(1269), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1627] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3221), - [sym_preproc_directive] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3221), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_auto] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_unsigned] = ACTIONS(3221), - [anon_sym_long] = ACTIONS(3221), - [anon_sym_short] = ACTIONS(3221), - [sym_primitive_type] = ACTIONS(3221), - [anon_sym_enum] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3221), - [anon_sym_union] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3221), - [anon_sym_else] = ACTIONS(3221), - [anon_sym_switch] = ACTIONS(3221), - [anon_sym_case] = ACTIONS(3221), - [anon_sym_default] = ACTIONS(3221), - [anon_sym_while] = ACTIONS(3221), - [anon_sym_do] = ACTIONS(3221), - [anon_sym_for] = ACTIONS(3221), - [anon_sym_return] = ACTIONS(3221), - [anon_sym_break] = ACTIONS(3221), - [anon_sym_continue] = ACTIONS(3221), - [anon_sym_goto] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3223), - [sym_char_literal] = ACTIONS(3223), - [sym_string_literal] = ACTIONS(3223), - [sym_true] = ACTIONS(3221), - [sym_false] = ACTIONS(3221), - [sym_null] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3221), - [sym_comment] = ACTIONS(39), - }, - [1628] = { - [sym__type_declarator] = STATE(1681), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1629] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(1682), - [sym_sized_type_specifier] = STATE(1682), - [sym_enum_specifier] = STATE(1682), - [sym_struct_specifier] = STATE(1682), - [sym_union_specifier] = STATE(1682), - [sym_macro_type_specifier] = STATE(1682), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4319), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1386] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3895), [sym_comment] = ACTIONS(39), }, - [1630] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1684), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4321), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), - [sym_comment] = ACTIONS(39), - }, - [1631] = { - [aux_sym_declaration_repeat1] = STATE(1684), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4321), - [sym_comment] = ACTIONS(39), - }, - [1632] = { - [sym_compound_statement] = STATE(1685), - [sym_labeled_statement] = STATE(1685), - [sym_expression_statement] = STATE(1685), - [sym_if_statement] = STATE(1685), - [sym_switch_statement] = STATE(1685), - [sym_case_statement] = STATE(1685), - [sym_while_statement] = STATE(1685), - [sym_do_statement] = STATE(1685), - [sym_for_statement] = STATE(1685), - [sym_return_statement] = STATE(1685), - [sym_break_statement] = STATE(1685), - [sym_continue_statement] = STATE(1685), - [sym_goto_statement] = STATE(1685), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1387] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1399), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3895), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1633] = { - [sym__expression] = STATE(1686), - [sym_conditional_expression] = STATE(1686), - [sym_assignment_expression] = STATE(1686), - [sym_pointer_expression] = STATE(1686), - [sym_logical_expression] = STATE(1686), - [sym_bitwise_expression] = STATE(1686), - [sym_equality_expression] = STATE(1686), - [sym_relational_expression] = STATE(1686), - [sym_shift_expression] = STATE(1686), - [sym_math_expression] = STATE(1686), - [sym_cast_expression] = STATE(1686), - [sym_sizeof_expression] = STATE(1686), - [sym_subscript_expression] = STATE(1686), - [sym_call_expression] = STATE(1686), - [sym_field_expression] = STATE(1686), - [sym_compound_literal_expression] = STATE(1686), - [sym_parenthesized_expression] = STATE(1686), - [sym_concatenated_string] = STATE(1686), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4323), - [sym_char_literal] = ACTIONS(4323), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4325), - [sym_false] = ACTIONS(4325), - [sym_null] = ACTIONS(4325), - [sym_identifier] = ACTIONS(4325), - [sym_comment] = ACTIONS(39), - }, - [1634] = { - [sym__expression] = STATE(1688), - [sym_conditional_expression] = STATE(1688), - [sym_assignment_expression] = STATE(1688), - [sym_pointer_expression] = STATE(1688), - [sym_logical_expression] = STATE(1688), - [sym_bitwise_expression] = STATE(1688), - [sym_equality_expression] = STATE(1688), - [sym_relational_expression] = STATE(1688), - [sym_shift_expression] = STATE(1688), - [sym_math_expression] = STATE(1688), - [sym_cast_expression] = STATE(1688), - [sym_sizeof_expression] = STATE(1688), - [sym_subscript_expression] = STATE(1688), - [sym_call_expression] = STATE(1688), - [sym_field_expression] = STATE(1688), - [sym_compound_literal_expression] = STATE(1688), - [sym_parenthesized_expression] = STATE(1688), - [sym_concatenated_string] = STATE(1688), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4327), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4329), - [sym_char_literal] = ACTIONS(4329), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4331), - [sym_false] = ACTIONS(4331), - [sym_null] = ACTIONS(4331), - [sym_identifier] = ACTIONS(4331), - [sym_comment] = ACTIONS(39), - }, - [1635] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4333), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1636] = { - [sym__expression] = STATE(1690), - [sym_conditional_expression] = STATE(1690), - [sym_assignment_expression] = STATE(1690), - [sym_pointer_expression] = STATE(1690), - [sym_logical_expression] = STATE(1690), - [sym_bitwise_expression] = STATE(1690), - [sym_equality_expression] = STATE(1690), - [sym_relational_expression] = STATE(1690), - [sym_shift_expression] = STATE(1690), - [sym_math_expression] = STATE(1690), - [sym_cast_expression] = STATE(1690), - [sym_sizeof_expression] = STATE(1690), - [sym_subscript_expression] = STATE(1690), - [sym_call_expression] = STATE(1690), - [sym_field_expression] = STATE(1690), - [sym_compound_literal_expression] = STATE(1690), - [sym_parenthesized_expression] = STATE(1690), - [sym_concatenated_string] = STATE(1690), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4333), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4335), - [sym_char_literal] = ACTIONS(4335), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4337), - [sym_false] = ACTIONS(4337), - [sym_null] = ACTIONS(4337), - [sym_identifier] = ACTIONS(4337), - [sym_comment] = ACTIONS(39), - }, - [1637] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4189), - [sym_preproc_directive] = ACTIONS(4189), - [anon_sym_SEMI] = ACTIONS(4191), - [anon_sym_typedef] = ACTIONS(4189), - [anon_sym_extern] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_static] = ACTIONS(4189), - [anon_sym_auto] = ACTIONS(4189), - [anon_sym_register] = ACTIONS(4189), - [anon_sym_inline] = ACTIONS(4189), - [anon_sym_const] = ACTIONS(4189), - [anon_sym_restrict] = ACTIONS(4189), - [anon_sym_volatile] = ACTIONS(4189), - [anon_sym__Atomic] = ACTIONS(4189), - [anon_sym_unsigned] = ACTIONS(4189), - [anon_sym_long] = ACTIONS(4189), - [anon_sym_short] = ACTIONS(4189), - [sym_primitive_type] = ACTIONS(4189), - [anon_sym_enum] = ACTIONS(4189), - [anon_sym_struct] = ACTIONS(4189), - [anon_sym_union] = ACTIONS(4189), - [anon_sym_if] = ACTIONS(4189), - [anon_sym_switch] = ACTIONS(4189), - [anon_sym_case] = ACTIONS(4189), - [anon_sym_default] = ACTIONS(4189), - [anon_sym_while] = ACTIONS(4189), - [anon_sym_do] = ACTIONS(4189), - [anon_sym_for] = ACTIONS(4189), - [anon_sym_return] = ACTIONS(4189), - [anon_sym_break] = ACTIONS(4189), - [anon_sym_continue] = ACTIONS(4189), - [anon_sym_goto] = ACTIONS(4189), - [anon_sym_AMP] = ACTIONS(4191), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_TILDE] = ACTIONS(4191), - [anon_sym_PLUS] = ACTIONS(4189), - [anon_sym_DASH] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4191), - [anon_sym_PLUS_PLUS] = ACTIONS(4191), - [anon_sym_sizeof] = ACTIONS(4189), - [sym_number_literal] = ACTIONS(4191), - [sym_char_literal] = ACTIONS(4191), - [sym_string_literal] = ACTIONS(4191), - [sym_true] = ACTIONS(4189), - [sym_false] = ACTIONS(4189), - [sym_null] = ACTIONS(4189), - [sym_identifier] = ACTIONS(4189), - [sym_comment] = ACTIONS(39), - }, - [1638] = { - [sym_compound_statement] = STATE(1691), - [sym_labeled_statement] = STATE(1691), - [sym_expression_statement] = STATE(1691), - [sym_if_statement] = STATE(1691), - [sym_switch_statement] = STATE(1691), - [sym_case_statement] = STATE(1691), - [sym_while_statement] = STATE(1691), - [sym_do_statement] = STATE(1691), - [sym_for_statement] = STATE(1691), - [sym_return_statement] = STATE(1691), - [sym_break_statement] = STATE(1691), - [sym_continue_statement] = STATE(1691), - [sym_goto_statement] = STATE(1691), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), - [sym_comment] = ACTIONS(39), - }, - [1639] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4339), - [sym_comment] = ACTIONS(39), - }, - [1640] = { - [sym_compound_statement] = STATE(1693), - [sym_labeled_statement] = STATE(1693), - [sym_expression_statement] = STATE(1693), - [sym_if_statement] = STATE(1693), - [sym_switch_statement] = STATE(1693), - [sym_case_statement] = STATE(1693), - [sym_while_statement] = STATE(1693), - [sym_do_statement] = STATE(1693), - [sym_for_statement] = STATE(1693), - [sym_return_statement] = STATE(1693), - [sym_break_statement] = STATE(1693), - [sym_continue_statement] = STATE(1693), - [sym_goto_statement] = STATE(1693), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1641] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(810), - [anon_sym_RBRACE] = ACTIONS(810), - [anon_sym_STAR] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_else] = ACTIONS(812), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_goto] = ACTIONS(812), - [anon_sym_AMP] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(810), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(810), - [anon_sym_PLUS_PLUS] = ACTIONS(810), - [anon_sym_sizeof] = ACTIONS(812), - [sym_number_literal] = ACTIONS(810), - [sym_char_literal] = ACTIONS(810), - [sym_string_literal] = ACTIONS(810), - [sym_true] = ACTIONS(812), - [sym_false] = ACTIONS(812), - [sym_null] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), - [sym_comment] = ACTIONS(39), - }, - [1642] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4341), - [anon_sym_LBRACK] = ACTIONS(446), + [1388] = { + [sym_compound_statement] = STATE(1320), + [sym_labeled_statement] = STATE(1320), + [sym_expression_statement] = STATE(1320), + [sym_if_statement] = STATE(1320), + [sym_switch_statement] = STATE(1320), + [sym_case_statement] = STATE(1320), + [sym_while_statement] = STATE(1320), + [sym_do_statement] = STATE(1320), + [sym_for_statement] = STATE(1320), + [sym_return_statement] = STATE(1320), + [sym_break_statement] = STATE(1320), + [sym_continue_statement] = STATE(1320), + [sym_goto_statement] = STATE(1320), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), [sym_comment] = ACTIONS(39), }, - [1643] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [anon_sym_LPAREN] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_RBRACE] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), - [sym_comment] = ACTIONS(39), - }, - [1644] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3873), - [anon_sym_LPAREN] = ACTIONS(3875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3873), - [sym_preproc_directive] = ACTIONS(3873), - [anon_sym_SEMI] = ACTIONS(3875), - [anon_sym_typedef] = ACTIONS(3873), - [anon_sym_extern] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_RBRACE] = ACTIONS(3875), - [anon_sym_STAR] = ACTIONS(3875), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_auto] = ACTIONS(3873), - [anon_sym_register] = ACTIONS(3873), - [anon_sym_inline] = ACTIONS(3873), - [anon_sym_const] = ACTIONS(3873), - [anon_sym_restrict] = ACTIONS(3873), - [anon_sym_volatile] = ACTIONS(3873), - [anon_sym__Atomic] = ACTIONS(3873), - [anon_sym_unsigned] = ACTIONS(3873), - [anon_sym_long] = ACTIONS(3873), - [anon_sym_short] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(3873), - [anon_sym_enum] = ACTIONS(3873), - [anon_sym_struct] = ACTIONS(3873), - [anon_sym_union] = ACTIONS(3873), - [anon_sym_if] = ACTIONS(3873), - [anon_sym_else] = ACTIONS(3873), - [anon_sym_switch] = ACTIONS(3873), - [anon_sym_case] = ACTIONS(3873), - [anon_sym_default] = ACTIONS(3873), - [anon_sym_while] = ACTIONS(3873), - [anon_sym_do] = ACTIONS(3873), - [anon_sym_for] = ACTIONS(3873), - [anon_sym_return] = ACTIONS(3873), - [anon_sym_break] = ACTIONS(3873), - [anon_sym_continue] = ACTIONS(3873), - [anon_sym_goto] = ACTIONS(3873), - [anon_sym_AMP] = ACTIONS(3875), - [anon_sym_BANG] = ACTIONS(3875), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_PLUS] = ACTIONS(3873), - [anon_sym_DASH] = ACTIONS(3873), - [anon_sym_DASH_DASH] = ACTIONS(3875), - [anon_sym_PLUS_PLUS] = ACTIONS(3875), - [anon_sym_sizeof] = ACTIONS(3873), - [sym_number_literal] = ACTIONS(3875), - [sym_char_literal] = ACTIONS(3875), - [sym_string_literal] = ACTIONS(3875), - [sym_true] = ACTIONS(3873), - [sym_false] = ACTIONS(3873), - [sym_null] = ACTIONS(3873), - [sym_identifier] = ACTIONS(3873), - [sym_comment] = ACTIONS(39), - }, - [1645] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3877), - [anon_sym_LPAREN] = ACTIONS(3879), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3877), - [sym_preproc_directive] = ACTIONS(3877), - [anon_sym_SEMI] = ACTIONS(3879), - [anon_sym_typedef] = ACTIONS(3877), - [anon_sym_extern] = ACTIONS(3877), - [anon_sym_LBRACE] = ACTIONS(3879), - [anon_sym_RBRACE] = ACTIONS(3879), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_static] = ACTIONS(3877), - [anon_sym_auto] = ACTIONS(3877), - [anon_sym_register] = ACTIONS(3877), - [anon_sym_inline] = ACTIONS(3877), - [anon_sym_const] = ACTIONS(3877), - [anon_sym_restrict] = ACTIONS(3877), - [anon_sym_volatile] = ACTIONS(3877), - [anon_sym__Atomic] = ACTIONS(3877), - [anon_sym_unsigned] = ACTIONS(3877), - [anon_sym_long] = ACTIONS(3877), - [anon_sym_short] = ACTIONS(3877), - [sym_primitive_type] = ACTIONS(3877), - [anon_sym_enum] = ACTIONS(3877), - [anon_sym_struct] = ACTIONS(3877), - [anon_sym_union] = ACTIONS(3877), - [anon_sym_if] = ACTIONS(3877), - [anon_sym_else] = ACTIONS(3877), - [anon_sym_switch] = ACTIONS(3877), - [anon_sym_case] = ACTIONS(3877), - [anon_sym_default] = ACTIONS(3877), - [anon_sym_while] = ACTIONS(3877), - [anon_sym_do] = ACTIONS(3877), - [anon_sym_for] = ACTIONS(3877), - [anon_sym_return] = ACTIONS(3877), - [anon_sym_break] = ACTIONS(3877), - [anon_sym_continue] = ACTIONS(3877), - [anon_sym_goto] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(3879), - [anon_sym_BANG] = ACTIONS(3879), - [anon_sym_TILDE] = ACTIONS(3879), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_DASH_DASH] = ACTIONS(3879), - [anon_sym_PLUS_PLUS] = ACTIONS(3879), - [anon_sym_sizeof] = ACTIONS(3877), - [sym_number_literal] = ACTIONS(3879), - [sym_char_literal] = ACTIONS(3879), - [sym_string_literal] = ACTIONS(3879), - [sym_true] = ACTIONS(3877), - [sym_false] = ACTIONS(3877), - [sym_null] = ACTIONS(3877), - [sym_identifier] = ACTIONS(3877), - [sym_comment] = ACTIONS(39), - }, - [1646] = { - [sym_compound_statement] = STATE(1695), - [sym_labeled_statement] = STATE(1695), - [sym_expression_statement] = STATE(1695), - [sym_if_statement] = STATE(1695), - [sym_switch_statement] = STATE(1695), - [sym_case_statement] = STATE(1695), - [sym_while_statement] = STATE(1695), - [sym_do_statement] = STATE(1695), - [sym_for_statement] = STATE(1695), - [sym_return_statement] = STATE(1695), - [sym_break_statement] = STATE(1695), - [sym_continue_statement] = STATE(1695), - [sym_goto_statement] = STATE(1695), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1647] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4343), - [sym_comment] = ACTIONS(39), - }, - [1648] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1697), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4343), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1649] = { - [sym__expression] = STATE(1698), - [sym_conditional_expression] = STATE(1698), - [sym_assignment_expression] = STATE(1698), - [sym_pointer_expression] = STATE(1698), - [sym_logical_expression] = STATE(1698), - [sym_bitwise_expression] = STATE(1698), - [sym_equality_expression] = STATE(1698), - [sym_relational_expression] = STATE(1698), - [sym_shift_expression] = STATE(1698), - [sym_math_expression] = STATE(1698), - [sym_cast_expression] = STATE(1698), - [sym_sizeof_expression] = STATE(1698), - [sym_subscript_expression] = STATE(1698), - [sym_call_expression] = STATE(1698), - [sym_field_expression] = STATE(1698), - [sym_compound_literal_expression] = STATE(1698), - [sym_parenthesized_expression] = STATE(1698), - [sym_concatenated_string] = STATE(1698), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4343), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4345), - [sym_char_literal] = ACTIONS(4345), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4347), - [sym_false] = ACTIONS(4347), - [sym_null] = ACTIONS(4347), - [sym_identifier] = ACTIONS(4347), - [sym_comment] = ACTIONS(39), - }, - [1650] = { - [anon_sym_else] = ACTIONS(4349), - [anon_sym_while] = ACTIONS(3578), - [sym_comment] = ACTIONS(39), - }, - [1651] = { - [anon_sym_else] = ACTIONS(3588), - [anon_sym_while] = ACTIONS(3588), - [sym_comment] = ACTIONS(39), - }, - [1652] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4351), - [anon_sym_LBRACK] = ACTIONS(446), + [1389] = { + [sym_compound_statement] = STATE(1321), + [sym_labeled_statement] = STATE(1321), + [sym_expression_statement] = STATE(1321), + [sym_if_statement] = STATE(1321), + [sym_switch_statement] = STATE(1321), + [sym_case_statement] = STATE(1321), + [sym_while_statement] = STATE(1321), + [sym_do_statement] = STATE(1321), + [sym_for_statement] = STATE(1321), + [sym_return_statement] = STATE(1321), + [sym_break_statement] = STATE(1321), + [sym_continue_statement] = STATE(1321), + [sym_goto_statement] = STATE(1321), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), [sym_comment] = ACTIONS(39), }, - [1653] = { - [sym__type_declarator] = STATE(1701), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1654] = { - [anon_sym_else] = ACTIONS(562), - [anon_sym_while] = ACTIONS(562), - [sym_comment] = ACTIONS(39), - }, - [1655] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4353), - [sym_comment] = ACTIONS(39), - }, - [1656] = { - [anon_sym_else] = ACTIONS(3600), - [anon_sym_while] = ACTIONS(3600), - [sym_comment] = ACTIONS(39), - }, - [1657] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4355), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1658] = { - [sym_compound_statement] = STATE(1704), - [sym_labeled_statement] = STATE(1704), - [sym_expression_statement] = STATE(1704), - [sym_if_statement] = STATE(1704), - [sym_switch_statement] = STATE(1704), - [sym_case_statement] = STATE(1704), - [sym_while_statement] = STATE(1704), - [sym_do_statement] = STATE(1704), - [sym_for_statement] = STATE(1704), - [sym_return_statement] = STATE(1704), - [sym_break_statement] = STATE(1704), - [sym_continue_statement] = STATE(1704), - [sym_goto_statement] = STATE(1704), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1659] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1706), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4357), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1660] = { - [sym__expression] = STATE(1707), - [sym_conditional_expression] = STATE(1707), - [sym_assignment_expression] = STATE(1707), - [sym_pointer_expression] = STATE(1707), - [sym_logical_expression] = STATE(1707), - [sym_bitwise_expression] = STATE(1707), - [sym_equality_expression] = STATE(1707), - [sym_relational_expression] = STATE(1707), - [sym_shift_expression] = STATE(1707), - [sym_math_expression] = STATE(1707), - [sym_cast_expression] = STATE(1707), - [sym_sizeof_expression] = STATE(1707), - [sym_subscript_expression] = STATE(1707), - [sym_call_expression] = STATE(1707), - [sym_field_expression] = STATE(1707), - [sym_compound_literal_expression] = STATE(1707), - [sym_parenthesized_expression] = STATE(1707), - [sym_concatenated_string] = STATE(1707), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4357), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4359), - [sym_char_literal] = ACTIONS(4359), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4361), - [sym_false] = ACTIONS(4361), - [sym_null] = ACTIONS(4361), - [sym_identifier] = ACTIONS(4361), - [sym_comment] = ACTIONS(39), - }, - [1661] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4363), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1662] = { - [sym_compound_statement] = STATE(1663), - [sym_labeled_statement] = STATE(1663), - [sym_expression_statement] = STATE(1663), - [sym_if_statement] = STATE(1663), - [sym_switch_statement] = STATE(1663), - [sym_case_statement] = STATE(1663), - [sym_while_statement] = STATE(1663), - [sym_do_statement] = STATE(1663), - [sym_for_statement] = STATE(1663), - [sym_return_statement] = STATE(1663), - [sym_break_statement] = STATE(1663), - [sym_continue_statement] = STATE(1663), - [sym_goto_statement] = STATE(1663), - [sym__expression] = STATE(278), - [sym_comma_expression] = STATE(279), - [sym_conditional_expression] = STATE(278), - [sym_assignment_expression] = STATE(278), - [sym_pointer_expression] = STATE(278), - [sym_logical_expression] = STATE(278), - [sym_bitwise_expression] = STATE(278), - [sym_equality_expression] = STATE(278), - [sym_relational_expression] = STATE(278), - [sym_shift_expression] = STATE(278), - [sym_math_expression] = STATE(278), - [sym_cast_expression] = STATE(278), - [sym_sizeof_expression] = STATE(278), - [sym_subscript_expression] = STATE(278), - [sym_call_expression] = STATE(278), - [sym_field_expression] = STATE(278), - [sym_compound_literal_expression] = STATE(278), - [sym_parenthesized_expression] = STATE(278), - [sym_concatenated_string] = STATE(278), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(580), - [anon_sym_LBRACE] = ACTIONS(584), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1078), - [anon_sym_switch] = ACTIONS(1080), - [anon_sym_case] = ACTIONS(1082), - [anon_sym_default] = ACTIONS(1084), - [anon_sym_while] = ACTIONS(1086), - [anon_sym_do] = ACTIONS(600), - [anon_sym_for] = ACTIONS(1088), - [anon_sym_return] = ACTIONS(604), - [anon_sym_break] = ACTIONS(606), - [anon_sym_continue] = ACTIONS(608), - [anon_sym_goto] = ACTIONS(610), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(622), - [sym_char_literal] = ACTIONS(622), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(626), - [sym_false] = ACTIONS(626), - [sym_null] = ACTIONS(626), - [sym_identifier] = ACTIONS(1090), - [sym_comment] = ACTIONS(39), - }, - [1663] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4365), - [anon_sym_LPAREN] = ACTIONS(4367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4365), - [sym_preproc_directive] = ACTIONS(4365), - [anon_sym_SEMI] = ACTIONS(4367), - [anon_sym_typedef] = ACTIONS(4365), - [anon_sym_extern] = ACTIONS(4365), - [anon_sym_LBRACE] = ACTIONS(4367), - [anon_sym_RBRACE] = ACTIONS(4367), - [anon_sym_STAR] = ACTIONS(4367), - [anon_sym_static] = ACTIONS(4365), - [anon_sym_auto] = ACTIONS(4365), - [anon_sym_register] = ACTIONS(4365), - [anon_sym_inline] = ACTIONS(4365), - [anon_sym_const] = ACTIONS(4365), - [anon_sym_restrict] = ACTIONS(4365), - [anon_sym_volatile] = ACTIONS(4365), - [anon_sym__Atomic] = ACTIONS(4365), - [anon_sym_unsigned] = ACTIONS(4365), - [anon_sym_long] = ACTIONS(4365), - [anon_sym_short] = ACTIONS(4365), - [sym_primitive_type] = ACTIONS(4365), - [anon_sym_enum] = ACTIONS(4365), - [anon_sym_struct] = ACTIONS(4365), - [anon_sym_union] = ACTIONS(4365), - [anon_sym_if] = ACTIONS(4365), - [anon_sym_switch] = ACTIONS(4365), - [anon_sym_case] = ACTIONS(4365), - [anon_sym_default] = ACTIONS(4365), - [anon_sym_while] = ACTIONS(4365), - [anon_sym_do] = ACTIONS(4365), - [anon_sym_for] = ACTIONS(4365), - [anon_sym_return] = ACTIONS(4365), - [anon_sym_break] = ACTIONS(4365), - [anon_sym_continue] = ACTIONS(4365), - [anon_sym_goto] = ACTIONS(4365), - [anon_sym_AMP] = ACTIONS(4367), - [anon_sym_BANG] = ACTIONS(4367), - [anon_sym_TILDE] = ACTIONS(4367), - [anon_sym_PLUS] = ACTIONS(4365), - [anon_sym_DASH] = ACTIONS(4365), - [anon_sym_DASH_DASH] = ACTIONS(4367), - [anon_sym_PLUS_PLUS] = ACTIONS(4367), - [anon_sym_sizeof] = ACTIONS(4365), - [sym_number_literal] = ACTIONS(4367), - [sym_char_literal] = ACTIONS(4367), - [sym_string_literal] = ACTIONS(4367), - [sym_true] = ACTIONS(4365), - [sym_false] = ACTIONS(4365), - [sym_null] = ACTIONS(4365), - [sym_identifier] = ACTIONS(4365), - [sym_comment] = ACTIONS(39), - }, - [1664] = { - [sym_compound_statement] = STATE(1709), - [sym_labeled_statement] = STATE(1709), - [sym_expression_statement] = STATE(1709), - [sym_if_statement] = STATE(1709), - [sym_switch_statement] = STATE(1709), - [sym_case_statement] = STATE(1709), - [sym_while_statement] = STATE(1709), - [sym_do_statement] = STATE(1709), - [sym_for_statement] = STATE(1709), - [sym_return_statement] = STATE(1709), - [sym_break_statement] = STATE(1709), - [sym_continue_statement] = STATE(1709), - [sym_goto_statement] = STATE(1709), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1665] = { - [sym_compound_statement] = STATE(1710), - [sym_labeled_statement] = STATE(1710), - [sym_expression_statement] = STATE(1710), - [sym_if_statement] = STATE(1710), - [sym_switch_statement] = STATE(1710), - [sym_case_statement] = STATE(1710), - [sym_while_statement] = STATE(1710), - [sym_do_statement] = STATE(1710), - [sym_for_statement] = STATE(1710), - [sym_return_statement] = STATE(1710), - [sym_break_statement] = STATE(1710), - [sym_continue_statement] = STATE(1710), - [sym_goto_statement] = STATE(1710), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), + [1390] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3897), [sym_comment] = ACTIONS(39), }, - [1666] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3221), - [anon_sym_LPAREN] = ACTIONS(3223), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3221), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3221), - [sym_preproc_directive] = ACTIONS(3221), - [anon_sym_SEMI] = ACTIONS(3223), - [anon_sym_typedef] = ACTIONS(3221), - [anon_sym_extern] = ACTIONS(3221), - [anon_sym_LBRACE] = ACTIONS(3223), - [anon_sym_STAR] = ACTIONS(3223), - [anon_sym_static] = ACTIONS(3221), - [anon_sym_auto] = ACTIONS(3221), - [anon_sym_register] = ACTIONS(3221), - [anon_sym_inline] = ACTIONS(3221), - [anon_sym_const] = ACTIONS(3221), - [anon_sym_restrict] = ACTIONS(3221), - [anon_sym_volatile] = ACTIONS(3221), - [anon_sym__Atomic] = ACTIONS(3221), - [anon_sym_unsigned] = ACTIONS(3221), - [anon_sym_long] = ACTIONS(3221), - [anon_sym_short] = ACTIONS(3221), - [sym_primitive_type] = ACTIONS(3221), - [anon_sym_enum] = ACTIONS(3221), - [anon_sym_struct] = ACTIONS(3221), - [anon_sym_union] = ACTIONS(3221), - [anon_sym_if] = ACTIONS(3221), - [anon_sym_else] = ACTIONS(3221), - [anon_sym_switch] = ACTIONS(3221), - [anon_sym_case] = ACTIONS(3221), - [anon_sym_default] = ACTIONS(3221), - [anon_sym_while] = ACTIONS(3221), - [anon_sym_do] = ACTIONS(3221), - [anon_sym_for] = ACTIONS(3221), - [anon_sym_return] = ACTIONS(3221), - [anon_sym_break] = ACTIONS(3221), - [anon_sym_continue] = ACTIONS(3221), - [anon_sym_goto] = ACTIONS(3221), - [anon_sym_AMP] = ACTIONS(3223), - [anon_sym_BANG] = ACTIONS(3223), - [anon_sym_TILDE] = ACTIONS(3223), - [anon_sym_PLUS] = ACTIONS(3221), - [anon_sym_DASH] = ACTIONS(3221), - [anon_sym_DASH_DASH] = ACTIONS(3223), - [anon_sym_PLUS_PLUS] = ACTIONS(3223), - [anon_sym_sizeof] = ACTIONS(3221), - [sym_number_literal] = ACTIONS(3223), - [sym_char_literal] = ACTIONS(3223), - [sym_string_literal] = ACTIONS(3223), - [sym_true] = ACTIONS(3221), - [sym_false] = ACTIONS(3221), - [sym_null] = ACTIONS(3221), - [sym_identifier] = ACTIONS(3221), - [sym_comment] = ACTIONS(39), - }, - [1667] = { - [sym__type_declarator] = STATE(1711), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1668] = { - [sym_type_qualifier] = STATE(103), - [sym__type_specifier] = STATE(1712), - [sym_sized_type_specifier] = STATE(1712), - [sym_enum_specifier] = STATE(1712), - [sym_struct_specifier] = STATE(1712), - [sym_union_specifier] = STATE(1712), - [sym_macro_type_specifier] = STATE(1712), - [aux_sym_type_definition_repeat1] = STATE(103), - [aux_sym_sized_type_specifier_repeat1] = STATE(36), - [anon_sym_const] = ACTIONS(57), - [anon_sym_restrict] = ACTIONS(57), - [anon_sym_volatile] = ACTIONS(57), - [anon_sym__Atomic] = ACTIONS(57), - [anon_sym_unsigned] = ACTIONS(59), - [anon_sym_long] = ACTIONS(59), - [anon_sym_short] = ACTIONS(59), - [sym_primitive_type] = ACTIONS(4369), - [anon_sym_enum] = ACTIONS(63), - [anon_sym_struct] = ACTIONS(65), - [anon_sym_union] = ACTIONS(67), - [sym_identifier] = ACTIONS(69), + [1391] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1401), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3897), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1669] = { - [sym_parameter_list] = STATE(145), - [aux_sym_declaration_repeat1] = STATE(1714), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4371), - [anon_sym_LBRACK] = ACTIONS(267), - [anon_sym_EQ] = ACTIONS(269), - [sym_comment] = ACTIONS(39), - }, - [1670] = { - [aux_sym_declaration_repeat1] = STATE(1714), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4371), - [sym_comment] = ACTIONS(39), - }, - [1671] = { - [sym_compound_statement] = STATE(1715), - [sym_labeled_statement] = STATE(1715), - [sym_expression_statement] = STATE(1715), - [sym_if_statement] = STATE(1715), - [sym_switch_statement] = STATE(1715), - [sym_case_statement] = STATE(1715), - [sym_while_statement] = STATE(1715), - [sym_do_statement] = STATE(1715), - [sym_for_statement] = STATE(1715), - [sym_return_statement] = STATE(1715), - [sym_break_statement] = STATE(1715), - [sym_continue_statement] = STATE(1715), - [sym_goto_statement] = STATE(1715), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1672] = { - [sym__expression] = STATE(1716), - [sym_conditional_expression] = STATE(1716), - [sym_assignment_expression] = STATE(1716), - [sym_pointer_expression] = STATE(1716), - [sym_logical_expression] = STATE(1716), - [sym_bitwise_expression] = STATE(1716), - [sym_equality_expression] = STATE(1716), - [sym_relational_expression] = STATE(1716), - [sym_shift_expression] = STATE(1716), - [sym_math_expression] = STATE(1716), - [sym_cast_expression] = STATE(1716), - [sym_sizeof_expression] = STATE(1716), - [sym_subscript_expression] = STATE(1716), - [sym_call_expression] = STATE(1716), - [sym_field_expression] = STATE(1716), - [sym_compound_literal_expression] = STATE(1716), - [sym_parenthesized_expression] = STATE(1716), - [sym_concatenated_string] = STATE(1716), - [anon_sym_LPAREN] = ACTIONS(1700), - [anon_sym_STAR] = ACTIONS(1702), - [anon_sym_AMP] = ACTIONS(1702), - [anon_sym_BANG] = ACTIONS(1704), - [anon_sym_TILDE] = ACTIONS(1706), - [anon_sym_PLUS] = ACTIONS(1708), - [anon_sym_DASH] = ACTIONS(1708), - [anon_sym_DASH_DASH] = ACTIONS(1710), - [anon_sym_PLUS_PLUS] = ACTIONS(1710), - [anon_sym_sizeof] = ACTIONS(1712), - [sym_number_literal] = ACTIONS(4373), - [sym_char_literal] = ACTIONS(4373), - [sym_string_literal] = ACTIONS(1716), - [sym_true] = ACTIONS(4375), - [sym_false] = ACTIONS(4375), - [sym_null] = ACTIONS(4375), - [sym_identifier] = ACTIONS(4375), - [sym_comment] = ACTIONS(39), - }, - [1673] = { - [sym__expression] = STATE(1718), - [sym_conditional_expression] = STATE(1718), - [sym_assignment_expression] = STATE(1718), - [sym_pointer_expression] = STATE(1718), - [sym_logical_expression] = STATE(1718), - [sym_bitwise_expression] = STATE(1718), - [sym_equality_expression] = STATE(1718), - [sym_relational_expression] = STATE(1718), - [sym_shift_expression] = STATE(1718), - [sym_math_expression] = STATE(1718), - [sym_cast_expression] = STATE(1718), - [sym_sizeof_expression] = STATE(1718), - [sym_subscript_expression] = STATE(1718), - [sym_call_expression] = STATE(1718), - [sym_field_expression] = STATE(1718), - [sym_compound_literal_expression] = STATE(1718), - [sym_parenthesized_expression] = STATE(1718), - [sym_concatenated_string] = STATE(1718), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4377), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4379), - [sym_char_literal] = ACTIONS(4379), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4381), - [sym_false] = ACTIONS(4381), - [sym_null] = ACTIONS(4381), - [sym_identifier] = ACTIONS(4381), - [sym_comment] = ACTIONS(39), - }, - [1674] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4383), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1675] = { - [sym__expression] = STATE(1720), - [sym_conditional_expression] = STATE(1720), - [sym_assignment_expression] = STATE(1720), - [sym_pointer_expression] = STATE(1720), - [sym_logical_expression] = STATE(1720), - [sym_bitwise_expression] = STATE(1720), - [sym_equality_expression] = STATE(1720), - [sym_relational_expression] = STATE(1720), - [sym_shift_expression] = STATE(1720), - [sym_math_expression] = STATE(1720), - [sym_cast_expression] = STATE(1720), - [sym_sizeof_expression] = STATE(1720), - [sym_subscript_expression] = STATE(1720), - [sym_call_expression] = STATE(1720), - [sym_field_expression] = STATE(1720), - [sym_compound_literal_expression] = STATE(1720), - [sym_parenthesized_expression] = STATE(1720), - [sym_concatenated_string] = STATE(1720), - [anon_sym_LPAREN] = ACTIONS(877), - [anon_sym_SEMI] = ACTIONS(4383), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(881), - [anon_sym_TILDE] = ACTIONS(883), - [anon_sym_PLUS] = ACTIONS(885), - [anon_sym_DASH] = ACTIONS(885), - [anon_sym_DASH_DASH] = ACTIONS(887), - [anon_sym_PLUS_PLUS] = ACTIONS(887), - [anon_sym_sizeof] = ACTIONS(889), - [sym_number_literal] = ACTIONS(4385), - [sym_char_literal] = ACTIONS(4385), - [sym_string_literal] = ACTIONS(893), - [sym_true] = ACTIONS(4387), - [sym_false] = ACTIONS(4387), - [sym_null] = ACTIONS(4387), - [sym_identifier] = ACTIONS(4387), - [sym_comment] = ACTIONS(39), - }, - [1676] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4189), - [sym_preproc_directive] = ACTIONS(4189), - [anon_sym_SEMI] = ACTIONS(4191), - [anon_sym_typedef] = ACTIONS(4189), - [anon_sym_extern] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_static] = ACTIONS(4189), - [anon_sym_auto] = ACTIONS(4189), - [anon_sym_register] = ACTIONS(4189), - [anon_sym_inline] = ACTIONS(4189), - [anon_sym_const] = ACTIONS(4189), - [anon_sym_restrict] = ACTIONS(4189), - [anon_sym_volatile] = ACTIONS(4189), - [anon_sym__Atomic] = ACTIONS(4189), - [anon_sym_unsigned] = ACTIONS(4189), - [anon_sym_long] = ACTIONS(4189), - [anon_sym_short] = ACTIONS(4189), - [sym_primitive_type] = ACTIONS(4189), - [anon_sym_enum] = ACTIONS(4189), - [anon_sym_struct] = ACTIONS(4189), - [anon_sym_union] = ACTIONS(4189), - [anon_sym_if] = ACTIONS(4189), - [anon_sym_switch] = ACTIONS(4189), - [anon_sym_case] = ACTIONS(4189), - [anon_sym_default] = ACTIONS(4189), - [anon_sym_while] = ACTIONS(4189), - [anon_sym_do] = ACTIONS(4189), - [anon_sym_for] = ACTIONS(4189), - [anon_sym_return] = ACTIONS(4189), - [anon_sym_break] = ACTIONS(4189), - [anon_sym_continue] = ACTIONS(4189), - [anon_sym_goto] = ACTIONS(4189), - [anon_sym_AMP] = ACTIONS(4191), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_TILDE] = ACTIONS(4191), - [anon_sym_PLUS] = ACTIONS(4189), - [anon_sym_DASH] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4191), - [anon_sym_PLUS_PLUS] = ACTIONS(4191), - [anon_sym_sizeof] = ACTIONS(4189), - [sym_number_literal] = ACTIONS(4191), - [sym_char_literal] = ACTIONS(4191), - [sym_string_literal] = ACTIONS(4191), - [sym_true] = ACTIONS(4189), - [sym_false] = ACTIONS(4189), - [sym_null] = ACTIONS(4189), - [sym_identifier] = ACTIONS(4189), - [sym_comment] = ACTIONS(39), - }, - [1677] = { - [sym_compound_statement] = STATE(1721), - [sym_labeled_statement] = STATE(1721), - [sym_expression_statement] = STATE(1721), - [sym_if_statement] = STATE(1721), - [sym_switch_statement] = STATE(1721), - [sym_case_statement] = STATE(1721), - [sym_while_statement] = STATE(1721), - [sym_do_statement] = STATE(1721), - [sym_for_statement] = STATE(1721), - [sym_return_statement] = STATE(1721), - [sym_break_statement] = STATE(1721), - [sym_continue_statement] = STATE(1721), - [sym_goto_statement] = STATE(1721), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), - [sym_comment] = ACTIONS(39), - }, - [1678] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4389), - [sym_comment] = ACTIONS(39), - }, - [1679] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3576), - [anon_sym_LPAREN] = ACTIONS(3578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3576), - [sym_preproc_directive] = ACTIONS(3576), - [anon_sym_SEMI] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3576), - [anon_sym_extern] = ACTIONS(3576), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_STAR] = ACTIONS(3578), - [anon_sym_static] = ACTIONS(3576), - [anon_sym_auto] = ACTIONS(3576), - [anon_sym_register] = ACTIONS(3576), - [anon_sym_inline] = ACTIONS(3576), - [anon_sym_const] = ACTIONS(3576), - [anon_sym_restrict] = ACTIONS(3576), - [anon_sym_volatile] = ACTIONS(3576), - [anon_sym__Atomic] = ACTIONS(3576), - [anon_sym_unsigned] = ACTIONS(3576), - [anon_sym_long] = ACTIONS(3576), - [anon_sym_short] = ACTIONS(3576), - [sym_primitive_type] = ACTIONS(3576), - [anon_sym_enum] = ACTIONS(3576), - [anon_sym_struct] = ACTIONS(3576), - [anon_sym_union] = ACTIONS(3576), - [anon_sym_if] = ACTIONS(3576), - [anon_sym_else] = ACTIONS(4391), - [anon_sym_switch] = ACTIONS(3576), - [anon_sym_case] = ACTIONS(3576), - [anon_sym_default] = ACTIONS(3576), - [anon_sym_while] = ACTIONS(3576), - [anon_sym_do] = ACTIONS(3576), - [anon_sym_for] = ACTIONS(3576), - [anon_sym_return] = ACTIONS(3576), - [anon_sym_break] = ACTIONS(3576), - [anon_sym_continue] = ACTIONS(3576), - [anon_sym_goto] = ACTIONS(3576), - [anon_sym_AMP] = ACTIONS(3578), - [anon_sym_BANG] = ACTIONS(3578), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3576), - [anon_sym_DASH] = ACTIONS(3576), - [anon_sym_DASH_DASH] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3578), - [anon_sym_sizeof] = ACTIONS(3576), - [sym_number_literal] = ACTIONS(3578), - [sym_char_literal] = ACTIONS(3578), - [sym_string_literal] = ACTIONS(3578), - [sym_true] = ACTIONS(3576), - [sym_false] = ACTIONS(3576), - [sym_null] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3576), - [sym_comment] = ACTIONS(39), - }, - [1680] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3586), - [sym_preproc_directive] = ACTIONS(3586), - [anon_sym_SEMI] = ACTIONS(3588), - [anon_sym_typedef] = ACTIONS(3586), - [anon_sym_extern] = ACTIONS(3586), - [anon_sym_LBRACE] = ACTIONS(3588), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_static] = ACTIONS(3586), - [anon_sym_auto] = ACTIONS(3586), - [anon_sym_register] = ACTIONS(3586), - [anon_sym_inline] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_restrict] = ACTIONS(3586), - [anon_sym_volatile] = ACTIONS(3586), - [anon_sym__Atomic] = ACTIONS(3586), - [anon_sym_unsigned] = ACTIONS(3586), - [anon_sym_long] = ACTIONS(3586), - [anon_sym_short] = ACTIONS(3586), - [sym_primitive_type] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_else] = ACTIONS(3586), - [anon_sym_switch] = ACTIONS(3586), - [anon_sym_case] = ACTIONS(3586), - [anon_sym_default] = ACTIONS(3586), - [anon_sym_while] = ACTIONS(3586), - [anon_sym_do] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3588), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_TILDE] = ACTIONS(3588), - [anon_sym_PLUS] = ACTIONS(3586), - [anon_sym_DASH] = ACTIONS(3586), - [anon_sym_DASH_DASH] = ACTIONS(3588), - [anon_sym_PLUS_PLUS] = ACTIONS(3588), - [anon_sym_sizeof] = ACTIONS(3586), - [sym_number_literal] = ACTIONS(3588), - [sym_char_literal] = ACTIONS(3588), - [sym_string_literal] = ACTIONS(3588), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_null] = ACTIONS(3586), - [sym_identifier] = ACTIONS(3586), - [sym_comment] = ACTIONS(39), - }, - [1681] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4393), - [anon_sym_LBRACK] = ACTIONS(446), + [1392] = { + [sym__expression] = STATE(1402), + [sym_conditional_expression] = STATE(1402), + [sym_assignment_expression] = STATE(1402), + [sym_pointer_expression] = STATE(1402), + [sym_logical_expression] = STATE(1402), + [sym_bitwise_expression] = STATE(1402), + [sym_equality_expression] = STATE(1402), + [sym_relational_expression] = STATE(1402), + [sym_shift_expression] = STATE(1402), + [sym_math_expression] = STATE(1402), + [sym_cast_expression] = STATE(1402), + [sym_sizeof_expression] = STATE(1402), + [sym_subscript_expression] = STATE(1402), + [sym_call_expression] = STATE(1402), + [sym_field_expression] = STATE(1402), + [sym_compound_literal_expression] = STATE(1402), + [sym_parenthesized_expression] = STATE(1402), + [sym_concatenated_string] = STATE(1402), + [anon_sym_LPAREN] = ACTIONS(930), + [anon_sym_RPAREN] = ACTIONS(3897), + [anon_sym_STAR] = ACTIONS(932), + [anon_sym_AMP] = ACTIONS(932), + [anon_sym_BANG] = ACTIONS(934), + [anon_sym_TILDE] = ACTIONS(936), + [anon_sym_PLUS] = ACTIONS(938), + [anon_sym_DASH] = ACTIONS(938), + [anon_sym_DASH_DASH] = ACTIONS(940), + [anon_sym_PLUS_PLUS] = ACTIONS(940), + [anon_sym_sizeof] = ACTIONS(942), + [sym_number_literal] = ACTIONS(3899), + [sym_char_literal] = ACTIONS(3899), + [sym_string_literal] = ACTIONS(946), + [sym_true] = ACTIONS(3901), + [sym_false] = ACTIONS(3901), + [sym_null] = ACTIONS(3901), + [sym_identifier] = ACTIONS(3901), [sym_comment] = ACTIONS(39), }, - [1682] = { - [sym__type_declarator] = STATE(1725), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1683] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [anon_sym_if] = ACTIONS(564), - [anon_sym_else] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(564), - [anon_sym_case] = ACTIONS(564), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(564), - [anon_sym_for] = ACTIONS(564), - [anon_sym_return] = ACTIONS(564), - [anon_sym_break] = ACTIONS(564), - [anon_sym_continue] = ACTIONS(564), - [anon_sym_goto] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), - [sym_comment] = ACTIONS(39), - }, - [1684] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4395), - [sym_comment] = ACTIONS(39), - }, - [1685] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3598), - [anon_sym_LPAREN] = ACTIONS(3600), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3598), - [sym_preproc_directive] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3600), - [anon_sym_typedef] = ACTIONS(3598), - [anon_sym_extern] = ACTIONS(3598), - [anon_sym_LBRACE] = ACTIONS(3600), - [anon_sym_STAR] = ACTIONS(3600), - [anon_sym_static] = ACTIONS(3598), - [anon_sym_auto] = ACTIONS(3598), - [anon_sym_register] = ACTIONS(3598), - [anon_sym_inline] = ACTIONS(3598), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_restrict] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3598), - [anon_sym__Atomic] = ACTIONS(3598), - [anon_sym_unsigned] = ACTIONS(3598), - [anon_sym_long] = ACTIONS(3598), - [anon_sym_short] = ACTIONS(3598), - [sym_primitive_type] = ACTIONS(3598), - [anon_sym_enum] = ACTIONS(3598), - [anon_sym_struct] = ACTIONS(3598), - [anon_sym_union] = ACTIONS(3598), - [anon_sym_if] = ACTIONS(3598), - [anon_sym_else] = ACTIONS(3598), - [anon_sym_switch] = ACTIONS(3598), - [anon_sym_case] = ACTIONS(3598), - [anon_sym_default] = ACTIONS(3598), - [anon_sym_while] = ACTIONS(3598), - [anon_sym_do] = ACTIONS(3598), - [anon_sym_for] = ACTIONS(3598), - [anon_sym_return] = ACTIONS(3598), - [anon_sym_break] = ACTIONS(3598), - [anon_sym_continue] = ACTIONS(3598), - [anon_sym_goto] = ACTIONS(3598), - [anon_sym_AMP] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_TILDE] = ACTIONS(3600), - [anon_sym_PLUS] = ACTIONS(3598), - [anon_sym_DASH] = ACTIONS(3598), - [anon_sym_DASH_DASH] = ACTIONS(3600), - [anon_sym_PLUS_PLUS] = ACTIONS(3600), - [anon_sym_sizeof] = ACTIONS(3598), - [sym_number_literal] = ACTIONS(3600), - [sym_char_literal] = ACTIONS(3600), - [sym_string_literal] = ACTIONS(3600), - [sym_true] = ACTIONS(3598), - [sym_false] = ACTIONS(3598), - [sym_null] = ACTIONS(3598), - [sym_identifier] = ACTIONS(3598), - [sym_comment] = ACTIONS(39), - }, - [1686] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4397), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1687] = { - [sym_compound_statement] = STATE(1728), - [sym_labeled_statement] = STATE(1728), - [sym_expression_statement] = STATE(1728), - [sym_if_statement] = STATE(1728), - [sym_switch_statement] = STATE(1728), - [sym_case_statement] = STATE(1728), - [sym_while_statement] = STATE(1728), - [sym_do_statement] = STATE(1728), - [sym_for_statement] = STATE(1728), - [sym_return_statement] = STATE(1728), - [sym_break_statement] = STATE(1728), - [sym_continue_statement] = STATE(1728), - [sym_goto_statement] = STATE(1728), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1393] = { + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3841), + [anon_sym_LPAREN] = ACTIONS(3843), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3841), + [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3841), + [sym_preproc_directive] = ACTIONS(3841), + [anon_sym_SEMI] = ACTIONS(3843), + [anon_sym_typedef] = ACTIONS(3841), + [anon_sym_extern] = ACTIONS(3841), + [anon_sym_LBRACE] = ACTIONS(3843), + [anon_sym_STAR] = ACTIONS(3843), + [anon_sym_static] = ACTIONS(3841), + [anon_sym_auto] = ACTIONS(3841), + [anon_sym_register] = ACTIONS(3841), + [anon_sym_inline] = ACTIONS(3841), + [anon_sym_const] = ACTIONS(3841), + [anon_sym_restrict] = ACTIONS(3841), + [anon_sym_volatile] = ACTIONS(3841), + [anon_sym__Atomic] = ACTIONS(3841), + [anon_sym_unsigned] = ACTIONS(3841), + [anon_sym_long] = ACTIONS(3841), + [anon_sym_short] = ACTIONS(3841), + [sym_primitive_type] = ACTIONS(3841), + [anon_sym_enum] = ACTIONS(3841), + [anon_sym_struct] = ACTIONS(3841), + [anon_sym_union] = ACTIONS(3841), + [anon_sym_if] = ACTIONS(3841), + [anon_sym_else] = ACTIONS(3841), + [anon_sym_switch] = ACTIONS(3841), + [anon_sym_case] = ACTIONS(3841), + [anon_sym_default] = ACTIONS(3841), + [anon_sym_while] = ACTIONS(3841), + [anon_sym_do] = ACTIONS(3841), + [anon_sym_for] = ACTIONS(3841), + [anon_sym_return] = ACTIONS(3841), + [anon_sym_break] = ACTIONS(3841), + [anon_sym_continue] = ACTIONS(3841), + [anon_sym_goto] = ACTIONS(3841), + [anon_sym_AMP] = ACTIONS(3843), + [anon_sym_BANG] = ACTIONS(3843), + [anon_sym_TILDE] = ACTIONS(3843), + [anon_sym_PLUS] = ACTIONS(3841), + [anon_sym_DASH] = ACTIONS(3841), + [anon_sym_DASH_DASH] = ACTIONS(3843), + [anon_sym_PLUS_PLUS] = ACTIONS(3843), + [anon_sym_sizeof] = ACTIONS(3841), + [sym_number_literal] = ACTIONS(3843), + [sym_char_literal] = ACTIONS(3843), + [sym_string_literal] = ACTIONS(3843), + [sym_true] = ACTIONS(3841), + [sym_false] = ACTIONS(3841), + [sym_null] = ACTIONS(3841), + [sym_identifier] = ACTIONS(3841), [sym_comment] = ACTIONS(39), }, - [1688] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1730), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4399), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1689] = { - [sym__expression] = STATE(1731), - [sym_conditional_expression] = STATE(1731), - [sym_assignment_expression] = STATE(1731), - [sym_pointer_expression] = STATE(1731), - [sym_logical_expression] = STATE(1731), - [sym_bitwise_expression] = STATE(1731), - [sym_equality_expression] = STATE(1731), - [sym_relational_expression] = STATE(1731), - [sym_shift_expression] = STATE(1731), - [sym_math_expression] = STATE(1731), - [sym_cast_expression] = STATE(1731), - [sym_sizeof_expression] = STATE(1731), - [sym_subscript_expression] = STATE(1731), - [sym_call_expression] = STATE(1731), - [sym_field_expression] = STATE(1731), - [sym_compound_literal_expression] = STATE(1731), - [sym_parenthesized_expression] = STATE(1731), - [sym_concatenated_string] = STATE(1731), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4399), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4401), - [sym_char_literal] = ACTIONS(4401), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4403), - [sym_false] = ACTIONS(4403), - [sym_null] = ACTIONS(4403), - [sym_identifier] = ACTIONS(4403), - [sym_comment] = ACTIONS(39), - }, - [1690] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4405), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1691] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4293), - [anon_sym_LPAREN] = ACTIONS(4295), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4293), - [sym_preproc_directive] = ACTIONS(4293), - [anon_sym_SEMI] = ACTIONS(4295), - [anon_sym_typedef] = ACTIONS(4293), - [anon_sym_extern] = ACTIONS(4293), - [anon_sym_LBRACE] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_static] = ACTIONS(4293), - [anon_sym_auto] = ACTIONS(4293), - [anon_sym_register] = ACTIONS(4293), - [anon_sym_inline] = ACTIONS(4293), - [anon_sym_const] = ACTIONS(4293), - [anon_sym_restrict] = ACTIONS(4293), - [anon_sym_volatile] = ACTIONS(4293), - [anon_sym__Atomic] = ACTIONS(4293), - [anon_sym_unsigned] = ACTIONS(4293), - [anon_sym_long] = ACTIONS(4293), - [anon_sym_short] = ACTIONS(4293), - [sym_primitive_type] = ACTIONS(4293), - [anon_sym_enum] = ACTIONS(4293), - [anon_sym_struct] = ACTIONS(4293), - [anon_sym_union] = ACTIONS(4293), - [anon_sym_if] = ACTIONS(4293), - [anon_sym_switch] = ACTIONS(4293), - [anon_sym_case] = ACTIONS(4293), - [anon_sym_default] = ACTIONS(4293), - [anon_sym_while] = ACTIONS(4293), - [anon_sym_do] = ACTIONS(4293), - [anon_sym_for] = ACTIONS(4293), - [anon_sym_return] = ACTIONS(4293), - [anon_sym_break] = ACTIONS(4293), - [anon_sym_continue] = ACTIONS(4293), - [anon_sym_goto] = ACTIONS(4293), - [anon_sym_AMP] = ACTIONS(4295), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_TILDE] = ACTIONS(4295), - [anon_sym_PLUS] = ACTIONS(4293), - [anon_sym_DASH] = ACTIONS(4293), - [anon_sym_DASH_DASH] = ACTIONS(4295), - [anon_sym_PLUS_PLUS] = ACTIONS(4295), - [anon_sym_sizeof] = ACTIONS(4293), - [sym_number_literal] = ACTIONS(4295), - [sym_char_literal] = ACTIONS(4295), - [sym_string_literal] = ACTIONS(4295), - [sym_true] = ACTIONS(4293), - [sym_false] = ACTIONS(4293), - [sym_null] = ACTIONS(4293), - [sym_identifier] = ACTIONS(4293), - [sym_comment] = ACTIONS(39), - }, - [1692] = { - [sym_compound_statement] = STATE(1733), - [sym_labeled_statement] = STATE(1733), - [sym_expression_statement] = STATE(1733), - [sym_if_statement] = STATE(1733), - [sym_switch_statement] = STATE(1733), - [sym_case_statement] = STATE(1733), - [sym_while_statement] = STATE(1733), - [sym_do_statement] = STATE(1733), - [sym_for_statement] = STATE(1733), - [sym_return_statement] = STATE(1733), - [sym_break_statement] = STATE(1733), - [sym_continue_statement] = STATE(1733), - [sym_goto_statement] = STATE(1733), - [sym__expression] = STATE(718), - [sym_comma_expression] = STATE(719), - [sym_conditional_expression] = STATE(718), - [sym_assignment_expression] = STATE(718), - [sym_pointer_expression] = STATE(718), - [sym_logical_expression] = STATE(718), - [sym_bitwise_expression] = STATE(718), - [sym_equality_expression] = STATE(718), - [sym_relational_expression] = STATE(718), - [sym_shift_expression] = STATE(718), - [sym_math_expression] = STATE(718), - [sym_cast_expression] = STATE(718), - [sym_sizeof_expression] = STATE(718), - [sym_subscript_expression] = STATE(718), - [sym_call_expression] = STATE(718), - [sym_field_expression] = STATE(718), - [sym_compound_literal_expression] = STATE(718), - [sym_parenthesized_expression] = STATE(718), - [sym_concatenated_string] = STATE(718), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(1652), - [anon_sym_LBRACE] = ACTIONS(1656), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(1658), - [anon_sym_switch] = ACTIONS(1660), - [anon_sym_case] = ACTIONS(1662), - [anon_sym_default] = ACTIONS(1664), - [anon_sym_while] = ACTIONS(1666), - [anon_sym_do] = ACTIONS(1668), - [anon_sym_for] = ACTIONS(1670), - [anon_sym_return] = ACTIONS(1672), - [anon_sym_break] = ACTIONS(1674), - [anon_sym_continue] = ACTIONS(1676), - [anon_sym_goto] = ACTIONS(1678), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(1680), - [sym_char_literal] = ACTIONS(1680), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(1682), - [sym_false] = ACTIONS(1682), - [sym_null] = ACTIONS(1682), - [sym_identifier] = ACTIONS(3011), - [sym_comment] = ACTIONS(39), - }, - [1693] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4017), - [anon_sym_LPAREN] = ACTIONS(4019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4017), - [sym_preproc_directive] = ACTIONS(4017), - [anon_sym_SEMI] = ACTIONS(4019), - [anon_sym_typedef] = ACTIONS(4017), - [anon_sym_extern] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_RBRACE] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_static] = ACTIONS(4017), - [anon_sym_auto] = ACTIONS(4017), - [anon_sym_register] = ACTIONS(4017), - [anon_sym_inline] = ACTIONS(4017), - [anon_sym_const] = ACTIONS(4017), - [anon_sym_restrict] = ACTIONS(4017), - [anon_sym_volatile] = ACTIONS(4017), - [anon_sym__Atomic] = ACTIONS(4017), - [anon_sym_unsigned] = ACTIONS(4017), - [anon_sym_long] = ACTIONS(4017), - [anon_sym_short] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(4017), - [anon_sym_enum] = ACTIONS(4017), - [anon_sym_struct] = ACTIONS(4017), - [anon_sym_union] = ACTIONS(4017), - [anon_sym_if] = ACTIONS(4017), - [anon_sym_else] = ACTIONS(4017), - [anon_sym_switch] = ACTIONS(4017), - [anon_sym_case] = ACTIONS(4017), - [anon_sym_default] = ACTIONS(4017), - [anon_sym_while] = ACTIONS(4017), - [anon_sym_do] = ACTIONS(4017), - [anon_sym_for] = ACTIONS(4017), - [anon_sym_return] = ACTIONS(4017), - [anon_sym_break] = ACTIONS(4017), - [anon_sym_continue] = ACTIONS(4017), - [anon_sym_goto] = ACTIONS(4017), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4017), - [anon_sym_DASH] = ACTIONS(4017), - [anon_sym_DASH_DASH] = ACTIONS(4019), - [anon_sym_PLUS_PLUS] = ACTIONS(4019), - [anon_sym_sizeof] = ACTIONS(4017), - [sym_number_literal] = ACTIONS(4019), - [sym_char_literal] = ACTIONS(4019), - [sym_string_literal] = ACTIONS(4019), - [sym_true] = ACTIONS(4017), - [sym_false] = ACTIONS(4017), - [sym_null] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4017), - [sym_comment] = ACTIONS(39), - }, - [1694] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_else] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_sizeof] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1406), - [sym_char_literal] = ACTIONS(1406), - [sym_string_literal] = ACTIONS(1406), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [sym_null] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), - [sym_comment] = ACTIONS(39), - }, - [1695] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4061), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4059), - [sym_preproc_directive] = ACTIONS(4059), - [anon_sym_SEMI] = ACTIONS(4061), - [anon_sym_typedef] = ACTIONS(4059), - [anon_sym_extern] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4061), - [anon_sym_RBRACE] = ACTIONS(4061), - [anon_sym_STAR] = ACTIONS(4061), - [anon_sym_static] = ACTIONS(4059), - [anon_sym_auto] = ACTIONS(4059), - [anon_sym_register] = ACTIONS(4059), - [anon_sym_inline] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_restrict] = ACTIONS(4059), - [anon_sym_volatile] = ACTIONS(4059), - [anon_sym__Atomic] = ACTIONS(4059), - [anon_sym_unsigned] = ACTIONS(4059), - [anon_sym_long] = ACTIONS(4059), - [anon_sym_short] = ACTIONS(4059), - [sym_primitive_type] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_else] = ACTIONS(4059), - [anon_sym_switch] = ACTIONS(4059), - [anon_sym_case] = ACTIONS(4059), - [anon_sym_default] = ACTIONS(4059), - [anon_sym_while] = ACTIONS(4059), - [anon_sym_do] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4061), - [anon_sym_BANG] = ACTIONS(4061), - [anon_sym_TILDE] = ACTIONS(4061), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_DASH_DASH] = ACTIONS(4061), - [anon_sym_PLUS_PLUS] = ACTIONS(4061), - [anon_sym_sizeof] = ACTIONS(4059), - [sym_number_literal] = ACTIONS(4061), - [sym_char_literal] = ACTIONS(4061), - [sym_string_literal] = ACTIONS(4061), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_null] = ACTIONS(4059), - [sym_identifier] = ACTIONS(4059), - [sym_comment] = ACTIONS(39), - }, - [1696] = { - [sym_compound_statement] = STATE(1734), - [sym_labeled_statement] = STATE(1734), - [sym_expression_statement] = STATE(1734), - [sym_if_statement] = STATE(1734), - [sym_switch_statement] = STATE(1734), - [sym_case_statement] = STATE(1734), - [sym_while_statement] = STATE(1734), - [sym_do_statement] = STATE(1734), - [sym_for_statement] = STATE(1734), - [sym_return_statement] = STATE(1734), - [sym_break_statement] = STATE(1734), - [sym_continue_statement] = STATE(1734), - [sym_goto_statement] = STATE(1734), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1697] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4407), - [sym_comment] = ACTIONS(39), - }, - [1698] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1736), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4407), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1699] = { - [sym_compound_statement] = STATE(1737), - [sym_labeled_statement] = STATE(1737), - [sym_expression_statement] = STATE(1737), - [sym_if_statement] = STATE(1737), - [sym_switch_statement] = STATE(1737), - [sym_case_statement] = STATE(1737), - [sym_while_statement] = STATE(1737), - [sym_do_statement] = STATE(1737), - [sym_for_statement] = STATE(1737), - [sym_return_statement] = STATE(1737), - [sym_break_statement] = STATE(1737), - [sym_continue_statement] = STATE(1737), - [sym_goto_statement] = STATE(1737), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), + [1394] = { + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), [sym_comment] = ACTIONS(39), }, - [1700] = { - [anon_sym_else] = ACTIONS(810), - [anon_sym_while] = ACTIONS(810), + [1395] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3903), [sym_comment] = ACTIONS(39), }, - [1701] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4409), - [anon_sym_LBRACK] = ACTIONS(446), + [1396] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1404), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3903), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1702] = { - [anon_sym_else] = ACTIONS(1283), - [anon_sym_while] = ACTIONS(1283), - [sym_comment] = ACTIONS(39), - }, - [1703] = { - [anon_sym_else] = ACTIONS(3875), - [anon_sym_while] = ACTIONS(3875), - [sym_comment] = ACTIONS(39), - }, - [1704] = { - [anon_sym_else] = ACTIONS(3879), - [anon_sym_while] = ACTIONS(3879), - [sym_comment] = ACTIONS(39), - }, - [1705] = { - [sym_compound_statement] = STATE(1739), - [sym_labeled_statement] = STATE(1739), - [sym_expression_statement] = STATE(1739), - [sym_if_statement] = STATE(1739), - [sym_switch_statement] = STATE(1739), - [sym_case_statement] = STATE(1739), - [sym_while_statement] = STATE(1739), - [sym_do_statement] = STATE(1739), - [sym_for_statement] = STATE(1739), - [sym_return_statement] = STATE(1739), - [sym_break_statement] = STATE(1739), - [sym_continue_statement] = STATE(1739), - [sym_goto_statement] = STATE(1739), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1706] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4411), - [sym_comment] = ACTIONS(39), - }, - [1707] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1741), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4411), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1708] = { - [sym__expression] = STATE(1742), - [sym_conditional_expression] = STATE(1742), - [sym_assignment_expression] = STATE(1742), - [sym_pointer_expression] = STATE(1742), - [sym_logical_expression] = STATE(1742), - [sym_bitwise_expression] = STATE(1742), - [sym_equality_expression] = STATE(1742), - [sym_relational_expression] = STATE(1742), - [sym_shift_expression] = STATE(1742), - [sym_math_expression] = STATE(1742), - [sym_cast_expression] = STATE(1742), - [sym_sizeof_expression] = STATE(1742), - [sym_subscript_expression] = STATE(1742), - [sym_call_expression] = STATE(1742), - [sym_field_expression] = STATE(1742), - [sym_compound_literal_expression] = STATE(1742), - [sym_parenthesized_expression] = STATE(1742), - [sym_concatenated_string] = STATE(1742), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4411), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4413), - [sym_char_literal] = ACTIONS(4413), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4415), - [sym_false] = ACTIONS(4415), - [sym_null] = ACTIONS(4415), - [sym_identifier] = ACTIONS(4415), - [sym_comment] = ACTIONS(39), - }, - [1709] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3576), - [anon_sym_LPAREN] = ACTIONS(3578), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3576), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3576), - [sym_preproc_directive] = ACTIONS(3576), - [anon_sym_SEMI] = ACTIONS(3578), - [anon_sym_typedef] = ACTIONS(3576), - [anon_sym_extern] = ACTIONS(3576), - [anon_sym_LBRACE] = ACTIONS(3578), - [anon_sym_STAR] = ACTIONS(3578), - [anon_sym_static] = ACTIONS(3576), - [anon_sym_auto] = ACTIONS(3576), - [anon_sym_register] = ACTIONS(3576), - [anon_sym_inline] = ACTIONS(3576), - [anon_sym_const] = ACTIONS(3576), - [anon_sym_restrict] = ACTIONS(3576), - [anon_sym_volatile] = ACTIONS(3576), - [anon_sym__Atomic] = ACTIONS(3576), - [anon_sym_unsigned] = ACTIONS(3576), - [anon_sym_long] = ACTIONS(3576), - [anon_sym_short] = ACTIONS(3576), - [sym_primitive_type] = ACTIONS(3576), - [anon_sym_enum] = ACTIONS(3576), - [anon_sym_struct] = ACTIONS(3576), - [anon_sym_union] = ACTIONS(3576), - [anon_sym_if] = ACTIONS(3576), - [anon_sym_else] = ACTIONS(4417), - [anon_sym_switch] = ACTIONS(3576), - [anon_sym_case] = ACTIONS(3576), - [anon_sym_default] = ACTIONS(3576), - [anon_sym_while] = ACTIONS(3576), - [anon_sym_do] = ACTIONS(3576), - [anon_sym_for] = ACTIONS(3576), - [anon_sym_return] = ACTIONS(3576), - [anon_sym_break] = ACTIONS(3576), - [anon_sym_continue] = ACTIONS(3576), - [anon_sym_goto] = ACTIONS(3576), - [anon_sym_AMP] = ACTIONS(3578), - [anon_sym_BANG] = ACTIONS(3578), - [anon_sym_TILDE] = ACTIONS(3578), - [anon_sym_PLUS] = ACTIONS(3576), - [anon_sym_DASH] = ACTIONS(3576), - [anon_sym_DASH_DASH] = ACTIONS(3578), - [anon_sym_PLUS_PLUS] = ACTIONS(3578), - [anon_sym_sizeof] = ACTIONS(3576), - [sym_number_literal] = ACTIONS(3578), - [sym_char_literal] = ACTIONS(3578), - [sym_string_literal] = ACTIONS(3578), - [sym_true] = ACTIONS(3576), - [sym_false] = ACTIONS(3576), - [sym_null] = ACTIONS(3576), - [sym_identifier] = ACTIONS(3576), - [sym_comment] = ACTIONS(39), - }, - [1710] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3586), - [anon_sym_LPAREN] = ACTIONS(3588), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3586), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3586), - [sym_preproc_directive] = ACTIONS(3586), - [anon_sym_SEMI] = ACTIONS(3588), - [anon_sym_typedef] = ACTIONS(3586), - [anon_sym_extern] = ACTIONS(3586), - [anon_sym_LBRACE] = ACTIONS(3588), - [anon_sym_STAR] = ACTIONS(3588), - [anon_sym_static] = ACTIONS(3586), - [anon_sym_auto] = ACTIONS(3586), - [anon_sym_register] = ACTIONS(3586), - [anon_sym_inline] = ACTIONS(3586), - [anon_sym_const] = ACTIONS(3586), - [anon_sym_restrict] = ACTIONS(3586), - [anon_sym_volatile] = ACTIONS(3586), - [anon_sym__Atomic] = ACTIONS(3586), - [anon_sym_unsigned] = ACTIONS(3586), - [anon_sym_long] = ACTIONS(3586), - [anon_sym_short] = ACTIONS(3586), - [sym_primitive_type] = ACTIONS(3586), - [anon_sym_enum] = ACTIONS(3586), - [anon_sym_struct] = ACTIONS(3586), - [anon_sym_union] = ACTIONS(3586), - [anon_sym_if] = ACTIONS(3586), - [anon_sym_else] = ACTIONS(3586), - [anon_sym_switch] = ACTIONS(3586), - [anon_sym_case] = ACTIONS(3586), - [anon_sym_default] = ACTIONS(3586), - [anon_sym_while] = ACTIONS(3586), - [anon_sym_do] = ACTIONS(3586), - [anon_sym_for] = ACTIONS(3586), - [anon_sym_return] = ACTIONS(3586), - [anon_sym_break] = ACTIONS(3586), - [anon_sym_continue] = ACTIONS(3586), - [anon_sym_goto] = ACTIONS(3586), - [anon_sym_AMP] = ACTIONS(3588), - [anon_sym_BANG] = ACTIONS(3588), - [anon_sym_TILDE] = ACTIONS(3588), - [anon_sym_PLUS] = ACTIONS(3586), - [anon_sym_DASH] = ACTIONS(3586), - [anon_sym_DASH_DASH] = ACTIONS(3588), - [anon_sym_PLUS_PLUS] = ACTIONS(3588), - [anon_sym_sizeof] = ACTIONS(3586), - [sym_number_literal] = ACTIONS(3588), - [sym_char_literal] = ACTIONS(3588), - [sym_string_literal] = ACTIONS(3588), - [sym_true] = ACTIONS(3586), - [sym_false] = ACTIONS(3586), - [sym_null] = ACTIONS(3586), - [sym_identifier] = ACTIONS(3586), - [sym_comment] = ACTIONS(39), - }, - [1711] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4419), - [anon_sym_LBRACK] = ACTIONS(446), + [1397] = { + [sym_compound_statement] = STATE(1345), + [sym_labeled_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_if_statement] = STATE(1345), + [sym_switch_statement] = STATE(1345), + [sym_case_statement] = STATE(1345), + [sym_while_statement] = STATE(1345), + [sym_do_statement] = STATE(1345), + [sym_for_statement] = STATE(1345), + [sym_return_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_goto_statement] = STATE(1345), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(2912), + [anon_sym_switch] = ACTIONS(2914), + [anon_sym_case] = ACTIONS(2916), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2920), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(2924), [sym_comment] = ACTIONS(39), }, - [1712] = { - [sym__type_declarator] = STATE(1745), - [sym_pointer_type_declarator] = STATE(99), - [sym_function_type_declarator] = STATE(100), - [sym_array_type_declarator] = STATE(101), - [anon_sym_LPAREN] = ACTIONS(182), - [anon_sym_STAR] = ACTIONS(184), - [sym_identifier] = ACTIONS(186), - [sym_comment] = ACTIONS(39), - }, - [1713] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(564), - [anon_sym_LPAREN] = ACTIONS(562), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(564), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(564), - [sym_preproc_directive] = ACTIONS(564), - [anon_sym_SEMI] = ACTIONS(562), - [anon_sym_typedef] = ACTIONS(564), - [anon_sym_extern] = ACTIONS(564), - [anon_sym_LBRACE] = ACTIONS(562), - [anon_sym_STAR] = ACTIONS(562), - [anon_sym_static] = ACTIONS(564), - [anon_sym_auto] = ACTIONS(564), - [anon_sym_register] = ACTIONS(564), - [anon_sym_inline] = ACTIONS(564), - [anon_sym_const] = ACTIONS(564), - [anon_sym_restrict] = ACTIONS(564), - [anon_sym_volatile] = ACTIONS(564), - [anon_sym__Atomic] = ACTIONS(564), - [anon_sym_unsigned] = ACTIONS(564), - [anon_sym_long] = ACTIONS(564), - [anon_sym_short] = ACTIONS(564), - [sym_primitive_type] = ACTIONS(564), - [anon_sym_enum] = ACTIONS(564), - [anon_sym_struct] = ACTIONS(564), - [anon_sym_union] = ACTIONS(564), - [anon_sym_if] = ACTIONS(564), - [anon_sym_else] = ACTIONS(564), - [anon_sym_switch] = ACTIONS(564), - [anon_sym_case] = ACTIONS(564), - [anon_sym_default] = ACTIONS(564), - [anon_sym_while] = ACTIONS(564), - [anon_sym_do] = ACTIONS(564), - [anon_sym_for] = ACTIONS(564), - [anon_sym_return] = ACTIONS(564), - [anon_sym_break] = ACTIONS(564), - [anon_sym_continue] = ACTIONS(564), - [anon_sym_goto] = ACTIONS(564), - [anon_sym_AMP] = ACTIONS(562), - [anon_sym_BANG] = ACTIONS(562), - [anon_sym_TILDE] = ACTIONS(562), - [anon_sym_PLUS] = ACTIONS(564), - [anon_sym_DASH] = ACTIONS(564), - [anon_sym_DASH_DASH] = ACTIONS(562), - [anon_sym_PLUS_PLUS] = ACTIONS(562), - [anon_sym_sizeof] = ACTIONS(564), - [sym_number_literal] = ACTIONS(562), - [sym_char_literal] = ACTIONS(562), - [sym_string_literal] = ACTIONS(562), - [sym_true] = ACTIONS(564), - [sym_false] = ACTIONS(564), - [sym_null] = ACTIONS(564), - [sym_identifier] = ACTIONS(564), - [sym_comment] = ACTIONS(39), - }, - [1714] = { - [aux_sym_declaration_repeat1] = STATE(302), - [anon_sym_COMMA] = ACTIONS(261), - [anon_sym_SEMI] = ACTIONS(4421), - [sym_comment] = ACTIONS(39), - }, - [1715] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3598), - [anon_sym_LPAREN] = ACTIONS(3600), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3598), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3598), - [sym_preproc_directive] = ACTIONS(3598), - [anon_sym_SEMI] = ACTIONS(3600), - [anon_sym_typedef] = ACTIONS(3598), - [anon_sym_extern] = ACTIONS(3598), - [anon_sym_LBRACE] = ACTIONS(3600), - [anon_sym_STAR] = ACTIONS(3600), - [anon_sym_static] = ACTIONS(3598), - [anon_sym_auto] = ACTIONS(3598), - [anon_sym_register] = ACTIONS(3598), - [anon_sym_inline] = ACTIONS(3598), - [anon_sym_const] = ACTIONS(3598), - [anon_sym_restrict] = ACTIONS(3598), - [anon_sym_volatile] = ACTIONS(3598), - [anon_sym__Atomic] = ACTIONS(3598), - [anon_sym_unsigned] = ACTIONS(3598), - [anon_sym_long] = ACTIONS(3598), - [anon_sym_short] = ACTIONS(3598), - [sym_primitive_type] = ACTIONS(3598), - [anon_sym_enum] = ACTIONS(3598), - [anon_sym_struct] = ACTIONS(3598), - [anon_sym_union] = ACTIONS(3598), - [anon_sym_if] = ACTIONS(3598), - [anon_sym_else] = ACTIONS(3598), - [anon_sym_switch] = ACTIONS(3598), - [anon_sym_case] = ACTIONS(3598), - [anon_sym_default] = ACTIONS(3598), - [anon_sym_while] = ACTIONS(3598), - [anon_sym_do] = ACTIONS(3598), - [anon_sym_for] = ACTIONS(3598), - [anon_sym_return] = ACTIONS(3598), - [anon_sym_break] = ACTIONS(3598), - [anon_sym_continue] = ACTIONS(3598), - [anon_sym_goto] = ACTIONS(3598), - [anon_sym_AMP] = ACTIONS(3600), - [anon_sym_BANG] = ACTIONS(3600), - [anon_sym_TILDE] = ACTIONS(3600), - [anon_sym_PLUS] = ACTIONS(3598), - [anon_sym_DASH] = ACTIONS(3598), - [anon_sym_DASH_DASH] = ACTIONS(3600), - [anon_sym_PLUS_PLUS] = ACTIONS(3600), - [anon_sym_sizeof] = ACTIONS(3598), - [sym_number_literal] = ACTIONS(3600), - [sym_char_literal] = ACTIONS(3600), - [sym_string_literal] = ACTIONS(3600), - [sym_true] = ACTIONS(3598), - [sym_false] = ACTIONS(3598), - [sym_null] = ACTIONS(3598), - [sym_identifier] = ACTIONS(3598), - [sym_comment] = ACTIONS(39), - }, - [1716] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_RPAREN] = ACTIONS(4423), - [anon_sym_STAR] = ACTIONS(2580), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(2582), - [anon_sym_QMARK] = ACTIONS(2584), - [anon_sym_STAR_EQ] = ACTIONS(2586), - [anon_sym_SLASH_EQ] = ACTIONS(2586), - [anon_sym_PERCENT_EQ] = ACTIONS(2586), - [anon_sym_PLUS_EQ] = ACTIONS(2586), - [anon_sym_DASH_EQ] = ACTIONS(2586), - [anon_sym_LT_LT_EQ] = ACTIONS(2586), - [anon_sym_GT_GT_EQ] = ACTIONS(2586), - [anon_sym_AMP_EQ] = ACTIONS(2586), - [anon_sym_CARET_EQ] = ACTIONS(2586), - [anon_sym_PIPE_EQ] = ACTIONS(2586), - [anon_sym_AMP] = ACTIONS(2588), - [anon_sym_PIPE_PIPE] = ACTIONS(2590), - [anon_sym_AMP_AMP] = ACTIONS(2592), - [anon_sym_PIPE] = ACTIONS(2594), - [anon_sym_CARET] = ACTIONS(2596), - [anon_sym_EQ_EQ] = ACTIONS(2598), - [anon_sym_BANG_EQ] = ACTIONS(2598), - [anon_sym_LT] = ACTIONS(2600), - [anon_sym_GT] = ACTIONS(2600), - [anon_sym_LT_EQ] = ACTIONS(2602), - [anon_sym_GT_EQ] = ACTIONS(2602), - [anon_sym_LT_LT] = ACTIONS(2604), - [anon_sym_GT_GT] = ACTIONS(2604), - [anon_sym_PLUS] = ACTIONS(2606), - [anon_sym_DASH] = ACTIONS(2606), - [anon_sym_SLASH] = ACTIONS(2580), - [anon_sym_PERCENT] = ACTIONS(2580), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1717] = { - [sym_compound_statement] = STATE(1748), - [sym_labeled_statement] = STATE(1748), - [sym_expression_statement] = STATE(1748), - [sym_if_statement] = STATE(1748), - [sym_switch_statement] = STATE(1748), - [sym_case_statement] = STATE(1748), - [sym_while_statement] = STATE(1748), - [sym_do_statement] = STATE(1748), - [sym_for_statement] = STATE(1748), - [sym_return_statement] = STATE(1748), - [sym_break_statement] = STATE(1748), - [sym_continue_statement] = STATE(1748), - [sym_goto_statement] = STATE(1748), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1718] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1750), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4425), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1719] = { - [sym__expression] = STATE(1751), - [sym_conditional_expression] = STATE(1751), - [sym_assignment_expression] = STATE(1751), - [sym_pointer_expression] = STATE(1751), - [sym_logical_expression] = STATE(1751), - [sym_bitwise_expression] = STATE(1751), - [sym_equality_expression] = STATE(1751), - [sym_relational_expression] = STATE(1751), - [sym_shift_expression] = STATE(1751), - [sym_math_expression] = STATE(1751), - [sym_cast_expression] = STATE(1751), - [sym_sizeof_expression] = STATE(1751), - [sym_subscript_expression] = STATE(1751), - [sym_call_expression] = STATE(1751), - [sym_field_expression] = STATE(1751), - [sym_compound_literal_expression] = STATE(1751), - [sym_parenthesized_expression] = STATE(1751), - [sym_concatenated_string] = STATE(1751), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4425), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4427), - [sym_char_literal] = ACTIONS(4427), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4429), - [sym_false] = ACTIONS(4429), - [sym_null] = ACTIONS(4429), - [sym_identifier] = ACTIONS(4429), - [sym_comment] = ACTIONS(39), - }, - [1720] = { - [sym_argument_list] = STATE(503), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_SEMI] = ACTIONS(4431), - [anon_sym_STAR] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1513), - [anon_sym_QMARK] = ACTIONS(1515), - [anon_sym_STAR_EQ] = ACTIONS(1517), - [anon_sym_SLASH_EQ] = ACTIONS(1517), - [anon_sym_PERCENT_EQ] = ACTIONS(1517), - [anon_sym_PLUS_EQ] = ACTIONS(1517), - [anon_sym_DASH_EQ] = ACTIONS(1517), - [anon_sym_LT_LT_EQ] = ACTIONS(1517), - [anon_sym_GT_GT_EQ] = ACTIONS(1517), - [anon_sym_AMP_EQ] = ACTIONS(1517), - [anon_sym_CARET_EQ] = ACTIONS(1517), - [anon_sym_PIPE_EQ] = ACTIONS(1517), - [anon_sym_AMP] = ACTIONS(1519), - [anon_sym_PIPE_PIPE] = ACTIONS(1521), - [anon_sym_AMP_AMP] = ACTIONS(1523), - [anon_sym_PIPE] = ACTIONS(1525), - [anon_sym_CARET] = ACTIONS(1527), - [anon_sym_EQ_EQ] = ACTIONS(1529), - [anon_sym_BANG_EQ] = ACTIONS(1529), - [anon_sym_LT] = ACTIONS(1531), - [anon_sym_GT] = ACTIONS(1531), - [anon_sym_LT_EQ] = ACTIONS(1533), - [anon_sym_GT_EQ] = ACTIONS(1533), - [anon_sym_LT_LT] = ACTIONS(1535), - [anon_sym_GT_GT] = ACTIONS(1535), - [anon_sym_PLUS] = ACTIONS(1537), - [anon_sym_DASH] = ACTIONS(1537), - [anon_sym_SLASH] = ACTIONS(1511), - [anon_sym_PERCENT] = ACTIONS(1511), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1721] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4293), - [anon_sym_LPAREN] = ACTIONS(4295), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4293), - [sym_preproc_directive] = ACTIONS(4293), - [anon_sym_SEMI] = ACTIONS(4295), - [anon_sym_typedef] = ACTIONS(4293), - [anon_sym_extern] = ACTIONS(4293), - [anon_sym_LBRACE] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_static] = ACTIONS(4293), - [anon_sym_auto] = ACTIONS(4293), - [anon_sym_register] = ACTIONS(4293), - [anon_sym_inline] = ACTIONS(4293), - [anon_sym_const] = ACTIONS(4293), - [anon_sym_restrict] = ACTIONS(4293), - [anon_sym_volatile] = ACTIONS(4293), - [anon_sym__Atomic] = ACTIONS(4293), - [anon_sym_unsigned] = ACTIONS(4293), - [anon_sym_long] = ACTIONS(4293), - [anon_sym_short] = ACTIONS(4293), - [sym_primitive_type] = ACTIONS(4293), - [anon_sym_enum] = ACTIONS(4293), - [anon_sym_struct] = ACTIONS(4293), - [anon_sym_union] = ACTIONS(4293), - [anon_sym_if] = ACTIONS(4293), - [anon_sym_switch] = ACTIONS(4293), - [anon_sym_case] = ACTIONS(4293), - [anon_sym_default] = ACTIONS(4293), - [anon_sym_while] = ACTIONS(4293), - [anon_sym_do] = ACTIONS(4293), - [anon_sym_for] = ACTIONS(4293), - [anon_sym_return] = ACTIONS(4293), - [anon_sym_break] = ACTIONS(4293), - [anon_sym_continue] = ACTIONS(4293), - [anon_sym_goto] = ACTIONS(4293), - [anon_sym_AMP] = ACTIONS(4295), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_TILDE] = ACTIONS(4295), - [anon_sym_PLUS] = ACTIONS(4293), - [anon_sym_DASH] = ACTIONS(4293), - [anon_sym_DASH_DASH] = ACTIONS(4295), - [anon_sym_PLUS_PLUS] = ACTIONS(4295), - [anon_sym_sizeof] = ACTIONS(4293), - [sym_number_literal] = ACTIONS(4295), - [sym_char_literal] = ACTIONS(4295), - [sym_string_literal] = ACTIONS(4295), - [sym_true] = ACTIONS(4293), - [sym_false] = ACTIONS(4293), - [sym_null] = ACTIONS(4293), - [sym_identifier] = ACTIONS(4293), - [sym_comment] = ACTIONS(39), - }, - [1722] = { - [sym_compound_statement] = STATE(1753), - [sym_labeled_statement] = STATE(1753), - [sym_expression_statement] = STATE(1753), - [sym_if_statement] = STATE(1753), - [sym_switch_statement] = STATE(1753), - [sym_case_statement] = STATE(1753), - [sym_while_statement] = STATE(1753), - [sym_do_statement] = STATE(1753), - [sym_for_statement] = STATE(1753), - [sym_return_statement] = STATE(1753), - [sym_break_statement] = STATE(1753), - [sym_continue_statement] = STATE(1753), - [sym_goto_statement] = STATE(1753), - [sym__expression] = STATE(954), - [sym_comma_expression] = STATE(955), - [sym_conditional_expression] = STATE(954), - [sym_assignment_expression] = STATE(954), - [sym_pointer_expression] = STATE(954), - [sym_logical_expression] = STATE(954), - [sym_bitwise_expression] = STATE(954), - [sym_equality_expression] = STATE(954), - [sym_relational_expression] = STATE(954), - [sym_shift_expression] = STATE(954), - [sym_math_expression] = STATE(954), - [sym_cast_expression] = STATE(954), - [sym_sizeof_expression] = STATE(954), - [sym_subscript_expression] = STATE(954), - [sym_call_expression] = STATE(954), - [sym_field_expression] = STATE(954), - [sym_compound_literal_expression] = STATE(954), - [sym_parenthesized_expression] = STATE(954), - [sym_concatenated_string] = STATE(954), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(2462), - [anon_sym_LBRACE] = ACTIONS(2466), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(2468), - [anon_sym_switch] = ACTIONS(2470), - [anon_sym_case] = ACTIONS(2472), - [anon_sym_default] = ACTIONS(2474), - [anon_sym_while] = ACTIONS(2476), - [anon_sym_do] = ACTIONS(2478), - [anon_sym_for] = ACTIONS(2480), - [anon_sym_return] = ACTIONS(2482), - [anon_sym_break] = ACTIONS(2484), - [anon_sym_continue] = ACTIONS(2486), - [anon_sym_goto] = ACTIONS(2488), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(2490), - [sym_char_literal] = ACTIONS(2490), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(2492), - [sym_false] = ACTIONS(2492), - [sym_null] = ACTIONS(2492), - [sym_identifier] = ACTIONS(3416), - [sym_comment] = ACTIONS(39), - }, - [1723] = { - [sym_compound_statement] = STATE(1754), - [sym_labeled_statement] = STATE(1754), - [sym_expression_statement] = STATE(1754), - [sym_if_statement] = STATE(1754), - [sym_switch_statement] = STATE(1754), - [sym_case_statement] = STATE(1754), - [sym_while_statement] = STATE(1754), - [sym_do_statement] = STATE(1754), - [sym_for_statement] = STATE(1754), - [sym_return_statement] = STATE(1754), - [sym_break_statement] = STATE(1754), - [sym_continue_statement] = STATE(1754), - [sym_goto_statement] = STATE(1754), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1398] = { + [sym_compound_statement] = STATE(1311), + [sym_labeled_statement] = STATE(1311), + [sym_expression_statement] = STATE(1311), + [sym_if_statement] = STATE(1311), + [sym_switch_statement] = STATE(1311), + [sym_case_statement] = STATE(1311), + [sym_while_statement] = STATE(1311), + [sym_do_statement] = STATE(1311), + [sym_for_statement] = STATE(1311), + [sym_return_statement] = STATE(1311), + [sym_break_statement] = STATE(1311), + [sym_continue_statement] = STATE(1311), + [sym_goto_statement] = STATE(1311), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), [sym_comment] = ACTIONS(39), }, - [1724] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(810), - [anon_sym_STAR] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_else] = ACTIONS(812), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_goto] = ACTIONS(812), - [anon_sym_AMP] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(810), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(810), - [anon_sym_PLUS_PLUS] = ACTIONS(810), - [anon_sym_sizeof] = ACTIONS(812), - [sym_number_literal] = ACTIONS(810), - [sym_char_literal] = ACTIONS(810), - [sym_string_literal] = ACTIONS(810), - [sym_true] = ACTIONS(812), - [sym_false] = ACTIONS(812), - [sym_null] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), - [sym_comment] = ACTIONS(39), - }, - [1725] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4433), - [anon_sym_LBRACK] = ACTIONS(446), + [1399] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3905), [sym_comment] = ACTIONS(39), }, - [1726] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [anon_sym_LPAREN] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), - [sym_comment] = ACTIONS(39), - }, - [1727] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3873), - [anon_sym_LPAREN] = ACTIONS(3875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3873), - [sym_preproc_directive] = ACTIONS(3873), - [anon_sym_SEMI] = ACTIONS(3875), - [anon_sym_typedef] = ACTIONS(3873), - [anon_sym_extern] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_STAR] = ACTIONS(3875), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_auto] = ACTIONS(3873), - [anon_sym_register] = ACTIONS(3873), - [anon_sym_inline] = ACTIONS(3873), - [anon_sym_const] = ACTIONS(3873), - [anon_sym_restrict] = ACTIONS(3873), - [anon_sym_volatile] = ACTIONS(3873), - [anon_sym__Atomic] = ACTIONS(3873), - [anon_sym_unsigned] = ACTIONS(3873), - [anon_sym_long] = ACTIONS(3873), - [anon_sym_short] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(3873), - [anon_sym_enum] = ACTIONS(3873), - [anon_sym_struct] = ACTIONS(3873), - [anon_sym_union] = ACTIONS(3873), - [anon_sym_if] = ACTIONS(3873), - [anon_sym_else] = ACTIONS(3873), - [anon_sym_switch] = ACTIONS(3873), - [anon_sym_case] = ACTIONS(3873), - [anon_sym_default] = ACTIONS(3873), - [anon_sym_while] = ACTIONS(3873), - [anon_sym_do] = ACTIONS(3873), - [anon_sym_for] = ACTIONS(3873), - [anon_sym_return] = ACTIONS(3873), - [anon_sym_break] = ACTIONS(3873), - [anon_sym_continue] = ACTIONS(3873), - [anon_sym_goto] = ACTIONS(3873), - [anon_sym_AMP] = ACTIONS(3875), - [anon_sym_BANG] = ACTIONS(3875), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_PLUS] = ACTIONS(3873), - [anon_sym_DASH] = ACTIONS(3873), - [anon_sym_DASH_DASH] = ACTIONS(3875), - [anon_sym_PLUS_PLUS] = ACTIONS(3875), - [anon_sym_sizeof] = ACTIONS(3873), - [sym_number_literal] = ACTIONS(3875), - [sym_char_literal] = ACTIONS(3875), - [sym_string_literal] = ACTIONS(3875), - [sym_true] = ACTIONS(3873), - [sym_false] = ACTIONS(3873), - [sym_null] = ACTIONS(3873), - [sym_identifier] = ACTIONS(3873), - [sym_comment] = ACTIONS(39), - }, - [1728] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3877), - [anon_sym_LPAREN] = ACTIONS(3879), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(3877), - [sym_preproc_directive] = ACTIONS(3877), - [anon_sym_SEMI] = ACTIONS(3879), - [anon_sym_typedef] = ACTIONS(3877), - [anon_sym_extern] = ACTIONS(3877), - [anon_sym_LBRACE] = ACTIONS(3879), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_static] = ACTIONS(3877), - [anon_sym_auto] = ACTIONS(3877), - [anon_sym_register] = ACTIONS(3877), - [anon_sym_inline] = ACTIONS(3877), - [anon_sym_const] = ACTIONS(3877), - [anon_sym_restrict] = ACTIONS(3877), - [anon_sym_volatile] = ACTIONS(3877), - [anon_sym__Atomic] = ACTIONS(3877), - [anon_sym_unsigned] = ACTIONS(3877), - [anon_sym_long] = ACTIONS(3877), - [anon_sym_short] = ACTIONS(3877), - [sym_primitive_type] = ACTIONS(3877), - [anon_sym_enum] = ACTIONS(3877), - [anon_sym_struct] = ACTIONS(3877), - [anon_sym_union] = ACTIONS(3877), - [anon_sym_if] = ACTIONS(3877), - [anon_sym_else] = ACTIONS(3877), - [anon_sym_switch] = ACTIONS(3877), - [anon_sym_case] = ACTIONS(3877), - [anon_sym_default] = ACTIONS(3877), - [anon_sym_while] = ACTIONS(3877), - [anon_sym_do] = ACTIONS(3877), - [anon_sym_for] = ACTIONS(3877), - [anon_sym_return] = ACTIONS(3877), - [anon_sym_break] = ACTIONS(3877), - [anon_sym_continue] = ACTIONS(3877), - [anon_sym_goto] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(3879), - [anon_sym_BANG] = ACTIONS(3879), - [anon_sym_TILDE] = ACTIONS(3879), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_DASH_DASH] = ACTIONS(3879), - [anon_sym_PLUS_PLUS] = ACTIONS(3879), - [anon_sym_sizeof] = ACTIONS(3877), - [sym_number_literal] = ACTIONS(3879), - [sym_char_literal] = ACTIONS(3879), - [sym_string_literal] = ACTIONS(3879), - [sym_true] = ACTIONS(3877), - [sym_false] = ACTIONS(3877), - [sym_null] = ACTIONS(3877), - [sym_identifier] = ACTIONS(3877), - [sym_comment] = ACTIONS(39), - }, - [1729] = { - [sym_compound_statement] = STATE(1756), - [sym_labeled_statement] = STATE(1756), - [sym_expression_statement] = STATE(1756), - [sym_if_statement] = STATE(1756), - [sym_switch_statement] = STATE(1756), - [sym_case_statement] = STATE(1756), - [sym_while_statement] = STATE(1756), - [sym_do_statement] = STATE(1756), - [sym_for_statement] = STATE(1756), - [sym_return_statement] = STATE(1756), - [sym_break_statement] = STATE(1756), - [sym_continue_statement] = STATE(1756), - [sym_goto_statement] = STATE(1756), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1400] = { + [sym_compound_statement] = STATE(1352), + [sym_labeled_statement] = STATE(1352), + [sym_expression_statement] = STATE(1352), + [sym_if_statement] = STATE(1352), + [sym_switch_statement] = STATE(1352), + [sym_case_statement] = STATE(1352), + [sym_while_statement] = STATE(1352), + [sym_do_statement] = STATE(1352), + [sym_for_statement] = STATE(1352), + [sym_return_statement] = STATE(1352), + [sym_break_statement] = STATE(1352), + [sym_continue_statement] = STATE(1352), + [sym_goto_statement] = STATE(1352), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), [sym_comment] = ACTIONS(39), }, - [1730] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4435), - [sym_comment] = ACTIONS(39), - }, - [1731] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1758), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4435), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1732] = { - [sym__expression] = STATE(1759), - [sym_conditional_expression] = STATE(1759), - [sym_assignment_expression] = STATE(1759), - [sym_pointer_expression] = STATE(1759), - [sym_logical_expression] = STATE(1759), - [sym_bitwise_expression] = STATE(1759), - [sym_equality_expression] = STATE(1759), - [sym_relational_expression] = STATE(1759), - [sym_shift_expression] = STATE(1759), - [sym_math_expression] = STATE(1759), - [sym_cast_expression] = STATE(1759), - [sym_sizeof_expression] = STATE(1759), - [sym_subscript_expression] = STATE(1759), - [sym_call_expression] = STATE(1759), - [sym_field_expression] = STATE(1759), - [sym_compound_literal_expression] = STATE(1759), - [sym_parenthesized_expression] = STATE(1759), - [sym_concatenated_string] = STATE(1759), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4435), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4437), - [sym_char_literal] = ACTIONS(4437), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4439), - [sym_false] = ACTIONS(4439), - [sym_null] = ACTIONS(4439), - [sym_identifier] = ACTIONS(4439), - [sym_comment] = ACTIONS(39), - }, - [1733] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4365), - [anon_sym_LPAREN] = ACTIONS(4367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4365), - [sym_preproc_directive] = ACTIONS(4365), - [anon_sym_SEMI] = ACTIONS(4367), - [anon_sym_typedef] = ACTIONS(4365), - [anon_sym_extern] = ACTIONS(4365), - [anon_sym_LBRACE] = ACTIONS(4367), - [anon_sym_STAR] = ACTIONS(4367), - [anon_sym_static] = ACTIONS(4365), - [anon_sym_auto] = ACTIONS(4365), - [anon_sym_register] = ACTIONS(4365), - [anon_sym_inline] = ACTIONS(4365), - [anon_sym_const] = ACTIONS(4365), - [anon_sym_restrict] = ACTIONS(4365), - [anon_sym_volatile] = ACTIONS(4365), - [anon_sym__Atomic] = ACTIONS(4365), - [anon_sym_unsigned] = ACTIONS(4365), - [anon_sym_long] = ACTIONS(4365), - [anon_sym_short] = ACTIONS(4365), - [sym_primitive_type] = ACTIONS(4365), - [anon_sym_enum] = ACTIONS(4365), - [anon_sym_struct] = ACTIONS(4365), - [anon_sym_union] = ACTIONS(4365), - [anon_sym_if] = ACTIONS(4365), - [anon_sym_switch] = ACTIONS(4365), - [anon_sym_case] = ACTIONS(4365), - [anon_sym_default] = ACTIONS(4365), - [anon_sym_while] = ACTIONS(4365), - [anon_sym_do] = ACTIONS(4365), - [anon_sym_for] = ACTIONS(4365), - [anon_sym_return] = ACTIONS(4365), - [anon_sym_break] = ACTIONS(4365), - [anon_sym_continue] = ACTIONS(4365), - [anon_sym_goto] = ACTIONS(4365), - [anon_sym_AMP] = ACTIONS(4367), - [anon_sym_BANG] = ACTIONS(4367), - [anon_sym_TILDE] = ACTIONS(4367), - [anon_sym_PLUS] = ACTIONS(4365), - [anon_sym_DASH] = ACTIONS(4365), - [anon_sym_DASH_DASH] = ACTIONS(4367), - [anon_sym_PLUS_PLUS] = ACTIONS(4367), - [anon_sym_sizeof] = ACTIONS(4365), - [sym_number_literal] = ACTIONS(4367), - [sym_char_literal] = ACTIONS(4367), - [sym_string_literal] = ACTIONS(4367), - [sym_true] = ACTIONS(4365), - [sym_false] = ACTIONS(4365), - [sym_null] = ACTIONS(4365), - [sym_identifier] = ACTIONS(4365), - [sym_comment] = ACTIONS(39), - }, - [1734] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4189), - [sym_preproc_directive] = ACTIONS(4189), - [anon_sym_SEMI] = ACTIONS(4191), - [anon_sym_typedef] = ACTIONS(4189), - [anon_sym_extern] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4191), - [anon_sym_RBRACE] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_static] = ACTIONS(4189), - [anon_sym_auto] = ACTIONS(4189), - [anon_sym_register] = ACTIONS(4189), - [anon_sym_inline] = ACTIONS(4189), - [anon_sym_const] = ACTIONS(4189), - [anon_sym_restrict] = ACTIONS(4189), - [anon_sym_volatile] = ACTIONS(4189), - [anon_sym__Atomic] = ACTIONS(4189), - [anon_sym_unsigned] = ACTIONS(4189), - [anon_sym_long] = ACTIONS(4189), - [anon_sym_short] = ACTIONS(4189), - [sym_primitive_type] = ACTIONS(4189), - [anon_sym_enum] = ACTIONS(4189), - [anon_sym_struct] = ACTIONS(4189), - [anon_sym_union] = ACTIONS(4189), - [anon_sym_if] = ACTIONS(4189), - [anon_sym_else] = ACTIONS(4189), - [anon_sym_switch] = ACTIONS(4189), - [anon_sym_case] = ACTIONS(4189), - [anon_sym_default] = ACTIONS(4189), - [anon_sym_while] = ACTIONS(4189), - [anon_sym_do] = ACTIONS(4189), - [anon_sym_for] = ACTIONS(4189), - [anon_sym_return] = ACTIONS(4189), - [anon_sym_break] = ACTIONS(4189), - [anon_sym_continue] = ACTIONS(4189), - [anon_sym_goto] = ACTIONS(4189), - [anon_sym_AMP] = ACTIONS(4191), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_TILDE] = ACTIONS(4191), - [anon_sym_PLUS] = ACTIONS(4189), - [anon_sym_DASH] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4191), - [anon_sym_PLUS_PLUS] = ACTIONS(4191), - [anon_sym_sizeof] = ACTIONS(4189), - [sym_number_literal] = ACTIONS(4191), - [sym_char_literal] = ACTIONS(4191), - [sym_string_literal] = ACTIONS(4191), - [sym_true] = ACTIONS(4189), - [sym_false] = ACTIONS(4189), - [sym_null] = ACTIONS(4189), - [sym_identifier] = ACTIONS(4189), - [sym_comment] = ACTIONS(39), - }, - [1735] = { - [sym_compound_statement] = STATE(1760), - [sym_labeled_statement] = STATE(1760), - [sym_expression_statement] = STATE(1760), - [sym_if_statement] = STATE(1760), - [sym_switch_statement] = STATE(1760), - [sym_case_statement] = STATE(1760), - [sym_while_statement] = STATE(1760), - [sym_do_statement] = STATE(1760), - [sym_for_statement] = STATE(1760), - [sym_return_statement] = STATE(1760), - [sym_break_statement] = STATE(1760), - [sym_continue_statement] = STATE(1760), - [sym_goto_statement] = STATE(1760), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1736] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4441), - [sym_comment] = ACTIONS(39), - }, - [1737] = { - [anon_sym_else] = ACTIONS(4019), - [anon_sym_while] = ACTIONS(4019), - [sym_comment] = ACTIONS(39), - }, - [1738] = { - [anon_sym_else] = ACTIONS(1406), - [anon_sym_while] = ACTIONS(1406), - [sym_comment] = ACTIONS(39), - }, - [1739] = { - [anon_sym_else] = ACTIONS(4061), - [anon_sym_while] = ACTIONS(4061), - [sym_comment] = ACTIONS(39), - }, - [1740] = { - [sym_compound_statement] = STATE(1762), - [sym_labeled_statement] = STATE(1762), - [sym_expression_statement] = STATE(1762), - [sym_if_statement] = STATE(1762), - [sym_switch_statement] = STATE(1762), - [sym_case_statement] = STATE(1762), - [sym_while_statement] = STATE(1762), - [sym_do_statement] = STATE(1762), - [sym_for_statement] = STATE(1762), - [sym_return_statement] = STATE(1762), - [sym_break_statement] = STATE(1762), - [sym_continue_statement] = STATE(1762), - [sym_goto_statement] = STATE(1762), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1741] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4443), - [sym_comment] = ACTIONS(39), - }, - [1742] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1764), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4443), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1743] = { - [sym_compound_statement] = STATE(1765), - [sym_labeled_statement] = STATE(1765), - [sym_expression_statement] = STATE(1765), - [sym_if_statement] = STATE(1765), - [sym_switch_statement] = STATE(1765), - [sym_case_statement] = STATE(1765), - [sym_while_statement] = STATE(1765), - [sym_do_statement] = STATE(1765), - [sym_for_statement] = STATE(1765), - [sym_return_statement] = STATE(1765), - [sym_break_statement] = STATE(1765), - [sym_continue_statement] = STATE(1765), - [sym_goto_statement] = STATE(1765), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1744] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(812), - [anon_sym_LPAREN] = ACTIONS(810), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(812), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(812), - [sym_preproc_directive] = ACTIONS(812), - [anon_sym_SEMI] = ACTIONS(810), - [anon_sym_typedef] = ACTIONS(812), - [anon_sym_extern] = ACTIONS(812), - [anon_sym_LBRACE] = ACTIONS(810), - [anon_sym_STAR] = ACTIONS(810), - [anon_sym_static] = ACTIONS(812), - [anon_sym_auto] = ACTIONS(812), - [anon_sym_register] = ACTIONS(812), - [anon_sym_inline] = ACTIONS(812), - [anon_sym_const] = ACTIONS(812), - [anon_sym_restrict] = ACTIONS(812), - [anon_sym_volatile] = ACTIONS(812), - [anon_sym__Atomic] = ACTIONS(812), - [anon_sym_unsigned] = ACTIONS(812), - [anon_sym_long] = ACTIONS(812), - [anon_sym_short] = ACTIONS(812), - [sym_primitive_type] = ACTIONS(812), - [anon_sym_enum] = ACTIONS(812), - [anon_sym_struct] = ACTIONS(812), - [anon_sym_union] = ACTIONS(812), - [anon_sym_if] = ACTIONS(812), - [anon_sym_else] = ACTIONS(812), - [anon_sym_switch] = ACTIONS(812), - [anon_sym_case] = ACTIONS(812), - [anon_sym_default] = ACTIONS(812), - [anon_sym_while] = ACTIONS(812), - [anon_sym_do] = ACTIONS(812), - [anon_sym_for] = ACTIONS(812), - [anon_sym_return] = ACTIONS(812), - [anon_sym_break] = ACTIONS(812), - [anon_sym_continue] = ACTIONS(812), - [anon_sym_goto] = ACTIONS(812), - [anon_sym_AMP] = ACTIONS(810), - [anon_sym_BANG] = ACTIONS(810), - [anon_sym_TILDE] = ACTIONS(810), - [anon_sym_PLUS] = ACTIONS(812), - [anon_sym_DASH] = ACTIONS(812), - [anon_sym_DASH_DASH] = ACTIONS(810), - [anon_sym_PLUS_PLUS] = ACTIONS(810), - [anon_sym_sizeof] = ACTIONS(812), - [sym_number_literal] = ACTIONS(810), - [sym_char_literal] = ACTIONS(810), - [sym_string_literal] = ACTIONS(810), - [sym_true] = ACTIONS(812), - [sym_false] = ACTIONS(812), - [sym_null] = ACTIONS(812), - [sym_identifier] = ACTIONS(812), - [sym_comment] = ACTIONS(39), - }, - [1745] = { - [sym_parameter_list] = STATE(200), - [anon_sym_LPAREN] = ACTIONS(259), - [anon_sym_SEMI] = ACTIONS(4445), - [anon_sym_LBRACK] = ACTIONS(446), + [1401] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3907), [sym_comment] = ACTIONS(39), }, - [1746] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1285), - [anon_sym_LPAREN] = ACTIONS(1283), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1285), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1285), - [sym_preproc_directive] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1285), - [anon_sym_extern] = ACTIONS(1285), - [anon_sym_LBRACE] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1285), - [anon_sym_auto] = ACTIONS(1285), - [anon_sym_register] = ACTIONS(1285), - [anon_sym_inline] = ACTIONS(1285), - [anon_sym_const] = ACTIONS(1285), - [anon_sym_restrict] = ACTIONS(1285), - [anon_sym_volatile] = ACTIONS(1285), - [anon_sym__Atomic] = ACTIONS(1285), - [anon_sym_unsigned] = ACTIONS(1285), - [anon_sym_long] = ACTIONS(1285), - [anon_sym_short] = ACTIONS(1285), - [sym_primitive_type] = ACTIONS(1285), - [anon_sym_enum] = ACTIONS(1285), - [anon_sym_struct] = ACTIONS(1285), - [anon_sym_union] = ACTIONS(1285), - [anon_sym_if] = ACTIONS(1285), - [anon_sym_else] = ACTIONS(1285), - [anon_sym_switch] = ACTIONS(1285), - [anon_sym_case] = ACTIONS(1285), - [anon_sym_default] = ACTIONS(1285), - [anon_sym_while] = ACTIONS(1285), - [anon_sym_do] = ACTIONS(1285), - [anon_sym_for] = ACTIONS(1285), - [anon_sym_return] = ACTIONS(1285), - [anon_sym_break] = ACTIONS(1285), - [anon_sym_continue] = ACTIONS(1285), - [anon_sym_goto] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1283), - [anon_sym_BANG] = ACTIONS(1283), - [anon_sym_TILDE] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1285), - [anon_sym_DASH_DASH] = ACTIONS(1283), - [anon_sym_PLUS_PLUS] = ACTIONS(1283), - [anon_sym_sizeof] = ACTIONS(1285), - [sym_number_literal] = ACTIONS(1283), - [sym_char_literal] = ACTIONS(1283), - [sym_string_literal] = ACTIONS(1283), - [sym_true] = ACTIONS(1285), - [sym_false] = ACTIONS(1285), - [sym_null] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1285), - [sym_comment] = ACTIONS(39), - }, - [1747] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3873), - [anon_sym_LPAREN] = ACTIONS(3875), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3873), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3873), - [sym_preproc_directive] = ACTIONS(3873), - [anon_sym_SEMI] = ACTIONS(3875), - [anon_sym_typedef] = ACTIONS(3873), - [anon_sym_extern] = ACTIONS(3873), - [anon_sym_LBRACE] = ACTIONS(3875), - [anon_sym_STAR] = ACTIONS(3875), - [anon_sym_static] = ACTIONS(3873), - [anon_sym_auto] = ACTIONS(3873), - [anon_sym_register] = ACTIONS(3873), - [anon_sym_inline] = ACTIONS(3873), - [anon_sym_const] = ACTIONS(3873), - [anon_sym_restrict] = ACTIONS(3873), - [anon_sym_volatile] = ACTIONS(3873), - [anon_sym__Atomic] = ACTIONS(3873), - [anon_sym_unsigned] = ACTIONS(3873), - [anon_sym_long] = ACTIONS(3873), - [anon_sym_short] = ACTIONS(3873), - [sym_primitive_type] = ACTIONS(3873), - [anon_sym_enum] = ACTIONS(3873), - [anon_sym_struct] = ACTIONS(3873), - [anon_sym_union] = ACTIONS(3873), - [anon_sym_if] = ACTIONS(3873), - [anon_sym_else] = ACTIONS(3873), - [anon_sym_switch] = ACTIONS(3873), - [anon_sym_case] = ACTIONS(3873), - [anon_sym_default] = ACTIONS(3873), - [anon_sym_while] = ACTIONS(3873), - [anon_sym_do] = ACTIONS(3873), - [anon_sym_for] = ACTIONS(3873), - [anon_sym_return] = ACTIONS(3873), - [anon_sym_break] = ACTIONS(3873), - [anon_sym_continue] = ACTIONS(3873), - [anon_sym_goto] = ACTIONS(3873), - [anon_sym_AMP] = ACTIONS(3875), - [anon_sym_BANG] = ACTIONS(3875), - [anon_sym_TILDE] = ACTIONS(3875), - [anon_sym_PLUS] = ACTIONS(3873), - [anon_sym_DASH] = ACTIONS(3873), - [anon_sym_DASH_DASH] = ACTIONS(3875), - [anon_sym_PLUS_PLUS] = ACTIONS(3875), - [anon_sym_sizeof] = ACTIONS(3873), - [sym_number_literal] = ACTIONS(3875), - [sym_char_literal] = ACTIONS(3875), - [sym_string_literal] = ACTIONS(3875), - [sym_true] = ACTIONS(3873), - [sym_false] = ACTIONS(3873), - [sym_null] = ACTIONS(3873), - [sym_identifier] = ACTIONS(3873), - [sym_comment] = ACTIONS(39), - }, - [1748] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(3877), - [anon_sym_LPAREN] = ACTIONS(3879), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(3877), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(3877), - [sym_preproc_directive] = ACTIONS(3877), - [anon_sym_SEMI] = ACTIONS(3879), - [anon_sym_typedef] = ACTIONS(3877), - [anon_sym_extern] = ACTIONS(3877), - [anon_sym_LBRACE] = ACTIONS(3879), - [anon_sym_STAR] = ACTIONS(3879), - [anon_sym_static] = ACTIONS(3877), - [anon_sym_auto] = ACTIONS(3877), - [anon_sym_register] = ACTIONS(3877), - [anon_sym_inline] = ACTIONS(3877), - [anon_sym_const] = ACTIONS(3877), - [anon_sym_restrict] = ACTIONS(3877), - [anon_sym_volatile] = ACTIONS(3877), - [anon_sym__Atomic] = ACTIONS(3877), - [anon_sym_unsigned] = ACTIONS(3877), - [anon_sym_long] = ACTIONS(3877), - [anon_sym_short] = ACTIONS(3877), - [sym_primitive_type] = ACTIONS(3877), - [anon_sym_enum] = ACTIONS(3877), - [anon_sym_struct] = ACTIONS(3877), - [anon_sym_union] = ACTIONS(3877), - [anon_sym_if] = ACTIONS(3877), - [anon_sym_else] = ACTIONS(3877), - [anon_sym_switch] = ACTIONS(3877), - [anon_sym_case] = ACTIONS(3877), - [anon_sym_default] = ACTIONS(3877), - [anon_sym_while] = ACTIONS(3877), - [anon_sym_do] = ACTIONS(3877), - [anon_sym_for] = ACTIONS(3877), - [anon_sym_return] = ACTIONS(3877), - [anon_sym_break] = ACTIONS(3877), - [anon_sym_continue] = ACTIONS(3877), - [anon_sym_goto] = ACTIONS(3877), - [anon_sym_AMP] = ACTIONS(3879), - [anon_sym_BANG] = ACTIONS(3879), - [anon_sym_TILDE] = ACTIONS(3879), - [anon_sym_PLUS] = ACTIONS(3877), - [anon_sym_DASH] = ACTIONS(3877), - [anon_sym_DASH_DASH] = ACTIONS(3879), - [anon_sym_PLUS_PLUS] = ACTIONS(3879), - [anon_sym_sizeof] = ACTIONS(3877), - [sym_number_literal] = ACTIONS(3879), - [sym_char_literal] = ACTIONS(3879), - [sym_string_literal] = ACTIONS(3879), - [sym_true] = ACTIONS(3877), - [sym_false] = ACTIONS(3877), - [sym_null] = ACTIONS(3877), - [sym_identifier] = ACTIONS(3877), - [sym_comment] = ACTIONS(39), - }, - [1749] = { - [sym_compound_statement] = STATE(1767), - [sym_labeled_statement] = STATE(1767), - [sym_expression_statement] = STATE(1767), - [sym_if_statement] = STATE(1767), - [sym_switch_statement] = STATE(1767), - [sym_case_statement] = STATE(1767), - [sym_while_statement] = STATE(1767), - [sym_do_statement] = STATE(1767), - [sym_for_statement] = STATE(1767), - [sym_return_statement] = STATE(1767), - [sym_break_statement] = STATE(1767), - [sym_continue_statement] = STATE(1767), - [sym_goto_statement] = STATE(1767), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1750] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4447), - [sym_comment] = ACTIONS(39), - }, - [1751] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1769), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1752] = { - [sym__expression] = STATE(1770), - [sym_conditional_expression] = STATE(1770), - [sym_assignment_expression] = STATE(1770), - [sym_pointer_expression] = STATE(1770), - [sym_logical_expression] = STATE(1770), - [sym_bitwise_expression] = STATE(1770), - [sym_equality_expression] = STATE(1770), - [sym_relational_expression] = STATE(1770), - [sym_shift_expression] = STATE(1770), - [sym_math_expression] = STATE(1770), - [sym_cast_expression] = STATE(1770), - [sym_sizeof_expression] = STATE(1770), - [sym_subscript_expression] = STATE(1770), - [sym_call_expression] = STATE(1770), - [sym_field_expression] = STATE(1770), - [sym_compound_literal_expression] = STATE(1770), - [sym_parenthesized_expression] = STATE(1770), - [sym_concatenated_string] = STATE(1770), - [anon_sym_LPAREN] = ACTIONS(1002), - [anon_sym_RPAREN] = ACTIONS(4447), - [anon_sym_STAR] = ACTIONS(1004), - [anon_sym_AMP] = ACTIONS(1004), - [anon_sym_BANG] = ACTIONS(1006), - [anon_sym_TILDE] = ACTIONS(1008), - [anon_sym_PLUS] = ACTIONS(1010), - [anon_sym_DASH] = ACTIONS(1010), - [anon_sym_DASH_DASH] = ACTIONS(1012), - [anon_sym_PLUS_PLUS] = ACTIONS(1012), - [anon_sym_sizeof] = ACTIONS(1014), - [sym_number_literal] = ACTIONS(4449), - [sym_char_literal] = ACTIONS(4449), - [sym_string_literal] = ACTIONS(1018), - [sym_true] = ACTIONS(4451), - [sym_false] = ACTIONS(4451), - [sym_null] = ACTIONS(4451), - [sym_identifier] = ACTIONS(4451), - [sym_comment] = ACTIONS(39), - }, - [1753] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4365), - [anon_sym_LPAREN] = ACTIONS(4367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4365), - [sym_preproc_directive] = ACTIONS(4365), - [anon_sym_SEMI] = ACTIONS(4367), - [anon_sym_typedef] = ACTIONS(4365), - [anon_sym_extern] = ACTIONS(4365), - [anon_sym_LBRACE] = ACTIONS(4367), - [anon_sym_STAR] = ACTIONS(4367), - [anon_sym_static] = ACTIONS(4365), - [anon_sym_auto] = ACTIONS(4365), - [anon_sym_register] = ACTIONS(4365), - [anon_sym_inline] = ACTIONS(4365), - [anon_sym_const] = ACTIONS(4365), - [anon_sym_restrict] = ACTIONS(4365), - [anon_sym_volatile] = ACTIONS(4365), - [anon_sym__Atomic] = ACTIONS(4365), - [anon_sym_unsigned] = ACTIONS(4365), - [anon_sym_long] = ACTIONS(4365), - [anon_sym_short] = ACTIONS(4365), - [sym_primitive_type] = ACTIONS(4365), - [anon_sym_enum] = ACTIONS(4365), - [anon_sym_struct] = ACTIONS(4365), - [anon_sym_union] = ACTIONS(4365), - [anon_sym_if] = ACTIONS(4365), - [anon_sym_switch] = ACTIONS(4365), - [anon_sym_case] = ACTIONS(4365), - [anon_sym_default] = ACTIONS(4365), - [anon_sym_while] = ACTIONS(4365), - [anon_sym_do] = ACTIONS(4365), - [anon_sym_for] = ACTIONS(4365), - [anon_sym_return] = ACTIONS(4365), - [anon_sym_break] = ACTIONS(4365), - [anon_sym_continue] = ACTIONS(4365), - [anon_sym_goto] = ACTIONS(4365), - [anon_sym_AMP] = ACTIONS(4367), - [anon_sym_BANG] = ACTIONS(4367), - [anon_sym_TILDE] = ACTIONS(4367), - [anon_sym_PLUS] = ACTIONS(4365), - [anon_sym_DASH] = ACTIONS(4365), - [anon_sym_DASH_DASH] = ACTIONS(4367), - [anon_sym_PLUS_PLUS] = ACTIONS(4367), - [anon_sym_sizeof] = ACTIONS(4365), - [sym_number_literal] = ACTIONS(4367), - [sym_char_literal] = ACTIONS(4367), - [sym_string_literal] = ACTIONS(4367), - [sym_true] = ACTIONS(4365), - [sym_false] = ACTIONS(4365), - [sym_null] = ACTIONS(4365), - [sym_identifier] = ACTIONS(4365), - [sym_comment] = ACTIONS(39), - }, - [1754] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4017), - [anon_sym_LPAREN] = ACTIONS(4019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4017), - [sym_preproc_directive] = ACTIONS(4017), - [anon_sym_SEMI] = ACTIONS(4019), - [anon_sym_typedef] = ACTIONS(4017), - [anon_sym_extern] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_static] = ACTIONS(4017), - [anon_sym_auto] = ACTIONS(4017), - [anon_sym_register] = ACTIONS(4017), - [anon_sym_inline] = ACTIONS(4017), - [anon_sym_const] = ACTIONS(4017), - [anon_sym_restrict] = ACTIONS(4017), - [anon_sym_volatile] = ACTIONS(4017), - [anon_sym__Atomic] = ACTIONS(4017), - [anon_sym_unsigned] = ACTIONS(4017), - [anon_sym_long] = ACTIONS(4017), - [anon_sym_short] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(4017), - [anon_sym_enum] = ACTIONS(4017), - [anon_sym_struct] = ACTIONS(4017), - [anon_sym_union] = ACTIONS(4017), - [anon_sym_if] = ACTIONS(4017), - [anon_sym_else] = ACTIONS(4017), - [anon_sym_switch] = ACTIONS(4017), - [anon_sym_case] = ACTIONS(4017), - [anon_sym_default] = ACTIONS(4017), - [anon_sym_while] = ACTIONS(4017), - [anon_sym_do] = ACTIONS(4017), - [anon_sym_for] = ACTIONS(4017), - [anon_sym_return] = ACTIONS(4017), - [anon_sym_break] = ACTIONS(4017), - [anon_sym_continue] = ACTIONS(4017), - [anon_sym_goto] = ACTIONS(4017), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4017), - [anon_sym_DASH] = ACTIONS(4017), - [anon_sym_DASH_DASH] = ACTIONS(4019), - [anon_sym_PLUS_PLUS] = ACTIONS(4019), - [anon_sym_sizeof] = ACTIONS(4017), - [sym_number_literal] = ACTIONS(4019), - [sym_char_literal] = ACTIONS(4019), - [sym_string_literal] = ACTIONS(4019), - [sym_true] = ACTIONS(4017), - [sym_false] = ACTIONS(4017), - [sym_null] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4017), - [sym_comment] = ACTIONS(39), - }, - [1755] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_else] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_sizeof] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1406), - [sym_char_literal] = ACTIONS(1406), - [sym_string_literal] = ACTIONS(1406), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [sym_null] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), - [sym_comment] = ACTIONS(39), - }, - [1756] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4061), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4059), - [sym_preproc_directive] = ACTIONS(4059), - [anon_sym_SEMI] = ACTIONS(4061), - [anon_sym_typedef] = ACTIONS(4059), - [anon_sym_extern] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4061), - [anon_sym_STAR] = ACTIONS(4061), - [anon_sym_static] = ACTIONS(4059), - [anon_sym_auto] = ACTIONS(4059), - [anon_sym_register] = ACTIONS(4059), - [anon_sym_inline] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_restrict] = ACTIONS(4059), - [anon_sym_volatile] = ACTIONS(4059), - [anon_sym__Atomic] = ACTIONS(4059), - [anon_sym_unsigned] = ACTIONS(4059), - [anon_sym_long] = ACTIONS(4059), - [anon_sym_short] = ACTIONS(4059), - [sym_primitive_type] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_else] = ACTIONS(4059), - [anon_sym_switch] = ACTIONS(4059), - [anon_sym_case] = ACTIONS(4059), - [anon_sym_default] = ACTIONS(4059), - [anon_sym_while] = ACTIONS(4059), - [anon_sym_do] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4061), - [anon_sym_BANG] = ACTIONS(4061), - [anon_sym_TILDE] = ACTIONS(4061), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_DASH_DASH] = ACTIONS(4061), - [anon_sym_PLUS_PLUS] = ACTIONS(4061), - [anon_sym_sizeof] = ACTIONS(4059), - [sym_number_literal] = ACTIONS(4061), - [sym_char_literal] = ACTIONS(4061), - [sym_string_literal] = ACTIONS(4061), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_null] = ACTIONS(4059), - [sym_identifier] = ACTIONS(4059), - [sym_comment] = ACTIONS(39), - }, - [1757] = { - [sym_compound_statement] = STATE(1771), - [sym_labeled_statement] = STATE(1771), - [sym_expression_statement] = STATE(1771), - [sym_if_statement] = STATE(1771), - [sym_switch_statement] = STATE(1771), - [sym_case_statement] = STATE(1771), - [sym_while_statement] = STATE(1771), - [sym_do_statement] = STATE(1771), - [sym_for_statement] = STATE(1771), - [sym_return_statement] = STATE(1771), - [sym_break_statement] = STATE(1771), - [sym_continue_statement] = STATE(1771), - [sym_goto_statement] = STATE(1771), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1402] = { + [sym_argument_list] = STATE(453), + [aux_sym_for_statement_repeat1] = STATE(1407), + [anon_sym_LPAREN] = ACTIONS(1072), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3907), + [anon_sym_STAR] = ACTIONS(1489), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_EQ] = ACTIONS(1491), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1495), + [anon_sym_SLASH_EQ] = ACTIONS(1495), + [anon_sym_PERCENT_EQ] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1495), + [anon_sym_DASH_EQ] = ACTIONS(1495), + [anon_sym_LT_LT_EQ] = ACTIONS(1495), + [anon_sym_GT_GT_EQ] = ACTIONS(1495), + [anon_sym_AMP_EQ] = ACTIONS(1495), + [anon_sym_CARET_EQ] = ACTIONS(1495), + [anon_sym_PIPE_EQ] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1501), + [anon_sym_PIPE] = ACTIONS(1503), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS] = ACTIONS(1515), + [anon_sym_DASH] = ACTIONS(1515), + [anon_sym_SLASH] = ACTIONS(1489), + [anon_sym_PERCENT] = ACTIONS(1489), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [anon_sym_DOT] = ACTIONS(1110), + [anon_sym_DASH_GT] = ACTIONS(1110), [sym_comment] = ACTIONS(39), }, - [1758] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4453), - [sym_comment] = ACTIONS(39), - }, - [1759] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1773), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4453), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1760] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4293), - [anon_sym_LPAREN] = ACTIONS(4295), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4293), - [sym_preproc_directive] = ACTIONS(4293), - [anon_sym_SEMI] = ACTIONS(4295), - [anon_sym_typedef] = ACTIONS(4293), - [anon_sym_extern] = ACTIONS(4293), - [anon_sym_LBRACE] = ACTIONS(4295), - [anon_sym_RBRACE] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_static] = ACTIONS(4293), - [anon_sym_auto] = ACTIONS(4293), - [anon_sym_register] = ACTIONS(4293), - [anon_sym_inline] = ACTIONS(4293), - [anon_sym_const] = ACTIONS(4293), - [anon_sym_restrict] = ACTIONS(4293), - [anon_sym_volatile] = ACTIONS(4293), - [anon_sym__Atomic] = ACTIONS(4293), - [anon_sym_unsigned] = ACTIONS(4293), - [anon_sym_long] = ACTIONS(4293), - [anon_sym_short] = ACTIONS(4293), - [sym_primitive_type] = ACTIONS(4293), - [anon_sym_enum] = ACTIONS(4293), - [anon_sym_struct] = ACTIONS(4293), - [anon_sym_union] = ACTIONS(4293), - [anon_sym_if] = ACTIONS(4293), - [anon_sym_else] = ACTIONS(4293), - [anon_sym_switch] = ACTIONS(4293), - [anon_sym_case] = ACTIONS(4293), - [anon_sym_default] = ACTIONS(4293), - [anon_sym_while] = ACTIONS(4293), - [anon_sym_do] = ACTIONS(4293), - [anon_sym_for] = ACTIONS(4293), - [anon_sym_return] = ACTIONS(4293), - [anon_sym_break] = ACTIONS(4293), - [anon_sym_continue] = ACTIONS(4293), - [anon_sym_goto] = ACTIONS(4293), - [anon_sym_AMP] = ACTIONS(4295), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_TILDE] = ACTIONS(4295), - [anon_sym_PLUS] = ACTIONS(4293), - [anon_sym_DASH] = ACTIONS(4293), - [anon_sym_DASH_DASH] = ACTIONS(4295), - [anon_sym_PLUS_PLUS] = ACTIONS(4295), - [anon_sym_sizeof] = ACTIONS(4293), - [sym_number_literal] = ACTIONS(4295), - [sym_char_literal] = ACTIONS(4295), - [sym_string_literal] = ACTIONS(4295), - [sym_true] = ACTIONS(4293), - [sym_false] = ACTIONS(4293), - [sym_null] = ACTIONS(4293), - [sym_identifier] = ACTIONS(4293), - [sym_comment] = ACTIONS(39), - }, - [1761] = { - [sym_compound_statement] = STATE(1774), - [sym_labeled_statement] = STATE(1774), - [sym_expression_statement] = STATE(1774), - [sym_if_statement] = STATE(1774), - [sym_switch_statement] = STATE(1774), - [sym_case_statement] = STATE(1774), - [sym_while_statement] = STATE(1774), - [sym_do_statement] = STATE(1774), - [sym_for_statement] = STATE(1774), - [sym_return_statement] = STATE(1774), - [sym_break_statement] = STATE(1774), - [sym_continue_statement] = STATE(1774), - [sym_goto_statement] = STATE(1774), - [sym__expression] = STATE(1182), - [sym_comma_expression] = STATE(1183), - [sym_conditional_expression] = STATE(1182), - [sym_assignment_expression] = STATE(1182), - [sym_pointer_expression] = STATE(1182), - [sym_logical_expression] = STATE(1182), - [sym_bitwise_expression] = STATE(1182), - [sym_equality_expression] = STATE(1182), - [sym_relational_expression] = STATE(1182), - [sym_shift_expression] = STATE(1182), - [sym_math_expression] = STATE(1182), - [sym_cast_expression] = STATE(1182), - [sym_sizeof_expression] = STATE(1182), - [sym_subscript_expression] = STATE(1182), - [sym_call_expression] = STATE(1182), - [sym_field_expression] = STATE(1182), - [sym_compound_literal_expression] = STATE(1182), - [sym_parenthesized_expression] = STATE(1182), - [sym_concatenated_string] = STATE(1182), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3140), - [anon_sym_LBRACE] = ACTIONS(3142), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3144), - [anon_sym_switch] = ACTIONS(3146), - [anon_sym_case] = ACTIONS(3148), - [anon_sym_default] = ACTIONS(3150), - [anon_sym_while] = ACTIONS(3152), - [anon_sym_do] = ACTIONS(3154), - [anon_sym_for] = ACTIONS(3156), - [anon_sym_return] = ACTIONS(3158), - [anon_sym_break] = ACTIONS(3160), - [anon_sym_continue] = ACTIONS(3162), - [anon_sym_goto] = ACTIONS(3164), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3166), - [sym_char_literal] = ACTIONS(3166), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3168), - [sym_false] = ACTIONS(3168), - [sym_null] = ACTIONS(3168), - [sym_identifier] = ACTIONS(3170), - [sym_comment] = ACTIONS(39), - }, - [1762] = { - [anon_sym_else] = ACTIONS(4191), - [anon_sym_while] = ACTIONS(4191), - [sym_comment] = ACTIONS(39), - }, - [1763] = { - [sym_compound_statement] = STATE(1775), - [sym_labeled_statement] = STATE(1775), - [sym_expression_statement] = STATE(1775), - [sym_if_statement] = STATE(1775), - [sym_switch_statement] = STATE(1775), - [sym_case_statement] = STATE(1775), - [sym_while_statement] = STATE(1775), - [sym_do_statement] = STATE(1775), - [sym_for_statement] = STATE(1775), - [sym_return_statement] = STATE(1775), - [sym_break_statement] = STATE(1775), - [sym_continue_statement] = STATE(1775), - [sym_goto_statement] = STATE(1775), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1764] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4455), - [sym_comment] = ACTIONS(39), - }, - [1765] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4017), - [anon_sym_LPAREN] = ACTIONS(4019), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4017), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4017), - [sym_preproc_directive] = ACTIONS(4017), - [anon_sym_SEMI] = ACTIONS(4019), - [anon_sym_typedef] = ACTIONS(4017), - [anon_sym_extern] = ACTIONS(4017), - [anon_sym_LBRACE] = ACTIONS(4019), - [anon_sym_STAR] = ACTIONS(4019), - [anon_sym_static] = ACTIONS(4017), - [anon_sym_auto] = ACTIONS(4017), - [anon_sym_register] = ACTIONS(4017), - [anon_sym_inline] = ACTIONS(4017), - [anon_sym_const] = ACTIONS(4017), - [anon_sym_restrict] = ACTIONS(4017), - [anon_sym_volatile] = ACTIONS(4017), - [anon_sym__Atomic] = ACTIONS(4017), - [anon_sym_unsigned] = ACTIONS(4017), - [anon_sym_long] = ACTIONS(4017), - [anon_sym_short] = ACTIONS(4017), - [sym_primitive_type] = ACTIONS(4017), - [anon_sym_enum] = ACTIONS(4017), - [anon_sym_struct] = ACTIONS(4017), - [anon_sym_union] = ACTIONS(4017), - [anon_sym_if] = ACTIONS(4017), - [anon_sym_else] = ACTIONS(4017), - [anon_sym_switch] = ACTIONS(4017), - [anon_sym_case] = ACTIONS(4017), - [anon_sym_default] = ACTIONS(4017), - [anon_sym_while] = ACTIONS(4017), - [anon_sym_do] = ACTIONS(4017), - [anon_sym_for] = ACTIONS(4017), - [anon_sym_return] = ACTIONS(4017), - [anon_sym_break] = ACTIONS(4017), - [anon_sym_continue] = ACTIONS(4017), - [anon_sym_goto] = ACTIONS(4017), - [anon_sym_AMP] = ACTIONS(4019), - [anon_sym_BANG] = ACTIONS(4019), - [anon_sym_TILDE] = ACTIONS(4019), - [anon_sym_PLUS] = ACTIONS(4017), - [anon_sym_DASH] = ACTIONS(4017), - [anon_sym_DASH_DASH] = ACTIONS(4019), - [anon_sym_PLUS_PLUS] = ACTIONS(4019), - [anon_sym_sizeof] = ACTIONS(4017), - [sym_number_literal] = ACTIONS(4019), - [sym_char_literal] = ACTIONS(4019), - [sym_string_literal] = ACTIONS(4019), - [sym_true] = ACTIONS(4017), - [sym_false] = ACTIONS(4017), - [sym_null] = ACTIONS(4017), - [sym_identifier] = ACTIONS(4017), - [sym_comment] = ACTIONS(39), - }, - [1766] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(1408), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(1408), - [sym_preproc_directive] = ACTIONS(1408), - [anon_sym_SEMI] = ACTIONS(1406), - [anon_sym_typedef] = ACTIONS(1408), - [anon_sym_extern] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_STAR] = ACTIONS(1406), - [anon_sym_static] = ACTIONS(1408), - [anon_sym_auto] = ACTIONS(1408), - [anon_sym_register] = ACTIONS(1408), - [anon_sym_inline] = ACTIONS(1408), - [anon_sym_const] = ACTIONS(1408), - [anon_sym_restrict] = ACTIONS(1408), - [anon_sym_volatile] = ACTIONS(1408), - [anon_sym__Atomic] = ACTIONS(1408), - [anon_sym_unsigned] = ACTIONS(1408), - [anon_sym_long] = ACTIONS(1408), - [anon_sym_short] = ACTIONS(1408), - [sym_primitive_type] = ACTIONS(1408), - [anon_sym_enum] = ACTIONS(1408), - [anon_sym_struct] = ACTIONS(1408), - [anon_sym_union] = ACTIONS(1408), - [anon_sym_if] = ACTIONS(1408), - [anon_sym_else] = ACTIONS(1408), - [anon_sym_switch] = ACTIONS(1408), - [anon_sym_case] = ACTIONS(1408), - [anon_sym_default] = ACTIONS(1408), - [anon_sym_while] = ACTIONS(1408), - [anon_sym_do] = ACTIONS(1408), - [anon_sym_for] = ACTIONS(1408), - [anon_sym_return] = ACTIONS(1408), - [anon_sym_break] = ACTIONS(1408), - [anon_sym_continue] = ACTIONS(1408), - [anon_sym_goto] = ACTIONS(1408), - [anon_sym_AMP] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [anon_sym_sizeof] = ACTIONS(1408), - [sym_number_literal] = ACTIONS(1406), - [sym_char_literal] = ACTIONS(1406), - [sym_string_literal] = ACTIONS(1406), - [sym_true] = ACTIONS(1408), - [sym_false] = ACTIONS(1408), - [sym_null] = ACTIONS(1408), - [sym_identifier] = ACTIONS(1408), - [sym_comment] = ACTIONS(39), - }, - [1767] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4059), - [anon_sym_LPAREN] = ACTIONS(4061), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4059), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4059), - [sym_preproc_directive] = ACTIONS(4059), - [anon_sym_SEMI] = ACTIONS(4061), - [anon_sym_typedef] = ACTIONS(4059), - [anon_sym_extern] = ACTIONS(4059), - [anon_sym_LBRACE] = ACTIONS(4061), - [anon_sym_STAR] = ACTIONS(4061), - [anon_sym_static] = ACTIONS(4059), - [anon_sym_auto] = ACTIONS(4059), - [anon_sym_register] = ACTIONS(4059), - [anon_sym_inline] = ACTIONS(4059), - [anon_sym_const] = ACTIONS(4059), - [anon_sym_restrict] = ACTIONS(4059), - [anon_sym_volatile] = ACTIONS(4059), - [anon_sym__Atomic] = ACTIONS(4059), - [anon_sym_unsigned] = ACTIONS(4059), - [anon_sym_long] = ACTIONS(4059), - [anon_sym_short] = ACTIONS(4059), - [sym_primitive_type] = ACTIONS(4059), - [anon_sym_enum] = ACTIONS(4059), - [anon_sym_struct] = ACTIONS(4059), - [anon_sym_union] = ACTIONS(4059), - [anon_sym_if] = ACTIONS(4059), - [anon_sym_else] = ACTIONS(4059), - [anon_sym_switch] = ACTIONS(4059), - [anon_sym_case] = ACTIONS(4059), - [anon_sym_default] = ACTIONS(4059), - [anon_sym_while] = ACTIONS(4059), - [anon_sym_do] = ACTIONS(4059), - [anon_sym_for] = ACTIONS(4059), - [anon_sym_return] = ACTIONS(4059), - [anon_sym_break] = ACTIONS(4059), - [anon_sym_continue] = ACTIONS(4059), - [anon_sym_goto] = ACTIONS(4059), - [anon_sym_AMP] = ACTIONS(4061), - [anon_sym_BANG] = ACTIONS(4061), - [anon_sym_TILDE] = ACTIONS(4061), - [anon_sym_PLUS] = ACTIONS(4059), - [anon_sym_DASH] = ACTIONS(4059), - [anon_sym_DASH_DASH] = ACTIONS(4061), - [anon_sym_PLUS_PLUS] = ACTIONS(4061), - [anon_sym_sizeof] = ACTIONS(4059), - [sym_number_literal] = ACTIONS(4061), - [sym_char_literal] = ACTIONS(4061), - [sym_string_literal] = ACTIONS(4061), - [sym_true] = ACTIONS(4059), - [sym_false] = ACTIONS(4059), - [sym_null] = ACTIONS(4059), - [sym_identifier] = ACTIONS(4059), - [sym_comment] = ACTIONS(39), - }, - [1768] = { - [sym_compound_statement] = STATE(1777), - [sym_labeled_statement] = STATE(1777), - [sym_expression_statement] = STATE(1777), - [sym_if_statement] = STATE(1777), - [sym_switch_statement] = STATE(1777), - [sym_case_statement] = STATE(1777), - [sym_while_statement] = STATE(1777), - [sym_do_statement] = STATE(1777), - [sym_for_statement] = STATE(1777), - [sym_return_statement] = STATE(1777), - [sym_break_statement] = STATE(1777), - [sym_continue_statement] = STATE(1777), - [sym_goto_statement] = STATE(1777), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1769] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4457), - [sym_comment] = ACTIONS(39), - }, - [1770] = { - [sym_argument_list] = STATE(503), - [aux_sym_for_statement_repeat1] = STATE(1779), - [anon_sym_LPAREN] = ACTIONS(1154), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4457), - [anon_sym_STAR] = ACTIONS(1604), - [anon_sym_LBRACK] = ACTIONS(1162), - [anon_sym_EQ] = ACTIONS(1606), - [anon_sym_QMARK] = ACTIONS(1608), - [anon_sym_STAR_EQ] = ACTIONS(1610), - [anon_sym_SLASH_EQ] = ACTIONS(1610), - [anon_sym_PERCENT_EQ] = ACTIONS(1610), - [anon_sym_PLUS_EQ] = ACTIONS(1610), - [anon_sym_DASH_EQ] = ACTIONS(1610), - [anon_sym_LT_LT_EQ] = ACTIONS(1610), - [anon_sym_GT_GT_EQ] = ACTIONS(1610), - [anon_sym_AMP_EQ] = ACTIONS(1610), - [anon_sym_CARET_EQ] = ACTIONS(1610), - [anon_sym_PIPE_EQ] = ACTIONS(1610), - [anon_sym_AMP] = ACTIONS(1612), - [anon_sym_PIPE_PIPE] = ACTIONS(1614), - [anon_sym_AMP_AMP] = ACTIONS(1616), - [anon_sym_PIPE] = ACTIONS(1618), - [anon_sym_CARET] = ACTIONS(1620), - [anon_sym_EQ_EQ] = ACTIONS(1622), - [anon_sym_BANG_EQ] = ACTIONS(1622), - [anon_sym_LT] = ACTIONS(1624), - [anon_sym_GT] = ACTIONS(1624), - [anon_sym_LT_EQ] = ACTIONS(1626), - [anon_sym_GT_EQ] = ACTIONS(1626), - [anon_sym_LT_LT] = ACTIONS(1628), - [anon_sym_GT_GT] = ACTIONS(1628), - [anon_sym_PLUS] = ACTIONS(1630), - [anon_sym_DASH] = ACTIONS(1630), - [anon_sym_SLASH] = ACTIONS(1604), - [anon_sym_PERCENT] = ACTIONS(1604), - [anon_sym_DASH_DASH] = ACTIONS(1190), - [anon_sym_PLUS_PLUS] = ACTIONS(1190), - [anon_sym_DOT] = ACTIONS(1192), - [anon_sym_DASH_GT] = ACTIONS(1192), - [sym_comment] = ACTIONS(39), - }, - [1771] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4189), - [sym_preproc_directive] = ACTIONS(4189), - [anon_sym_SEMI] = ACTIONS(4191), - [anon_sym_typedef] = ACTIONS(4189), - [anon_sym_extern] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_static] = ACTIONS(4189), - [anon_sym_auto] = ACTIONS(4189), - [anon_sym_register] = ACTIONS(4189), - [anon_sym_inline] = ACTIONS(4189), - [anon_sym_const] = ACTIONS(4189), - [anon_sym_restrict] = ACTIONS(4189), - [anon_sym_volatile] = ACTIONS(4189), - [anon_sym__Atomic] = ACTIONS(4189), - [anon_sym_unsigned] = ACTIONS(4189), - [anon_sym_long] = ACTIONS(4189), - [anon_sym_short] = ACTIONS(4189), - [sym_primitive_type] = ACTIONS(4189), - [anon_sym_enum] = ACTIONS(4189), - [anon_sym_struct] = ACTIONS(4189), - [anon_sym_union] = ACTIONS(4189), - [anon_sym_if] = ACTIONS(4189), - [anon_sym_else] = ACTIONS(4189), - [anon_sym_switch] = ACTIONS(4189), - [anon_sym_case] = ACTIONS(4189), - [anon_sym_default] = ACTIONS(4189), - [anon_sym_while] = ACTIONS(4189), - [anon_sym_do] = ACTIONS(4189), - [anon_sym_for] = ACTIONS(4189), - [anon_sym_return] = ACTIONS(4189), - [anon_sym_break] = ACTIONS(4189), - [anon_sym_continue] = ACTIONS(4189), - [anon_sym_goto] = ACTIONS(4189), - [anon_sym_AMP] = ACTIONS(4191), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_TILDE] = ACTIONS(4191), - [anon_sym_PLUS] = ACTIONS(4189), - [anon_sym_DASH] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4191), - [anon_sym_PLUS_PLUS] = ACTIONS(4191), - [anon_sym_sizeof] = ACTIONS(4189), - [sym_number_literal] = ACTIONS(4191), - [sym_char_literal] = ACTIONS(4191), - [sym_string_literal] = ACTIONS(4191), - [sym_true] = ACTIONS(4189), - [sym_false] = ACTIONS(4189), - [sym_null] = ACTIONS(4189), - [sym_identifier] = ACTIONS(4189), - [sym_comment] = ACTIONS(39), - }, - [1772] = { - [sym_compound_statement] = STATE(1780), - [sym_labeled_statement] = STATE(1780), - [sym_expression_statement] = STATE(1780), - [sym_if_statement] = STATE(1780), - [sym_switch_statement] = STATE(1780), - [sym_case_statement] = STATE(1780), - [sym_while_statement] = STATE(1780), - [sym_do_statement] = STATE(1780), - [sym_for_statement] = STATE(1780), - [sym_return_statement] = STATE(1780), - [sym_break_statement] = STATE(1780), - [sym_continue_statement] = STATE(1780), - [sym_goto_statement] = STATE(1780), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1403] = { + [sym_compound_statement] = STATE(1360), + [sym_labeled_statement] = STATE(1360), + [sym_expression_statement] = STATE(1360), + [sym_if_statement] = STATE(1360), + [sym_switch_statement] = STATE(1360), + [sym_case_statement] = STATE(1360), + [sym_while_statement] = STATE(1360), + [sym_do_statement] = STATE(1360), + [sym_for_statement] = STATE(1360), + [sym_return_statement] = STATE(1360), + [sym_break_statement] = STATE(1360), + [sym_continue_statement] = STATE(1360), + [sym_goto_statement] = STATE(1360), + [sym__expression] = STATE(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), [sym_comment] = ACTIONS(39), }, - [1773] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4459), - [sym_comment] = ACTIONS(39), - }, - [1774] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4365), - [anon_sym_LPAREN] = ACTIONS(4367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4365), - [sym_preproc_directive] = ACTIONS(4365), - [anon_sym_SEMI] = ACTIONS(4367), - [anon_sym_typedef] = ACTIONS(4365), - [anon_sym_extern] = ACTIONS(4365), - [anon_sym_LBRACE] = ACTIONS(4367), - [anon_sym_RBRACE] = ACTIONS(4367), - [anon_sym_STAR] = ACTIONS(4367), - [anon_sym_static] = ACTIONS(4365), - [anon_sym_auto] = ACTIONS(4365), - [anon_sym_register] = ACTIONS(4365), - [anon_sym_inline] = ACTIONS(4365), - [anon_sym_const] = ACTIONS(4365), - [anon_sym_restrict] = ACTIONS(4365), - [anon_sym_volatile] = ACTIONS(4365), - [anon_sym__Atomic] = ACTIONS(4365), - [anon_sym_unsigned] = ACTIONS(4365), - [anon_sym_long] = ACTIONS(4365), - [anon_sym_short] = ACTIONS(4365), - [sym_primitive_type] = ACTIONS(4365), - [anon_sym_enum] = ACTIONS(4365), - [anon_sym_struct] = ACTIONS(4365), - [anon_sym_union] = ACTIONS(4365), - [anon_sym_if] = ACTIONS(4365), - [anon_sym_else] = ACTIONS(4365), - [anon_sym_switch] = ACTIONS(4365), - [anon_sym_case] = ACTIONS(4365), - [anon_sym_default] = ACTIONS(4365), - [anon_sym_while] = ACTIONS(4365), - [anon_sym_do] = ACTIONS(4365), - [anon_sym_for] = ACTIONS(4365), - [anon_sym_return] = ACTIONS(4365), - [anon_sym_break] = ACTIONS(4365), - [anon_sym_continue] = ACTIONS(4365), - [anon_sym_goto] = ACTIONS(4365), - [anon_sym_AMP] = ACTIONS(4367), - [anon_sym_BANG] = ACTIONS(4367), - [anon_sym_TILDE] = ACTIONS(4367), - [anon_sym_PLUS] = ACTIONS(4365), - [anon_sym_DASH] = ACTIONS(4365), - [anon_sym_DASH_DASH] = ACTIONS(4367), - [anon_sym_PLUS_PLUS] = ACTIONS(4367), - [anon_sym_sizeof] = ACTIONS(4365), - [sym_number_literal] = ACTIONS(4367), - [sym_char_literal] = ACTIONS(4367), - [sym_string_literal] = ACTIONS(4367), - [sym_true] = ACTIONS(4365), - [sym_false] = ACTIONS(4365), - [sym_null] = ACTIONS(4365), - [sym_identifier] = ACTIONS(4365), - [sym_comment] = ACTIONS(39), - }, - [1775] = { - [anon_sym_else] = ACTIONS(4295), - [anon_sym_while] = ACTIONS(4295), - [sym_comment] = ACTIONS(39), - }, - [1776] = { - [sym_compound_statement] = STATE(1782), - [sym_labeled_statement] = STATE(1782), - [sym_expression_statement] = STATE(1782), - [sym_if_statement] = STATE(1782), - [sym_switch_statement] = STATE(1782), - [sym_case_statement] = STATE(1782), - [sym_while_statement] = STATE(1782), - [sym_do_statement] = STATE(1782), - [sym_for_statement] = STATE(1782), - [sym_return_statement] = STATE(1782), - [sym_break_statement] = STATE(1782), - [sym_continue_statement] = STATE(1782), - [sym_goto_statement] = STATE(1782), - [sym__expression] = STATE(1326), - [sym_comma_expression] = STATE(1327), - [sym_conditional_expression] = STATE(1326), - [sym_assignment_expression] = STATE(1326), - [sym_pointer_expression] = STATE(1326), - [sym_logical_expression] = STATE(1326), - [sym_bitwise_expression] = STATE(1326), - [sym_equality_expression] = STATE(1326), - [sym_relational_expression] = STATE(1326), - [sym_shift_expression] = STATE(1326), - [sym_math_expression] = STATE(1326), - [sym_cast_expression] = STATE(1326), - [sym_sizeof_expression] = STATE(1326), - [sym_subscript_expression] = STATE(1326), - [sym_call_expression] = STATE(1326), - [sym_field_expression] = STATE(1326), - [sym_compound_literal_expression] = STATE(1326), - [sym_parenthesized_expression] = STATE(1326), - [sym_concatenated_string] = STATE(1326), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3602), - [anon_sym_LBRACE] = ACTIONS(3604), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3606), - [anon_sym_switch] = ACTIONS(3608), - [anon_sym_case] = ACTIONS(3610), - [anon_sym_default] = ACTIONS(3612), - [anon_sym_while] = ACTIONS(3614), - [anon_sym_do] = ACTIONS(3616), - [anon_sym_for] = ACTIONS(3618), - [anon_sym_return] = ACTIONS(3620), - [anon_sym_break] = ACTIONS(3622), - [anon_sym_continue] = ACTIONS(3624), - [anon_sym_goto] = ACTIONS(3626), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3628), - [sym_char_literal] = ACTIONS(3628), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3630), - [sym_false] = ACTIONS(3630), - [sym_null] = ACTIONS(3630), - [sym_identifier] = ACTIONS(3632), - [sym_comment] = ACTIONS(39), - }, - [1777] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4189), - [anon_sym_LPAREN] = ACTIONS(4191), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4189), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4189), - [sym_preproc_directive] = ACTIONS(4189), - [anon_sym_SEMI] = ACTIONS(4191), - [anon_sym_typedef] = ACTIONS(4189), - [anon_sym_extern] = ACTIONS(4189), - [anon_sym_LBRACE] = ACTIONS(4191), - [anon_sym_STAR] = ACTIONS(4191), - [anon_sym_static] = ACTIONS(4189), - [anon_sym_auto] = ACTIONS(4189), - [anon_sym_register] = ACTIONS(4189), - [anon_sym_inline] = ACTIONS(4189), - [anon_sym_const] = ACTIONS(4189), - [anon_sym_restrict] = ACTIONS(4189), - [anon_sym_volatile] = ACTIONS(4189), - [anon_sym__Atomic] = ACTIONS(4189), - [anon_sym_unsigned] = ACTIONS(4189), - [anon_sym_long] = ACTIONS(4189), - [anon_sym_short] = ACTIONS(4189), - [sym_primitive_type] = ACTIONS(4189), - [anon_sym_enum] = ACTIONS(4189), - [anon_sym_struct] = ACTIONS(4189), - [anon_sym_union] = ACTIONS(4189), - [anon_sym_if] = ACTIONS(4189), - [anon_sym_else] = ACTIONS(4189), - [anon_sym_switch] = ACTIONS(4189), - [anon_sym_case] = ACTIONS(4189), - [anon_sym_default] = ACTIONS(4189), - [anon_sym_while] = ACTIONS(4189), - [anon_sym_do] = ACTIONS(4189), - [anon_sym_for] = ACTIONS(4189), - [anon_sym_return] = ACTIONS(4189), - [anon_sym_break] = ACTIONS(4189), - [anon_sym_continue] = ACTIONS(4189), - [anon_sym_goto] = ACTIONS(4189), - [anon_sym_AMP] = ACTIONS(4191), - [anon_sym_BANG] = ACTIONS(4191), - [anon_sym_TILDE] = ACTIONS(4191), - [anon_sym_PLUS] = ACTIONS(4189), - [anon_sym_DASH] = ACTIONS(4189), - [anon_sym_DASH_DASH] = ACTIONS(4191), - [anon_sym_PLUS_PLUS] = ACTIONS(4191), - [anon_sym_sizeof] = ACTIONS(4189), - [sym_number_literal] = ACTIONS(4191), - [sym_char_literal] = ACTIONS(4191), - [sym_string_literal] = ACTIONS(4191), - [sym_true] = ACTIONS(4189), - [sym_false] = ACTIONS(4189), - [sym_null] = ACTIONS(4189), - [sym_identifier] = ACTIONS(4189), - [sym_comment] = ACTIONS(39), - }, - [1778] = { - [sym_compound_statement] = STATE(1783), - [sym_labeled_statement] = STATE(1783), - [sym_expression_statement] = STATE(1783), - [sym_if_statement] = STATE(1783), - [sym_switch_statement] = STATE(1783), - [sym_case_statement] = STATE(1783), - [sym_while_statement] = STATE(1783), - [sym_do_statement] = STATE(1783), - [sym_for_statement] = STATE(1783), - [sym_return_statement] = STATE(1783), - [sym_break_statement] = STATE(1783), - [sym_continue_statement] = STATE(1783), - [sym_goto_statement] = STATE(1783), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1779] = { - [aux_sym_for_statement_repeat1] = STATE(1214), - [anon_sym_COMMA] = ACTIONS(2725), - [anon_sym_RPAREN] = ACTIONS(4461), - [sym_comment] = ACTIONS(39), - }, - [1780] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4293), - [anon_sym_LPAREN] = ACTIONS(4295), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4293), - [sym_preproc_directive] = ACTIONS(4293), - [anon_sym_SEMI] = ACTIONS(4295), - [anon_sym_typedef] = ACTIONS(4293), - [anon_sym_extern] = ACTIONS(4293), - [anon_sym_LBRACE] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_static] = ACTIONS(4293), - [anon_sym_auto] = ACTIONS(4293), - [anon_sym_register] = ACTIONS(4293), - [anon_sym_inline] = ACTIONS(4293), - [anon_sym_const] = ACTIONS(4293), - [anon_sym_restrict] = ACTIONS(4293), - [anon_sym_volatile] = ACTIONS(4293), - [anon_sym__Atomic] = ACTIONS(4293), - [anon_sym_unsigned] = ACTIONS(4293), - [anon_sym_long] = ACTIONS(4293), - [anon_sym_short] = ACTIONS(4293), - [sym_primitive_type] = ACTIONS(4293), - [anon_sym_enum] = ACTIONS(4293), - [anon_sym_struct] = ACTIONS(4293), - [anon_sym_union] = ACTIONS(4293), - [anon_sym_if] = ACTIONS(4293), - [anon_sym_else] = ACTIONS(4293), - [anon_sym_switch] = ACTIONS(4293), - [anon_sym_case] = ACTIONS(4293), - [anon_sym_default] = ACTIONS(4293), - [anon_sym_while] = ACTIONS(4293), - [anon_sym_do] = ACTIONS(4293), - [anon_sym_for] = ACTIONS(4293), - [anon_sym_return] = ACTIONS(4293), - [anon_sym_break] = ACTIONS(4293), - [anon_sym_continue] = ACTIONS(4293), - [anon_sym_goto] = ACTIONS(4293), - [anon_sym_AMP] = ACTIONS(4295), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_TILDE] = ACTIONS(4295), - [anon_sym_PLUS] = ACTIONS(4293), - [anon_sym_DASH] = ACTIONS(4293), - [anon_sym_DASH_DASH] = ACTIONS(4295), - [anon_sym_PLUS_PLUS] = ACTIONS(4295), - [anon_sym_sizeof] = ACTIONS(4293), - [sym_number_literal] = ACTIONS(4295), - [sym_char_literal] = ACTIONS(4295), - [sym_string_literal] = ACTIONS(4295), - [sym_true] = ACTIONS(4293), - [sym_false] = ACTIONS(4293), - [sym_null] = ACTIONS(4293), - [sym_identifier] = ACTIONS(4293), - [sym_comment] = ACTIONS(39), - }, - [1781] = { - [sym_compound_statement] = STATE(1785), - [sym_labeled_statement] = STATE(1785), - [sym_expression_statement] = STATE(1785), - [sym_if_statement] = STATE(1785), - [sym_switch_statement] = STATE(1785), - [sym_case_statement] = STATE(1785), - [sym_while_statement] = STATE(1785), - [sym_do_statement] = STATE(1785), - [sym_for_statement] = STATE(1785), - [sym_return_statement] = STATE(1785), - [sym_break_statement] = STATE(1785), - [sym_continue_statement] = STATE(1785), - [sym_goto_statement] = STATE(1785), - [sym__expression] = STATE(1394), - [sym_comma_expression] = STATE(1395), - [sym_conditional_expression] = STATE(1394), - [sym_assignment_expression] = STATE(1394), - [sym_pointer_expression] = STATE(1394), - [sym_logical_expression] = STATE(1394), - [sym_bitwise_expression] = STATE(1394), - [sym_equality_expression] = STATE(1394), - [sym_relational_expression] = STATE(1394), - [sym_shift_expression] = STATE(1394), - [sym_math_expression] = STATE(1394), - [sym_cast_expression] = STATE(1394), - [sym_sizeof_expression] = STATE(1394), - [sym_subscript_expression] = STATE(1394), - [sym_call_expression] = STATE(1394), - [sym_field_expression] = STATE(1394), - [sym_compound_literal_expression] = STATE(1394), - [sym_parenthesized_expression] = STATE(1394), - [sym_concatenated_string] = STATE(1394), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3743), - [anon_sym_LBRACE] = ACTIONS(3745), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3747), - [anon_sym_switch] = ACTIONS(3749), - [anon_sym_case] = ACTIONS(3751), - [anon_sym_default] = ACTIONS(3753), - [anon_sym_while] = ACTIONS(3755), - [anon_sym_do] = ACTIONS(3757), - [anon_sym_for] = ACTIONS(3759), - [anon_sym_return] = ACTIONS(3761), - [anon_sym_break] = ACTIONS(3763), - [anon_sym_continue] = ACTIONS(3765), - [anon_sym_goto] = ACTIONS(3767), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3769), - [sym_char_literal] = ACTIONS(3769), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3771), - [sym_false] = ACTIONS(3771), - [sym_null] = ACTIONS(3771), - [sym_identifier] = ACTIONS(3773), + [1404] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3909), [sym_comment] = ACTIONS(39), }, - [1782] = { - [anon_sym_else] = ACTIONS(4367), - [anon_sym_while] = ACTIONS(4367), - [sym_comment] = ACTIONS(39), - }, - [1783] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4293), - [anon_sym_LPAREN] = ACTIONS(4295), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4293), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4293), - [sym_preproc_directive] = ACTIONS(4293), - [anon_sym_SEMI] = ACTIONS(4295), - [anon_sym_typedef] = ACTIONS(4293), - [anon_sym_extern] = ACTIONS(4293), - [anon_sym_LBRACE] = ACTIONS(4295), - [anon_sym_STAR] = ACTIONS(4295), - [anon_sym_static] = ACTIONS(4293), - [anon_sym_auto] = ACTIONS(4293), - [anon_sym_register] = ACTIONS(4293), - [anon_sym_inline] = ACTIONS(4293), - [anon_sym_const] = ACTIONS(4293), - [anon_sym_restrict] = ACTIONS(4293), - [anon_sym_volatile] = ACTIONS(4293), - [anon_sym__Atomic] = ACTIONS(4293), - [anon_sym_unsigned] = ACTIONS(4293), - [anon_sym_long] = ACTIONS(4293), - [anon_sym_short] = ACTIONS(4293), - [sym_primitive_type] = ACTIONS(4293), - [anon_sym_enum] = ACTIONS(4293), - [anon_sym_struct] = ACTIONS(4293), - [anon_sym_union] = ACTIONS(4293), - [anon_sym_if] = ACTIONS(4293), - [anon_sym_else] = ACTIONS(4293), - [anon_sym_switch] = ACTIONS(4293), - [anon_sym_case] = ACTIONS(4293), - [anon_sym_default] = ACTIONS(4293), - [anon_sym_while] = ACTIONS(4293), - [anon_sym_do] = ACTIONS(4293), - [anon_sym_for] = ACTIONS(4293), - [anon_sym_return] = ACTIONS(4293), - [anon_sym_break] = ACTIONS(4293), - [anon_sym_continue] = ACTIONS(4293), - [anon_sym_goto] = ACTIONS(4293), - [anon_sym_AMP] = ACTIONS(4295), - [anon_sym_BANG] = ACTIONS(4295), - [anon_sym_TILDE] = ACTIONS(4295), - [anon_sym_PLUS] = ACTIONS(4293), - [anon_sym_DASH] = ACTIONS(4293), - [anon_sym_DASH_DASH] = ACTIONS(4295), - [anon_sym_PLUS_PLUS] = ACTIONS(4295), - [anon_sym_sizeof] = ACTIONS(4293), - [sym_number_literal] = ACTIONS(4295), - [sym_char_literal] = ACTIONS(4295), - [sym_string_literal] = ACTIONS(4295), - [sym_true] = ACTIONS(4293), - [sym_false] = ACTIONS(4293), - [sym_null] = ACTIONS(4293), - [sym_identifier] = ACTIONS(4293), - [sym_comment] = ACTIONS(39), - }, - [1784] = { - [sym_compound_statement] = STATE(1786), - [sym_labeled_statement] = STATE(1786), - [sym_expression_statement] = STATE(1786), - [sym_if_statement] = STATE(1786), - [sym_switch_statement] = STATE(1786), - [sym_case_statement] = STATE(1786), - [sym_while_statement] = STATE(1786), - [sym_do_statement] = STATE(1786), - [sym_for_statement] = STATE(1786), - [sym_return_statement] = STATE(1786), - [sym_break_statement] = STATE(1786), - [sym_continue_statement] = STATE(1786), - [sym_goto_statement] = STATE(1786), - [sym__expression] = STATE(1469), - [sym_comma_expression] = STATE(1470), - [sym_conditional_expression] = STATE(1469), - [sym_assignment_expression] = STATE(1469), - [sym_pointer_expression] = STATE(1469), - [sym_logical_expression] = STATE(1469), - [sym_bitwise_expression] = STATE(1469), - [sym_equality_expression] = STATE(1469), - [sym_relational_expression] = STATE(1469), - [sym_shift_expression] = STATE(1469), - [sym_math_expression] = STATE(1469), - [sym_cast_expression] = STATE(1469), - [sym_sizeof_expression] = STATE(1469), - [sym_subscript_expression] = STATE(1469), - [sym_call_expression] = STATE(1469), - [sym_field_expression] = STATE(1469), - [sym_compound_literal_expression] = STATE(1469), - [sym_parenthesized_expression] = STATE(1469), - [sym_concatenated_string] = STATE(1469), - [anon_sym_LPAREN] = ACTIONS(570), - [anon_sym_SEMI] = ACTIONS(3905), - [anon_sym_LBRACE] = ACTIONS(3907), - [anon_sym_STAR] = ACTIONS(588), - [anon_sym_if] = ACTIONS(3909), - [anon_sym_switch] = ACTIONS(3911), - [anon_sym_case] = ACTIONS(3913), - [anon_sym_default] = ACTIONS(3915), - [anon_sym_while] = ACTIONS(3917), - [anon_sym_do] = ACTIONS(3919), - [anon_sym_for] = ACTIONS(3921), - [anon_sym_return] = ACTIONS(3923), - [anon_sym_break] = ACTIONS(3925), - [anon_sym_continue] = ACTIONS(3927), - [anon_sym_goto] = ACTIONS(3929), - [anon_sym_AMP] = ACTIONS(588), - [anon_sym_BANG] = ACTIONS(612), - [anon_sym_TILDE] = ACTIONS(614), - [anon_sym_PLUS] = ACTIONS(616), - [anon_sym_DASH] = ACTIONS(616), - [anon_sym_DASH_DASH] = ACTIONS(618), - [anon_sym_PLUS_PLUS] = ACTIONS(618), - [anon_sym_sizeof] = ACTIONS(620), - [sym_number_literal] = ACTIONS(3931), - [sym_char_literal] = ACTIONS(3931), - [sym_string_literal] = ACTIONS(624), - [sym_true] = ACTIONS(3933), - [sym_false] = ACTIONS(3933), - [sym_null] = ACTIONS(3933), - [sym_identifier] = ACTIONS(3935), - [sym_comment] = ACTIONS(39), - }, - [1785] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4365), - [anon_sym_LPAREN] = ACTIONS(4367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelse_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARelif_SLASH] = ACTIONS(4365), - [sym_preproc_directive] = ACTIONS(4365), - [anon_sym_SEMI] = ACTIONS(4367), - [anon_sym_typedef] = ACTIONS(4365), - [anon_sym_extern] = ACTIONS(4365), - [anon_sym_LBRACE] = ACTIONS(4367), - [anon_sym_STAR] = ACTIONS(4367), - [anon_sym_static] = ACTIONS(4365), - [anon_sym_auto] = ACTIONS(4365), - [anon_sym_register] = ACTIONS(4365), - [anon_sym_inline] = ACTIONS(4365), - [anon_sym_const] = ACTIONS(4365), - [anon_sym_restrict] = ACTIONS(4365), - [anon_sym_volatile] = ACTIONS(4365), - [anon_sym__Atomic] = ACTIONS(4365), - [anon_sym_unsigned] = ACTIONS(4365), - [anon_sym_long] = ACTIONS(4365), - [anon_sym_short] = ACTIONS(4365), - [sym_primitive_type] = ACTIONS(4365), - [anon_sym_enum] = ACTIONS(4365), - [anon_sym_struct] = ACTIONS(4365), - [anon_sym_union] = ACTIONS(4365), - [anon_sym_if] = ACTIONS(4365), - [anon_sym_else] = ACTIONS(4365), - [anon_sym_switch] = ACTIONS(4365), - [anon_sym_case] = ACTIONS(4365), - [anon_sym_default] = ACTIONS(4365), - [anon_sym_while] = ACTIONS(4365), - [anon_sym_do] = ACTIONS(4365), - [anon_sym_for] = ACTIONS(4365), - [anon_sym_return] = ACTIONS(4365), - [anon_sym_break] = ACTIONS(4365), - [anon_sym_continue] = ACTIONS(4365), - [anon_sym_goto] = ACTIONS(4365), - [anon_sym_AMP] = ACTIONS(4367), - [anon_sym_BANG] = ACTIONS(4367), - [anon_sym_TILDE] = ACTIONS(4367), - [anon_sym_PLUS] = ACTIONS(4365), - [anon_sym_DASH] = ACTIONS(4365), - [anon_sym_DASH_DASH] = ACTIONS(4367), - [anon_sym_PLUS_PLUS] = ACTIONS(4367), - [anon_sym_sizeof] = ACTIONS(4365), - [sym_number_literal] = ACTIONS(4367), - [sym_char_literal] = ACTIONS(4367), - [sym_string_literal] = ACTIONS(4367), - [sym_true] = ACTIONS(4365), - [sym_false] = ACTIONS(4365), - [sym_null] = ACTIONS(4365), - [sym_identifier] = ACTIONS(4365), - [sym_comment] = ACTIONS(39), - }, - [1786] = { - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARinclude_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARdefine_SLASH] = ACTIONS(4365), - [anon_sym_LPAREN] = ACTIONS(4367), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARendif_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifdef_SLASH] = ACTIONS(4365), - [aux_sym_SLASH_POUND_LBRACK_TAB_RBRACK_STARifndef_SLASH] = ACTIONS(4365), - [sym_preproc_directive] = ACTIONS(4365), - [anon_sym_SEMI] = ACTIONS(4367), - [anon_sym_typedef] = ACTIONS(4365), - [anon_sym_extern] = ACTIONS(4365), - [anon_sym_LBRACE] = ACTIONS(4367), - [anon_sym_STAR] = ACTIONS(4367), - [anon_sym_static] = ACTIONS(4365), - [anon_sym_auto] = ACTIONS(4365), - [anon_sym_register] = ACTIONS(4365), - [anon_sym_inline] = ACTIONS(4365), - [anon_sym_const] = ACTIONS(4365), - [anon_sym_restrict] = ACTIONS(4365), - [anon_sym_volatile] = ACTIONS(4365), - [anon_sym__Atomic] = ACTIONS(4365), - [anon_sym_unsigned] = ACTIONS(4365), - [anon_sym_long] = ACTIONS(4365), - [anon_sym_short] = ACTIONS(4365), - [sym_primitive_type] = ACTIONS(4365), - [anon_sym_enum] = ACTIONS(4365), - [anon_sym_struct] = ACTIONS(4365), - [anon_sym_union] = ACTIONS(4365), - [anon_sym_if] = ACTIONS(4365), - [anon_sym_else] = ACTIONS(4365), - [anon_sym_switch] = ACTIONS(4365), - [anon_sym_case] = ACTIONS(4365), - [anon_sym_default] = ACTIONS(4365), - [anon_sym_while] = ACTIONS(4365), - [anon_sym_do] = ACTIONS(4365), - [anon_sym_for] = ACTIONS(4365), - [anon_sym_return] = ACTIONS(4365), - [anon_sym_break] = ACTIONS(4365), - [anon_sym_continue] = ACTIONS(4365), - [anon_sym_goto] = ACTIONS(4365), - [anon_sym_AMP] = ACTIONS(4367), - [anon_sym_BANG] = ACTIONS(4367), - [anon_sym_TILDE] = ACTIONS(4367), - [anon_sym_PLUS] = ACTIONS(4365), - [anon_sym_DASH] = ACTIONS(4365), - [anon_sym_DASH_DASH] = ACTIONS(4367), - [anon_sym_PLUS_PLUS] = ACTIONS(4367), - [anon_sym_sizeof] = ACTIONS(4365), - [sym_number_literal] = ACTIONS(4367), - [sym_char_literal] = ACTIONS(4367), - [sym_string_literal] = ACTIONS(4367), - [sym_true] = ACTIONS(4365), - [sym_false] = ACTIONS(4365), - [sym_null] = ACTIONS(4365), - [sym_identifier] = ACTIONS(4365), + [1405] = { + [sym_compound_statement] = STATE(1345), + [sym_labeled_statement] = STATE(1345), + [sym_expression_statement] = STATE(1345), + [sym_if_statement] = STATE(1345), + [sym_switch_statement] = STATE(1345), + [sym_case_statement] = STATE(1345), + [sym_while_statement] = STATE(1345), + [sym_do_statement] = STATE(1345), + [sym_for_statement] = STATE(1345), + [sym_return_statement] = STATE(1345), + [sym_break_statement] = STATE(1345), + [sym_continue_statement] = STATE(1345), + [sym_goto_statement] = STATE(1345), + [sym__expression] = STATE(246), + [sym_comma_expression] = STATE(247), + [sym_conditional_expression] = STATE(246), + [sym_assignment_expression] = STATE(246), + [sym_pointer_expression] = STATE(246), + [sym_logical_expression] = STATE(246), + [sym_bitwise_expression] = STATE(246), + [sym_equality_expression] = STATE(246), + [sym_relational_expression] = STATE(246), + [sym_shift_expression] = STATE(246), + [sym_math_expression] = STATE(246), + [sym_cast_expression] = STATE(246), + [sym_sizeof_expression] = STATE(246), + [sym_subscript_expression] = STATE(246), + [sym_call_expression] = STATE(246), + [sym_field_expression] = STATE(246), + [sym_compound_literal_expression] = STATE(246), + [sym_parenthesized_expression] = STATE(246), + [sym_concatenated_string] = STATE(246), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(536), + [anon_sym_LBRACE] = ACTIONS(237), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3310), + [anon_sym_switch] = ACTIONS(3312), + [anon_sym_case] = ACTIONS(3314), + [anon_sym_default] = ACTIONS(3316), + [anon_sym_while] = ACTIONS(3318), + [anon_sym_do] = ACTIONS(552), + [anon_sym_for] = ACTIONS(3320), + [anon_sym_return] = ACTIONS(556), + [anon_sym_break] = ACTIONS(558), + [anon_sym_continue] = ACTIONS(560), + [anon_sym_goto] = ACTIONS(562), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(574), + [sym_char_literal] = ACTIONS(574), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(578), + [sym_false] = ACTIONS(578), + [sym_null] = ACTIONS(578), + [sym_identifier] = ACTIONS(3322), + [sym_comment] = ACTIONS(39), + }, + [1406] = { + [sym_compound_statement] = STATE(1375), + [sym_labeled_statement] = STATE(1375), + [sym_expression_statement] = STATE(1375), + [sym_if_statement] = STATE(1375), + [sym_switch_statement] = STATE(1375), + [sym_case_statement] = STATE(1375), + [sym_while_statement] = STATE(1375), + [sym_do_statement] = STATE(1375), + [sym_for_statement] = STATE(1375), + [sym_return_statement] = STATE(1375), + [sym_break_statement] = STATE(1375), + [sym_continue_statement] = STATE(1375), + [sym_goto_statement] = STATE(1375), + [sym__expression] = STATE(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), + [sym_comment] = ACTIONS(39), + }, + [1407] = { + [aux_sym_for_statement_repeat1] = STATE(1061), + [anon_sym_COMMA] = ACTIONS(2543), + [anon_sym_RPAREN] = ACTIONS(3911), + [sym_comment] = ACTIONS(39), + }, + [1408] = { + [sym_compound_statement] = STATE(1382), + [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(644), + [sym_comma_expression] = STATE(645), + [sym_conditional_expression] = STATE(644), + [sym_assignment_expression] = STATE(644), + [sym_pointer_expression] = STATE(644), + [sym_logical_expression] = STATE(644), + [sym_bitwise_expression] = STATE(644), + [sym_equality_expression] = STATE(644), + [sym_relational_expression] = STATE(644), + [sym_shift_expression] = STATE(644), + [sym_math_expression] = STATE(644), + [sym_cast_expression] = STATE(644), + [sym_sizeof_expression] = STATE(644), + [sym_subscript_expression] = STATE(644), + [sym_call_expression] = STATE(644), + [sym_field_expression] = STATE(644), + [sym_compound_literal_expression] = STATE(644), + [sym_parenthesized_expression] = STATE(644), + [sym_concatenated_string] = STATE(644), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(1531), + [anon_sym_LBRACE] = ACTIONS(692), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3411), + [anon_sym_switch] = ACTIONS(3413), + [anon_sym_case] = ACTIONS(3415), + [anon_sym_default] = ACTIONS(3417), + [anon_sym_while] = ACTIONS(3419), + [anon_sym_do] = ACTIONS(1543), + [anon_sym_for] = ACTIONS(3421), + [anon_sym_return] = ACTIONS(1547), + [anon_sym_break] = ACTIONS(1549), + [anon_sym_continue] = ACTIONS(1551), + [anon_sym_goto] = ACTIONS(1553), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(1555), + [sym_char_literal] = ACTIONS(1555), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(1557), + [sym_false] = ACTIONS(1557), + [sym_null] = ACTIONS(1557), + [sym_identifier] = ACTIONS(3423), + [sym_comment] = ACTIONS(39), + }, + [1409] = { + [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(853), + [sym_comma_expression] = STATE(854), + [sym_conditional_expression] = STATE(853), + [sym_assignment_expression] = STATE(853), + [sym_pointer_expression] = STATE(853), + [sym_logical_expression] = STATE(853), + [sym_bitwise_expression] = STATE(853), + [sym_equality_expression] = STATE(853), + [sym_relational_expression] = STATE(853), + [sym_shift_expression] = STATE(853), + [sym_math_expression] = STATE(853), + [sym_cast_expression] = STATE(853), + [sym_sizeof_expression] = STATE(853), + [sym_subscript_expression] = STATE(853), + [sym_call_expression] = STATE(853), + [sym_field_expression] = STATE(853), + [sym_compound_literal_expression] = STATE(853), + [sym_parenthesized_expression] = STATE(853), + [sym_concatenated_string] = STATE(853), + [anon_sym_LPAREN] = ACTIONS(528), + [anon_sym_SEMI] = ACTIONS(2302), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_STAR] = ACTIONS(540), + [anon_sym_if] = ACTIONS(3523), + [anon_sym_switch] = ACTIONS(3525), + [anon_sym_case] = ACTIONS(3527), + [anon_sym_default] = ACTIONS(3529), + [anon_sym_while] = ACTIONS(3531), + [anon_sym_do] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(3533), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2320), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_goto] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(540), + [anon_sym_BANG] = ACTIONS(564), + [anon_sym_TILDE] = ACTIONS(566), + [anon_sym_PLUS] = ACTIONS(568), + [anon_sym_DASH] = ACTIONS(568), + [anon_sym_DASH_DASH] = ACTIONS(570), + [anon_sym_PLUS_PLUS] = ACTIONS(570), + [anon_sym_sizeof] = ACTIONS(572), + [sym_number_literal] = ACTIONS(2326), + [sym_char_literal] = ACTIONS(2326), + [sym_string_literal] = ACTIONS(576), + [sym_true] = ACTIONS(2328), + [sym_false] = ACTIONS(2328), + [sym_null] = ACTIONS(2328), + [sym_identifier] = ACTIONS(3535), [sym_comment] = ACTIONS(39), }, }; @@ -67498,2123 +57017,1853 @@ static TSParseActionEntry ts_parse_actions[] = { [51] = {.count = 1, .reusable = true}, SHIFT(26), [53] = {.count = 1, .reusable = false}, SHIFT(27), [55] = {.count = 1, .reusable = false}, SHIFT(28), - [57] = {.count = 1, .reusable = false}, SHIFT(29), - [59] = {.count = 1, .reusable = false}, SHIFT(36), - [61] = {.count = 1, .reusable = false}, SHIFT(34), - [63] = {.count = 1, .reusable = false}, SHIFT(30), - [65] = {.count = 1, .reusable = false}, SHIFT(31), - [67] = {.count = 1, .reusable = false}, SHIFT(32), - [69] = {.count = 1, .reusable = false}, SHIFT(33), - [71] = {.count = 1, .reusable = false}, REDUCE(sym_storage_class_specifier, 1), - [73] = {.count = 1, .reusable = true}, SHIFT(37), - [75] = {.count = 1, .reusable = false}, REDUCE(sym_type_qualifier, 1), - [77] = {.count = 1, .reusable = true}, SHIFT(38), + [57] = {.count = 1, .reusable = false}, SHIFT(31), + [59] = {.count = 1, .reusable = false}, SHIFT(29), + [61] = {.count = 1, .reusable = false}, REDUCE(sym_storage_class_specifier, 1), + [63] = {.count = 1, .reusable = true}, SHIFT(32), + [65] = {.count = 1, .reusable = true}, REDUCE(sym_storage_class_specifier, 1), + [67] = {.count = 1, .reusable = true}, REDUCE(sym_type_qualifier, 1), + [69] = {.count = 1, .reusable = false}, REDUCE(sym_type_qualifier, 1), + [71] = {.count = 1, .reusable = true}, SHIFT(33), + [73] = {.count = 1, .reusable = true}, SHIFT(34), + [75] = {.count = 1, .reusable = true}, SHIFT(36), + [77] = {.count = 1, .reusable = true}, SHIFT(37), [79] = {.count = 1, .reusable = true}, SHIFT(39), - [81] = {.count = 1, .reusable = true}, SHIFT(41), - [83] = {.count = 1, .reusable = true}, SHIFT(42), - [85] = {.count = 1, .reusable = true}, SHIFT(44), - [87] = {.count = 2, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), SHIFT(46), - [90] = {.count = 1, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), - [92] = {.count = 1, .reusable = false}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), - [94] = {.count = 1, .reusable = true}, ACCEPT_INPUT(), - [96] = {.count = 1, .reusable = true}, SHIFT(47), - [98] = {.count = 1, .reusable = true}, SHIFT(48), - [100] = {.count = 1, .reusable = true}, SHIFT(49), - [102] = {.count = 1, .reusable = true}, SHIFT(50), - [104] = {.count = 1, .reusable = true}, REDUCE(sym__declaration_specifiers, 1), - [106] = {.count = 1, .reusable = false}, SHIFT(52), - [108] = {.count = 1, .reusable = false}, SHIFT(53), - [110] = {.count = 1, .reusable = false}, REDUCE(sym__declaration_specifiers, 1), - [112] = {.count = 1, .reusable = true}, REDUCE(sym_translation_unit, 1), - [114] = {.count = 1, .reusable = false}, SHIFT(56), - [116] = {.count = 1, .reusable = true}, REDUCE(sym_sized_type_specifier, 1), - [118] = {.count = 1, .reusable = false}, REDUCE(sym_sized_type_specifier, 1), - [120] = {.count = 1, .reusable = false}, SHIFT(60), - [122] = {.count = 1, .reusable = false}, SHIFT(58), - [124] = {.count = 2, .reusable = false}, REDUCE(sym_sized_type_specifier, 1), SHIFT(59), - [127] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [129] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), - [131] = {.count = 1, .reusable = false}, SHIFT(61), - [133] = {.count = 1, .reusable = false}, SHIFT(62), - [135] = {.count = 1, .reusable = false}, SHIFT(63), - [137] = {.count = 1, .reusable = false}, SHIFT(65), - [139] = {.count = 1, .reusable = false}, SHIFT(66), - [141] = {.count = 1, .reusable = false}, SHIFT(67), - [143] = {.count = 1, .reusable = false}, SHIFT(68), - [145] = {.count = 1, .reusable = false}, SHIFT(69), - [147] = {.count = 1, .reusable = false}, SHIFT(70), - [149] = {.count = 1, .reusable = false}, SHIFT(71), - [151] = {.count = 1, .reusable = false}, SHIFT(72), - [153] = {.count = 1, .reusable = false}, SHIFT(73), - [155] = {.count = 1, .reusable = false}, SHIFT(74), - [157] = {.count = 1, .reusable = false}, SHIFT(75), - [159] = {.count = 1, .reusable = false}, SHIFT(79), - [161] = {.count = 1, .reusable = false}, SHIFT(82), - [163] = {.count = 1, .reusable = false}, SHIFT(85), - [165] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_call, 2), - [167] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_call, 2), - [169] = {.count = 1, .reusable = true}, SHIFT(86), - [171] = {.count = 1, .reusable = true}, SHIFT(87), - [173] = {.count = 1, .reusable = true}, SHIFT(89), - [175] = {.count = 1, .reusable = true}, SHIFT(90), - [177] = {.count = 1, .reusable = true}, SHIFT(92), - [179] = {.count = 2, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), SHIFT(94), - [182] = {.count = 1, .reusable = true}, SHIFT(95), - [184] = {.count = 1, .reusable = true}, SHIFT(96), - [186] = {.count = 1, .reusable = true}, SHIFT(97), - [188] = {.count = 1, .reusable = false}, SHIFT(102), - [190] = {.count = 1, .reusable = false}, SHIFT(106), - [192] = {.count = 1, .reusable = false}, SHIFT(104), - [194] = {.count = 2, .reusable = false}, REDUCE(sym_sized_type_specifier, 1), SHIFT(105), - [197] = {.count = 1, .reusable = true}, SHIFT(107), - [199] = {.count = 1, .reusable = false}, SHIFT(112), - [201] = {.count = 1, .reusable = false}, SHIFT(110), - [203] = {.count = 1, .reusable = true}, SHIFT(113), - [205] = {.count = 1, .reusable = true}, SHIFT(114), - [207] = {.count = 1, .reusable = true}, SHIFT(115), - [209] = {.count = 1, .reusable = true}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [211] = {.count = 1, .reusable = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), - [213] = {.count = 1, .reusable = true}, REDUCE(sym_enum_specifier, 2), - [215] = {.count = 1, .reusable = false}, REDUCE(sym_enum_specifier, 2), - [217] = {.count = 1, .reusable = false}, SHIFT(118), - [219] = {.count = 1, .reusable = true}, SHIFT(119), - [221] = {.count = 1, .reusable = true}, SHIFT(120), - [223] = {.count = 1, .reusable = true}, SHIFT(121), - [225] = {.count = 1, .reusable = false}, SHIFT(128), - [227] = {.count = 1, .reusable = false}, SHIFT(125), - [229] = {.count = 1, .reusable = true}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [231] = {.count = 1, .reusable = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), - [233] = {.count = 1, .reusable = true}, REDUCE(sym_struct_specifier, 2), - [235] = {.count = 1, .reusable = false}, REDUCE(sym_struct_specifier, 2), - [237] = {.count = 1, .reusable = true}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [239] = {.count = 1, .reusable = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), - [241] = {.count = 1, .reusable = true}, REDUCE(sym_union_specifier, 2), - [243] = {.count = 1, .reusable = false}, REDUCE(sym_union_specifier, 2), - [245] = {.count = 1, .reusable = false}, SHIFT(134), - [247] = {.count = 1, .reusable = false}, SHIFT(131), - [249] = {.count = 1, .reusable = true}, SHIFT(135), - [251] = {.count = 1, .reusable = true}, SHIFT(136), - [253] = {.count = 1, .reusable = true}, REDUCE(sym__empty_declaration, 2), - [255] = {.count = 1, .reusable = false}, REDUCE(sym__empty_declaration, 2), - [257] = {.count = 1, .reusable = true}, SHIFT(137), - [259] = {.count = 1, .reusable = true}, SHIFT(138), - [261] = {.count = 1, .reusable = true}, SHIFT(139), - [263] = {.count = 1, .reusable = true}, SHIFT(140), - [265] = {.count = 1, .reusable = true}, SHIFT(141), - [267] = {.count = 1, .reusable = true}, SHIFT(142), - [269] = {.count = 1, .reusable = true}, SHIFT(143), - [271] = {.count = 1, .reusable = true}, REDUCE(sym_storage_class_specifier, 1), - [273] = {.count = 1, .reusable = true}, REDUCE(sym_type_qualifier, 1), - [275] = {.count = 1, .reusable = true}, REDUCE(sym__declaration_specifiers, 2), - [277] = {.count = 1, .reusable = false}, REDUCE(sym__declaration_specifiers, 2), - [279] = {.count = 1, .reusable = true}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [281] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2), - [284] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3), - [287] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4), - [290] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5), - [293] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6), - [296] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7), - [299] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(8), - [302] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(9), - [305] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(10), - [308] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(11), - [311] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(21), - [314] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(18), - [317] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(12), - [320] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(13), - [323] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(14), - [326] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(15), - [329] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(10), - [332] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(11), - [335] = {.count = 1, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [337] = {.count = 1, .reusable = true}, REDUCE(sym_sized_type_specifier, 2), - [339] = {.count = 1, .reusable = false}, REDUCE(sym_sized_type_specifier, 2), - [341] = {.count = 1, .reusable = true}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), - [343] = {.count = 1, .reusable = false}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), - [345] = {.count = 1, .reusable = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [347] = {.count = 1, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [349] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(60), - [352] = {.count = 1, .reusable = false}, SHIFT(149), - [354] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [356] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), - [358] = {.count = 1, .reusable = true}, SHIFT(150), - [360] = {.count = 1, .reusable = true}, SHIFT(151), - [362] = {.count = 1, .reusable = false}, SHIFT(152), - [364] = {.count = 1, .reusable = false}, SHIFT(153), - [366] = {.count = 1, .reusable = true}, SHIFT(154), - [368] = {.count = 1, .reusable = true}, SHIFT(155), - [370] = {.count = 1, .reusable = false}, SHIFT(156), - [372] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), - [374] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [81] = {.count = 2, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), SHIFT(41), + [84] = {.count = 1, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), + [86] = {.count = 1, .reusable = false}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), + [88] = {.count = 1, .reusable = true}, ACCEPT_INPUT(), + [90] = {.count = 1, .reusable = true}, SHIFT(42), + [92] = {.count = 1, .reusable = true}, SHIFT(43), + [94] = {.count = 1, .reusable = true}, SHIFT(44), + [96] = {.count = 1, .reusable = true}, SHIFT(45), + [98] = {.count = 1, .reusable = true}, REDUCE(sym__declaration_specifiers, 1), + [100] = {.count = 1, .reusable = false}, REDUCE(sym__declaration_specifiers, 1), + [102] = {.count = 1, .reusable = true}, REDUCE(sym_translation_unit, 1), + [104] = {.count = 1, .reusable = false}, SHIFT(49), + [106] = {.count = 1, .reusable = true}, REDUCE(sym_sized_type_specifier, 1), + [108] = {.count = 1, .reusable = false}, REDUCE(sym_sized_type_specifier, 1), + [110] = {.count = 1, .reusable = false}, SHIFT(53), + [112] = {.count = 1, .reusable = false}, SHIFT(51), + [114] = {.count = 2, .reusable = false}, REDUCE(sym_sized_type_specifier, 1), SHIFT(52), + [117] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [119] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_include, 2, .alias_sequence_id = 2), + [121] = {.count = 1, .reusable = false}, SHIFT(54), + [123] = {.count = 1, .reusable = false}, SHIFT(55), + [125] = {.count = 1, .reusable = false}, SHIFT(56), + [127] = {.count = 1, .reusable = false}, SHIFT(58), + [129] = {.count = 1, .reusable = false}, SHIFT(59), + [131] = {.count = 1, .reusable = false}, SHIFT(60), + [133] = {.count = 1, .reusable = false}, SHIFT(61), + [135] = {.count = 1, .reusable = false}, SHIFT(62), + [137] = {.count = 1, .reusable = false}, SHIFT(63), + [139] = {.count = 1, .reusable = false}, SHIFT(64), + [141] = {.count = 1, .reusable = false}, SHIFT(65), + [143] = {.count = 1, .reusable = false}, SHIFT(66), + [145] = {.count = 1, .reusable = false}, SHIFT(67), + [147] = {.count = 1, .reusable = false}, SHIFT(68), + [149] = {.count = 1, .reusable = false}, SHIFT(72), + [151] = {.count = 1, .reusable = false}, SHIFT(75), + [153] = {.count = 1, .reusable = false}, SHIFT(78), + [155] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_call, 2), + [157] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_call, 2), + [159] = {.count = 1, .reusable = true}, SHIFT(79), + [161] = {.count = 1, .reusable = true}, SHIFT(80), + [163] = {.count = 1, .reusable = true}, SHIFT(81), + [165] = {.count = 1, .reusable = false}, SHIFT(86), + [167] = {.count = 1, .reusable = false}, SHIFT(88), + [169] = {.count = 1, .reusable = true}, SHIFT(89), + [171] = {.count = 1, .reusable = false}, SHIFT(94), + [173] = {.count = 1, .reusable = false}, SHIFT(92), + [175] = {.count = 1, .reusable = true}, SHIFT(95), + [177] = {.count = 1, .reusable = true}, SHIFT(96), + [179] = {.count = 1, .reusable = true}, SHIFT(97), + [181] = {.count = 1, .reusable = true}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [183] = {.count = 1, .reusable = false}, REDUCE(sym_enum_specifier, 2, .alias_sequence_id = 3), + [185] = {.count = 1, .reusable = true}, REDUCE(sym_enum_specifier, 2), + [187] = {.count = 1, .reusable = false}, REDUCE(sym_enum_specifier, 2), + [189] = {.count = 1, .reusable = false}, SHIFT(100), + [191] = {.count = 1, .reusable = true}, SHIFT(101), + [193] = {.count = 1, .reusable = true}, SHIFT(102), + [195] = {.count = 1, .reusable = true}, SHIFT(103), + [197] = {.count = 1, .reusable = false}, SHIFT(110), + [199] = {.count = 1, .reusable = false}, SHIFT(107), + [201] = {.count = 1, .reusable = true}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [203] = {.count = 1, .reusable = false}, REDUCE(sym_struct_specifier, 2, .alias_sequence_id = 3), + [205] = {.count = 1, .reusable = true}, REDUCE(sym_struct_specifier, 2), + [207] = {.count = 1, .reusable = false}, REDUCE(sym_struct_specifier, 2), + [209] = {.count = 1, .reusable = true}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [211] = {.count = 1, .reusable = false}, REDUCE(sym_union_specifier, 2, .alias_sequence_id = 3), + [213] = {.count = 1, .reusable = true}, REDUCE(sym_union_specifier, 2), + [215] = {.count = 1, .reusable = false}, REDUCE(sym_union_specifier, 2), + [217] = {.count = 1, .reusable = false}, SHIFT(116), + [219] = {.count = 1, .reusable = false}, SHIFT(113), + [221] = {.count = 1, .reusable = true}, SHIFT(117), + [223] = {.count = 1, .reusable = true}, SHIFT(118), + [225] = {.count = 1, .reusable = true}, REDUCE(sym__empty_declaration, 2), + [227] = {.count = 1, .reusable = false}, REDUCE(sym__empty_declaration, 2), + [229] = {.count = 1, .reusable = true}, SHIFT(119), + [231] = {.count = 1, .reusable = true}, SHIFT(120), + [233] = {.count = 1, .reusable = true}, SHIFT(121), + [235] = {.count = 1, .reusable = true}, SHIFT(122), + [237] = {.count = 1, .reusable = true}, SHIFT(123), + [239] = {.count = 1, .reusable = true}, SHIFT(124), + [241] = {.count = 1, .reusable = true}, SHIFT(125), + [243] = {.count = 1, .reusable = true}, REDUCE(sym__declaration_specifiers, 2), + [245] = {.count = 1, .reusable = false}, REDUCE(sym__declaration_specifiers, 2), + [247] = {.count = 1, .reusable = true}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [249] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(2), + [252] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(3), + [255] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(4), + [258] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(5), + [261] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(6), + [264] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(7), + [267] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(8), + [270] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(9), + [273] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(10), + [276] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(11), + [279] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(21), + [282] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(18), + [285] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(12), + [288] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(13), + [291] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(14), + [294] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(15), + [297] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(10), + [300] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(11), + [303] = {.count = 1, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [305] = {.count = 1, .reusable = true}, REDUCE(sym_sized_type_specifier, 2), + [307] = {.count = 1, .reusable = false}, REDUCE(sym_sized_type_specifier, 2), + [309] = {.count = 1, .reusable = true}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), + [311] = {.count = 1, .reusable = false}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .alias_sequence_id = 3), + [313] = {.count = 1, .reusable = true}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [315] = {.count = 1, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [317] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(53), + [320] = {.count = 1, .reusable = false}, SHIFT(131), + [322] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [324] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_def, 3, .alias_sequence_id = 4), + [326] = {.count = 1, .reusable = true}, SHIFT(132), + [328] = {.count = 1, .reusable = true}, SHIFT(133), + [330] = {.count = 1, .reusable = false}, SHIFT(134), + [332] = {.count = 1, .reusable = false}, SHIFT(135), + [334] = {.count = 1, .reusable = true}, SHIFT(136), + [336] = {.count = 1, .reusable = true}, SHIFT(137), + [338] = {.count = 1, .reusable = false}, SHIFT(138), + [340] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [342] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if, 3, .alias_sequence_id = 5), + [344] = {.count = 1, .reusable = true}, SHIFT(139), + [346] = {.count = 1, .reusable = true}, SHIFT(140), + [348] = {.count = 1, .reusable = false}, SHIFT(141), + [350] = {.count = 1, .reusable = false}, SHIFT(142), + [352] = {.count = 1, .reusable = false}, SHIFT(143), + [354] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), + [356] = {.count = 1, .reusable = false}, SHIFT(144), + [358] = {.count = 1, .reusable = false}, SHIFT(145), + [360] = {.count = 1, .reusable = false}, SHIFT(146), + [362] = {.count = 1, .reusable = false}, SHIFT(147), + [364] = {.count = 1, .reusable = false}, SHIFT(148), + [366] = {.count = 1, .reusable = false}, SHIFT(151), + [368] = {.count = 1, .reusable = false}, SHIFT(152), + [370] = {.count = 1, .reusable = false}, SHIFT(153), + [372] = {.count = 1, .reusable = false}, SHIFT(154), + [374] = {.count = 1, .reusable = true}, SHIFT(156), [376] = {.count = 1, .reusable = true}, SHIFT(157), [378] = {.count = 1, .reusable = true}, SHIFT(158), - [380] = {.count = 1, .reusable = false}, SHIFT(159), - [382] = {.count = 1, .reusable = false}, SHIFT(160), - [384] = {.count = 1, .reusable = false}, SHIFT(161), - [386] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else, 1, .alias_sequence_id = 6), - [388] = {.count = 1, .reusable = false}, SHIFT(162), + [380] = {.count = 1, .reusable = true}, SHIFT(159), + [382] = {.count = 1, .reusable = false}, SHIFT(157), + [384] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [386] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), + [388] = {.count = 1, .reusable = true}, SHIFT(163), [390] = {.count = 1, .reusable = false}, SHIFT(163), - [392] = {.count = 1, .reusable = false}, SHIFT(164), - [394] = {.count = 1, .reusable = false}, SHIFT(165), - [396] = {.count = 1, .reusable = false}, SHIFT(166), - [398] = {.count = 1, .reusable = false}, SHIFT(169), - [400] = {.count = 1, .reusable = false}, SHIFT(170), - [402] = {.count = 1, .reusable = false}, SHIFT(171), - [404] = {.count = 1, .reusable = false}, SHIFT(172), - [406] = {.count = 1, .reusable = true}, SHIFT(174), - [408] = {.count = 1, .reusable = true}, SHIFT(175), - [410] = {.count = 1, .reusable = true}, SHIFT(176), - [412] = {.count = 1, .reusable = true}, SHIFT(177), - [414] = {.count = 1, .reusable = false}, SHIFT(175), - [416] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [418] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 7), - [420] = {.count = 1, .reusable = true}, SHIFT(181), - [422] = {.count = 1, .reusable = false}, SHIFT(181), - [424] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [426] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), - [428] = {.count = 1, .reusable = true}, SHIFT(183), - [430] = {.count = 1, .reusable = false}, SHIFT(183), - [432] = {.count = 1, .reusable = true}, SHIFT(185), - [434] = {.count = 1, .reusable = true}, SHIFT(186), - [436] = {.count = 1, .reusable = true}, SHIFT(187), - [438] = {.count = 1, .reusable = true}, SHIFT(190), - [440] = {.count = 1, .reusable = true}, SHIFT(195), - [442] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 1), - [444] = {.count = 1, .reusable = true}, SHIFT(198), - [446] = {.count = 1, .reusable = true}, SHIFT(199), - [448] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 9), - [450] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 10), - [452] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 11), - [454] = {.count = 2, .reusable = false}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(29), - [457] = {.count = 1, .reusable = false}, REDUCE(aux_sym_type_definition_repeat1, 2), - [459] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(106), - [462] = {.count = 1, .reusable = true}, SHIFT(202), - [464] = {.count = 1, .reusable = true}, REDUCE(sym_linkage_specification, 3), - [466] = {.count = 1, .reusable = false}, REDUCE(sym_linkage_specification, 3), - [468] = {.count = 1, .reusable = false}, SHIFT(205), - [470] = {.count = 1, .reusable = false}, SHIFT(206), - [472] = {.count = 1, .reusable = true}, SHIFT(207), - [474] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 2), - [476] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 2), - [478] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator, 1), - [480] = {.count = 1, .reusable = true}, SHIFT(208), - [482] = {.count = 1, .reusable = true}, SHIFT(209), - [484] = {.count = 1, .reusable = true}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [486] = {.count = 1, .reusable = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), - [488] = {.count = 1, .reusable = false}, SHIFT(211), - [490] = {.count = 1, .reusable = true}, SHIFT(212), - [492] = {.count = 1, .reusable = true}, SHIFT(213), - [494] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 2), - [496] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 2), - [498] = {.count = 1, .reusable = false}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 12), - [500] = {.count = 1, .reusable = true}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 12), - [502] = {.count = 1, .reusable = false}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 13), - [504] = {.count = 1, .reusable = true}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 13), - [506] = {.count = 1, .reusable = true}, SHIFT(214), - [508] = {.count = 1, .reusable = true}, SHIFT(215), - [510] = {.count = 1, .reusable = true}, SHIFT(216), - [512] = {.count = 1, .reusable = true}, SHIFT(217), - [514] = {.count = 1, .reusable = true}, SHIFT(218), - [516] = {.count = 1, .reusable = true}, SHIFT(224), - [518] = {.count = 1, .reusable = false}, SHIFT(226), - [520] = {.count = 1, .reusable = false}, SHIFT(227), - [522] = {.count = 1, .reusable = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [524] = {.count = 1, .reusable = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), - [526] = {.count = 1, .reusable = true}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [528] = {.count = 1, .reusable = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), - [530] = {.count = 1, .reusable = true}, SHIFT(228), - [532] = {.count = 1, .reusable = true}, REDUCE(sym_type_descriptor, 1), - [534] = {.count = 1, .reusable = true}, SHIFT(229), - [536] = {.count = 1, .reusable = true}, SHIFT(230), - [538] = {.count = 1, .reusable = true}, SHIFT(233), - [540] = {.count = 1, .reusable = false}, SHIFT(234), - [542] = {.count = 1, .reusable = false}, SHIFT(235), - [544] = {.count = 1, .reusable = false}, SHIFT(59), - [546] = {.count = 1, .reusable = true}, SHIFT(236), - [548] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_declarator, 2), - [550] = {.count = 1, .reusable = true}, SHIFT(237), - [552] = {.count = 1, .reusable = true}, SHIFT(238), - [554] = {.count = 1, .reusable = false}, SHIFT(242), - [556] = {.count = 1, .reusable = false}, SHIFT(240), - [558] = {.count = 1, .reusable = true}, SHIFT(243), - [560] = {.count = 1, .reusable = true}, SHIFT(244), - [562] = {.count = 1, .reusable = true}, REDUCE(sym_declaration, 3), - [564] = {.count = 1, .reusable = false}, REDUCE(sym_declaration, 3), - [566] = {.count = 1, .reusable = false}, SHIFT(246), - [568] = {.count = 1, .reusable = false}, SHIFT(247), - [570] = {.count = 1, .reusable = true}, SHIFT(248), - [572] = {.count = 1, .reusable = false}, SHIFT(249), - [574] = {.count = 1, .reusable = false}, SHIFT(250), - [576] = {.count = 1, .reusable = false}, SHIFT(251), - [578] = {.count = 1, .reusable = false}, SHIFT(252), - [580] = {.count = 1, .reusable = true}, SHIFT(253), - [582] = {.count = 1, .reusable = false}, SHIFT(254), - [584] = {.count = 1, .reusable = true}, SHIFT(255), - [586] = {.count = 1, .reusable = true}, SHIFT(256), - [588] = {.count = 1, .reusable = true}, SHIFT(257), - [590] = {.count = 1, .reusable = false}, SHIFT(258), - [592] = {.count = 1, .reusable = false}, SHIFT(259), - [594] = {.count = 1, .reusable = false}, SHIFT(260), - [596] = {.count = 1, .reusable = false}, SHIFT(261), - [598] = {.count = 1, .reusable = false}, SHIFT(262), - [600] = {.count = 1, .reusable = false}, SHIFT(263), - [602] = {.count = 1, .reusable = false}, SHIFT(264), - [604] = {.count = 1, .reusable = false}, SHIFT(265), - [606] = {.count = 1, .reusable = false}, SHIFT(266), - [608] = {.count = 1, .reusable = false}, SHIFT(267), - [610] = {.count = 1, .reusable = false}, SHIFT(268), - [612] = {.count = 1, .reusable = true}, SHIFT(269), - [614] = {.count = 1, .reusable = true}, SHIFT(270), - [616] = {.count = 1, .reusable = false}, SHIFT(271), - [618] = {.count = 1, .reusable = true}, SHIFT(271), - [620] = {.count = 1, .reusable = false}, SHIFT(272), - [622] = {.count = 1, .reusable = true}, SHIFT(278), - [624] = {.count = 1, .reusable = true}, SHIFT(273), - [626] = {.count = 1, .reusable = false}, SHIFT(278), - [628] = {.count = 1, .reusable = false}, SHIFT(274), - [630] = {.count = 1, .reusable = true}, SHIFT(281), - [632] = {.count = 1, .reusable = true}, SHIFT(282), - [634] = {.count = 1, .reusable = true}, SHIFT(283), - [636] = {.count = 1, .reusable = false}, SHIFT(297), - [638] = {.count = 1, .reusable = false}, SHIFT(294), - [640] = {.count = 1, .reusable = false}, SHIFT(284), - [642] = {.count = 1, .reusable = false}, SHIFT(285), - [644] = {.count = 1, .reusable = false}, SHIFT(286), - [646] = {.count = 1, .reusable = true}, SHIFT(287), - [648] = {.count = 1, .reusable = true}, SHIFT(288), - [650] = {.count = 1, .reusable = false}, SHIFT(289), - [652] = {.count = 1, .reusable = true}, SHIFT(289), - [654] = {.count = 1, .reusable = false}, SHIFT(290), - [656] = {.count = 1, .reusable = true}, SHIFT(295), - [658] = {.count = 1, .reusable = true}, SHIFT(291), - [660] = {.count = 1, .reusable = false}, SHIFT(295), - [662] = {.count = 1, .reusable = false}, SHIFT(292), - [664] = {.count = 1, .reusable = true}, SHIFT(298), - [666] = {.count = 1, .reusable = true}, SHIFT(299), - [668] = {.count = 1, .reusable = false}, SHIFT(299), - [670] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 3), - [672] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 3), - [674] = {.count = 1, .reusable = true}, REDUCE(sym_function_declarator, 2), - [676] = {.count = 1, .reusable = true}, SHIFT(301), - [678] = {.count = 1, .reusable = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [680] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(52), - [683] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(53), - [686] = {.count = 1, .reusable = true}, REDUCE(sym__declaration_specifiers, 3), - [688] = {.count = 1, .reusable = false}, REDUCE(sym__declaration_specifiers, 3), - [690] = {.count = 1, .reusable = true}, SHIFT(303), - [692] = {.count = 1, .reusable = true}, SHIFT(304), - [694] = {.count = 1, .reusable = true}, SHIFT(305), - [696] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_params, 2), - [698] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [700] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), - [702] = {.count = 1, .reusable = true}, SHIFT(307), - [704] = {.count = 1, .reusable = false}, SHIFT(308), - [706] = {.count = 1, .reusable = false}, SHIFT(309), - [708] = {.count = 1, .reusable = false}, SHIFT(311), - [710] = {.count = 1, .reusable = false}, SHIFT(314), - [712] = {.count = 1, .reusable = false}, SHIFT(317), - [714] = {.count = 1, .reusable = true}, SHIFT(320), - [716] = {.count = 1, .reusable = true}, SHIFT(321), - [718] = {.count = 1, .reusable = false}, SHIFT(322), - [720] = {.count = 1, .reusable = true}, SHIFT(323), - [722] = {.count = 1, .reusable = true}, SHIFT(324), - [724] = {.count = 1, .reusable = false}, SHIFT(325), - [726] = {.count = 1, .reusable = false}, SHIFT(326), - [728] = {.count = 1, .reusable = false}, SHIFT(327), - [730] = {.count = 1, .reusable = true}, SHIFT(329), - [732] = {.count = 1, .reusable = true}, SHIFT(330), - [734] = {.count = 1, .reusable = true}, SHIFT(331), - [736] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), - [738] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif, 2, .alias_sequence_id = 14), - [740] = {.count = 1, .reusable = false}, SHIFT(336), - [742] = {.count = 1, .reusable = false}, SHIFT(338), - [744] = {.count = 1, .reusable = true}, SHIFT(339), - [746] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 15), - [748] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 15), - [750] = {.count = 1, .reusable = true}, SHIFT(342), - [752] = {.count = 1, .reusable = true}, SHIFT(343), - [754] = {.count = 1, .reusable = true}, SHIFT(346), - [756] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(65), - [759] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(66), - [762] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(67), - [765] = {.count = 1, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [767] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(69), - [770] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(70), - [773] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(73), - [776] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(74), - [779] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(75), - [782] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 16), - [784] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 16), - [786] = {.count = 1, .reusable = true}, SHIFT(347), - [788] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 17), - [790] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 17), - [792] = {.count = 1, .reusable = true}, SHIFT(348), - [794] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_call, 4), - [796] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_call, 4), - [798] = {.count = 1, .reusable = true}, SHIFT(349), - [800] = {.count = 1, .reusable = true}, SHIFT(350), - [802] = {.count = 1, .reusable = true}, SHIFT(352), - [804] = {.count = 1, .reusable = true}, SHIFT(353), - [806] = {.count = 1, .reusable = true}, SHIFT(354), - [808] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_type_declarator, 2), - [810] = {.count = 1, .reusable = true}, REDUCE(sym_type_definition, 4), - [812] = {.count = 1, .reusable = false}, REDUCE(sym_type_definition, 4), - [814] = {.count = 1, .reusable = true}, SHIFT(355), - [816] = {.count = 1, .reusable = true}, SHIFT(357), - [818] = {.count = 1, .reusable = false}, SHIFT(357), - [820] = {.count = 1, .reusable = true}, REDUCE(sym_function_type_declarator, 2), - [822] = {.count = 1, .reusable = true}, SHIFT(358), - [824] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_list, 2), - [826] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_list, 2), - [828] = {.count = 1, .reusable = true}, SHIFT(359), - [830] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(206), - [833] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 3), - [835] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 3), + [392] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [394] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 3, .alias_sequence_id = 8), + [396] = {.count = 1, .reusable = true}, SHIFT(165), + [398] = {.count = 1, .reusable = false}, SHIFT(165), + [400] = {.count = 1, .reusable = true}, SHIFT(167), + [402] = {.count = 1, .reusable = true}, SHIFT(168), + [404] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 1), + [406] = {.count = 1, .reusable = true}, SHIFT(171), + [408] = {.count = 1, .reusable = true}, SHIFT(172), + [410] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 9), + [412] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 10), + [414] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 1, .alias_sequence_id = 11), + [416] = {.count = 2, .reusable = false}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(11), + [419] = {.count = 1, .reusable = false}, REDUCE(aux_sym_type_definition_repeat1, 2), + [421] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(88), + [424] = {.count = 1, .reusable = true}, SHIFT(175), + [426] = {.count = 1, .reusable = true}, REDUCE(sym_linkage_specification, 3), + [428] = {.count = 1, .reusable = false}, REDUCE(sym_linkage_specification, 3), + [430] = {.count = 1, .reusable = false}, SHIFT(178), + [432] = {.count = 1, .reusable = false}, SHIFT(179), + [434] = {.count = 1, .reusable = true}, SHIFT(180), + [436] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 2), + [438] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 2), + [440] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator, 1), + [442] = {.count = 1, .reusable = true}, SHIFT(181), + [444] = {.count = 1, .reusable = true}, SHIFT(182), + [446] = {.count = 1, .reusable = true}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [448] = {.count = 1, .reusable = false}, REDUCE(sym_enum_specifier, 3, .alias_sequence_id = 3), + [450] = {.count = 1, .reusable = false}, SHIFT(184), + [452] = {.count = 1, .reusable = true}, SHIFT(185), + [454] = {.count = 1, .reusable = true}, SHIFT(186), + [456] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 2), + [458] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 2), + [460] = {.count = 1, .reusable = false}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 12), + [462] = {.count = 1, .reusable = true}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 12), + [464] = {.count = 1, .reusable = false}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 13), + [466] = {.count = 1, .reusable = true}, REDUCE(sym__field_declaration_list_item, 1, .alias_sequence_id = 13), + [468] = {.count = 1, .reusable = true}, SHIFT(187), + [470] = {.count = 1, .reusable = true}, SHIFT(188), + [472] = {.count = 1, .reusable = true}, SHIFT(189), + [474] = {.count = 1, .reusable = true}, SHIFT(190), + [476] = {.count = 1, .reusable = true}, SHIFT(191), + [478] = {.count = 1, .reusable = true}, SHIFT(197), + [480] = {.count = 1, .reusable = false}, SHIFT(199), + [482] = {.count = 1, .reusable = false}, SHIFT(200), + [484] = {.count = 1, .reusable = true}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [486] = {.count = 1, .reusable = false}, REDUCE(sym_struct_specifier, 3, .alias_sequence_id = 3), + [488] = {.count = 1, .reusable = true}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [490] = {.count = 1, .reusable = false}, REDUCE(sym_union_specifier, 3, .alias_sequence_id = 3), + [492] = {.count = 1, .reusable = true}, SHIFT(201), + [494] = {.count = 1, .reusable = true}, REDUCE(sym_type_descriptor, 1), + [496] = {.count = 1, .reusable = true}, SHIFT(202), + [498] = {.count = 1, .reusable = true}, SHIFT(203), + [500] = {.count = 1, .reusable = true}, SHIFT(206), + [502] = {.count = 1, .reusable = false}, SHIFT(207), + [504] = {.count = 1, .reusable = false}, SHIFT(208), + [506] = {.count = 1, .reusable = false}, SHIFT(52), + [508] = {.count = 1, .reusable = true}, SHIFT(209), + [510] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_declarator, 2), + [512] = {.count = 1, .reusable = true}, SHIFT(210), + [514] = {.count = 1, .reusable = true}, SHIFT(211), + [516] = {.count = 1, .reusable = false}, SHIFT(215), + [518] = {.count = 1, .reusable = false}, SHIFT(213), + [520] = {.count = 1, .reusable = true}, SHIFT(216), + [522] = {.count = 1, .reusable = true}, SHIFT(217), + [524] = {.count = 1, .reusable = true}, REDUCE(sym_declaration, 3), + [526] = {.count = 1, .reusable = false}, REDUCE(sym_declaration, 3), + [528] = {.count = 1, .reusable = true}, SHIFT(219), + [530] = {.count = 1, .reusable = false}, SHIFT(220), + [532] = {.count = 1, .reusable = false}, SHIFT(221), + [534] = {.count = 1, .reusable = false}, SHIFT(222), + [536] = {.count = 1, .reusable = true}, SHIFT(223), + [538] = {.count = 1, .reusable = true}, SHIFT(224), + [540] = {.count = 1, .reusable = true}, SHIFT(225), + [542] = {.count = 1, .reusable = false}, SHIFT(226), + [544] = {.count = 1, .reusable = false}, SHIFT(227), + [546] = {.count = 1, .reusable = false}, SHIFT(228), + [548] = {.count = 1, .reusable = false}, SHIFT(229), + [550] = {.count = 1, .reusable = false}, SHIFT(230), + [552] = {.count = 1, .reusable = false}, SHIFT(231), + [554] = {.count = 1, .reusable = false}, SHIFT(232), + [556] = {.count = 1, .reusable = false}, SHIFT(233), + [558] = {.count = 1, .reusable = false}, SHIFT(234), + [560] = {.count = 1, .reusable = false}, SHIFT(235), + [562] = {.count = 1, .reusable = false}, SHIFT(236), + [564] = {.count = 1, .reusable = true}, SHIFT(237), + [566] = {.count = 1, .reusable = true}, SHIFT(238), + [568] = {.count = 1, .reusable = false}, SHIFT(239), + [570] = {.count = 1, .reusable = true}, SHIFT(239), + [572] = {.count = 1, .reusable = false}, SHIFT(240), + [574] = {.count = 1, .reusable = true}, SHIFT(246), + [576] = {.count = 1, .reusable = true}, SHIFT(241), + [578] = {.count = 1, .reusable = false}, SHIFT(246), + [580] = {.count = 1, .reusable = false}, SHIFT(242), + [582] = {.count = 1, .reusable = true}, SHIFT(249), + [584] = {.count = 1, .reusable = true}, SHIFT(250), + [586] = {.count = 1, .reusable = true}, SHIFT(251), + [588] = {.count = 1, .reusable = false}, SHIFT(262), + [590] = {.count = 1, .reusable = false}, SHIFT(259), + [592] = {.count = 1, .reusable = true}, SHIFT(252), + [594] = {.count = 1, .reusable = true}, SHIFT(253), + [596] = {.count = 1, .reusable = false}, SHIFT(254), + [598] = {.count = 1, .reusable = true}, SHIFT(254), + [600] = {.count = 1, .reusable = false}, SHIFT(255), + [602] = {.count = 1, .reusable = true}, SHIFT(260), + [604] = {.count = 1, .reusable = true}, SHIFT(256), + [606] = {.count = 1, .reusable = false}, SHIFT(260), + [608] = {.count = 1, .reusable = false}, SHIFT(257), + [610] = {.count = 1, .reusable = true}, SHIFT(263), + [612] = {.count = 1, .reusable = true}, SHIFT(264), + [614] = {.count = 1, .reusable = false}, SHIFT(264), + [616] = {.count = 1, .reusable = true}, REDUCE(sym_function_definition, 3), + [618] = {.count = 1, .reusable = false}, REDUCE(sym_function_definition, 3), + [620] = {.count = 1, .reusable = true}, REDUCE(sym_function_declarator, 2), + [622] = {.count = 1, .reusable = true}, SHIFT(266), + [624] = {.count = 1, .reusable = true}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [626] = {.count = 1, .reusable = true}, REDUCE(sym__declaration_specifiers, 3), + [628] = {.count = 1, .reusable = false}, REDUCE(sym__declaration_specifiers, 3), + [630] = {.count = 1, .reusable = true}, SHIFT(268), + [632] = {.count = 1, .reusable = true}, SHIFT(269), + [634] = {.count = 1, .reusable = true}, SHIFT(270), + [636] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_params, 2), + [638] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [640] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_function_def, 4, .alias_sequence_id = 4), + [642] = {.count = 1, .reusable = true}, SHIFT(272), + [644] = {.count = 1, .reusable = false}, SHIFT(273), + [646] = {.count = 1, .reusable = false}, SHIFT(274), + [648] = {.count = 1, .reusable = false}, SHIFT(276), + [650] = {.count = 1, .reusable = false}, SHIFT(279), + [652] = {.count = 1, .reusable = false}, SHIFT(282), + [654] = {.count = 1, .reusable = true}, SHIFT(285), + [656] = {.count = 1, .reusable = true}, SHIFT(286), + [658] = {.count = 1, .reusable = false}, SHIFT(287), + [660] = {.count = 1, .reusable = true}, SHIFT(288), + [662] = {.count = 1, .reusable = true}, SHIFT(289), + [664] = {.count = 1, .reusable = false}, SHIFT(290), + [666] = {.count = 1, .reusable = false}, SHIFT(291), + [668] = {.count = 1, .reusable = false}, SHIFT(292), + [670] = {.count = 1, .reusable = true}, SHIFT(294), + [672] = {.count = 1, .reusable = true}, SHIFT(295), + [674] = {.count = 1, .reusable = true}, SHIFT(296), + [676] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else, 2, .alias_sequence_id = 6), + [678] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif, 2, .alias_sequence_id = 14), + [680] = {.count = 1, .reusable = false}, SHIFT(301), + [682] = {.count = 1, .reusable = false}, SHIFT(303), + [684] = {.count = 1, .reusable = true}, SHIFT(304), + [686] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 15), + [688] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if, 4, .alias_sequence_id = 15), + [690] = {.count = 1, .reusable = true}, SHIFT(307), + [692] = {.count = 1, .reusable = true}, SHIFT(308), + [694] = {.count = 1, .reusable = true}, SHIFT(311), + [696] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(58), + [699] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(59), + [702] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(60), + [705] = {.count = 1, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [707] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(62), + [710] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(63), + [713] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(66), + [716] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(67), + [719] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(68), + [722] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 16), + [724] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 16), + [726] = {.count = 1, .reusable = true}, SHIFT(312), + [728] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 17), + [730] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 4, .alias_sequence_id = 17), + [732] = {.count = 1, .reusable = true}, SHIFT(313), + [734] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_call, 4), + [736] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_call, 4), + [738] = {.count = 1, .reusable = true}, SHIFT(314), + [740] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_type_declarator, 2), + [742] = {.count = 1, .reusable = true}, REDUCE(sym_type_definition, 4), + [744] = {.count = 1, .reusable = false}, REDUCE(sym_type_definition, 4), + [746] = {.count = 1, .reusable = true}, SHIFT(315), + [748] = {.count = 1, .reusable = true}, SHIFT(317), + [750] = {.count = 1, .reusable = false}, SHIFT(317), + [752] = {.count = 1, .reusable = true}, REDUCE(sym_function_type_declarator, 2), + [754] = {.count = 1, .reusable = true}, SHIFT(318), + [756] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_list, 2), + [758] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_list, 2), + [760] = {.count = 1, .reusable = true}, SHIFT(319), + [762] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(179), + [765] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 3), + [767] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 3), + [769] = {.count = 1, .reusable = true}, SHIFT(323), + [771] = {.count = 1, .reusable = true}, SHIFT(324), + [773] = {.count = 1, .reusable = true}, SHIFT(325), + [775] = {.count = 1, .reusable = true}, SHIFT(326), + [777] = {.count = 1, .reusable = false}, SHIFT(327), + [779] = {.count = 1, .reusable = true}, SHIFT(327), + [781] = {.count = 1, .reusable = false}, SHIFT(328), + [783] = {.count = 1, .reusable = true}, SHIFT(330), + [785] = {.count = 1, .reusable = true}, SHIFT(329), + [787] = {.count = 1, .reusable = false}, SHIFT(330), + [789] = {.count = 1, .reusable = true}, SHIFT(331), + [791] = {.count = 1, .reusable = true}, SHIFT(333), + [793] = {.count = 1, .reusable = true}, SHIFT(335), + [795] = {.count = 1, .reusable = true}, SHIFT(336), + [797] = {.count = 1, .reusable = true}, SHIFT(337), + [799] = {.count = 1, .reusable = true}, SHIFT(341), + [801] = {.count = 1, .reusable = true}, SHIFT(345), + [803] = {.count = 1, .reusable = true}, SHIFT(349), + [805] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 2), + [807] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 2), + [809] = {.count = 1, .reusable = true}, SHIFT(352), + [811] = {.count = 1, .reusable = true}, SHIFT(353), + [813] = {.count = 1, .reusable = true}, SHIFT(354), + [815] = {.count = 1, .reusable = true}, SHIFT(355), + [817] = {.count = 1, .reusable = false}, SHIFT(356), + [819] = {.count = 1, .reusable = true}, SHIFT(356), + [821] = {.count = 1, .reusable = false}, SHIFT(357), + [823] = {.count = 1, .reusable = true}, SHIFT(359), + [825] = {.count = 1, .reusable = true}, SHIFT(358), + [827] = {.count = 1, .reusable = false}, SHIFT(359), + [829] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 18), + [831] = {.count = 1, .reusable = true}, SHIFT(360), + [833] = {.count = 1, .reusable = true}, SHIFT(361), + [835] = {.count = 1, .reusable = true}, SHIFT(362), [837] = {.count = 1, .reusable = true}, SHIFT(363), - [839] = {.count = 1, .reusable = true}, SHIFT(364), - [841] = {.count = 1, .reusable = true}, SHIFT(365), - [843] = {.count = 1, .reusable = true}, SHIFT(366), - [845] = {.count = 1, .reusable = false}, SHIFT(367), - [847] = {.count = 1, .reusable = true}, SHIFT(367), - [849] = {.count = 1, .reusable = false}, SHIFT(368), - [851] = {.count = 1, .reusable = true}, SHIFT(370), - [853] = {.count = 1, .reusable = true}, SHIFT(369), - [855] = {.count = 1, .reusable = false}, SHIFT(370), - [857] = {.count = 1, .reusable = true}, SHIFT(371), - [859] = {.count = 1, .reusable = true}, SHIFT(373), - [861] = {.count = 1, .reusable = true}, SHIFT(375), - [863] = {.count = 1, .reusable = true}, SHIFT(376), - [865] = {.count = 1, .reusable = true}, SHIFT(377), - [867] = {.count = 1, .reusable = true}, SHIFT(381), - [869] = {.count = 1, .reusable = true}, SHIFT(385), - [871] = {.count = 1, .reusable = true}, SHIFT(389), - [873] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 2), - [875] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 2), - [877] = {.count = 1, .reusable = true}, SHIFT(392), - [879] = {.count = 1, .reusable = true}, SHIFT(393), - [881] = {.count = 1, .reusable = true}, SHIFT(394), - [883] = {.count = 1, .reusable = true}, SHIFT(395), - [885] = {.count = 1, .reusable = false}, SHIFT(396), - [887] = {.count = 1, .reusable = true}, SHIFT(396), - [889] = {.count = 1, .reusable = false}, SHIFT(397), - [891] = {.count = 1, .reusable = true}, SHIFT(399), - [893] = {.count = 1, .reusable = true}, SHIFT(398), - [895] = {.count = 1, .reusable = false}, SHIFT(399), - [897] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 18), - [899] = {.count = 1, .reusable = true}, SHIFT(400), - [901] = {.count = 1, .reusable = true}, SHIFT(401), - [903] = {.count = 1, .reusable = true}, SHIFT(402), - [905] = {.count = 1, .reusable = true}, SHIFT(403), - [907] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 9), - [909] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 10), - [911] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 11), - [913] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 3), - [915] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 3), - [917] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(118), - [920] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(119), - [923] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(120), - [926] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(10), - [929] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [931] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(11), - [934] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(128), - [937] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(125), - [940] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(12), - [943] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(13), - [946] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(14), - [949] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(15), - [952] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(227), - [955] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_pointer_declarator, 1), - [957] = {.count = 1, .reusable = true}, SHIFT(410), - [959] = {.count = 1, .reusable = true}, SHIFT(412), - [961] = {.count = 1, .reusable = false}, SHIFT(412), - [963] = {.count = 1, .reusable = true}, REDUCE(sym_type_descriptor, 2), - [965] = {.count = 1, .reusable = true}, SHIFT(413), - [967] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_function_declarator, 1), - [969] = {.count = 1, .reusable = true}, REDUCE(sym_macro_type_specifier, 4), - [971] = {.count = 1, .reusable = false}, REDUCE(sym_macro_type_specifier, 4), - [973] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(235), - [976] = {.count = 1, .reusable = true}, REDUCE(sym__declarator, 3), - [978] = {.count = 1, .reusable = true}, SHIFT(416), - [980] = {.count = 1, .reusable = true}, SHIFT(417), - [982] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_list, 2, .dynamic_precedence = 1), - [984] = {.count = 1, .reusable = true}, SHIFT(419), - [986] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_declaration, 1), - [988] = {.count = 1, .reusable = true}, SHIFT(420), - [990] = {.count = 1, .reusable = true}, SHIFT(421), - [992] = {.count = 1, .reusable = false}, SHIFT(424), - [994] = {.count = 1, .reusable = false}, SHIFT(425), - [996] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_repeat1, 2), - [998] = {.count = 1, .reusable = true}, SHIFT(426), - [1000] = {.count = 1, .reusable = true}, SHIFT(427), - [1002] = {.count = 1, .reusable = true}, SHIFT(428), - [1004] = {.count = 1, .reusable = true}, SHIFT(429), - [1006] = {.count = 1, .reusable = true}, SHIFT(430), - [1008] = {.count = 1, .reusable = true}, SHIFT(431), - [1010] = {.count = 1, .reusable = false}, SHIFT(432), - [1012] = {.count = 1, .reusable = true}, SHIFT(432), - [1014] = {.count = 1, .reusable = false}, SHIFT(433), - [1016] = {.count = 1, .reusable = true}, SHIFT(436), - [1018] = {.count = 1, .reusable = true}, SHIFT(434), - [1020] = {.count = 1, .reusable = false}, SHIFT(436), - [1022] = {.count = 1, .reusable = false}, SHIFT(435), - [1024] = {.count = 1, .reusable = false}, SHIFT(439), - [1026] = {.count = 1, .reusable = true}, SHIFT(440), - [1028] = {.count = 1, .reusable = true}, SHIFT(441), - [1030] = {.count = 1, .reusable = false}, SHIFT(442), - [1032] = {.count = 1, .reusable = false}, SHIFT(443), - [1034] = {.count = 1, .reusable = false}, REDUCE(sym_expression_statement, 1), - [1036] = {.count = 1, .reusable = true}, REDUCE(sym_expression_statement, 1), - [1038] = {.count = 1, .reusable = false}, SHIFT(444), - [1040] = {.count = 1, .reusable = true}, SHIFT(446), - [1042] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 2), - [1044] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 2), - [1046] = {.count = 1, .reusable = true}, SHIFT(448), - [1048] = {.count = 1, .reusable = false}, SHIFT(448), - [1050] = {.count = 1, .reusable = true}, SHIFT(449), - [1052] = {.count = 1, .reusable = true}, SHIFT(450), - [1054] = {.count = 1, .reusable = true}, SHIFT(451), - [1056] = {.count = 1, .reusable = true}, SHIFT(452), - [1058] = {.count = 1, .reusable = true}, SHIFT(453), - [1060] = {.count = 1, .reusable = true}, SHIFT(454), - [1062] = {.count = 1, .reusable = false}, SHIFT(455), - [1064] = {.count = 1, .reusable = true}, SHIFT(455), - [1066] = {.count = 1, .reusable = false}, SHIFT(456), - [1068] = {.count = 1, .reusable = true}, SHIFT(458), - [1070] = {.count = 1, .reusable = true}, SHIFT(457), - [1072] = {.count = 1, .reusable = false}, SHIFT(458), - [1074] = {.count = 1, .reusable = true}, SHIFT(459), - [1076] = {.count = 1, .reusable = true}, SHIFT(460), - [1078] = {.count = 1, .reusable = false}, SHIFT(461), - [1080] = {.count = 1, .reusable = false}, SHIFT(462), - [1082] = {.count = 1, .reusable = false}, SHIFT(463), - [1084] = {.count = 1, .reusable = false}, SHIFT(464), - [1086] = {.count = 1, .reusable = false}, SHIFT(465), - [1088] = {.count = 1, .reusable = false}, SHIFT(466), - [1090] = {.count = 1, .reusable = false}, SHIFT(467), - [1092] = {.count = 1, .reusable = true}, SHIFT(469), - [1094] = {.count = 1, .reusable = true}, SHIFT(470), - [1096] = {.count = 1, .reusable = true}, SHIFT(471), - [1098] = {.count = 1, .reusable = false}, SHIFT(471), - [1100] = {.count = 1, .reusable = true}, SHIFT(472), - [1102] = {.count = 1, .reusable = true}, SHIFT(473), - [1104] = {.count = 1, .reusable = true}, SHIFT(474), - [1106] = {.count = 1, .reusable = true}, SHIFT(475), - [1108] = {.count = 1, .reusable = false}, SHIFT(475), - [1110] = {.count = 1, .reusable = true}, SHIFT(476), - [1112] = {.count = 1, .reusable = false}, SHIFT(476), - [1114] = {.count = 1, .reusable = true}, SHIFT(477), - [1116] = {.count = 1, .reusable = false}, SHIFT(477), - [1118] = {.count = 1, .reusable = true}, SHIFT(478), - [1120] = {.count = 1, .reusable = true}, SHIFT(479), - [1122] = {.count = 1, .reusable = false}, SHIFT(479), - [1124] = {.count = 1, .reusable = true}, REDUCE(sym__expression, 1), - [1126] = {.count = 1, .reusable = false}, REDUCE(sym__expression, 1), - [1128] = {.count = 1, .reusable = true}, SHIFT(480), - [1130] = {.count = 3, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), SHIFT(46), - [1134] = {.count = 2, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), - [1137] = {.count = 2, .reusable = false}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), - [1140] = {.count = 1, .reusable = true}, SHIFT(481), - [1142] = {.count = 1, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 12), - [1144] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 12), - [1146] = {.count = 1, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 13), - [1148] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 13), - [1150] = {.count = 1, .reusable = true}, SHIFT(482), - [1152] = {.count = 1, .reusable = true}, SHIFT(483), - [1154] = {.count = 1, .reusable = true}, SHIFT(485), - [1156] = {.count = 1, .reusable = true}, SHIFT(486), - [1158] = {.count = 1, .reusable = true}, SHIFT(487), - [1160] = {.count = 1, .reusable = false}, SHIFT(488), - [1162] = {.count = 1, .reusable = true}, SHIFT(489), - [1164] = {.count = 1, .reusable = false}, SHIFT(490), - [1166] = {.count = 1, .reusable = true}, SHIFT(491), - [1168] = {.count = 1, .reusable = true}, SHIFT(490), - [1170] = {.count = 1, .reusable = false}, SHIFT(492), - [1172] = {.count = 1, .reusable = true}, SHIFT(493), - [1174] = {.count = 1, .reusable = true}, SHIFT(494), - [1176] = {.count = 1, .reusable = false}, SHIFT(495), - [1178] = {.count = 1, .reusable = false}, SHIFT(496), - [1180] = {.count = 1, .reusable = true}, SHIFT(497), - [1182] = {.count = 1, .reusable = false}, SHIFT(498), - [1184] = {.count = 1, .reusable = true}, SHIFT(498), - [1186] = {.count = 1, .reusable = false}, SHIFT(499), - [1188] = {.count = 1, .reusable = false}, SHIFT(500), - [1190] = {.count = 1, .reusable = true}, SHIFT(501), - [1192] = {.count = 1, .reusable = true}, SHIFT(502), - [1194] = {.count = 1, .reusable = true}, SHIFT(504), - [1196] = {.count = 1, .reusable = true}, REDUCE(sym_array_declarator, 3), - [1198] = {.count = 1, .reusable = true}, SHIFT(507), - [1200] = {.count = 1, .reusable = true}, SHIFT(508), - [1202] = {.count = 1, .reusable = true}, SHIFT(510), - [1204] = {.count = 1, .reusable = true}, SHIFT(511), - [1206] = {.count = 1, .reusable = true}, SHIFT(513), - [1208] = {.count = 1, .reusable = true}, SHIFT(515), - [1210] = {.count = 1, .reusable = true}, SHIFT(516), - [1212] = {.count = 1, .reusable = false}, SHIFT(516), - [1214] = {.count = 1, .reusable = true}, SHIFT(517), - [1216] = {.count = 3, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), SHIFT(518), - [1220] = {.count = 1, .reusable = true}, SHIFT(519), - [1222] = {.count = 1, .reusable = true}, SHIFT(520), - [1224] = {.count = 1, .reusable = false}, SHIFT(520), - [1226] = {.count = 1, .reusable = false}, SHIFT(521), - [1228] = {.count = 1, .reusable = false}, SHIFT(522), - [1230] = {.count = 1, .reusable = false}, SHIFT(524), - [1232] = {.count = 1, .reusable = false}, SHIFT(525), - [1234] = {.count = 1, .reusable = true}, SHIFT(526), - [1236] = {.count = 1, .reusable = true}, SHIFT(525), - [1238] = {.count = 1, .reusable = false}, SHIFT(527), - [1240] = {.count = 1, .reusable = true}, SHIFT(528), - [1242] = {.count = 1, .reusable = true}, SHIFT(529), - [1244] = {.count = 1, .reusable = false}, SHIFT(530), - [1246] = {.count = 1, .reusable = false}, SHIFT(531), - [1248] = {.count = 1, .reusable = true}, SHIFT(532), - [1250] = {.count = 1, .reusable = false}, SHIFT(533), - [1252] = {.count = 1, .reusable = true}, SHIFT(533), - [1254] = {.count = 1, .reusable = false}, SHIFT(534), - [1256] = {.count = 1, .reusable = false}, SHIFT(535), - [1258] = {.count = 1, .reusable = false}, SHIFT(537), - [1260] = {.count = 1, .reusable = false}, SHIFT(536), - [1262] = {.count = 1, .reusable = false}, SHIFT(540), - [1264] = {.count = 1, .reusable = false}, SHIFT(538), - [1266] = {.count = 2, .reusable = false}, REDUCE(sym_sized_type_specifier, 1), SHIFT(539), - [1269] = {.count = 1, .reusable = true}, SHIFT(541), - [1271] = {.count = 1, .reusable = true}, SHIFT(542), - [1273] = {.count = 1, .reusable = true}, SHIFT(543), - [1275] = {.count = 1, .reusable = true}, SHIFT(544), - [1277] = {.count = 1, .reusable = true}, SHIFT(545), - [1279] = {.count = 1, .reusable = false}, SHIFT(545), - [1281] = {.count = 1, .reusable = true}, REDUCE(sym_init_declarator, 3), - [1283] = {.count = 1, .reusable = true}, REDUCE(sym_declaration, 4), - [1285] = {.count = 1, .reusable = false}, REDUCE(sym_declaration, 4), - [1287] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(139), - [1290] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [1292] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), - [1294] = {.count = 1, .reusable = true}, SHIFT(548), - [1296] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_params, 3), - [1298] = {.count = 1, .reusable = true}, SHIFT(549), - [1300] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1302] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), - [1304] = {.count = 1, .reusable = false}, SHIFT(551), - [1306] = {.count = 1, .reusable = false}, SHIFT(552), - [1308] = {.count = 1, .reusable = false}, SHIFT(553), - [1310] = {.count = 1, .reusable = true}, SHIFT(554), - [1312] = {.count = 1, .reusable = false}, SHIFT(554), - [1314] = {.count = 1, .reusable = true}, SHIFT(556), - [1316] = {.count = 1, .reusable = false}, SHIFT(556), - [1318] = {.count = 1, .reusable = true}, SHIFT(558), - [1320] = {.count = 1, .reusable = false}, SHIFT(558), - [1322] = {.count = 1, .reusable = false}, SHIFT(560), - [1324] = {.count = 1, .reusable = false}, SHIFT(561), - [1326] = {.count = 1, .reusable = false}, SHIFT(563), - [1328] = {.count = 1, .reusable = false}, SHIFT(566), - [1330] = {.count = 1, .reusable = false}, SHIFT(569), - [1332] = {.count = 1, .reusable = false}, SHIFT(572), - [1334] = {.count = 1, .reusable = false}, SHIFT(574), - [1336] = {.count = 1, .reusable = true}, SHIFT(575), - [1338] = {.count = 1, .reusable = true}, SHIFT(578), - [1340] = {.count = 1, .reusable = true}, SHIFT(579), - [1342] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(159), - [1345] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(160), - [1348] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(161), - [1351] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(162), - [1354] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(163), - [1357] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(164), - [1360] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(165), - [1363] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(166), - [1366] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 14), - [1368] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 14), - [1370] = {.count = 1, .reusable = true}, SHIFT(583), - [1372] = {.count = 1, .reusable = true}, SHIFT(584), - [1374] = {.count = 1, .reusable = true}, SHIFT(586), - [1376] = {.count = 1, .reusable = true}, SHIFT(588), - [1378] = {.count = 1, .reusable = true}, SHIFT(590), - [1380] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), - [1382] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), - [1384] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1386] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), - [1388] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), - [1390] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), - [1392] = {.count = 1, .reusable = true}, SHIFT(591), - [1394] = {.count = 1, .reusable = true}, SHIFT(592), - [1396] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 3), - [1398] = {.count = 1, .reusable = true}, REDUCE(sym_array_type_declarator, 3), - [1400] = {.count = 1, .reusable = true}, SHIFT(593), - [1402] = {.count = 1, .reusable = true}, SHIFT(594), - [1404] = {.count = 1, .reusable = false}, SHIFT(594), - [1406] = {.count = 1, .reusable = true}, REDUCE(sym_type_definition, 5), - [1408] = {.count = 1, .reusable = false}, REDUCE(sym_type_definition, 5), - [1410] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_list, 3), - [1412] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_list, 3), - [1414] = {.count = 1, .reusable = true}, SHIFT(596), - [1416] = {.count = 1, .reusable = true}, SHIFT(597), - [1418] = {.count = 1, .reusable = false}, SHIFT(597), - [1420] = {.count = 1, .reusable = true}, SHIFT(598), - [1422] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator, 3), - [1424] = {.count = 1, .reusable = false}, SHIFT(599), - [1426] = {.count = 1, .reusable = false}, SHIFT(600), - [1428] = {.count = 1, .reusable = true}, SHIFT(601), - [1430] = {.count = 1, .reusable = true}, SHIFT(600), - [1432] = {.count = 1, .reusable = false}, SHIFT(602), - [1434] = {.count = 1, .reusable = true}, SHIFT(603), - [1436] = {.count = 1, .reusable = true}, SHIFT(604), - [1438] = {.count = 1, .reusable = false}, SHIFT(605), - [1440] = {.count = 1, .reusable = false}, SHIFT(606), - [1442] = {.count = 1, .reusable = true}, SHIFT(607), - [1444] = {.count = 1, .reusable = false}, SHIFT(608), - [1446] = {.count = 1, .reusable = true}, SHIFT(608), - [1448] = {.count = 1, .reusable = false}, SHIFT(609), - [1450] = {.count = 1, .reusable = false}, SHIFT(610), - [1452] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 4), - [1454] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 4), - [1456] = {.count = 1, .reusable = true}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [1458] = {.count = 1, .reusable = true}, SHIFT(611), - [1460] = {.count = 2, .reusable = true}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(612), - [1463] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 3, .alias_sequence_id = 5), - [1465] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 3, .alias_sequence_id = 5), - [1467] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, .alias_sequence_id = 6), - [1469] = {.count = 1, .reusable = false}, SHIFT(614), - [1471] = {.count = 1, .reusable = true}, SHIFT(615), - [1473] = {.count = 1, .reusable = true}, SHIFT(616), - [1475] = {.count = 1, .reusable = true}, SHIFT(617), - [1477] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 7), - [1479] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 7), - [1481] = {.count = 1, .reusable = true}, SHIFT(621), - [1483] = {.count = 1, .reusable = true}, SHIFT(622), - [1485] = {.count = 1, .reusable = true}, SHIFT(623), - [1487] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 8), - [1489] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 8), - [1491] = {.count = 1, .reusable = true}, SHIFT(626), - [1493] = {.count = 1, .reusable = true}, SHIFT(627), - [1495] = {.count = 1, .reusable = true}, SHIFT(628), - [1497] = {.count = 1, .reusable = true}, SHIFT(631), - [1499] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_field_declarator, 2), - [1501] = {.count = 1, .reusable = true}, SHIFT(633), - [1503] = {.count = 1, .reusable = true}, SHIFT(634), - [1505] = {.count = 1, .reusable = false}, SHIFT(634), - [1507] = {.count = 1, .reusable = true}, SHIFT(635), - [1509] = {.count = 1, .reusable = true}, SHIFT(636), - [1511] = {.count = 1, .reusable = false}, SHIFT(637), - [1513] = {.count = 1, .reusable = false}, SHIFT(638), - [1515] = {.count = 1, .reusable = true}, SHIFT(639), - [1517] = {.count = 1, .reusable = true}, SHIFT(638), - [1519] = {.count = 1, .reusable = false}, SHIFT(640), - [1521] = {.count = 1, .reusable = true}, SHIFT(641), - [1523] = {.count = 1, .reusable = true}, SHIFT(642), - [1525] = {.count = 1, .reusable = false}, SHIFT(643), - [1527] = {.count = 1, .reusable = false}, SHIFT(644), - [1529] = {.count = 1, .reusable = true}, SHIFT(645), - [1531] = {.count = 1, .reusable = false}, SHIFT(646), - [1533] = {.count = 1, .reusable = true}, SHIFT(646), - [1535] = {.count = 1, .reusable = false}, SHIFT(647), - [1537] = {.count = 1, .reusable = false}, SHIFT(648), - [1539] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 3), - [1541] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 3), - [1543] = {.count = 1, .reusable = true}, SHIFT(650), - [1545] = {.count = 1, .reusable = true}, SHIFT(652), - [1547] = {.count = 1, .reusable = false}, SHIFT(652), - [1549] = {.count = 1, .reusable = true}, SHIFT(653), - [1551] = {.count = 1, .reusable = false}, SHIFT(653), - [1553] = {.count = 1, .reusable = true}, REDUCE(sym_function_field_declarator, 2), - [1555] = {.count = 1, .reusable = true}, SHIFT(654), - [1557] = {.count = 1, .reusable = true}, SHIFT(656), - [1559] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_pointer_declarator, 2), - [1561] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 2), - [1563] = {.count = 1, .reusable = true}, SHIFT(657), - [1565] = {.count = 1, .reusable = true}, SHIFT(658), - [1567] = {.count = 1, .reusable = false}, SHIFT(658), - [1569] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_function_declarator, 2), - [1571] = {.count = 1, .reusable = true}, REDUCE(sym_type_descriptor, 3), - [1573] = {.count = 1, .reusable = true}, SHIFT(660), - [1575] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_list, 3, .dynamic_precedence = 1), - [1577] = {.count = 1, .reusable = true}, SHIFT(661), - [1579] = {.count = 1, .reusable = true}, SHIFT(663), - [1581] = {.count = 1, .reusable = false}, SHIFT(664), - [1583] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_declaration, 2), - [1585] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(425), - [1588] = {.count = 1, .reusable = false}, SHIFT(667), - [1590] = {.count = 1, .reusable = false}, SHIFT(668), - [1592] = {.count = 1, .reusable = true}, SHIFT(671), - [1594] = {.count = 1, .reusable = true}, SHIFT(672), - [1596] = {.count = 1, .reusable = false}, SHIFT(672), - [1598] = {.count = 1, .reusable = true}, SHIFT(673), - [1600] = {.count = 1, .reusable = true}, SHIFT(674), - [1602] = {.count = 1, .reusable = true}, SHIFT(675), - [1604] = {.count = 1, .reusable = false}, SHIFT(676), - [1606] = {.count = 1, .reusable = false}, SHIFT(677), - [1608] = {.count = 1, .reusable = true}, SHIFT(678), - [1610] = {.count = 1, .reusable = true}, SHIFT(677), - [1612] = {.count = 1, .reusable = false}, SHIFT(679), - [1614] = {.count = 1, .reusable = true}, SHIFT(680), - [1616] = {.count = 1, .reusable = true}, SHIFT(681), - [1618] = {.count = 1, .reusable = false}, SHIFT(682), - [1620] = {.count = 1, .reusable = false}, SHIFT(683), - [1622] = {.count = 1, .reusable = true}, SHIFT(684), - [1624] = {.count = 1, .reusable = false}, SHIFT(685), - [1626] = {.count = 1, .reusable = true}, SHIFT(685), - [1628] = {.count = 1, .reusable = false}, SHIFT(686), - [1630] = {.count = 1, .reusable = false}, SHIFT(687), - [1632] = {.count = 1, .reusable = true}, SHIFT(688), - [1634] = {.count = 1, .reusable = false}, SHIFT(689), - [1636] = {.count = 1, .reusable = false}, SHIFT(690), - [1638] = {.count = 1, .reusable = false}, SHIFT(691), - [1640] = {.count = 1, .reusable = false}, SHIFT(692), - [1642] = {.count = 1, .reusable = false}, SHIFT(693), - [1644] = {.count = 1, .reusable = false}, SHIFT(694), - [1646] = {.count = 1, .reusable = false}, SHIFT(695), - [1648] = {.count = 1, .reusable = false}, SHIFT(696), - [1650] = {.count = 1, .reusable = false}, SHIFT(697), - [1652] = {.count = 1, .reusable = true}, SHIFT(698), - [1654] = {.count = 1, .reusable = false}, SHIFT(699), - [1656] = {.count = 1, .reusable = true}, SHIFT(700), - [1658] = {.count = 1, .reusable = false}, SHIFT(701), - [1660] = {.count = 1, .reusable = false}, SHIFT(702), - [1662] = {.count = 1, .reusable = false}, SHIFT(703), - [1664] = {.count = 1, .reusable = false}, SHIFT(704), - [1666] = {.count = 1, .reusable = false}, SHIFT(705), - [1668] = {.count = 1, .reusable = false}, SHIFT(706), - [1670] = {.count = 1, .reusable = false}, SHIFT(707), - [1672] = {.count = 1, .reusable = false}, SHIFT(708), - [1674] = {.count = 1, .reusable = false}, SHIFT(709), - [1676] = {.count = 1, .reusable = false}, SHIFT(710), - [1678] = {.count = 1, .reusable = false}, SHIFT(711), - [1680] = {.count = 1, .reusable = true}, SHIFT(718), - [1682] = {.count = 1, .reusable = false}, SHIFT(718), - [1684] = {.count = 1, .reusable = false}, SHIFT(712), - [1686] = {.count = 1, .reusable = false}, SHIFT(721), - [1688] = {.count = 1, .reusable = false}, SHIFT(725), - [1690] = {.count = 1, .reusable = false}, SHIFT(729), - [1692] = {.count = 1, .reusable = false}, SHIFT(731), - [1694] = {.count = 1, .reusable = true}, SHIFT(732), - [1696] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_expression, 2), - [1698] = {.count = 1, .reusable = false}, REDUCE(sym_pointer_expression, 2), - [1700] = {.count = 1, .reusable = true}, SHIFT(733), - [1702] = {.count = 1, .reusable = true}, SHIFT(734), - [1704] = {.count = 1, .reusable = true}, SHIFT(735), - [1706] = {.count = 1, .reusable = true}, SHIFT(736), - [1708] = {.count = 1, .reusable = false}, SHIFT(737), - [1710] = {.count = 1, .reusable = true}, SHIFT(737), - [1712] = {.count = 1, .reusable = false}, SHIFT(738), - [1714] = {.count = 1, .reusable = true}, SHIFT(740), - [1716] = {.count = 1, .reusable = true}, SHIFT(739), - [1718] = {.count = 1, .reusable = false}, SHIFT(740), - [1720] = {.count = 1, .reusable = true}, SHIFT(741), - [1722] = {.count = 1, .reusable = false}, SHIFT(741), - [1724] = {.count = 1, .reusable = true}, SHIFT(743), - [1726] = {.count = 1, .reusable = true}, SHIFT(744), - [1728] = {.count = 1, .reusable = false}, SHIFT(744), - [1730] = {.count = 1, .reusable = true}, SHIFT(745), - [1732] = {.count = 1, .reusable = false}, SHIFT(746), - [1734] = {.count = 1, .reusable = false}, SHIFT(747), - [1736] = {.count = 1, .reusable = true}, SHIFT(748), - [1738] = {.count = 1, .reusable = true}, SHIFT(749), - [1740] = {.count = 1, .reusable = true}, SHIFT(747), - [1742] = {.count = 1, .reusable = false}, SHIFT(750), - [1744] = {.count = 1, .reusable = true}, SHIFT(751), - [1746] = {.count = 1, .reusable = true}, SHIFT(752), - [1748] = {.count = 1, .reusable = false}, SHIFT(753), - [1750] = {.count = 1, .reusable = false}, SHIFT(754), - [1752] = {.count = 1, .reusable = true}, SHIFT(755), - [1754] = {.count = 1, .reusable = false}, SHIFT(756), - [1756] = {.count = 1, .reusable = true}, SHIFT(756), - [1758] = {.count = 1, .reusable = false}, SHIFT(757), - [1760] = {.count = 1, .reusable = false}, SHIFT(758), - [1762] = {.count = 1, .reusable = false}, SHIFT(759), - [1764] = {.count = 1, .reusable = true}, SHIFT(762), - [1766] = {.count = 1, .reusable = false}, SHIFT(762), - [1768] = {.count = 1, .reusable = true}, SHIFT(763), - [1770] = {.count = 1, .reusable = true}, SHIFT(764), - [1772] = {.count = 1, .reusable = true}, SHIFT(765), - [1774] = {.count = 1, .reusable = false}, SHIFT(765), - [1776] = {.count = 1, .reusable = true}, SHIFT(766), - [1778] = {.count = 1, .reusable = true}, SHIFT(767), - [1780] = {.count = 1, .reusable = true}, SHIFT(768), - [1782] = {.count = 1, .reusable = true}, SHIFT(769), - [1784] = {.count = 1, .reusable = true}, SHIFT(770), - [1786] = {.count = 1, .reusable = true}, SHIFT(771), - [1788] = {.count = 1, .reusable = true}, SHIFT(774), - [1790] = {.count = 1, .reusable = false}, SHIFT(774), - [1792] = {.count = 1, .reusable = false}, SHIFT(772), - [1794] = {.count = 1, .reusable = false}, REDUCE(sym_return_statement, 2), - [1796] = {.count = 1, .reusable = true}, REDUCE(sym_return_statement, 2), - [1798] = {.count = 1, .reusable = true}, SHIFT(775), - [1800] = {.count = 1, .reusable = false}, REDUCE(sym_break_statement, 2), - [1802] = {.count = 1, .reusable = true}, REDUCE(sym_break_statement, 2), - [1804] = {.count = 1, .reusable = false}, REDUCE(sym_continue_statement, 2), - [1806] = {.count = 1, .reusable = true}, REDUCE(sym_continue_statement, 2), - [1808] = {.count = 1, .reusable = true}, SHIFT(776), - [1810] = {.count = 1, .reusable = true}, REDUCE(sym_logical_expression, 2), - [1812] = {.count = 1, .reusable = false}, REDUCE(sym_logical_expression, 2), - [1814] = {.count = 1, .reusable = true}, REDUCE(sym_bitwise_expression, 2), - [1816] = {.count = 1, .reusable = false}, REDUCE(sym_bitwise_expression, 2), - [1818] = {.count = 1, .reusable = true}, REDUCE(sym_math_expression, 2), - [1820] = {.count = 1, .reusable = false}, REDUCE(sym_math_expression, 2), - [1822] = {.count = 1, .reusable = true}, REDUCE(sym_sizeof_expression, 2), - [1824] = {.count = 1, .reusable = false}, REDUCE(sym_sizeof_expression, 2), - [1826] = {.count = 1, .reusable = true}, REDUCE(sym_concatenated_string, 2), - [1828] = {.count = 1, .reusable = false}, REDUCE(sym_concatenated_string, 2), - [1830] = {.count = 1, .reusable = true}, SHIFT(778), - [1832] = {.count = 1, .reusable = false}, SHIFT(779), - [1834] = {.count = 1, .reusable = true}, SHIFT(781), - [1836] = {.count = 1, .reusable = true}, SHIFT(783), - [1838] = {.count = 1, .reusable = true}, SHIFT(784), - [1840] = {.count = 1, .reusable = false}, SHIFT(784), - [1842] = {.count = 1, .reusable = true}, SHIFT(785), - [1844] = {.count = 1, .reusable = false}, SHIFT(785), - [1846] = {.count = 1, .reusable = false}, REDUCE(sym_expression_statement, 2), - [1848] = {.count = 1, .reusable = true}, REDUCE(sym_expression_statement, 2), - [1850] = {.count = 1, .reusable = true}, SHIFT(787), - [1852] = {.count = 1, .reusable = false}, SHIFT(787), - [1854] = {.count = 1, .reusable = true}, SHIFT(788), - [1856] = {.count = 1, .reusable = false}, SHIFT(788), - [1858] = {.count = 1, .reusable = true}, SHIFT(789), - [1860] = {.count = 1, .reusable = false}, SHIFT(789), - [1862] = {.count = 1, .reusable = true}, SHIFT(790), - [1864] = {.count = 1, .reusable = false}, SHIFT(790), - [1866] = {.count = 1, .reusable = true}, SHIFT(791), - [1868] = {.count = 1, .reusable = false}, SHIFT(791), - [1870] = {.count = 1, .reusable = true}, SHIFT(792), - [1872] = {.count = 1, .reusable = false}, SHIFT(792), - [1874] = {.count = 1, .reusable = true}, SHIFT(793), - [1876] = {.count = 1, .reusable = false}, SHIFT(793), - [1878] = {.count = 1, .reusable = true}, SHIFT(794), - [1880] = {.count = 1, .reusable = false}, SHIFT(794), - [1882] = {.count = 1, .reusable = true}, SHIFT(795), - [1884] = {.count = 1, .reusable = false}, SHIFT(795), - [1886] = {.count = 1, .reusable = true}, SHIFT(796), - [1888] = {.count = 1, .reusable = false}, SHIFT(796), - [1890] = {.count = 1, .reusable = true}, SHIFT(797), - [1892] = {.count = 1, .reusable = false}, SHIFT(797), - [1894] = {.count = 1, .reusable = true}, SHIFT(798), - [1896] = {.count = 1, .reusable = false}, SHIFT(798), - [1898] = {.count = 1, .reusable = true}, SHIFT(799), - [1900] = {.count = 1, .reusable = false}, SHIFT(799), - [1902] = {.count = 1, .reusable = true}, SHIFT(800), - [1904] = {.count = 1, .reusable = true}, REDUCE(sym_call_expression, 2), - [1906] = {.count = 1, .reusable = false}, REDUCE(sym_call_expression, 2), - [1908] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 3), - [1910] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 3), - [1912] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(246), - [1915] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(247), - [1918] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(248), - [1921] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(249), - [1924] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(250), - [1927] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(251), - [1930] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(252), - [1933] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(253), - [1936] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(254), - [1939] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(10), - [1942] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(255), - [1945] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [1947] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(257), - [1950] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(11), - [1953] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(21), - [1956] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(18), - [1959] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(12), - [1962] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(13), - [1965] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(14), - [1968] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(258), - [1971] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(259), - [1974] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(260), - [1977] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(261), - [1980] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(262), - [1983] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(263), - [1986] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(264), - [1989] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(265), - [1992] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(266), - [1995] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(267), - [1998] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(268), - [2001] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(269), - [2004] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(270), - [2007] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(271), - [2010] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(271), - [2013] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(272), - [2016] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(278), - [2019] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(273), - [2022] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(278), - [2025] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(274), - [2028] = {.count = 1, .reusable = true}, SHIFT(801), - [2030] = {.count = 1, .reusable = true}, SHIFT(802), - [2032] = {.count = 1, .reusable = true}, SHIFT(803), - [2034] = {.count = 1, .reusable = true}, SHIFT(806), - [2036] = {.count = 1, .reusable = true}, SHIFT(811), - [2038] = {.count = 1, .reusable = true}, REDUCE(sym_array_declarator, 4), - [2040] = {.count = 1, .reusable = true}, SHIFT(813), - [2042] = {.count = 1, .reusable = true}, SHIFT(815), - [2044] = {.count = 1, .reusable = false}, SHIFT(815), - [2046] = {.count = 1, .reusable = true}, SHIFT(816), - [2048] = {.count = 1, .reusable = false}, SHIFT(816), - [2050] = {.count = 1, .reusable = true}, SHIFT(817), - [2052] = {.count = 1, .reusable = false}, SHIFT(817), - [2054] = {.count = 1, .reusable = true}, SHIFT(818), - [2056] = {.count = 1, .reusable = false}, SHIFT(818), - [2058] = {.count = 1, .reusable = true}, SHIFT(819), - [2060] = {.count = 1, .reusable = false}, SHIFT(819), - [2062] = {.count = 1, .reusable = true}, SHIFT(820), - [2064] = {.count = 1, .reusable = false}, SHIFT(820), - [2066] = {.count = 1, .reusable = true}, SHIFT(821), - [2068] = {.count = 1, .reusable = false}, SHIFT(821), - [2070] = {.count = 1, .reusable = true}, SHIFT(822), - [2072] = {.count = 1, .reusable = false}, SHIFT(822), - [2074] = {.count = 1, .reusable = true}, SHIFT(823), - [2076] = {.count = 1, .reusable = false}, SHIFT(823), - [2078] = {.count = 1, .reusable = true}, SHIFT(824), - [2080] = {.count = 1, .reusable = false}, SHIFT(824), - [2082] = {.count = 1, .reusable = true}, SHIFT(825), - [2084] = {.count = 1, .reusable = false}, SHIFT(825), - [2086] = {.count = 2, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), SHIFT(518), - [2089] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(540), - [2092] = {.count = 1, .reusable = true}, SHIFT(827), - [2094] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 2), - [2096] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 2), - [2098] = {.count = 1, .reusable = true}, SHIFT(828), - [2100] = {.count = 1, .reusable = false}, SHIFT(828), - [2102] = {.count = 1, .reusable = true}, SHIFT(829), - [2104] = {.count = 1, .reusable = true}, SHIFT(830), - [2106] = {.count = 1, .reusable = true}, SHIFT(832), - [2108] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [2110] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_params, 4), - [2112] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(304), - [2115] = {.count = 1, .reusable = true}, SHIFT(834), - [2117] = {.count = 1, .reusable = true}, SHIFT(835), - [2119] = {.count = 1, .reusable = true}, SHIFT(836), - [2121] = {.count = 1, .reusable = true}, SHIFT(837), - [2123] = {.count = 1, .reusable = true}, SHIFT(838), - [2125] = {.count = 1, .reusable = false}, SHIFT(839), - [2127] = {.count = 1, .reusable = false}, SHIFT(840), - [2129] = {.count = 1, .reusable = false}, SHIFT(841), - [2131] = {.count = 1, .reusable = true}, SHIFT(842), - [2133] = {.count = 1, .reusable = false}, SHIFT(842), - [2135] = {.count = 1, .reusable = true}, SHIFT(844), - [2137] = {.count = 1, .reusable = false}, SHIFT(844), - [2139] = {.count = 1, .reusable = true}, SHIFT(846), - [2141] = {.count = 1, .reusable = false}, SHIFT(846), - [2143] = {.count = 1, .reusable = true}, SHIFT(848), - [2145] = {.count = 1, .reusable = true}, SHIFT(849), - [2147] = {.count = 1, .reusable = true}, SHIFT(851), - [2149] = {.count = 1, .reusable = true}, SHIFT(853), - [2151] = {.count = 1, .reusable = true}, SHIFT(855), - [2153] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif, 4, .alias_sequence_id = 14), - [2155] = {.count = 1, .reusable = true}, SHIFT(856), - [2157] = {.count = 1, .reusable = true}, SHIFT(857), - [2159] = {.count = 1, .reusable = true}, SHIFT(858), - [2161] = {.count = 1, .reusable = true}, SHIFT(859), - [2163] = {.count = 1, .reusable = true}, REDUCE(sym_array_type_declarator, 4), - [2165] = {.count = 1, .reusable = true}, SHIFT(860), - [2167] = {.count = 1, .reusable = true}, SHIFT(861), - [2169] = {.count = 1, .reusable = true}, SHIFT(863), - [2171] = {.count = 1, .reusable = true}, SHIFT(864), - [2173] = {.count = 1, .reusable = false}, SHIFT(864), - [2175] = {.count = 1, .reusable = true}, SHIFT(865), - [2177] = {.count = 1, .reusable = false}, SHIFT(865), - [2179] = {.count = 1, .reusable = true}, SHIFT(866), - [2181] = {.count = 1, .reusable = false}, SHIFT(866), - [2183] = {.count = 1, .reusable = true}, SHIFT(867), - [2185] = {.count = 1, .reusable = false}, SHIFT(867), - [2187] = {.count = 1, .reusable = true}, SHIFT(868), - [2189] = {.count = 1, .reusable = false}, SHIFT(868), - [2191] = {.count = 1, .reusable = true}, SHIFT(869), - [2193] = {.count = 1, .reusable = false}, SHIFT(869), - [2195] = {.count = 1, .reusable = true}, SHIFT(870), - [2197] = {.count = 1, .reusable = false}, SHIFT(870), - [2199] = {.count = 1, .reusable = true}, SHIFT(871), - [2201] = {.count = 1, .reusable = false}, SHIFT(871), - [2203] = {.count = 1, .reusable = true}, SHIFT(872), - [2205] = {.count = 1, .reusable = false}, SHIFT(872), - [2207] = {.count = 1, .reusable = true}, SHIFT(873), - [2209] = {.count = 1, .reusable = false}, SHIFT(873), - [2211] = {.count = 1, .reusable = true}, SHIFT(874), - [2213] = {.count = 1, .reusable = false}, SHIFT(874), - [2215] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 5), - [2217] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 5), - [2219] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, .alias_sequence_id = 6), - [2221] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 2, .alias_sequence_id = 14), - [2223] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 22), - [2225] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 22), - [2227] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 23), - [2229] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 23), - [2231] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 15), - [2233] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 15), - [2235] = {.count = 1, .reusable = true}, SHIFT(879), - [2237] = {.count = 1, .reusable = true}, SHIFT(880), - [2239] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 24), - [2241] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 24), - [2243] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 25), - [2245] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 25), - [2247] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 16), - [2249] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 16), - [2251] = {.count = 1, .reusable = true}, SHIFT(881), - [2253] = {.count = 1, .reusable = true}, SHIFT(882), - [2255] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 26), - [2257] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 26), - [2259] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 27), - [2261] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 27), - [2263] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 17), - [2265] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 17), - [2267] = {.count = 1, .reusable = true}, SHIFT(883), - [2269] = {.count = 1, .reusable = true}, SHIFT(884), - [2271] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 3), - [2273] = {.count = 1, .reusable = true}, SHIFT(885), - [2275] = {.count = 1, .reusable = true}, SHIFT(887), - [2277] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 4), - [2279] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 4), - [2281] = {.count = 1, .reusable = true}, SHIFT(888), - [2283] = {.count = 1, .reusable = false}, SHIFT(888), - [2285] = {.count = 1, .reusable = true}, SHIFT(889), - [2287] = {.count = 1, .reusable = false}, SHIFT(889), - [2289] = {.count = 1, .reusable = true}, SHIFT(890), - [2291] = {.count = 1, .reusable = false}, SHIFT(890), - [2293] = {.count = 1, .reusable = true}, SHIFT(891), - [2295] = {.count = 1, .reusable = false}, SHIFT(891), - [2297] = {.count = 1, .reusable = true}, SHIFT(892), - [2299] = {.count = 1, .reusable = false}, SHIFT(892), - [2301] = {.count = 1, .reusable = true}, SHIFT(893), - [2303] = {.count = 1, .reusable = false}, SHIFT(893), - [2305] = {.count = 1, .reusable = true}, SHIFT(894), - [2307] = {.count = 1, .reusable = false}, SHIFT(894), - [2309] = {.count = 1, .reusable = true}, SHIFT(895), - [2311] = {.count = 1, .reusable = false}, SHIFT(895), - [2313] = {.count = 1, .reusable = true}, SHIFT(896), - [2315] = {.count = 1, .reusable = false}, SHIFT(896), - [2317] = {.count = 1, .reusable = true}, SHIFT(897), - [2319] = {.count = 1, .reusable = false}, SHIFT(897), - [2321] = {.count = 1, .reusable = true}, SHIFT(898), - [2323] = {.count = 1, .reusable = false}, SHIFT(898), - [2325] = {.count = 1, .reusable = true}, REDUCE(aux_sym_field_declaration_repeat1, 2), - [2327] = {.count = 1, .reusable = true}, REDUCE(sym_array_field_declarator, 3), - [2329] = {.count = 1, .reusable = true}, SHIFT(899), - [2331] = {.count = 1, .reusable = true}, SHIFT(900), - [2333] = {.count = 1, .reusable = false}, SHIFT(900), - [2335] = {.count = 1, .reusable = true}, SHIFT(901), - [2337] = {.count = 1, .reusable = true}, SHIFT(902), - [2339] = {.count = 1, .reusable = false}, SHIFT(902), - [2341] = {.count = 2, .reusable = true}, REDUCE(aux_sym_field_declaration_repeat1, 2), SHIFT_REPEAT(400), - [2344] = {.count = 1, .reusable = true}, REDUCE(sym__abstract_declarator, 3), - [2346] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 3), - [2348] = {.count = 1, .reusable = true}, SHIFT(903), - [2350] = {.count = 1, .reusable = true}, SHIFT(904), - [2352] = {.count = 1, .reusable = false}, SHIFT(904), - [2354] = {.count = 1, .reusable = true}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [2356] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_list, 4, .dynamic_precedence = 1), - [2358] = {.count = 2, .reusable = true}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(416), - [2361] = {.count = 3, .reusable = true}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), SHIFT(46), - [2365] = {.count = 2, .reusable = true}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), - [2368] = {.count = 1, .reusable = false}, SHIFT(905), - [2370] = {.count = 1, .reusable = false}, SHIFT(906), - [2372] = {.count = 1, .reusable = false}, SHIFT(907), - [2374] = {.count = 1, .reusable = true}, SHIFT(908), - [2376] = {.count = 1, .reusable = true}, SHIFT(910), - [2378] = {.count = 1, .reusable = true}, SHIFT(911), - [2380] = {.count = 1, .reusable = false}, SHIFT(911), - [2382] = {.count = 1, .reusable = true}, REDUCE(sym_parenthesized_expression, 3), - [2384] = {.count = 1, .reusable = false}, REDUCE(sym_parenthesized_expression, 3), - [2386] = {.count = 1, .reusable = true}, SHIFT(912), - [2388] = {.count = 1, .reusable = false}, SHIFT(912), - [2390] = {.count = 1, .reusable = true}, SHIFT(913), - [2392] = {.count = 1, .reusable = false}, SHIFT(913), - [2394] = {.count = 1, .reusable = true}, SHIFT(914), - [2396] = {.count = 1, .reusable = false}, SHIFT(914), - [2398] = {.count = 1, .reusable = true}, SHIFT(915), - [2400] = {.count = 1, .reusable = false}, SHIFT(915), - [2402] = {.count = 1, .reusable = true}, SHIFT(916), - [2404] = {.count = 1, .reusable = false}, SHIFT(916), - [2406] = {.count = 1, .reusable = true}, SHIFT(917), - [2408] = {.count = 1, .reusable = false}, SHIFT(917), - [2410] = {.count = 1, .reusable = true}, SHIFT(918), - [2412] = {.count = 1, .reusable = false}, SHIFT(918), - [2414] = {.count = 1, .reusable = true}, SHIFT(919), - [2416] = {.count = 1, .reusable = false}, SHIFT(919), - [2418] = {.count = 1, .reusable = true}, SHIFT(920), - [2420] = {.count = 1, .reusable = false}, SHIFT(920), - [2422] = {.count = 1, .reusable = true}, SHIFT(921), - [2424] = {.count = 1, .reusable = false}, SHIFT(921), - [2426] = {.count = 1, .reusable = true}, SHIFT(922), - [2428] = {.count = 1, .reusable = false}, SHIFT(922), - [2430] = {.count = 1, .reusable = true}, SHIFT(923), - [2432] = {.count = 1, .reusable = false}, SHIFT(923), - [2434] = {.count = 1, .reusable = true}, SHIFT(925), - [2436] = {.count = 1, .reusable = true}, SHIFT(926), - [2438] = {.count = 1, .reusable = false}, SHIFT(927), - [2440] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [2442] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), - [2444] = {.count = 1, .reusable = true}, SHIFT(928), - [2446] = {.count = 1, .reusable = true}, SHIFT(929), - [2448] = {.count = 1, .reusable = false}, SHIFT(930), - [2450] = {.count = 1, .reusable = false}, SHIFT(931), - [2452] = {.count = 1, .reusable = false}, SHIFT(932), - [2454] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), - [2456] = {.count = 1, .reusable = false}, SHIFT(933), - [2458] = {.count = 1, .reusable = false}, SHIFT(934), - [2460] = {.count = 1, .reusable = false}, SHIFT(935), - [2462] = {.count = 1, .reusable = true}, SHIFT(936), - [2464] = {.count = 1, .reusable = false}, SHIFT(937), - [2466] = {.count = 1, .reusable = true}, SHIFT(938), - [2468] = {.count = 1, .reusable = false}, SHIFT(939), - [2470] = {.count = 1, .reusable = false}, SHIFT(940), - [2472] = {.count = 1, .reusable = false}, SHIFT(941), - [2474] = {.count = 1, .reusable = false}, SHIFT(942), - [2476] = {.count = 1, .reusable = false}, SHIFT(943), - [2478] = {.count = 1, .reusable = false}, SHIFT(944), - [2480] = {.count = 1, .reusable = false}, SHIFT(945), - [2482] = {.count = 1, .reusable = false}, SHIFT(946), - [2484] = {.count = 1, .reusable = false}, SHIFT(947), - [2486] = {.count = 1, .reusable = false}, SHIFT(948), - [2488] = {.count = 1, .reusable = false}, SHIFT(949), - [2490] = {.count = 1, .reusable = true}, SHIFT(954), - [2492] = {.count = 1, .reusable = false}, SHIFT(954), - [2494] = {.count = 1, .reusable = false}, SHIFT(950), - [2496] = {.count = 1, .reusable = false}, SHIFT(957), - [2498] = {.count = 1, .reusable = false}, SHIFT(958), - [2500] = {.count = 1, .reusable = false}, SHIFT(959), - [2502] = {.count = 1, .reusable = false}, SHIFT(960), - [2504] = {.count = 1, .reusable = true}, SHIFT(962), - [2506] = {.count = 1, .reusable = true}, SHIFT(964), - [2508] = {.count = 1, .reusable = true}, SHIFT(965), - [2510] = {.count = 1, .reusable = true}, SHIFT(966), - [2512] = {.count = 1, .reusable = false}, SHIFT(966), - [2514] = {.count = 1, .reusable = true}, SHIFT(967), - [2516] = {.count = 1, .reusable = true}, SHIFT(968), - [2518] = {.count = 1, .reusable = true}, SHIFT(970), - [2520] = {.count = 1, .reusable = true}, SHIFT(971), - [2522] = {.count = 1, .reusable = true}, SHIFT(972), - [2524] = {.count = 1, .reusable = false}, SHIFT(972), - [2526] = {.count = 1, .reusable = true}, SHIFT(973), - [2528] = {.count = 1, .reusable = true}, SHIFT(974), - [2530] = {.count = 1, .reusable = true}, SHIFT(975), - [2532] = {.count = 1, .reusable = true}, SHIFT(976), - [2534] = {.count = 1, .reusable = true}, SHIFT(977), - [2536] = {.count = 1, .reusable = true}, SHIFT(978), - [2538] = {.count = 1, .reusable = true}, SHIFT(979), - [2540] = {.count = 1, .reusable = true}, SHIFT(980), - [2542] = {.count = 1, .reusable = true}, SHIFT(982), - [2544] = {.count = 1, .reusable = false}, SHIFT(983), - [2546] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [2548] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), - [2550] = {.count = 1, .reusable = true}, SHIFT(987), - [2552] = {.count = 1, .reusable = true}, SHIFT(988), - [2554] = {.count = 1, .reusable = false}, SHIFT(989), - [2556] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [2558] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), - [2560] = {.count = 1, .reusable = true}, SHIFT(992), - [2562] = {.count = 1, .reusable = true}, SHIFT(993), - [2564] = {.count = 1, .reusable = false}, SHIFT(994), - [2566] = {.count = 1, .reusable = true}, SHIFT(997), - [2568] = {.count = 1, .reusable = true}, SHIFT(998), - [2570] = {.count = 1, .reusable = true}, SHIFT(1001), - [2572] = {.count = 1, .reusable = true}, SHIFT(1002), - [2574] = {.count = 1, .reusable = false}, SHIFT(1002), - [2576] = {.count = 1, .reusable = true}, SHIFT(1003), - [2578] = {.count = 1, .reusable = true}, SHIFT(1004), - [2580] = {.count = 1, .reusable = false}, SHIFT(1005), - [2582] = {.count = 1, .reusable = false}, SHIFT(1006), - [2584] = {.count = 1, .reusable = true}, SHIFT(1007), - [2586] = {.count = 1, .reusable = true}, SHIFT(1006), - [2588] = {.count = 1, .reusable = false}, SHIFT(1008), - [2590] = {.count = 1, .reusable = true}, SHIFT(1009), - [2592] = {.count = 1, .reusable = true}, SHIFT(1010), - [2594] = {.count = 1, .reusable = false}, SHIFT(1011), - [2596] = {.count = 1, .reusable = false}, SHIFT(1012), - [2598] = {.count = 1, .reusable = true}, SHIFT(1013), - [2600] = {.count = 1, .reusable = false}, SHIFT(1014), - [2602] = {.count = 1, .reusable = true}, SHIFT(1014), - [2604] = {.count = 1, .reusable = false}, SHIFT(1015), - [2606] = {.count = 1, .reusable = false}, SHIFT(1016), - [2608] = {.count = 1, .reusable = true}, SHIFT(1017), - [2610] = {.count = 1, .reusable = true}, SHIFT(1018), - [2612] = {.count = 1, .reusable = true}, SHIFT(1020), - [2614] = {.count = 1, .reusable = true}, SHIFT(1021), - [2616] = {.count = 1, .reusable = false}, SHIFT(1021), - [2618] = {.count = 1, .reusable = true}, SHIFT(1023), - [2620] = {.count = 1, .reusable = false}, SHIFT(1023), - [2622] = {.count = 1, .reusable = true}, SHIFT(1024), - [2624] = {.count = 1, .reusable = false}, SHIFT(1024), - [2626] = {.count = 1, .reusable = true}, SHIFT(1025), - [2628] = {.count = 1, .reusable = false}, SHIFT(1025), - [2630] = {.count = 1, .reusable = true}, SHIFT(1026), - [2632] = {.count = 1, .reusable = false}, SHIFT(1026), - [2634] = {.count = 1, .reusable = true}, SHIFT(1027), - [2636] = {.count = 1, .reusable = false}, SHIFT(1027), - [2638] = {.count = 1, .reusable = true}, SHIFT(1028), - [2640] = {.count = 1, .reusable = false}, SHIFT(1028), - [2642] = {.count = 1, .reusable = true}, SHIFT(1029), - [2644] = {.count = 1, .reusable = false}, SHIFT(1029), - [2646] = {.count = 1, .reusable = true}, SHIFT(1030), - [2648] = {.count = 1, .reusable = false}, SHIFT(1030), - [2650] = {.count = 1, .reusable = true}, SHIFT(1031), - [2652] = {.count = 1, .reusable = false}, SHIFT(1031), - [2654] = {.count = 1, .reusable = true}, SHIFT(1032), - [2656] = {.count = 1, .reusable = false}, SHIFT(1032), - [2658] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 3), - [2660] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 3), - [2662] = {.count = 1, .reusable = true}, SHIFT(1033), - [2664] = {.count = 1, .reusable = true}, SHIFT(1034), - [2666] = {.count = 1, .reusable = false}, SHIFT(1034), - [2668] = {.count = 1, .reusable = true}, SHIFT(1035), - [2670] = {.count = 1, .reusable = false}, SHIFT(1035), - [2672] = {.count = 1, .reusable = true}, SHIFT(1036), - [2674] = {.count = 1, .reusable = false}, SHIFT(1037), - [2676] = {.count = 1, .reusable = true}, SHIFT(1038), - [2678] = {.count = 1, .reusable = false}, SHIFT(1038), - [2680] = {.count = 1, .reusable = true}, SHIFT(1039), - [2682] = {.count = 1, .reusable = true}, SHIFT(1040), - [2684] = {.count = 1, .reusable = false}, SHIFT(1040), - [2686] = {.count = 1, .reusable = true}, SHIFT(1041), - [2688] = {.count = 1, .reusable = true}, SHIFT(1042), - [2690] = {.count = 1, .reusable = true}, SHIFT(1043), - [2692] = {.count = 1, .reusable = false}, SHIFT(1043), - [2694] = {.count = 1, .reusable = true}, SHIFT(1044), - [2696] = {.count = 1, .reusable = true}, SHIFT(1046), - [2698] = {.count = 1, .reusable = false}, REDUCE(sym_return_statement, 3), - [2700] = {.count = 1, .reusable = true}, REDUCE(sym_return_statement, 3), - [2702] = {.count = 1, .reusable = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 28), - [2704] = {.count = 1, .reusable = true}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 28), - [2706] = {.count = 1, .reusable = true}, SHIFT(1047), - [2708] = {.count = 1, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2710] = {.count = 1, .reusable = false}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2712] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(778), - [2715] = {.count = 1, .reusable = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 29), - [2717] = {.count = 1, .reusable = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 29), - [2719] = {.count = 1, .reusable = true}, SHIFT(1048), - [2721] = {.count = 1, .reusable = true}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [2723] = {.count = 1, .reusable = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), - [2725] = {.count = 1, .reusable = true}, SHIFT(1049), - [2727] = {.count = 1, .reusable = true}, SHIFT(1050), - [2729] = {.count = 1, .reusable = true}, REDUCE(sym_comma_expression, 3), - [2731] = {.count = 1, .reusable = true}, REDUCE(sym_math_expression, 3), - [2733] = {.count = 1, .reusable = false}, REDUCE(sym_math_expression, 3), - [2735] = {.count = 1, .reusable = true}, SHIFT(1052), - [2737] = {.count = 1, .reusable = true}, REDUCE(sym_assignment_expression, 3), - [2739] = {.count = 1, .reusable = true}, SHIFT(1053), - [2741] = {.count = 1, .reusable = true}, REDUCE(sym_bitwise_expression, 3), - [2743] = {.count = 1, .reusable = false}, REDUCE(sym_bitwise_expression, 3), - [2745] = {.count = 1, .reusable = true}, REDUCE(sym_logical_expression, 3), - [2747] = {.count = 1, .reusable = false}, REDUCE(sym_logical_expression, 3), - [2749] = {.count = 1, .reusable = true}, REDUCE(sym_equality_expression, 3), - [2751] = {.count = 1, .reusable = false}, REDUCE(sym_equality_expression, 3), - [2753] = {.count = 1, .reusable = true}, REDUCE(sym_relational_expression, 3), - [2755] = {.count = 1, .reusable = false}, REDUCE(sym_relational_expression, 3), - [2757] = {.count = 1, .reusable = true}, REDUCE(sym_shift_expression, 3), - [2759] = {.count = 1, .reusable = false}, REDUCE(sym_shift_expression, 3), - [2761] = {.count = 1, .reusable = true}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 30), - [2763] = {.count = 1, .reusable = false}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 30), - [2765] = {.count = 1, .reusable = true}, SHIFT(1054), - [2767] = {.count = 1, .reusable = true}, SHIFT(1055), - [2769] = {.count = 1, .reusable = true}, SHIFT(1057), - [2771] = {.count = 1, .reusable = true}, SHIFT(1058), - [2773] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(811), - [2776] = {.count = 1, .reusable = true}, SHIFT(1059), - [2778] = {.count = 1, .reusable = true}, REDUCE(sym_array_declarator, 5), - [2780] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(521), - [2783] = {.count = 2, .reusable = false}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(522), - [2786] = {.count = 1, .reusable = true}, SHIFT(1060), - [2788] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 3), - [2790] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 3), - [2792] = {.count = 1, .reusable = true}, SHIFT(1061), - [2794] = {.count = 1, .reusable = true}, REDUCE(sym_field_designator, 2, .alias_sequence_id = 31), - [2796] = {.count = 1, .reusable = true}, SHIFT(1062), - [2798] = {.count = 1, .reusable = true}, SHIFT(1063), - [2800] = {.count = 1, .reusable = false}, SHIFT(1063), - [2802] = {.count = 1, .reusable = true}, SHIFT(1065), - [2804] = {.count = 1, .reusable = true}, SHIFT(1067), - [2806] = {.count = 1, .reusable = false}, SHIFT(1067), - [2808] = {.count = 2, .reusable = true}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(543), - [2811] = {.count = 1, .reusable = true}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [2813] = {.count = 2, .reusable = true}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(544), - [2816] = {.count = 1, .reusable = true}, SHIFT(1069), - [2818] = {.count = 1, .reusable = true}, SHIFT(1070), - [2820] = {.count = 1, .reusable = true}, SHIFT(1071), - [2822] = {.count = 1, .reusable = true}, SHIFT(1072), - [2824] = {.count = 1, .reusable = true}, SHIFT(1073), - [2826] = {.count = 1, .reusable = true}, SHIFT(1074), - [2828] = {.count = 1, .reusable = true}, SHIFT(1075), - [2830] = {.count = 1, .reusable = true}, SHIFT(1076), - [2832] = {.count = 1, .reusable = true}, REDUCE(sym_array_type_declarator, 5), - [2834] = {.count = 1, .reusable = true}, SHIFT(1077), - [2836] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(863), - [2839] = {.count = 1, .reusable = true}, SHIFT(1078), - [2841] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .alias_sequence_id = 32), - [2843] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .alias_sequence_id = 33), - [2845] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .alias_sequence_id = 14), - [2847] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 34), - [2849] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 34), - [2851] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 35), - [2853] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 35), - [2855] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 36), - [2857] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 36), - [2859] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 37), - [2861] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 37), - [2863] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 38), - [2865] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 38), - [2867] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 39), - [2869] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 39), - [2871] = {.count = 1, .reusable = true}, SHIFT(1081), - [2873] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(887), - [2876] = {.count = 1, .reusable = true}, SHIFT(1082), - [2878] = {.count = 1, .reusable = true}, REDUCE(sym_array_field_declarator, 4), - [2880] = {.count = 1, .reusable = true}, SHIFT(1083), - [2882] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 5), - [2884] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 5), - [2886] = {.count = 1, .reusable = true}, SHIFT(1084), - [2888] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 4), - [2890] = {.count = 1, .reusable = true}, SHIFT(1085), - [2892] = {.count = 1, .reusable = true}, SHIFT(1086), - [2894] = {.count = 1, .reusable = true}, SHIFT(1087), - [2896] = {.count = 1, .reusable = true}, SHIFT(1088), - [2898] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(910), - [2901] = {.count = 1, .reusable = true}, SHIFT(1089), - [2903] = {.count = 1, .reusable = true}, REDUCE(sym_cast_expression, 4), - [2905] = {.count = 1, .reusable = false}, REDUCE(sym_cast_expression, 4), - [2907] = {.count = 1, .reusable = true}, REDUCE(sym_compound_literal_expression, 4), - [2909] = {.count = 1, .reusable = false}, REDUCE(sym_compound_literal_expression, 4), - [2911] = {.count = 1, .reusable = false}, SHIFT(1090), - [2913] = {.count = 1, .reusable = false}, SHIFT(1091), - [2915] = {.count = 1, .reusable = false}, SHIFT(1093), - [2917] = {.count = 1, .reusable = false}, SHIFT(1097), - [2919] = {.count = 1, .reusable = false}, SHIFT(1101), - [2921] = {.count = 1, .reusable = true}, SHIFT(1105), - [2923] = {.count = 1, .reusable = true}, SHIFT(1106), - [2925] = {.count = 1, .reusable = false}, SHIFT(1107), - [2927] = {.count = 1, .reusable = true}, SHIFT(1108), - [2929] = {.count = 1, .reusable = true}, SHIFT(1109), - [2931] = {.count = 1, .reusable = false}, SHIFT(1110), - [2933] = {.count = 1, .reusable = false}, SHIFT(1111), - [2935] = {.count = 1, .reusable = false}, SHIFT(1112), - [2937] = {.count = 1, .reusable = true}, SHIFT(1114), - [2939] = {.count = 1, .reusable = true}, SHIFT(1116), - [2941] = {.count = 1, .reusable = true}, SHIFT(1117), - [2943] = {.count = 1, .reusable = true}, SHIFT(1118), - [2945] = {.count = 1, .reusable = false}, SHIFT(1118), - [2947] = {.count = 1, .reusable = true}, SHIFT(1119), - [2949] = {.count = 1, .reusable = true}, SHIFT(1120), - [2951] = {.count = 1, .reusable = true}, SHIFT(1122), - [2953] = {.count = 1, .reusable = true}, SHIFT(1123), - [2955] = {.count = 1, .reusable = true}, SHIFT(1124), - [2957] = {.count = 1, .reusable = false}, SHIFT(1124), - [2959] = {.count = 1, .reusable = true}, SHIFT(1125), - [2961] = {.count = 1, .reusable = true}, SHIFT(1126), - [2963] = {.count = 1, .reusable = true}, SHIFT(1127), - [2965] = {.count = 1, .reusable = true}, SHIFT(1128), - [2967] = {.count = 1, .reusable = true}, SHIFT(1129), - [2969] = {.count = 1, .reusable = true}, SHIFT(1130), - [2971] = {.count = 1, .reusable = true}, SHIFT(1132), - [2973] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), - [2975] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif_in_compound_statement, 2, .alias_sequence_id = 14), - [2977] = {.count = 1, .reusable = false}, SHIFT(1137), - [2979] = {.count = 1, .reusable = false}, SHIFT(1139), - [2981] = {.count = 1, .reusable = true}, SHIFT(1140), - [2983] = {.count = 1, .reusable = true}, SHIFT(1141), - [2985] = {.count = 1, .reusable = false}, SHIFT(1141), - [2987] = {.count = 1, .reusable = true}, SHIFT(1142), - [2989] = {.count = 1, .reusable = false}, SHIFT(1142), - [2991] = {.count = 1, .reusable = true}, SHIFT(1143), - [2993] = {.count = 1, .reusable = false}, SHIFT(1144), - [2995] = {.count = 1, .reusable = true}, SHIFT(1147), - [2997] = {.count = 1, .reusable = false}, SHIFT(1147), - [2999] = {.count = 1, .reusable = true}, SHIFT(1148), - [3001] = {.count = 1, .reusable = true}, SHIFT(1149), - [3003] = {.count = 1, .reusable = true}, SHIFT(1150), - [3005] = {.count = 1, .reusable = false}, SHIFT(1150), - [3007] = {.count = 1, .reusable = true}, SHIFT(1151), - [3009] = {.count = 1, .reusable = true}, SHIFT(1152), - [3011] = {.count = 1, .reusable = false}, SHIFT(1153), - [3013] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 22), - [3015] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 22), - [3017] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 23), - [3019] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 23), - [3021] = {.count = 1, .reusable = true}, SHIFT(1155), - [3023] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 15), - [3025] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 15), - [3027] = {.count = 1, .reusable = true}, SHIFT(1157), - [3029] = {.count = 1, .reusable = true}, SHIFT(1158), - [3031] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(689), - [3034] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(690), - [3037] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(691), - [3040] = {.count = 1, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), - [3042] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(693), - [3045] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(694), - [3048] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(697), - [3051] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(698), - [3054] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(699), - [3057] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(700), - [3060] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(701), - [3063] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(702), - [3066] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(703), - [3069] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(704), - [3072] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(705), - [3075] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(706), - [3078] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(707), - [3081] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(708), - [3084] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(709), - [3087] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(710), - [3090] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(711), - [3093] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(718), - [3096] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(718), - [3099] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(712), - [3102] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 24), - [3104] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 24), - [3106] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 25), - [3108] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 25), - [3110] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 16), - [3112] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 16), - [3114] = {.count = 1, .reusable = true}, SHIFT(1159), - [3116] = {.count = 1, .reusable = true}, SHIFT(1160), - [3118] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 26), - [3120] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 26), - [3122] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 27), - [3124] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 27), - [3126] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 17), - [3128] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 17), - [3130] = {.count = 1, .reusable = true}, SHIFT(1161), - [3132] = {.count = 1, .reusable = true}, SHIFT(1162), - [3134] = {.count = 1, .reusable = true}, SHIFT(1163), - [3136] = {.count = 1, .reusable = true}, SHIFT(1164), - [3138] = {.count = 1, .reusable = true}, SHIFT(1166), - [3140] = {.count = 1, .reusable = true}, SHIFT(1167), - [3142] = {.count = 1, .reusable = true}, SHIFT(1168), - [3144] = {.count = 1, .reusable = false}, SHIFT(1169), - [3146] = {.count = 1, .reusable = false}, SHIFT(1170), - [3148] = {.count = 1, .reusable = false}, SHIFT(1171), - [3150] = {.count = 1, .reusable = false}, SHIFT(1172), - [3152] = {.count = 1, .reusable = false}, SHIFT(1173), - [3154] = {.count = 1, .reusable = false}, SHIFT(1174), - [3156] = {.count = 1, .reusable = false}, SHIFT(1175), - [3158] = {.count = 1, .reusable = false}, SHIFT(1176), - [3160] = {.count = 1, .reusable = false}, SHIFT(1177), - [3162] = {.count = 1, .reusable = false}, SHIFT(1178), - [3164] = {.count = 1, .reusable = false}, SHIFT(1179), - [3166] = {.count = 1, .reusable = true}, SHIFT(1182), - [3168] = {.count = 1, .reusable = false}, SHIFT(1182), - [3170] = {.count = 1, .reusable = false}, SHIFT(1180), - [3172] = {.count = 1, .reusable = true}, SHIFT(1184), - [3174] = {.count = 1, .reusable = false}, SHIFT(1184), - [3176] = {.count = 1, .reusable = true}, SHIFT(1185), - [3178] = {.count = 1, .reusable = false}, SHIFT(1185), - [3180] = {.count = 1, .reusable = true}, SHIFT(1186), - [3182] = {.count = 1, .reusable = false}, SHIFT(1186), - [3184] = {.count = 1, .reusable = true}, SHIFT(1187), - [3186] = {.count = 1, .reusable = false}, SHIFT(1187), - [3188] = {.count = 1, .reusable = true}, SHIFT(1188), - [3190] = {.count = 1, .reusable = false}, SHIFT(1188), - [3192] = {.count = 1, .reusable = true}, SHIFT(1189), - [3194] = {.count = 1, .reusable = false}, SHIFT(1189), - [3196] = {.count = 1, .reusable = true}, SHIFT(1190), - [3198] = {.count = 1, .reusable = false}, SHIFT(1190), - [3200] = {.count = 1, .reusable = true}, SHIFT(1191), - [3202] = {.count = 1, .reusable = false}, SHIFT(1191), - [3204] = {.count = 1, .reusable = true}, SHIFT(1192), - [3206] = {.count = 1, .reusable = false}, SHIFT(1192), - [3208] = {.count = 1, .reusable = true}, SHIFT(1193), - [3210] = {.count = 1, .reusable = false}, SHIFT(1193), - [3212] = {.count = 1, .reusable = true}, SHIFT(1194), - [3214] = {.count = 1, .reusable = false}, SHIFT(1194), - [3216] = {.count = 1, .reusable = true}, SHIFT(1196), - [3218] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1020), - [3221] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 4), - [3223] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 4), - [3225] = {.count = 1, .reusable = true}, SHIFT(1197), - [3227] = {.count = 1, .reusable = true}, SHIFT(1199), - [3229] = {.count = 1, .reusable = true}, SHIFT(1200), - [3231] = {.count = 1, .reusable = true}, SHIFT(1201), - [3233] = {.count = 1, .reusable = true}, SHIFT(1202), - [3235] = {.count = 1, .reusable = true}, SHIFT(1203), - [3237] = {.count = 1, .reusable = false}, SHIFT(1203), - [3239] = {.count = 1, .reusable = true}, SHIFT(1204), - [3241] = {.count = 1, .reusable = true}, SHIFT(1205), - [3243] = {.count = 1, .reusable = false}, SHIFT(1205), - [3245] = {.count = 1, .reusable = true}, SHIFT(1206), - [3247] = {.count = 1, .reusable = true}, SHIFT(1207), - [3249] = {.count = 1, .reusable = false}, SHIFT(1207), - [3251] = {.count = 1, .reusable = true}, SHIFT(1208), - [3253] = {.count = 1, .reusable = true}, SHIFT(1209), - [3255] = {.count = 1, .reusable = true}, SHIFT(1211), - [3257] = {.count = 1, .reusable = false}, SHIFT(1211), - [3259] = {.count = 1, .reusable = true}, REDUCE(sym_sizeof_expression, 4), - [3261] = {.count = 1, .reusable = false}, SHIFT(257), - [3263] = {.count = 1, .reusable = false}, REDUCE(sym_sizeof_expression, 4), - [3265] = {.count = 1, .reusable = false}, SHIFT(269), - [3267] = {.count = 1, .reusable = true}, SHIFT(1212), - [3269] = {.count = 1, .reusable = false}, SHIFT(1212), - [3271] = {.count = 1, .reusable = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), - [3273] = {.count = 1, .reusable = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), - [3275] = {.count = 1, .reusable = true}, SHIFT(1213), - [3277] = {.count = 1, .reusable = true}, REDUCE(sym_subscript_expression, 4), - [3279] = {.count = 1, .reusable = false}, REDUCE(sym_subscript_expression, 4), - [3281] = {.count = 1, .reusable = true}, SHIFT(1215), - [3283] = {.count = 1, .reusable = false}, SHIFT(1215), - [3285] = {.count = 1, .reusable = true}, SHIFT(1216), - [3287] = {.count = 1, .reusable = true}, SHIFT(1217), - [3289] = {.count = 1, .reusable = false}, SHIFT(282), - [3291] = {.count = 1, .reusable = false}, SHIFT(287), - [3293] = {.count = 1, .reusable = true}, SHIFT(1218), - [3295] = {.count = 1, .reusable = false}, SHIFT(1218), - [3297] = {.count = 1, .reusable = true}, REDUCE(sym_subscript_designator, 3), - [3299] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 4), - [3301] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 4), - [3303] = {.count = 1, .reusable = true}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [3305] = {.count = 1, .reusable = true}, SHIFT(1219), - [3307] = {.count = 2, .reusable = true}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1220), - [3310] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_pair, 3), - [3312] = {.count = 1, .reusable = false}, SHIFT(364), - [3314] = {.count = 1, .reusable = false}, SHIFT(365), - [3316] = {.count = 1, .reusable = true}, SHIFT(1221), - [3318] = {.count = 1, .reusable = false}, SHIFT(1221), - [3320] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .alias_sequence_id = 40), - [3322] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .alias_sequence_id = 41), - [3324] = {.count = 1, .reusable = false}, SHIFT(393), - [3326] = {.count = 1, .reusable = false}, SHIFT(394), - [3328] = {.count = 1, .reusable = true}, SHIFT(1222), - [3330] = {.count = 1, .reusable = false}, SHIFT(1222), - [3332] = {.count = 1, .reusable = true}, REDUCE(sym_array_field_declarator, 5), - [3334] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 6), - [3336] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 6), - [3338] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 5), - [3340] = {.count = 1, .reusable = false}, SHIFT(429), - [3342] = {.count = 1, .reusable = false}, SHIFT(430), - [3344] = {.count = 1, .reusable = true}, SHIFT(1223), - [3346] = {.count = 1, .reusable = false}, SHIFT(1223), - [3348] = {.count = 1, .reusable = false}, SHIFT(1224), - [3350] = {.count = 1, .reusable = false}, SHIFT(1225), - [3352] = {.count = 1, .reusable = false}, SHIFT(1226), - [3354] = {.count = 1, .reusable = true}, SHIFT(1227), - [3356] = {.count = 1, .reusable = true}, SHIFT(1228), - [3358] = {.count = 1, .reusable = false}, SHIFT(1229), - [3360] = {.count = 1, .reusable = true}, SHIFT(1232), - [3362] = {.count = 1, .reusable = true}, SHIFT(1233), - [3364] = {.count = 1, .reusable = false}, SHIFT(1234), - [3366] = {.count = 1, .reusable = true}, SHIFT(1237), - [3368] = {.count = 1, .reusable = true}, SHIFT(1238), - [3370] = {.count = 1, .reusable = false}, SHIFT(1239), - [3372] = {.count = 1, .reusable = false}, SHIFT(1242), - [3374] = {.count = 1, .reusable = false}, SHIFT(1243), - [3376] = {.count = 1, .reusable = false}, SHIFT(1245), - [3378] = {.count = 1, .reusable = false}, SHIFT(1249), - [3380] = {.count = 1, .reusable = false}, SHIFT(1253), - [3382] = {.count = 1, .reusable = false}, SHIFT(1257), - [3384] = {.count = 1, .reusable = false}, SHIFT(1259), - [3386] = {.count = 1, .reusable = true}, SHIFT(1260), - [3388] = {.count = 1, .reusable = true}, SHIFT(1261), - [3390] = {.count = 1, .reusable = false}, SHIFT(1261), - [3392] = {.count = 1, .reusable = true}, SHIFT(1262), - [3394] = {.count = 1, .reusable = false}, SHIFT(1262), - [3396] = {.count = 1, .reusable = true}, SHIFT(1263), - [3398] = {.count = 1, .reusable = false}, SHIFT(1264), - [3400] = {.count = 1, .reusable = true}, SHIFT(1267), - [3402] = {.count = 1, .reusable = false}, SHIFT(1267), - [3404] = {.count = 1, .reusable = true}, SHIFT(1268), - [3406] = {.count = 1, .reusable = true}, SHIFT(1269), - [3408] = {.count = 1, .reusable = true}, SHIFT(1270), - [3410] = {.count = 1, .reusable = false}, SHIFT(1270), - [3412] = {.count = 1, .reusable = true}, SHIFT(1271), - [3414] = {.count = 1, .reusable = true}, SHIFT(1272), - [3416] = {.count = 1, .reusable = false}, SHIFT(1273), - [3418] = {.count = 1, .reusable = true}, SHIFT(1275), - [3420] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(930), - [3423] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(931), - [3426] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(932), - [3429] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(933), - [3432] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(934), - [3435] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(935), - [3438] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(936), - [3441] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(937), - [3444] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(938), - [3447] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(939), - [3450] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(940), - [3453] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(941), - [3456] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(942), - [3459] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(943), - [3462] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(944), - [3465] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(945), - [3468] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(946), - [3471] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(947), - [3474] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(948), - [3477] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(949), - [3480] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(954), - [3483] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(954), - [3486] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(950), - [3489] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 32), - [3491] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 33), - [3493] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 14), - [3495] = {.count = 1, .reusable = true}, SHIFT(1279), - [3497] = {.count = 1, .reusable = true}, SHIFT(1280), - [3499] = {.count = 1, .reusable = true}, SHIFT(1282), - [3501] = {.count = 1, .reusable = true}, SHIFT(1283), - [3503] = {.count = 1, .reusable = true}, SHIFT(1285), - [3505] = {.count = 1, .reusable = true}, SHIFT(1286), - [3507] = {.count = 1, .reusable = true}, SHIFT(1287), - [3509] = {.count = 1, .reusable = true}, SHIFT(1288), - [3511] = {.count = 1, .reusable = false}, SHIFT(1288), - [3513] = {.count = 1, .reusable = true}, SHIFT(1289), - [3515] = {.count = 1, .reusable = true}, SHIFT(1290), - [3517] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 34), - [3519] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 34), - [3521] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 35), - [3523] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 35), - [3525] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 36), - [3527] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 36), - [3529] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 37), - [3531] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 37), - [3533] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), - [3535] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), - [3537] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), - [3539] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), - [3541] = {.count = 1, .reusable = true}, SHIFT(1291), - [3543] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1166), - [3546] = {.count = 1, .reusable = true}, SHIFT(1292), - [3548] = {.count = 1, .reusable = true}, SHIFT(1294), - [3550] = {.count = 1, .reusable = true}, SHIFT(1295), - [3552] = {.count = 1, .reusable = true}, SHIFT(1296), - [3554] = {.count = 1, .reusable = false}, SHIFT(1296), - [3556] = {.count = 1, .reusable = true}, SHIFT(1297), - [3558] = {.count = 1, .reusable = true}, SHIFT(1298), - [3560] = {.count = 1, .reusable = true}, SHIFT(1300), - [3562] = {.count = 1, .reusable = true}, SHIFT(1301), - [3564] = {.count = 1, .reusable = true}, SHIFT(1302), - [3566] = {.count = 1, .reusable = false}, SHIFT(1302), - [3568] = {.count = 1, .reusable = true}, SHIFT(1303), - [3570] = {.count = 1, .reusable = true}, SHIFT(1304), - [3572] = {.count = 1, .reusable = true}, SHIFT(1305), - [3574] = {.count = 1, .reusable = true}, SHIFT(1306), - [3576] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 5), - [3578] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 5), - [3580] = {.count = 1, .reusable = false}, SHIFT(1307), - [3582] = {.count = 1, .reusable = true}, SHIFT(1308), - [3584] = {.count = 1, .reusable = true}, SHIFT(1309), - [3586] = {.count = 1, .reusable = false}, REDUCE(sym_switch_statement, 5), - [3588] = {.count = 1, .reusable = true}, REDUCE(sym_switch_statement, 5), - [3590] = {.count = 1, .reusable = false}, SHIFT(452), - [3592] = {.count = 1, .reusable = false}, SHIFT(453), - [3594] = {.count = 1, .reusable = true}, SHIFT(1310), - [3596] = {.count = 1, .reusable = false}, SHIFT(1310), - [3598] = {.count = 1, .reusable = false}, REDUCE(sym_while_statement, 5), - [3600] = {.count = 1, .reusable = true}, REDUCE(sym_while_statement, 5), - [3602] = {.count = 1, .reusable = true}, SHIFT(1311), - [3604] = {.count = 1, .reusable = true}, SHIFT(1312), - [3606] = {.count = 1, .reusable = false}, SHIFT(1313), - [3608] = {.count = 1, .reusable = false}, SHIFT(1314), - [3610] = {.count = 1, .reusable = false}, SHIFT(1315), - [3612] = {.count = 1, .reusable = false}, SHIFT(1316), - [3614] = {.count = 1, .reusable = false}, SHIFT(1317), - [3616] = {.count = 1, .reusable = false}, SHIFT(1318), - [3618] = {.count = 1, .reusable = false}, SHIFT(1319), - [3620] = {.count = 1, .reusable = false}, SHIFT(1320), - [3622] = {.count = 1, .reusable = false}, SHIFT(1321), - [3624] = {.count = 1, .reusable = false}, SHIFT(1322), - [3626] = {.count = 1, .reusable = false}, SHIFT(1323), - [3628] = {.count = 1, .reusable = true}, SHIFT(1326), - [3630] = {.count = 1, .reusable = false}, SHIFT(1326), - [3632] = {.count = 1, .reusable = false}, SHIFT(1324), - [3634] = {.count = 1, .reusable = true}, SHIFT(1328), - [3636] = {.count = 1, .reusable = true}, SHIFT(1329), - [3638] = {.count = 1, .reusable = false}, SHIFT(1329), - [3640] = {.count = 1, .reusable = true}, SHIFT(1330), - [3642] = {.count = 1, .reusable = true}, SHIFT(1331), - [3644] = {.count = 1, .reusable = false}, SHIFT(1331), - [3646] = {.count = 1, .reusable = true}, SHIFT(1332), - [3648] = {.count = 1, .reusable = true}, SHIFT(1334), - [3650] = {.count = 1, .reusable = true}, SHIFT(1336), - [3652] = {.count = 1, .reusable = false}, SHIFT(1336), - [3654] = {.count = 1, .reusable = true}, SHIFT(1337), - [3656] = {.count = 1, .reusable = true}, SHIFT(1338), - [3658] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), - [3660] = {.count = 1, .reusable = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [3662] = {.count = 1, .reusable = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), - [3664] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1049), - [3667] = {.count = 1, .reusable = true}, REDUCE(sym_conditional_expression, 5), - [3669] = {.count = 1, .reusable = true}, SHIFT(1339), - [3671] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 5), - [3673] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 5), - [3675] = {.count = 1, .reusable = true}, SHIFT(1340), - [3677] = {.count = 1, .reusable = true}, SHIFT(1341), - [3679] = {.count = 1, .reusable = true}, SHIFT(1342), - [3681] = {.count = 1, .reusable = true}, SHIFT(1343), - [3683] = {.count = 1, .reusable = true}, SHIFT(1344), - [3685] = {.count = 1, .reusable = true}, SHIFT(1345), - [3687] = {.count = 1, .reusable = true}, SHIFT(1346), - [3689] = {.count = 1, .reusable = true}, SHIFT(1347), - [3691] = {.count = 1, .reusable = false}, SHIFT(1348), - [3693] = {.count = 1, .reusable = false}, SHIFT(1349), - [3695] = {.count = 1, .reusable = false}, SHIFT(1350), - [3697] = {.count = 1, .reusable = true}, SHIFT(1351), - [3699] = {.count = 1, .reusable = true}, SHIFT(1352), - [3701] = {.count = 1, .reusable = false}, SHIFT(1353), - [3703] = {.count = 1, .reusable = true}, SHIFT(1356), - [3705] = {.count = 1, .reusable = true}, SHIFT(1357), - [3707] = {.count = 1, .reusable = false}, SHIFT(1358), - [3709] = {.count = 1, .reusable = true}, SHIFT(1361), - [3711] = {.count = 1, .reusable = true}, SHIFT(1362), - [3713] = {.count = 1, .reusable = false}, SHIFT(1363), - [3715] = {.count = 1, .reusable = true}, SHIFT(1366), - [3717] = {.count = 1, .reusable = true}, SHIFT(1367), - [3719] = {.count = 1, .reusable = true}, SHIFT(1369), - [3721] = {.count = 1, .reusable = true}, SHIFT(1370), - [3723] = {.count = 1, .reusable = true}, SHIFT(1372), - [3725] = {.count = 1, .reusable = true}, SHIFT(1373), - [3727] = {.count = 1, .reusable = true}, SHIFT(1374), - [3729] = {.count = 1, .reusable = true}, SHIFT(1375), - [3731] = {.count = 1, .reusable = false}, SHIFT(1375), - [3733] = {.count = 1, .reusable = true}, SHIFT(1376), - [3735] = {.count = 1, .reusable = true}, SHIFT(1377), - [3737] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 40), - [3739] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 41), - [3741] = {.count = 1, .reusable = true}, SHIFT(1378), - [3743] = {.count = 1, .reusable = true}, SHIFT(1379), - [3745] = {.count = 1, .reusable = true}, SHIFT(1380), - [3747] = {.count = 1, .reusable = false}, SHIFT(1381), - [3749] = {.count = 1, .reusable = false}, SHIFT(1382), - [3751] = {.count = 1, .reusable = false}, SHIFT(1383), - [3753] = {.count = 1, .reusable = false}, SHIFT(1384), - [3755] = {.count = 1, .reusable = false}, SHIFT(1385), - [3757] = {.count = 1, .reusable = false}, SHIFT(1386), - [3759] = {.count = 1, .reusable = false}, SHIFT(1387), - [3761] = {.count = 1, .reusable = false}, SHIFT(1388), - [3763] = {.count = 1, .reusable = false}, SHIFT(1389), - [3765] = {.count = 1, .reusable = false}, SHIFT(1390), - [3767] = {.count = 1, .reusable = false}, SHIFT(1391), - [3769] = {.count = 1, .reusable = true}, SHIFT(1394), - [3771] = {.count = 1, .reusable = false}, SHIFT(1394), - [3773] = {.count = 1, .reusable = false}, SHIFT(1392), - [3775] = {.count = 1, .reusable = true}, SHIFT(1398), - [3777] = {.count = 1, .reusable = false}, SHIFT(1398), - [3779] = {.count = 1, .reusable = true}, SHIFT(1399), - [3781] = {.count = 1, .reusable = true}, SHIFT(1400), - [3783] = {.count = 1, .reusable = false}, SHIFT(1400), - [3785] = {.count = 1, .reusable = true}, SHIFT(1401), - [3787] = {.count = 1, .reusable = true}, SHIFT(1402), - [3789] = {.count = 1, .reusable = false}, SHIFT(1402), - [3791] = {.count = 1, .reusable = false}, SHIFT(734), - [3793] = {.count = 1, .reusable = false}, SHIFT(735), - [3795] = {.count = 1, .reusable = true}, SHIFT(1403), - [3797] = {.count = 1, .reusable = true}, SHIFT(1404), - [3799] = {.count = 1, .reusable = false}, SHIFT(1404), - [3801] = {.count = 1, .reusable = true}, SHIFT(1405), - [3803] = {.count = 1, .reusable = false}, SHIFT(1405), - [3805] = {.count = 1, .reusable = true}, SHIFT(1406), - [3807] = {.count = 1, .reusable = false}, SHIFT(1407), - [3809] = {.count = 1, .reusable = false}, SHIFT(1408), - [3811] = {.count = 1, .reusable = true}, SHIFT(1411), - [3813] = {.count = 1, .reusable = false}, SHIFT(1411), - [3815] = {.count = 1, .reusable = true}, SHIFT(1412), - [3817] = {.count = 1, .reusable = true}, SHIFT(1413), - [3819] = {.count = 1, .reusable = true}, SHIFT(1414), - [3821] = {.count = 1, .reusable = false}, SHIFT(1414), - [3823] = {.count = 1, .reusable = true}, SHIFT(1415), - [3825] = {.count = 1, .reusable = true}, SHIFT(1416), - [3827] = {.count = 1, .reusable = true}, SHIFT(1419), - [3829] = {.count = 1, .reusable = false}, SHIFT(1419), - [3831] = {.count = 1, .reusable = true}, SHIFT(1420), - [3833] = {.count = 1, .reusable = true}, SHIFT(1422), - [3835] = {.count = 1, .reusable = true}, SHIFT(1423), - [3837] = {.count = 1, .reusable = true}, SHIFT(1424), - [3839] = {.count = 1, .reusable = false}, SHIFT(1424), - [3841] = {.count = 1, .reusable = true}, SHIFT(1425), - [3843] = {.count = 1, .reusable = true}, SHIFT(1426), - [3845] = {.count = 1, .reusable = true}, SHIFT(1428), - [3847] = {.count = 1, .reusable = true}, SHIFT(1429), - [3849] = {.count = 1, .reusable = true}, SHIFT(1430), - [3851] = {.count = 1, .reusable = false}, SHIFT(1430), - [3853] = {.count = 1, .reusable = true}, SHIFT(1431), - [3855] = {.count = 1, .reusable = true}, SHIFT(1432), - [3857] = {.count = 1, .reusable = true}, SHIFT(1433), - [3859] = {.count = 1, .reusable = true}, SHIFT(1434), - [3861] = {.count = 1, .reusable = true}, SHIFT(1435), - [3863] = {.count = 1, .reusable = true}, SHIFT(1436), - [3865] = {.count = 1, .reusable = true}, SHIFT(1437), - [3867] = {.count = 1, .reusable = true}, SHIFT(1439), - [3869] = {.count = 1, .reusable = false}, SHIFT(1439), - [3871] = {.count = 1, .reusable = true}, SHIFT(1440), - [3873] = {.count = 1, .reusable = false}, REDUCE(sym_do_statement, 6), - [3875] = {.count = 1, .reusable = true}, REDUCE(sym_do_statement, 6), - [3877] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 6), - [3879] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 6), - [3881] = {.count = 1, .reusable = true}, SHIFT(1442), - [3883] = {.count = 1, .reusable = true}, SHIFT(1444), - [3885] = {.count = 1, .reusable = false}, SHIFT(1444), - [3887] = {.count = 1, .reusable = true}, SHIFT(1445), - [3889] = {.count = 1, .reusable = true}, SHIFT(1446), - [3891] = {.count = 1, .reusable = true}, SHIFT(1447), - [3893] = {.count = 1, .reusable = true}, SHIFT(1448), - [3895] = {.count = 1, .reusable = true}, SHIFT(1449), - [3897] = {.count = 1, .reusable = true}, SHIFT(1450), - [3899] = {.count = 1, .reusable = true}, SHIFT(1451), - [3901] = {.count = 1, .reusable = true}, SHIFT(1452), - [3903] = {.count = 1, .reusable = true}, SHIFT(1453), - [3905] = {.count = 1, .reusable = true}, SHIFT(1454), - [3907] = {.count = 1, .reusable = true}, SHIFT(1455), - [3909] = {.count = 1, .reusable = false}, SHIFT(1456), - [3911] = {.count = 1, .reusable = false}, SHIFT(1457), - [3913] = {.count = 1, .reusable = false}, SHIFT(1458), - [3915] = {.count = 1, .reusable = false}, SHIFT(1459), - [3917] = {.count = 1, .reusable = false}, SHIFT(1460), - [3919] = {.count = 1, .reusable = false}, SHIFT(1461), - [3921] = {.count = 1, .reusable = false}, SHIFT(1462), - [3923] = {.count = 1, .reusable = false}, SHIFT(1463), - [3925] = {.count = 1, .reusable = false}, SHIFT(1464), - [3927] = {.count = 1, .reusable = false}, SHIFT(1465), - [3929] = {.count = 1, .reusable = false}, SHIFT(1466), - [3931] = {.count = 1, .reusable = true}, SHIFT(1469), - [3933] = {.count = 1, .reusable = false}, SHIFT(1469), - [3935] = {.count = 1, .reusable = false}, SHIFT(1467), - [3937] = {.count = 1, .reusable = true}, SHIFT(1473), - [3939] = {.count = 1, .reusable = false}, SHIFT(1473), - [3941] = {.count = 1, .reusable = true}, SHIFT(1474), - [3943] = {.count = 1, .reusable = true}, SHIFT(1475), - [3945] = {.count = 1, .reusable = false}, SHIFT(1475), - [3947] = {.count = 1, .reusable = true}, SHIFT(1476), - [3949] = {.count = 1, .reusable = true}, SHIFT(1477), - [3951] = {.count = 1, .reusable = false}, SHIFT(1477), - [3953] = {.count = 1, .reusable = true}, SHIFT(1478), - [3955] = {.count = 1, .reusable = true}, SHIFT(1480), - [3957] = {.count = 1, .reusable = true}, SHIFT(1481), - [3959] = {.count = 1, .reusable = true}, SHIFT(1482), - [3961] = {.count = 1, .reusable = false}, SHIFT(1482), - [3963] = {.count = 1, .reusable = true}, SHIFT(1483), - [3965] = {.count = 1, .reusable = true}, SHIFT(1484), - [3967] = {.count = 1, .reusable = true}, SHIFT(1486), - [3969] = {.count = 1, .reusable = true}, SHIFT(1487), - [3971] = {.count = 1, .reusable = true}, SHIFT(1488), - [3973] = {.count = 1, .reusable = false}, SHIFT(1488), - [3975] = {.count = 1, .reusable = true}, SHIFT(1489), - [3977] = {.count = 1, .reusable = true}, SHIFT(1490), - [3979] = {.count = 1, .reusable = true}, SHIFT(1491), - [3981] = {.count = 1, .reusable = true}, SHIFT(1492), - [3983] = {.count = 1, .reusable = false}, SHIFT(1493), - [3985] = {.count = 1, .reusable = true}, SHIFT(1494), - [3987] = {.count = 1, .reusable = true}, SHIFT(1495), - [3989] = {.count = 1, .reusable = true}, SHIFT(1497), - [3991] = {.count = 1, .reusable = true}, SHIFT(1499), - [3993] = {.count = 1, .reusable = false}, SHIFT(1499), - [3995] = {.count = 1, .reusable = true}, SHIFT(1500), - [3997] = {.count = 1, .reusable = true}, SHIFT(1501), - [3999] = {.count = 1, .reusable = true}, SHIFT(1502), - [4001] = {.count = 1, .reusable = false}, SHIFT(1504), - [4003] = {.count = 1, .reusable = true}, SHIFT(1506), - [4005] = {.count = 1, .reusable = true}, SHIFT(1508), - [4007] = {.count = 1, .reusable = true}, SHIFT(1509), - [4009] = {.count = 1, .reusable = true}, SHIFT(1510), - [4011] = {.count = 1, .reusable = true}, SHIFT(1511), - [4013] = {.count = 1, .reusable = false}, SHIFT(1511), - [4015] = {.count = 1, .reusable = true}, SHIFT(1512), - [4017] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 7), - [4019] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 7), - [4021] = {.count = 1, .reusable = true}, SHIFT(1513), - [4023] = {.count = 1, .reusable = true}, SHIFT(1514), - [4025] = {.count = 1, .reusable = false}, SHIFT(1514), - [4027] = {.count = 1, .reusable = true}, SHIFT(1515), - [4029] = {.count = 1, .reusable = false}, SHIFT(1515), - [4031] = {.count = 1, .reusable = true}, SHIFT(1516), - [4033] = {.count = 1, .reusable = false}, SHIFT(1517), - [4035] = {.count = 1, .reusable = false}, SHIFT(1518), - [4037] = {.count = 1, .reusable = true}, SHIFT(1521), - [4039] = {.count = 1, .reusable = false}, SHIFT(1521), - [4041] = {.count = 1, .reusable = true}, SHIFT(1522), - [4043] = {.count = 1, .reusable = true}, SHIFT(1523), - [4045] = {.count = 1, .reusable = true}, SHIFT(1524), - [4047] = {.count = 1, .reusable = false}, SHIFT(1524), - [4049] = {.count = 1, .reusable = true}, SHIFT(1525), - [4051] = {.count = 1, .reusable = true}, SHIFT(1526), - [4053] = {.count = 1, .reusable = true}, SHIFT(1528), - [4055] = {.count = 1, .reusable = true}, SHIFT(1530), - [4057] = {.count = 1, .reusable = false}, SHIFT(1530), - [4059] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 7), - [4061] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 7), - [4063] = {.count = 1, .reusable = true}, SHIFT(1532), - [4065] = {.count = 1, .reusable = true}, SHIFT(1534), - [4067] = {.count = 1, .reusable = true}, SHIFT(1536), - [4069] = {.count = 1, .reusable = true}, SHIFT(1537), - [4071] = {.count = 1, .reusable = true}, SHIFT(1538), - [4073] = {.count = 1, .reusable = false}, SHIFT(1538), - [4075] = {.count = 1, .reusable = true}, SHIFT(1539), - [4077] = {.count = 1, .reusable = true}, SHIFT(1540), - [4079] = {.count = 1, .reusable = true}, SHIFT(1542), - [4081] = {.count = 1, .reusable = true}, SHIFT(1543), - [4083] = {.count = 1, .reusable = true}, SHIFT(1544), - [4085] = {.count = 1, .reusable = false}, SHIFT(1544), - [4087] = {.count = 1, .reusable = true}, SHIFT(1545), - [4089] = {.count = 1, .reusable = true}, SHIFT(1546), - [4091] = {.count = 1, .reusable = true}, SHIFT(1547), - [4093] = {.count = 1, .reusable = true}, SHIFT(1548), - [4095] = {.count = 1, .reusable = false}, SHIFT(1549), - [4097] = {.count = 1, .reusable = true}, SHIFT(1550), - [4099] = {.count = 1, .reusable = true}, SHIFT(1551), - [4101] = {.count = 1, .reusable = true}, SHIFT(1553), - [4103] = {.count = 1, .reusable = true}, SHIFT(1555), - [4105] = {.count = 1, .reusable = false}, SHIFT(1555), - [4107] = {.count = 1, .reusable = true}, SHIFT(1556), - [4109] = {.count = 1, .reusable = true}, SHIFT(1557), - [4111] = {.count = 1, .reusable = true}, SHIFT(1558), - [4113] = {.count = 1, .reusable = false}, SHIFT(1558), - [4115] = {.count = 1, .reusable = true}, SHIFT(1559), - [4117] = {.count = 1, .reusable = false}, SHIFT(1559), - [4119] = {.count = 1, .reusable = true}, SHIFT(1560), - [4121] = {.count = 1, .reusable = false}, SHIFT(1561), - [4123] = {.count = 1, .reusable = false}, SHIFT(1562), - [4125] = {.count = 1, .reusable = true}, SHIFT(1565), - [4127] = {.count = 1, .reusable = false}, SHIFT(1565), - [4129] = {.count = 1, .reusable = true}, SHIFT(1566), - [4131] = {.count = 1, .reusable = true}, SHIFT(1567), - [4133] = {.count = 1, .reusable = true}, SHIFT(1568), - [4135] = {.count = 1, .reusable = false}, SHIFT(1568), - [4137] = {.count = 1, .reusable = true}, SHIFT(1569), - [4139] = {.count = 1, .reusable = true}, SHIFT(1570), - [4141] = {.count = 1, .reusable = true}, SHIFT(1574), - [4143] = {.count = 1, .reusable = true}, SHIFT(1576), - [4145] = {.count = 1, .reusable = false}, SHIFT(1576), - [4147] = {.count = 1, .reusable = false}, SHIFT(1580), - [4149] = {.count = 1, .reusable = true}, SHIFT(1581), - [4151] = {.count = 1, .reusable = true}, SHIFT(1584), - [4153] = {.count = 1, .reusable = false}, SHIFT(1584), - [4155] = {.count = 1, .reusable = true}, SHIFT(1585), - [4157] = {.count = 1, .reusable = true}, SHIFT(1586), - [4159] = {.count = 1, .reusable = false}, SHIFT(1586), - [4161] = {.count = 1, .reusable = true}, SHIFT(1587), - [4163] = {.count = 1, .reusable = true}, SHIFT(1588), - [4165] = {.count = 1, .reusable = false}, SHIFT(1588), - [4167] = {.count = 1, .reusable = true}, SHIFT(1589), - [4169] = {.count = 1, .reusable = true}, SHIFT(1590), - [4171] = {.count = 1, .reusable = false}, SHIFT(1592), - [4173] = {.count = 1, .reusable = true}, SHIFT(1594), - [4175] = {.count = 1, .reusable = true}, SHIFT(1596), - [4177] = {.count = 1, .reusable = true}, SHIFT(1597), - [4179] = {.count = 1, .reusable = true}, SHIFT(1598), - [4181] = {.count = 1, .reusable = true}, SHIFT(1599), - [4183] = {.count = 1, .reusable = false}, SHIFT(1599), - [4185] = {.count = 1, .reusable = true}, SHIFT(1600), - [4187] = {.count = 1, .reusable = true}, SHIFT(1601), - [4189] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 8), - [4191] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 8), - [4193] = {.count = 1, .reusable = true}, SHIFT(1604), - [4195] = {.count = 1, .reusable = true}, SHIFT(1605), - [4197] = {.count = 1, .reusable = true}, SHIFT(1606), - [4199] = {.count = 1, .reusable = false}, SHIFT(1606), - [4201] = {.count = 1, .reusable = true}, SHIFT(1607), - [4203] = {.count = 1, .reusable = false}, SHIFT(1607), - [4205] = {.count = 1, .reusable = true}, SHIFT(1608), - [4207] = {.count = 1, .reusable = false}, SHIFT(1609), - [4209] = {.count = 1, .reusable = false}, SHIFT(1610), - [4211] = {.count = 1, .reusable = true}, SHIFT(1613), - [4213] = {.count = 1, .reusable = false}, SHIFT(1613), - [4215] = {.count = 1, .reusable = true}, SHIFT(1614), - [4217] = {.count = 1, .reusable = true}, SHIFT(1615), - [4219] = {.count = 1, .reusable = true}, SHIFT(1616), - [4221] = {.count = 1, .reusable = false}, SHIFT(1616), - [4223] = {.count = 1, .reusable = true}, SHIFT(1617), - [4225] = {.count = 1, .reusable = true}, SHIFT(1618), - [4227] = {.count = 1, .reusable = true}, SHIFT(1622), - [4229] = {.count = 1, .reusable = true}, SHIFT(1624), - [4231] = {.count = 1, .reusable = false}, SHIFT(1624), - [4233] = {.count = 1, .reusable = true}, SHIFT(1625), - [4235] = {.count = 1, .reusable = true}, SHIFT(1626), - [4237] = {.count = 1, .reusable = false}, SHIFT(1628), - [4239] = {.count = 1, .reusable = true}, SHIFT(1630), - [4241] = {.count = 1, .reusable = true}, SHIFT(1632), - [4243] = {.count = 1, .reusable = true}, SHIFT(1633), - [4245] = {.count = 1, .reusable = true}, SHIFT(1634), - [4247] = {.count = 1, .reusable = true}, SHIFT(1635), - [4249] = {.count = 1, .reusable = false}, SHIFT(1635), - [4251] = {.count = 1, .reusable = true}, SHIFT(1636), - [4253] = {.count = 1, .reusable = true}, SHIFT(1638), - [4255] = {.count = 1, .reusable = false}, SHIFT(1640), - [4257] = {.count = 1, .reusable = true}, SHIFT(1641), - [4259] = {.count = 1, .reusable = true}, SHIFT(1643), - [4261] = {.count = 1, .reusable = true}, SHIFT(1644), - [4263] = {.count = 1, .reusable = true}, SHIFT(1646), - [4265] = {.count = 1, .reusable = true}, SHIFT(1648), - [4267] = {.count = 1, .reusable = false}, SHIFT(1648), - [4269] = {.count = 1, .reusable = true}, SHIFT(1649), - [4271] = {.count = 1, .reusable = false}, SHIFT(1653), - [4273] = {.count = 1, .reusable = true}, SHIFT(1654), - [4275] = {.count = 1, .reusable = true}, SHIFT(1657), - [4277] = {.count = 1, .reusable = false}, SHIFT(1657), - [4279] = {.count = 1, .reusable = true}, SHIFT(1658), - [4281] = {.count = 1, .reusable = true}, SHIFT(1659), - [4283] = {.count = 1, .reusable = false}, SHIFT(1659), - [4285] = {.count = 1, .reusable = true}, SHIFT(1660), - [4287] = {.count = 1, .reusable = true}, SHIFT(1661), - [4289] = {.count = 1, .reusable = false}, SHIFT(1661), - [4291] = {.count = 1, .reusable = true}, SHIFT(1662), - [4293] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 9), - [4295] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 9), - [4297] = {.count = 1, .reusable = true}, SHIFT(1664), - [4299] = {.count = 1, .reusable = true}, SHIFT(1665), - [4301] = {.count = 1, .reusable = false}, SHIFT(1667), - [4303] = {.count = 1, .reusable = true}, SHIFT(1669), - [4305] = {.count = 1, .reusable = true}, SHIFT(1671), - [4307] = {.count = 1, .reusable = true}, SHIFT(1672), - [4309] = {.count = 1, .reusable = true}, SHIFT(1673), - [4311] = {.count = 1, .reusable = true}, SHIFT(1674), - [4313] = {.count = 1, .reusable = false}, SHIFT(1674), - [4315] = {.count = 1, .reusable = true}, SHIFT(1675), - [4317] = {.count = 1, .reusable = true}, SHIFT(1677), - [4319] = {.count = 1, .reusable = false}, SHIFT(1682), - [4321] = {.count = 1, .reusable = true}, SHIFT(1683), - [4323] = {.count = 1, .reusable = true}, SHIFT(1686), - [4325] = {.count = 1, .reusable = false}, SHIFT(1686), - [4327] = {.count = 1, .reusable = true}, SHIFT(1687), - [4329] = {.count = 1, .reusable = true}, SHIFT(1688), - [4331] = {.count = 1, .reusable = false}, SHIFT(1688), - [4333] = {.count = 1, .reusable = true}, SHIFT(1689), - [4335] = {.count = 1, .reusable = true}, SHIFT(1690), - [4337] = {.count = 1, .reusable = false}, SHIFT(1690), - [4339] = {.count = 1, .reusable = true}, SHIFT(1692), - [4341] = {.count = 1, .reusable = true}, SHIFT(1694), - [4343] = {.count = 1, .reusable = true}, SHIFT(1696), - [4345] = {.count = 1, .reusable = true}, SHIFT(1698), - [4347] = {.count = 1, .reusable = false}, SHIFT(1698), - [4349] = {.count = 1, .reusable = true}, SHIFT(1699), - [4351] = {.count = 1, .reusable = true}, SHIFT(1700), - [4353] = {.count = 1, .reusable = true}, SHIFT(1702), - [4355] = {.count = 1, .reusable = true}, SHIFT(1703), - [4357] = {.count = 1, .reusable = true}, SHIFT(1705), - [4359] = {.count = 1, .reusable = true}, SHIFT(1707), - [4361] = {.count = 1, .reusable = false}, SHIFT(1707), - [4363] = {.count = 1, .reusable = true}, SHIFT(1708), - [4365] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 10), - [4367] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 10), - [4369] = {.count = 1, .reusable = false}, SHIFT(1712), - [4371] = {.count = 1, .reusable = true}, SHIFT(1713), - [4373] = {.count = 1, .reusable = true}, SHIFT(1716), - [4375] = {.count = 1, .reusable = false}, SHIFT(1716), - [4377] = {.count = 1, .reusable = true}, SHIFT(1717), - [4379] = {.count = 1, .reusable = true}, SHIFT(1718), - [4381] = {.count = 1, .reusable = false}, SHIFT(1718), - [4383] = {.count = 1, .reusable = true}, SHIFT(1719), - [4385] = {.count = 1, .reusable = true}, SHIFT(1720), - [4387] = {.count = 1, .reusable = false}, SHIFT(1720), - [4389] = {.count = 1, .reusable = true}, SHIFT(1722), - [4391] = {.count = 1, .reusable = false}, SHIFT(1723), - [4393] = {.count = 1, .reusable = true}, SHIFT(1724), - [4395] = {.count = 1, .reusable = true}, SHIFT(1726), - [4397] = {.count = 1, .reusable = true}, SHIFT(1727), - [4399] = {.count = 1, .reusable = true}, SHIFT(1729), - [4401] = {.count = 1, .reusable = true}, SHIFT(1731), - [4403] = {.count = 1, .reusable = false}, SHIFT(1731), - [4405] = {.count = 1, .reusable = true}, SHIFT(1732), - [4407] = {.count = 1, .reusable = true}, SHIFT(1735), - [4409] = {.count = 1, .reusable = true}, SHIFT(1738), - [4411] = {.count = 1, .reusable = true}, SHIFT(1740), - [4413] = {.count = 1, .reusable = true}, SHIFT(1742), - [4415] = {.count = 1, .reusable = false}, SHIFT(1742), - [4417] = {.count = 1, .reusable = false}, SHIFT(1743), - [4419] = {.count = 1, .reusable = true}, SHIFT(1744), - [4421] = {.count = 1, .reusable = true}, SHIFT(1746), - [4423] = {.count = 1, .reusable = true}, SHIFT(1747), - [4425] = {.count = 1, .reusable = true}, SHIFT(1749), - [4427] = {.count = 1, .reusable = true}, SHIFT(1751), - [4429] = {.count = 1, .reusable = false}, SHIFT(1751), - [4431] = {.count = 1, .reusable = true}, SHIFT(1752), - [4433] = {.count = 1, .reusable = true}, SHIFT(1755), - [4435] = {.count = 1, .reusable = true}, SHIFT(1757), - [4437] = {.count = 1, .reusable = true}, SHIFT(1759), - [4439] = {.count = 1, .reusable = false}, SHIFT(1759), - [4441] = {.count = 1, .reusable = true}, SHIFT(1761), - [4443] = {.count = 1, .reusable = true}, SHIFT(1763), - [4445] = {.count = 1, .reusable = true}, SHIFT(1766), - [4447] = {.count = 1, .reusable = true}, SHIFT(1768), - [4449] = {.count = 1, .reusable = true}, SHIFT(1770), - [4451] = {.count = 1, .reusable = false}, SHIFT(1770), - [4453] = {.count = 1, .reusable = true}, SHIFT(1772), - [4455] = {.count = 1, .reusable = true}, SHIFT(1776), - [4457] = {.count = 1, .reusable = true}, SHIFT(1778), - [4459] = {.count = 1, .reusable = true}, SHIFT(1781), - [4461] = {.count = 1, .reusable = true}, SHIFT(1784), + [839] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 9), + [841] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 10), + [843] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 1, .alias_sequence_id = 11), + [845] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration_list, 3), + [847] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration_list, 3), + [849] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(100), + [852] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(101), + [855] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(102), + [858] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(10), + [861] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [863] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(11), + [866] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(110), + [869] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(107), + [872] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(12), + [875] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(13), + [878] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(14), + [881] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(15), + [884] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(200), + [887] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_pointer_declarator, 1), + [889] = {.count = 1, .reusable = true}, SHIFT(370), + [891] = {.count = 1, .reusable = true}, SHIFT(372), + [893] = {.count = 1, .reusable = false}, SHIFT(372), + [895] = {.count = 1, .reusable = true}, REDUCE(sym_type_descriptor, 2), + [897] = {.count = 1, .reusable = true}, SHIFT(373), + [899] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_function_declarator, 1), + [901] = {.count = 1, .reusable = true}, REDUCE(sym_macro_type_specifier, 4), + [903] = {.count = 1, .reusable = false}, REDUCE(sym_macro_type_specifier, 4), + [905] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(208), + [908] = {.count = 1, .reusable = true}, REDUCE(sym__declarator, 3), + [910] = {.count = 1, .reusable = true}, SHIFT(376), + [912] = {.count = 1, .reusable = true}, SHIFT(377), + [914] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_list, 2, .dynamic_precedence = 1), + [916] = {.count = 1, .reusable = true}, SHIFT(379), + [918] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_declaration, 1), + [920] = {.count = 1, .reusable = true}, SHIFT(380), + [922] = {.count = 1, .reusable = true}, SHIFT(381), + [924] = {.count = 1, .reusable = false}, SHIFT(384), + [926] = {.count = 1, .reusable = false}, SHIFT(385), + [928] = {.count = 1, .reusable = true}, REDUCE(aux_sym_declaration_repeat1, 2), + [930] = {.count = 1, .reusable = true}, SHIFT(386), + [932] = {.count = 1, .reusable = true}, SHIFT(387), + [934] = {.count = 1, .reusable = true}, SHIFT(388), + [936] = {.count = 1, .reusable = true}, SHIFT(389), + [938] = {.count = 1, .reusable = false}, SHIFT(390), + [940] = {.count = 1, .reusable = true}, SHIFT(390), + [942] = {.count = 1, .reusable = false}, SHIFT(391), + [944] = {.count = 1, .reusable = true}, SHIFT(394), + [946] = {.count = 1, .reusable = true}, SHIFT(392), + [948] = {.count = 1, .reusable = false}, SHIFT(394), + [950] = {.count = 1, .reusable = false}, SHIFT(393), + [952] = {.count = 1, .reusable = false}, SHIFT(397), + [954] = {.count = 1, .reusable = true}, SHIFT(398), + [956] = {.count = 1, .reusable = true}, SHIFT(399), + [958] = {.count = 1, .reusable = false}, REDUCE(sym_expression_statement, 1), + [960] = {.count = 1, .reusable = true}, REDUCE(sym_expression_statement, 1), + [962] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 2), + [964] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 2), + [966] = {.count = 1, .reusable = true}, SHIFT(400), + [968] = {.count = 1, .reusable = false}, SHIFT(400), + [970] = {.count = 1, .reusable = true}, SHIFT(401), + [972] = {.count = 1, .reusable = true}, SHIFT(402), + [974] = {.count = 1, .reusable = true}, SHIFT(403), + [976] = {.count = 1, .reusable = true}, SHIFT(404), + [978] = {.count = 1, .reusable = true}, SHIFT(405), + [980] = {.count = 1, .reusable = true}, SHIFT(406), + [982] = {.count = 1, .reusable = false}, SHIFT(407), + [984] = {.count = 1, .reusable = true}, SHIFT(407), + [986] = {.count = 1, .reusable = false}, SHIFT(408), + [988] = {.count = 1, .reusable = true}, SHIFT(410), + [990] = {.count = 1, .reusable = true}, SHIFT(409), + [992] = {.count = 1, .reusable = false}, SHIFT(410), + [994] = {.count = 1, .reusable = true}, SHIFT(411), + [996] = {.count = 1, .reusable = true}, SHIFT(412), + [998] = {.count = 1, .reusable = false}, SHIFT(413), + [1000] = {.count = 1, .reusable = false}, SHIFT(414), + [1002] = {.count = 1, .reusable = false}, SHIFT(415), + [1004] = {.count = 1, .reusable = false}, SHIFT(416), + [1006] = {.count = 1, .reusable = false}, SHIFT(417), + [1008] = {.count = 1, .reusable = false}, SHIFT(418), + [1010] = {.count = 1, .reusable = false}, SHIFT(419), + [1012] = {.count = 1, .reusable = true}, SHIFT(421), + [1014] = {.count = 1, .reusable = true}, SHIFT(422), + [1016] = {.count = 1, .reusable = true}, SHIFT(423), + [1018] = {.count = 1, .reusable = false}, SHIFT(423), + [1020] = {.count = 1, .reusable = true}, SHIFT(424), + [1022] = {.count = 1, .reusable = true}, SHIFT(425), + [1024] = {.count = 1, .reusable = true}, SHIFT(426), + [1026] = {.count = 1, .reusable = true}, SHIFT(427), + [1028] = {.count = 1, .reusable = false}, SHIFT(427), + [1030] = {.count = 1, .reusable = true}, SHIFT(428), + [1032] = {.count = 1, .reusable = false}, SHIFT(428), + [1034] = {.count = 1, .reusable = true}, SHIFT(429), + [1036] = {.count = 1, .reusable = false}, SHIFT(429), + [1038] = {.count = 1, .reusable = true}, SHIFT(430), + [1040] = {.count = 1, .reusable = true}, SHIFT(431), + [1042] = {.count = 1, .reusable = false}, SHIFT(431), + [1044] = {.count = 1, .reusable = true}, REDUCE(sym__expression, 1), + [1046] = {.count = 1, .reusable = false}, REDUCE(sym__expression, 1), + [1048] = {.count = 1, .reusable = true}, SHIFT(432), + [1050] = {.count = 3, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), SHIFT(41), + [1054] = {.count = 2, .reusable = true}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), + [1057] = {.count = 2, .reusable = false}, REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), REDUCE(sym__expression, 1), + [1060] = {.count = 1, .reusable = true}, SHIFT(433), + [1062] = {.count = 1, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 12), + [1064] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 12), + [1066] = {.count = 1, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 13), + [1068] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 1, .alias_sequence_id = 13), + [1070] = {.count = 1, .reusable = true}, SHIFT(434), + [1072] = {.count = 1, .reusable = true}, SHIFT(435), + [1074] = {.count = 1, .reusable = true}, SHIFT(436), + [1076] = {.count = 1, .reusable = true}, SHIFT(437), + [1078] = {.count = 1, .reusable = false}, SHIFT(438), + [1080] = {.count = 1, .reusable = true}, SHIFT(439), + [1082] = {.count = 1, .reusable = false}, SHIFT(440), + [1084] = {.count = 1, .reusable = true}, SHIFT(441), + [1086] = {.count = 1, .reusable = true}, SHIFT(440), + [1088] = {.count = 1, .reusable = false}, SHIFT(442), + [1090] = {.count = 1, .reusable = true}, SHIFT(443), + [1092] = {.count = 1, .reusable = true}, SHIFT(444), + [1094] = {.count = 1, .reusable = false}, SHIFT(445), + [1096] = {.count = 1, .reusable = false}, SHIFT(446), + [1098] = {.count = 1, .reusable = true}, SHIFT(447), + [1100] = {.count = 1, .reusable = false}, SHIFT(448), + [1102] = {.count = 1, .reusable = true}, SHIFT(448), + [1104] = {.count = 1, .reusable = false}, SHIFT(449), + [1106] = {.count = 1, .reusable = false}, SHIFT(450), + [1108] = {.count = 1, .reusable = true}, SHIFT(451), + [1110] = {.count = 1, .reusable = true}, SHIFT(452), + [1112] = {.count = 1, .reusable = true}, SHIFT(454), + [1114] = {.count = 1, .reusable = true}, REDUCE(sym_array_declarator, 3), + [1116] = {.count = 1, .reusable = true}, SHIFT(457), + [1118] = {.count = 1, .reusable = true}, SHIFT(458), + [1120] = {.count = 1, .reusable = false}, SHIFT(458), + [1122] = {.count = 1, .reusable = true}, SHIFT(459), + [1124] = {.count = 1, .reusable = true}, SHIFT(460), + [1126] = {.count = 1, .reusable = true}, SHIFT(461), + [1128] = {.count = 1, .reusable = false}, SHIFT(461), + [1130] = {.count = 1, .reusable = false}, SHIFT(463), + [1132] = {.count = 1, .reusable = false}, SHIFT(464), + [1134] = {.count = 1, .reusable = true}, SHIFT(465), + [1136] = {.count = 1, .reusable = true}, SHIFT(464), + [1138] = {.count = 1, .reusable = false}, SHIFT(466), + [1140] = {.count = 1, .reusable = true}, SHIFT(467), + [1142] = {.count = 1, .reusable = true}, SHIFT(468), + [1144] = {.count = 1, .reusable = false}, SHIFT(469), + [1146] = {.count = 1, .reusable = false}, SHIFT(470), + [1148] = {.count = 1, .reusable = true}, SHIFT(471), + [1150] = {.count = 1, .reusable = false}, SHIFT(472), + [1152] = {.count = 1, .reusable = true}, SHIFT(472), + [1154] = {.count = 1, .reusable = false}, SHIFT(473), + [1156] = {.count = 1, .reusable = false}, SHIFT(474), + [1158] = {.count = 1, .reusable = false}, SHIFT(475), + [1160] = {.count = 1, .reusable = false}, SHIFT(476), + [1162] = {.count = 1, .reusable = true}, SHIFT(477), + [1164] = {.count = 1, .reusable = true}, SHIFT(478), + [1166] = {.count = 1, .reusable = true}, SHIFT(479), + [1168] = {.count = 1, .reusable = true}, SHIFT(480), + [1170] = {.count = 1, .reusable = true}, SHIFT(481), + [1172] = {.count = 1, .reusable = false}, SHIFT(481), + [1174] = {.count = 1, .reusable = true}, REDUCE(sym_init_declarator, 3), + [1176] = {.count = 1, .reusable = true}, REDUCE(sym_declaration, 4), + [1178] = {.count = 1, .reusable = false}, REDUCE(sym_declaration, 4), + [1180] = {.count = 2, .reusable = true}, REDUCE(aux_sym_declaration_repeat1, 2), SHIFT_REPEAT(121), + [1183] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1185] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_def, 5, .alias_sequence_id = 4), + [1187] = {.count = 1, .reusable = true}, SHIFT(484), + [1189] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_params, 3), + [1191] = {.count = 1, .reusable = true}, SHIFT(485), + [1193] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1195] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_function_def, 5, .alias_sequence_id = 4), + [1197] = {.count = 1, .reusable = false}, SHIFT(487), + [1199] = {.count = 1, .reusable = false}, SHIFT(488), + [1201] = {.count = 1, .reusable = false}, SHIFT(489), + [1203] = {.count = 1, .reusable = true}, SHIFT(490), + [1205] = {.count = 1, .reusable = false}, SHIFT(490), + [1207] = {.count = 1, .reusable = true}, SHIFT(492), + [1209] = {.count = 1, .reusable = false}, SHIFT(492), + [1211] = {.count = 1, .reusable = true}, SHIFT(494), + [1213] = {.count = 1, .reusable = false}, SHIFT(494), + [1215] = {.count = 1, .reusable = false}, SHIFT(496), + [1217] = {.count = 1, .reusable = false}, SHIFT(497), + [1219] = {.count = 1, .reusable = false}, SHIFT(499), + [1221] = {.count = 1, .reusable = false}, SHIFT(502), + [1223] = {.count = 1, .reusable = false}, SHIFT(505), + [1225] = {.count = 1, .reusable = false}, SHIFT(508), + [1227] = {.count = 1, .reusable = false}, SHIFT(510), + [1229] = {.count = 1, .reusable = true}, SHIFT(511), + [1231] = {.count = 1, .reusable = true}, SHIFT(514), + [1233] = {.count = 1, .reusable = true}, SHIFT(515), + [1235] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(141), + [1238] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(142), + [1241] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(143), + [1244] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(144), + [1247] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(145), + [1250] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(146), + [1253] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(147), + [1256] = {.count = 2, .reusable = false}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(148), + [1259] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 14), + [1261] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif, 3, .alias_sequence_id = 14), + [1263] = {.count = 1, .reusable = true}, SHIFT(519), + [1265] = {.count = 1, .reusable = true}, SHIFT(520), + [1267] = {.count = 1, .reusable = true}, SHIFT(522), + [1269] = {.count = 1, .reusable = true}, SHIFT(524), + [1271] = {.count = 1, .reusable = true}, SHIFT(526), + [1273] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), + [1275] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if, 5, .alias_sequence_id = 19), + [1277] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1279] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 20), + [1281] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), + [1283] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef, 5, .alias_sequence_id = 21), + [1285] = {.count = 1, .reusable = true}, REDUCE(sym__type_declarator, 3), + [1287] = {.count = 1, .reusable = true}, REDUCE(sym_array_type_declarator, 3), + [1289] = {.count = 1, .reusable = true}, SHIFT(527), + [1291] = {.count = 1, .reusable = true}, SHIFT(528), + [1293] = {.count = 1, .reusable = false}, SHIFT(528), + [1295] = {.count = 1, .reusable = true}, REDUCE(sym_type_definition, 5), + [1297] = {.count = 1, .reusable = false}, REDUCE(sym_type_definition, 5), + [1299] = {.count = 1, .reusable = true}, REDUCE(sym_declaration_list, 3), + [1301] = {.count = 1, .reusable = false}, REDUCE(sym_declaration_list, 3), + [1303] = {.count = 1, .reusable = true}, SHIFT(530), + [1305] = {.count = 1, .reusable = true}, SHIFT(531), + [1307] = {.count = 1, .reusable = false}, SHIFT(531), + [1309] = {.count = 1, .reusable = true}, SHIFT(532), + [1311] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator, 3), + [1313] = {.count = 1, .reusable = false}, SHIFT(533), + [1315] = {.count = 1, .reusable = false}, SHIFT(534), + [1317] = {.count = 1, .reusable = true}, SHIFT(535), + [1319] = {.count = 1, .reusable = true}, SHIFT(534), + [1321] = {.count = 1, .reusable = false}, SHIFT(536), + [1323] = {.count = 1, .reusable = true}, SHIFT(537), + [1325] = {.count = 1, .reusable = true}, SHIFT(538), + [1327] = {.count = 1, .reusable = false}, SHIFT(539), + [1329] = {.count = 1, .reusable = false}, SHIFT(540), + [1331] = {.count = 1, .reusable = true}, SHIFT(541), + [1333] = {.count = 1, .reusable = false}, SHIFT(542), + [1335] = {.count = 1, .reusable = true}, SHIFT(542), + [1337] = {.count = 1, .reusable = false}, SHIFT(543), + [1339] = {.count = 1, .reusable = false}, SHIFT(544), + [1341] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 4), + [1343] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 4), + [1345] = {.count = 1, .reusable = true}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [1347] = {.count = 1, .reusable = true}, SHIFT(545), + [1349] = {.count = 2, .reusable = true}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(546), + [1352] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 3, .alias_sequence_id = 5), + [1354] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 3, .alias_sequence_id = 5), + [1356] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_else_in_field_declaration_list, 1, .alias_sequence_id = 6), + [1358] = {.count = 1, .reusable = false}, SHIFT(548), + [1360] = {.count = 1, .reusable = true}, SHIFT(549), + [1362] = {.count = 1, .reusable = true}, SHIFT(550), + [1364] = {.count = 1, .reusable = true}, SHIFT(551), + [1366] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 7), + [1368] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 7), + [1370] = {.count = 1, .reusable = true}, SHIFT(555), + [1372] = {.count = 1, .reusable = true}, SHIFT(556), + [1374] = {.count = 1, .reusable = true}, SHIFT(557), + [1376] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 8), + [1378] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .alias_sequence_id = 8), + [1380] = {.count = 1, .reusable = true}, SHIFT(560), + [1382] = {.count = 1, .reusable = true}, SHIFT(561), + [1384] = {.count = 1, .reusable = true}, SHIFT(562), + [1386] = {.count = 1, .reusable = true}, SHIFT(565), + [1388] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_field_declarator, 2), + [1390] = {.count = 1, .reusable = true}, SHIFT(567), + [1392] = {.count = 1, .reusable = true}, SHIFT(568), + [1394] = {.count = 1, .reusable = false}, SHIFT(568), + [1396] = {.count = 1, .reusable = true}, SHIFT(569), + [1398] = {.count = 1, .reusable = true}, SHIFT(570), + [1400] = {.count = 1, .reusable = false}, SHIFT(571), + [1402] = {.count = 1, .reusable = false}, SHIFT(572), + [1404] = {.count = 1, .reusable = true}, SHIFT(573), + [1406] = {.count = 1, .reusable = true}, SHIFT(572), + [1408] = {.count = 1, .reusable = false}, SHIFT(574), + [1410] = {.count = 1, .reusable = true}, SHIFT(575), + [1412] = {.count = 1, .reusable = true}, SHIFT(576), + [1414] = {.count = 1, .reusable = false}, SHIFT(577), + [1416] = {.count = 1, .reusable = false}, SHIFT(578), + [1418] = {.count = 1, .reusable = true}, SHIFT(579), + [1420] = {.count = 1, .reusable = false}, SHIFT(580), + [1422] = {.count = 1, .reusable = true}, SHIFT(580), + [1424] = {.count = 1, .reusable = false}, SHIFT(581), + [1426] = {.count = 1, .reusable = false}, SHIFT(582), + [1428] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 3), + [1430] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 3), + [1432] = {.count = 1, .reusable = true}, SHIFT(584), + [1434] = {.count = 1, .reusable = true}, SHIFT(586), + [1436] = {.count = 1, .reusable = false}, SHIFT(586), + [1438] = {.count = 1, .reusable = true}, SHIFT(587), + [1440] = {.count = 1, .reusable = false}, SHIFT(587), + [1442] = {.count = 1, .reusable = true}, REDUCE(sym_function_field_declarator, 2), + [1444] = {.count = 1, .reusable = true}, SHIFT(588), + [1446] = {.count = 1, .reusable = true}, SHIFT(590), + [1448] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_pointer_declarator, 2), + [1450] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 2), + [1452] = {.count = 1, .reusable = true}, SHIFT(591), + [1454] = {.count = 1, .reusable = true}, SHIFT(592), + [1456] = {.count = 1, .reusable = false}, SHIFT(592), + [1458] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_function_declarator, 2), + [1460] = {.count = 1, .reusable = true}, REDUCE(sym_type_descriptor, 3), + [1462] = {.count = 1, .reusable = true}, SHIFT(594), + [1464] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_list, 3, .dynamic_precedence = 1), + [1466] = {.count = 1, .reusable = true}, SHIFT(595), + [1468] = {.count = 1, .reusable = true}, SHIFT(597), + [1470] = {.count = 1, .reusable = false}, SHIFT(598), + [1472] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_declaration, 2), + [1474] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(385), + [1477] = {.count = 1, .reusable = true}, SHIFT(602), + [1479] = {.count = 1, .reusable = true}, SHIFT(603), + [1481] = {.count = 1, .reusable = false}, SHIFT(603), + [1483] = {.count = 1, .reusable = true}, SHIFT(604), + [1485] = {.count = 1, .reusable = true}, SHIFT(605), + [1487] = {.count = 1, .reusable = true}, SHIFT(606), + [1489] = {.count = 1, .reusable = false}, SHIFT(607), + [1491] = {.count = 1, .reusable = false}, SHIFT(608), + [1493] = {.count = 1, .reusable = true}, SHIFT(609), + [1495] = {.count = 1, .reusable = true}, SHIFT(608), + [1497] = {.count = 1, .reusable = false}, SHIFT(610), + [1499] = {.count = 1, .reusable = true}, SHIFT(611), + [1501] = {.count = 1, .reusable = true}, SHIFT(612), + [1503] = {.count = 1, .reusable = false}, SHIFT(613), + [1505] = {.count = 1, .reusable = false}, SHIFT(614), + [1507] = {.count = 1, .reusable = true}, SHIFT(615), + [1509] = {.count = 1, .reusable = false}, SHIFT(616), + [1511] = {.count = 1, .reusable = true}, SHIFT(616), + [1513] = {.count = 1, .reusable = false}, SHIFT(617), + [1515] = {.count = 1, .reusable = false}, SHIFT(618), + [1517] = {.count = 1, .reusable = true}, SHIFT(619), + [1519] = {.count = 1, .reusable = false}, SHIFT(620), + [1521] = {.count = 1, .reusable = false}, SHIFT(621), + [1523] = {.count = 1, .reusable = false}, SHIFT(622), + [1525] = {.count = 1, .reusable = false}, SHIFT(623), + [1527] = {.count = 1, .reusable = false}, SHIFT(624), + [1529] = {.count = 1, .reusable = false}, SHIFT(625), + [1531] = {.count = 1, .reusable = true}, SHIFT(626), + [1533] = {.count = 1, .reusable = false}, SHIFT(627), + [1535] = {.count = 1, .reusable = false}, SHIFT(628), + [1537] = {.count = 1, .reusable = false}, SHIFT(629), + [1539] = {.count = 1, .reusable = false}, SHIFT(630), + [1541] = {.count = 1, .reusable = false}, SHIFT(631), + [1543] = {.count = 1, .reusable = false}, SHIFT(632), + [1545] = {.count = 1, .reusable = false}, SHIFT(633), + [1547] = {.count = 1, .reusable = false}, SHIFT(634), + [1549] = {.count = 1, .reusable = false}, SHIFT(635), + [1551] = {.count = 1, .reusable = false}, SHIFT(636), + [1553] = {.count = 1, .reusable = false}, SHIFT(637), + [1555] = {.count = 1, .reusable = true}, SHIFT(644), + [1557] = {.count = 1, .reusable = false}, SHIFT(644), + [1559] = {.count = 1, .reusable = false}, SHIFT(638), + [1561] = {.count = 1, .reusable = false}, SHIFT(647), + [1563] = {.count = 1, .reusable = false}, SHIFT(651), + [1565] = {.count = 1, .reusable = true}, REDUCE(sym_pointer_expression, 2), + [1567] = {.count = 1, .reusable = false}, REDUCE(sym_pointer_expression, 2), + [1569] = {.count = 1, .reusable = true}, SHIFT(655), + [1571] = {.count = 1, .reusable = true}, SHIFT(656), + [1573] = {.count = 1, .reusable = true}, SHIFT(657), + [1575] = {.count = 1, .reusable = true}, SHIFT(658), + [1577] = {.count = 1, .reusable = false}, SHIFT(659), + [1579] = {.count = 1, .reusable = true}, SHIFT(659), + [1581] = {.count = 1, .reusable = false}, SHIFT(660), + [1583] = {.count = 1, .reusable = true}, SHIFT(662), + [1585] = {.count = 1, .reusable = true}, SHIFT(661), + [1587] = {.count = 1, .reusable = false}, SHIFT(662), + [1589] = {.count = 1, .reusable = true}, SHIFT(663), + [1591] = {.count = 1, .reusable = false}, SHIFT(663), + [1593] = {.count = 1, .reusable = true}, SHIFT(665), + [1595] = {.count = 1, .reusable = true}, SHIFT(666), + [1597] = {.count = 1, .reusable = false}, SHIFT(666), + [1599] = {.count = 1, .reusable = true}, SHIFT(667), + [1601] = {.count = 1, .reusable = false}, SHIFT(668), + [1603] = {.count = 1, .reusable = false}, SHIFT(669), + [1605] = {.count = 1, .reusable = true}, SHIFT(670), + [1607] = {.count = 1, .reusable = true}, SHIFT(671), + [1609] = {.count = 1, .reusable = true}, SHIFT(669), + [1611] = {.count = 1, .reusable = false}, SHIFT(672), + [1613] = {.count = 1, .reusable = true}, SHIFT(673), + [1615] = {.count = 1, .reusable = true}, SHIFT(674), + [1617] = {.count = 1, .reusable = false}, SHIFT(675), + [1619] = {.count = 1, .reusable = false}, SHIFT(676), + [1621] = {.count = 1, .reusable = true}, SHIFT(677), + [1623] = {.count = 1, .reusable = false}, SHIFT(678), + [1625] = {.count = 1, .reusable = true}, SHIFT(678), + [1627] = {.count = 1, .reusable = false}, SHIFT(679), + [1629] = {.count = 1, .reusable = false}, SHIFT(680), + [1631] = {.count = 1, .reusable = false}, SHIFT(681), + [1633] = {.count = 1, .reusable = true}, SHIFT(684), + [1635] = {.count = 1, .reusable = false}, SHIFT(684), + [1637] = {.count = 1, .reusable = true}, SHIFT(685), + [1639] = {.count = 1, .reusable = true}, SHIFT(686), + [1641] = {.count = 1, .reusable = true}, SHIFT(687), + [1643] = {.count = 1, .reusable = false}, SHIFT(687), + [1645] = {.count = 1, .reusable = true}, SHIFT(688), + [1647] = {.count = 1, .reusable = true}, SHIFT(689), + [1649] = {.count = 1, .reusable = true}, SHIFT(690), + [1651] = {.count = 1, .reusable = true}, SHIFT(691), + [1653] = {.count = 1, .reusable = true}, SHIFT(692), + [1655] = {.count = 1, .reusable = true}, SHIFT(693), + [1657] = {.count = 1, .reusable = true}, SHIFT(695), + [1659] = {.count = 1, .reusable = false}, SHIFT(695), + [1661] = {.count = 1, .reusable = false}, SHIFT(694), + [1663] = {.count = 1, .reusable = false}, REDUCE(sym_return_statement, 2), + [1665] = {.count = 1, .reusable = true}, REDUCE(sym_return_statement, 2), + [1667] = {.count = 1, .reusable = true}, SHIFT(696), + [1669] = {.count = 1, .reusable = false}, REDUCE(sym_break_statement, 2), + [1671] = {.count = 1, .reusable = true}, REDUCE(sym_break_statement, 2), + [1673] = {.count = 1, .reusable = false}, REDUCE(sym_continue_statement, 2), + [1675] = {.count = 1, .reusable = true}, REDUCE(sym_continue_statement, 2), + [1677] = {.count = 1, .reusable = true}, SHIFT(697), + [1679] = {.count = 1, .reusable = true}, REDUCE(sym_logical_expression, 2), + [1681] = {.count = 1, .reusable = false}, REDUCE(sym_logical_expression, 2), + [1683] = {.count = 1, .reusable = true}, REDUCE(sym_bitwise_expression, 2), + [1685] = {.count = 1, .reusable = false}, REDUCE(sym_bitwise_expression, 2), + [1687] = {.count = 1, .reusable = true}, REDUCE(sym_math_expression, 2), + [1689] = {.count = 1, .reusable = false}, REDUCE(sym_math_expression, 2), + [1691] = {.count = 1, .reusable = true}, REDUCE(sym_sizeof_expression, 2), + [1693] = {.count = 1, .reusable = false}, REDUCE(sym_sizeof_expression, 2), + [1695] = {.count = 1, .reusable = true}, REDUCE(sym_concatenated_string, 2), + [1697] = {.count = 1, .reusable = false}, REDUCE(sym_concatenated_string, 2), + [1699] = {.count = 1, .reusable = true}, SHIFT(699), + [1701] = {.count = 1, .reusable = false}, SHIFT(700), + [1703] = {.count = 1, .reusable = true}, SHIFT(702), + [1705] = {.count = 1, .reusable = true}, SHIFT(703), + [1707] = {.count = 1, .reusable = false}, SHIFT(703), + [1709] = {.count = 1, .reusable = true}, SHIFT(704), + [1711] = {.count = 1, .reusable = false}, SHIFT(704), + [1713] = {.count = 1, .reusable = false}, REDUCE(sym_expression_statement, 2), + [1715] = {.count = 1, .reusable = true}, REDUCE(sym_expression_statement, 2), + [1717] = {.count = 1, .reusable = true}, SHIFT(706), + [1719] = {.count = 1, .reusable = false}, SHIFT(706), + [1721] = {.count = 1, .reusable = true}, SHIFT(707), + [1723] = {.count = 1, .reusable = false}, SHIFT(707), + [1725] = {.count = 1, .reusable = true}, SHIFT(708), + [1727] = {.count = 1, .reusable = false}, SHIFT(708), + [1729] = {.count = 1, .reusable = true}, SHIFT(709), + [1731] = {.count = 1, .reusable = false}, SHIFT(709), + [1733] = {.count = 1, .reusable = true}, SHIFT(710), + [1735] = {.count = 1, .reusable = false}, SHIFT(710), + [1737] = {.count = 1, .reusable = true}, SHIFT(711), + [1739] = {.count = 1, .reusable = false}, SHIFT(711), + [1741] = {.count = 1, .reusable = true}, SHIFT(712), + [1743] = {.count = 1, .reusable = false}, SHIFT(712), + [1745] = {.count = 1, .reusable = true}, SHIFT(713), + [1747] = {.count = 1, .reusable = false}, SHIFT(713), + [1749] = {.count = 1, .reusable = true}, SHIFT(714), + [1751] = {.count = 1, .reusable = false}, SHIFT(714), + [1753] = {.count = 1, .reusable = true}, SHIFT(715), + [1755] = {.count = 1, .reusable = false}, SHIFT(715), + [1757] = {.count = 1, .reusable = true}, SHIFT(716), + [1759] = {.count = 1, .reusable = false}, SHIFT(716), + [1761] = {.count = 1, .reusable = true}, SHIFT(717), + [1763] = {.count = 1, .reusable = false}, SHIFT(717), + [1765] = {.count = 1, .reusable = true}, SHIFT(718), + [1767] = {.count = 1, .reusable = false}, SHIFT(718), + [1769] = {.count = 1, .reusable = true}, SHIFT(719), + [1771] = {.count = 1, .reusable = true}, REDUCE(sym_call_expression, 2), + [1773] = {.count = 1, .reusable = false}, REDUCE(sym_call_expression, 2), + [1775] = {.count = 1, .reusable = true}, REDUCE(sym_compound_statement, 3), + [1777] = {.count = 1, .reusable = false}, REDUCE(sym_compound_statement, 3), + [1779] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(2), + [1782] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(3), + [1785] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(219), + [1788] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(220), + [1791] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(221), + [1794] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(222), + [1797] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(7), + [1800] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(223), + [1803] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(8), + [1806] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(10), + [1809] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(123), + [1812] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [1814] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(225), + [1817] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(11), + [1820] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(21), + [1823] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(18), + [1826] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(12), + [1829] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(13), + [1832] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(14), + [1835] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(226), + [1838] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(227), + [1841] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(228), + [1844] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(229), + [1847] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(230), + [1850] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(231), + [1853] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(232), + [1856] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(233), + [1859] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(234), + [1862] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(235), + [1865] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(236), + [1868] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(237), + [1871] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(238), + [1874] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(239), + [1877] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(239), + [1880] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(240), + [1883] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(246), + [1886] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(241), + [1889] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(246), + [1892] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(242), + [1895] = {.count = 1, .reusable = true}, SHIFT(720), + [1897] = {.count = 1, .reusable = true}, SHIFT(722), + [1899] = {.count = 1, .reusable = true}, REDUCE(sym_array_declarator, 4), + [1901] = {.count = 1, .reusable = true}, SHIFT(723), + [1903] = {.count = 1, .reusable = true}, SHIFT(725), + [1905] = {.count = 1, .reusable = false}, SHIFT(725), + [1907] = {.count = 1, .reusable = true}, SHIFT(726), + [1909] = {.count = 1, .reusable = false}, SHIFT(726), + [1911] = {.count = 1, .reusable = true}, SHIFT(727), + [1913] = {.count = 1, .reusable = false}, SHIFT(727), + [1915] = {.count = 1, .reusable = true}, SHIFT(728), + [1917] = {.count = 1, .reusable = false}, SHIFT(728), + [1919] = {.count = 1, .reusable = true}, SHIFT(729), + [1921] = {.count = 1, .reusable = false}, SHIFT(729), + [1923] = {.count = 1, .reusable = true}, SHIFT(730), + [1925] = {.count = 1, .reusable = false}, SHIFT(730), + [1927] = {.count = 1, .reusable = true}, SHIFT(731), + [1929] = {.count = 1, .reusable = false}, SHIFT(731), + [1931] = {.count = 1, .reusable = true}, SHIFT(732), + [1933] = {.count = 1, .reusable = false}, SHIFT(732), + [1935] = {.count = 1, .reusable = true}, SHIFT(733), + [1937] = {.count = 1, .reusable = false}, SHIFT(733), + [1939] = {.count = 1, .reusable = true}, SHIFT(734), + [1941] = {.count = 1, .reusable = false}, SHIFT(734), + [1943] = {.count = 1, .reusable = true}, SHIFT(735), + [1945] = {.count = 1, .reusable = false}, SHIFT(735), + [1947] = {.count = 2, .reusable = false}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(476), + [1950] = {.count = 1, .reusable = true}, SHIFT(737), + [1952] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 2), + [1954] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 2), + [1956] = {.count = 1, .reusable = true}, SHIFT(738), + [1958] = {.count = 1, .reusable = false}, SHIFT(738), + [1960] = {.count = 1, .reusable = true}, SHIFT(739), + [1962] = {.count = 1, .reusable = true}, SHIFT(740), + [1964] = {.count = 1, .reusable = true}, SHIFT(742), + [1966] = {.count = 1, .reusable = true}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [1968] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_params, 4), + [1970] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(269), + [1973] = {.count = 1, .reusable = true}, SHIFT(744), + [1975] = {.count = 1, .reusable = true}, SHIFT(745), + [1977] = {.count = 1, .reusable = true}, SHIFT(746), + [1979] = {.count = 1, .reusable = true}, SHIFT(747), + [1981] = {.count = 1, .reusable = true}, SHIFT(748), + [1983] = {.count = 1, .reusable = false}, SHIFT(749), + [1985] = {.count = 1, .reusable = false}, SHIFT(750), + [1987] = {.count = 1, .reusable = false}, SHIFT(751), + [1989] = {.count = 1, .reusable = true}, SHIFT(752), + [1991] = {.count = 1, .reusable = false}, SHIFT(752), + [1993] = {.count = 1, .reusable = true}, SHIFT(754), + [1995] = {.count = 1, .reusable = false}, SHIFT(754), + [1997] = {.count = 1, .reusable = true}, SHIFT(756), + [1999] = {.count = 1, .reusable = false}, SHIFT(756), + [2001] = {.count = 1, .reusable = true}, SHIFT(758), + [2003] = {.count = 1, .reusable = true}, SHIFT(759), + [2005] = {.count = 1, .reusable = true}, SHIFT(761), + [2007] = {.count = 1, .reusable = true}, SHIFT(763), + [2009] = {.count = 1, .reusable = true}, SHIFT(765), + [2011] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif, 4, .alias_sequence_id = 14), + [2013] = {.count = 1, .reusable = true}, SHIFT(766), + [2015] = {.count = 1, .reusable = true}, SHIFT(767), + [2017] = {.count = 1, .reusable = true}, SHIFT(768), + [2019] = {.count = 1, .reusable = true}, REDUCE(sym_array_type_declarator, 4), + [2021] = {.count = 1, .reusable = true}, SHIFT(769), + [2023] = {.count = 1, .reusable = true}, SHIFT(770), + [2025] = {.count = 1, .reusable = true}, SHIFT(772), + [2027] = {.count = 1, .reusable = true}, SHIFT(773), + [2029] = {.count = 1, .reusable = false}, SHIFT(773), + [2031] = {.count = 1, .reusable = true}, SHIFT(774), + [2033] = {.count = 1, .reusable = false}, SHIFT(774), + [2035] = {.count = 1, .reusable = true}, SHIFT(775), + [2037] = {.count = 1, .reusable = false}, SHIFT(775), + [2039] = {.count = 1, .reusable = true}, SHIFT(776), + [2041] = {.count = 1, .reusable = false}, SHIFT(776), + [2043] = {.count = 1, .reusable = true}, SHIFT(777), + [2045] = {.count = 1, .reusable = false}, SHIFT(777), + [2047] = {.count = 1, .reusable = true}, SHIFT(778), + [2049] = {.count = 1, .reusable = false}, SHIFT(778), + [2051] = {.count = 1, .reusable = true}, SHIFT(779), + [2053] = {.count = 1, .reusable = false}, SHIFT(779), + [2055] = {.count = 1, .reusable = true}, SHIFT(780), + [2057] = {.count = 1, .reusable = false}, SHIFT(780), + [2059] = {.count = 1, .reusable = true}, SHIFT(781), + [2061] = {.count = 1, .reusable = false}, SHIFT(781), + [2063] = {.count = 1, .reusable = true}, SHIFT(782), + [2065] = {.count = 1, .reusable = false}, SHIFT(782), + [2067] = {.count = 1, .reusable = true}, SHIFT(783), + [2069] = {.count = 1, .reusable = false}, SHIFT(783), + [2071] = {.count = 1, .reusable = true}, REDUCE(sym_enumerator_list, 5), + [2073] = {.count = 1, .reusable = false}, REDUCE(sym_enumerator_list, 5), + [2075] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_else_in_field_declaration_list, 2, .alias_sequence_id = 6), + [2077] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 2, .alias_sequence_id = 14), + [2079] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 22), + [2081] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 22), + [2083] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 23), + [2085] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 23), + [2087] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 15), + [2089] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .alias_sequence_id = 15), + [2091] = {.count = 1, .reusable = true}, SHIFT(788), + [2093] = {.count = 1, .reusable = true}, SHIFT(789), + [2095] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 24), + [2097] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 24), + [2099] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 25), + [2101] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 25), + [2103] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 16), + [2105] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 16), + [2107] = {.count = 1, .reusable = true}, SHIFT(790), + [2109] = {.count = 1, .reusable = true}, SHIFT(791), + [2111] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 26), + [2113] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 26), + [2115] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 27), + [2117] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 27), + [2119] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 17), + [2121] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .alias_sequence_id = 17), + [2123] = {.count = 1, .reusable = true}, SHIFT(792), + [2125] = {.count = 1, .reusable = true}, SHIFT(793), + [2127] = {.count = 1, .reusable = true}, REDUCE(sym__field_declarator, 3), + [2129] = {.count = 1, .reusable = true}, SHIFT(794), + [2131] = {.count = 1, .reusable = true}, SHIFT(796), + [2133] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 4), + [2135] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 4), + [2137] = {.count = 1, .reusable = true}, SHIFT(797), + [2139] = {.count = 1, .reusable = false}, SHIFT(797), + [2141] = {.count = 1, .reusable = true}, SHIFT(798), + [2143] = {.count = 1, .reusable = false}, SHIFT(798), + [2145] = {.count = 1, .reusable = true}, SHIFT(799), + [2147] = {.count = 1, .reusable = false}, SHIFT(799), + [2149] = {.count = 1, .reusable = true}, SHIFT(800), + [2151] = {.count = 1, .reusable = false}, SHIFT(800), + [2153] = {.count = 1, .reusable = true}, SHIFT(801), + [2155] = {.count = 1, .reusable = false}, SHIFT(801), + [2157] = {.count = 1, .reusable = true}, SHIFT(802), + [2159] = {.count = 1, .reusable = false}, SHIFT(802), + [2161] = {.count = 1, .reusable = true}, SHIFT(803), + [2163] = {.count = 1, .reusable = false}, SHIFT(803), + [2165] = {.count = 1, .reusable = true}, SHIFT(804), + [2167] = {.count = 1, .reusable = false}, SHIFT(804), + [2169] = {.count = 1, .reusable = true}, SHIFT(805), + [2171] = {.count = 1, .reusable = false}, SHIFT(805), + [2173] = {.count = 1, .reusable = true}, SHIFT(806), + [2175] = {.count = 1, .reusable = false}, SHIFT(806), + [2177] = {.count = 1, .reusable = true}, SHIFT(807), + [2179] = {.count = 1, .reusable = false}, SHIFT(807), + [2181] = {.count = 1, .reusable = true}, REDUCE(aux_sym_field_declaration_repeat1, 2), + [2183] = {.count = 1, .reusable = true}, REDUCE(sym_array_field_declarator, 3), + [2185] = {.count = 1, .reusable = true}, SHIFT(808), + [2187] = {.count = 1, .reusable = true}, SHIFT(809), + [2189] = {.count = 1, .reusable = false}, SHIFT(809), + [2191] = {.count = 1, .reusable = true}, SHIFT(810), + [2193] = {.count = 1, .reusable = true}, SHIFT(811), + [2195] = {.count = 1, .reusable = false}, SHIFT(811), + [2197] = {.count = 2, .reusable = true}, REDUCE(aux_sym_field_declaration_repeat1, 2), SHIFT_REPEAT(360), + [2200] = {.count = 1, .reusable = true}, REDUCE(sym__abstract_declarator, 3), + [2202] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 3), + [2204] = {.count = 1, .reusable = true}, SHIFT(812), + [2206] = {.count = 1, .reusable = true}, SHIFT(813), + [2208] = {.count = 1, .reusable = false}, SHIFT(813), + [2210] = {.count = 1, .reusable = true}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [2212] = {.count = 1, .reusable = true}, REDUCE(sym_parameter_list, 4, .dynamic_precedence = 1), + [2214] = {.count = 2, .reusable = true}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(376), + [2217] = {.count = 3, .reusable = true}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), SHIFT(41), + [2221] = {.count = 2, .reusable = true}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .alias_sequence_id = 1), + [2224] = {.count = 1, .reusable = true}, SHIFT(814), + [2226] = {.count = 1, .reusable = true}, SHIFT(816), + [2228] = {.count = 1, .reusable = true}, SHIFT(817), + [2230] = {.count = 1, .reusable = false}, SHIFT(817), + [2232] = {.count = 1, .reusable = true}, REDUCE(sym_parenthesized_expression, 3), + [2234] = {.count = 1, .reusable = false}, REDUCE(sym_parenthesized_expression, 3), + [2236] = {.count = 1, .reusable = true}, SHIFT(818), + [2238] = {.count = 1, .reusable = false}, SHIFT(818), + [2240] = {.count = 1, .reusable = true}, SHIFT(819), + [2242] = {.count = 1, .reusable = false}, SHIFT(819), + [2244] = {.count = 1, .reusable = true}, SHIFT(820), + [2246] = {.count = 1, .reusable = false}, SHIFT(820), + [2248] = {.count = 1, .reusable = true}, SHIFT(821), + [2250] = {.count = 1, .reusable = false}, SHIFT(821), + [2252] = {.count = 1, .reusable = true}, SHIFT(822), + [2254] = {.count = 1, .reusable = false}, SHIFT(822), + [2256] = {.count = 1, .reusable = true}, SHIFT(823), + [2258] = {.count = 1, .reusable = false}, SHIFT(823), + [2260] = {.count = 1, .reusable = true}, SHIFT(824), + [2262] = {.count = 1, .reusable = false}, SHIFT(824), + [2264] = {.count = 1, .reusable = true}, SHIFT(825), + [2266] = {.count = 1, .reusable = false}, SHIFT(825), + [2268] = {.count = 1, .reusable = true}, SHIFT(826), + [2270] = {.count = 1, .reusable = false}, SHIFT(826), + [2272] = {.count = 1, .reusable = true}, SHIFT(827), + [2274] = {.count = 1, .reusable = false}, SHIFT(827), + [2276] = {.count = 1, .reusable = true}, SHIFT(828), + [2278] = {.count = 1, .reusable = false}, SHIFT(828), + [2280] = {.count = 1, .reusable = true}, SHIFT(829), + [2282] = {.count = 1, .reusable = false}, SHIFT(829), + [2284] = {.count = 1, .reusable = false}, SHIFT(831), + [2286] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [2288] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 3, .alias_sequence_id = 5), + [2290] = {.count = 1, .reusable = true}, SHIFT(832), + [2292] = {.count = 1, .reusable = true}, SHIFT(833), + [2294] = {.count = 1, .reusable = false}, SHIFT(834), + [2296] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else_in_compound_statement, 1, .alias_sequence_id = 6), + [2298] = {.count = 1, .reusable = false}, SHIFT(835), + [2300] = {.count = 1, .reusable = false}, SHIFT(836), + [2302] = {.count = 1, .reusable = true}, SHIFT(837), + [2304] = {.count = 1, .reusable = false}, SHIFT(838), + [2306] = {.count = 1, .reusable = false}, SHIFT(839), + [2308] = {.count = 1, .reusable = false}, SHIFT(840), + [2310] = {.count = 1, .reusable = false}, SHIFT(841), + [2312] = {.count = 1, .reusable = false}, SHIFT(842), + [2314] = {.count = 1, .reusable = false}, SHIFT(843), + [2316] = {.count = 1, .reusable = false}, SHIFT(844), + [2318] = {.count = 1, .reusable = false}, SHIFT(845), + [2320] = {.count = 1, .reusable = false}, SHIFT(846), + [2322] = {.count = 1, .reusable = false}, SHIFT(847), + [2324] = {.count = 1, .reusable = false}, SHIFT(848), + [2326] = {.count = 1, .reusable = true}, SHIFT(853), + [2328] = {.count = 1, .reusable = false}, SHIFT(853), + [2330] = {.count = 1, .reusable = false}, SHIFT(849), + [2332] = {.count = 1, .reusable = false}, SHIFT(856), + [2334] = {.count = 1, .reusable = true}, SHIFT(857), + [2336] = {.count = 1, .reusable = true}, SHIFT(858), + [2338] = {.count = 1, .reusable = true}, SHIFT(859), + [2340] = {.count = 1, .reusable = false}, SHIFT(859), + [2342] = {.count = 1, .reusable = true}, SHIFT(860), + [2344] = {.count = 1, .reusable = true}, SHIFT(861), + [2346] = {.count = 1, .reusable = true}, SHIFT(863), + [2348] = {.count = 1, .reusable = true}, SHIFT(864), + [2350] = {.count = 1, .reusable = true}, SHIFT(865), + [2352] = {.count = 1, .reusable = false}, SHIFT(865), + [2354] = {.count = 1, .reusable = true}, SHIFT(866), + [2356] = {.count = 1, .reusable = true}, SHIFT(867), + [2358] = {.count = 1, .reusable = true}, SHIFT(868), + [2360] = {.count = 1, .reusable = true}, SHIFT(869), + [2362] = {.count = 1, .reusable = true}, SHIFT(870), + [2364] = {.count = 1, .reusable = true}, SHIFT(871), + [2366] = {.count = 1, .reusable = true}, SHIFT(872), + [2368] = {.count = 1, .reusable = true}, SHIFT(873), + [2370] = {.count = 1, .reusable = false}, SHIFT(874), + [2372] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [2374] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 7), + [2376] = {.count = 1, .reusable = true}, SHIFT(878), + [2378] = {.count = 1, .reusable = true}, SHIFT(879), + [2380] = {.count = 1, .reusable = false}, SHIFT(880), + [2382] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [2384] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 3, .alias_sequence_id = 8), + [2386] = {.count = 1, .reusable = true}, SHIFT(883), + [2388] = {.count = 1, .reusable = true}, SHIFT(884), + [2390] = {.count = 1, .reusable = false}, SHIFT(885), + [2392] = {.count = 1, .reusable = true}, SHIFT(889), + [2394] = {.count = 1, .reusable = true}, SHIFT(890), + [2396] = {.count = 1, .reusable = false}, SHIFT(890), + [2398] = {.count = 1, .reusable = true}, SHIFT(891), + [2400] = {.count = 1, .reusable = true}, SHIFT(892), + [2402] = {.count = 1, .reusable = false}, SHIFT(893), + [2404] = {.count = 1, .reusable = false}, SHIFT(894), + [2406] = {.count = 1, .reusable = true}, SHIFT(895), + [2408] = {.count = 1, .reusable = true}, SHIFT(894), + [2410] = {.count = 1, .reusable = false}, SHIFT(896), + [2412] = {.count = 1, .reusable = true}, SHIFT(897), + [2414] = {.count = 1, .reusable = true}, SHIFT(898), + [2416] = {.count = 1, .reusable = false}, SHIFT(899), + [2418] = {.count = 1, .reusable = false}, SHIFT(900), + [2420] = {.count = 1, .reusable = true}, SHIFT(901), + [2422] = {.count = 1, .reusable = false}, SHIFT(902), + [2424] = {.count = 1, .reusable = true}, SHIFT(902), + [2426] = {.count = 1, .reusable = false}, SHIFT(903), + [2428] = {.count = 1, .reusable = false}, SHIFT(904), + [2430] = {.count = 1, .reusable = true}, SHIFT(905), + [2432] = {.count = 1, .reusable = true}, SHIFT(906), + [2434] = {.count = 1, .reusable = true}, SHIFT(908), + [2436] = {.count = 1, .reusable = true}, SHIFT(909), + [2438] = {.count = 1, .reusable = false}, SHIFT(909), + [2440] = {.count = 1, .reusable = true}, SHIFT(911), + [2442] = {.count = 1, .reusable = false}, SHIFT(911), + [2444] = {.count = 1, .reusable = true}, SHIFT(912), + [2446] = {.count = 1, .reusable = false}, SHIFT(912), + [2448] = {.count = 1, .reusable = true}, SHIFT(913), + [2450] = {.count = 1, .reusable = false}, SHIFT(913), + [2452] = {.count = 1, .reusable = true}, SHIFT(914), + [2454] = {.count = 1, .reusable = false}, SHIFT(914), + [2456] = {.count = 1, .reusable = true}, SHIFT(915), + [2458] = {.count = 1, .reusable = false}, SHIFT(915), + [2460] = {.count = 1, .reusable = true}, SHIFT(916), + [2462] = {.count = 1, .reusable = false}, SHIFT(916), + [2464] = {.count = 1, .reusable = true}, SHIFT(917), + [2466] = {.count = 1, .reusable = false}, SHIFT(917), + [2468] = {.count = 1, .reusable = true}, SHIFT(918), + [2470] = {.count = 1, .reusable = false}, SHIFT(918), + [2472] = {.count = 1, .reusable = true}, SHIFT(919), + [2474] = {.count = 1, .reusable = false}, SHIFT(919), + [2476] = {.count = 1, .reusable = true}, SHIFT(920), + [2478] = {.count = 1, .reusable = false}, SHIFT(920), + [2480] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 3), + [2482] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 3), + [2484] = {.count = 1, .reusable = true}, SHIFT(921), + [2486] = {.count = 1, .reusable = true}, SHIFT(922), + [2488] = {.count = 1, .reusable = false}, SHIFT(922), + [2490] = {.count = 1, .reusable = true}, SHIFT(923), + [2492] = {.count = 1, .reusable = false}, SHIFT(923), + [2494] = {.count = 1, .reusable = true}, SHIFT(924), + [2496] = {.count = 1, .reusable = false}, SHIFT(925), + [2498] = {.count = 1, .reusable = true}, SHIFT(926), + [2500] = {.count = 1, .reusable = false}, SHIFT(926), + [2502] = {.count = 1, .reusable = true}, SHIFT(927), + [2504] = {.count = 1, .reusable = true}, SHIFT(928), + [2506] = {.count = 1, .reusable = false}, SHIFT(928), + [2508] = {.count = 1, .reusable = true}, SHIFT(929), + [2510] = {.count = 1, .reusable = true}, SHIFT(930), + [2512] = {.count = 1, .reusable = true}, SHIFT(931), + [2514] = {.count = 1, .reusable = false}, SHIFT(931), + [2516] = {.count = 1, .reusable = true}, SHIFT(932), + [2518] = {.count = 1, .reusable = false}, REDUCE(sym_return_statement, 3), + [2520] = {.count = 1, .reusable = true}, REDUCE(sym_return_statement, 3), + [2522] = {.count = 1, .reusable = false}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 28), + [2524] = {.count = 1, .reusable = true}, REDUCE(sym_goto_statement, 3, .alias_sequence_id = 28), + [2526] = {.count = 1, .reusable = true}, SHIFT(933), + [2528] = {.count = 1, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2530] = {.count = 1, .reusable = false}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2532] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(699), + [2535] = {.count = 1, .reusable = false}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 29), + [2537] = {.count = 1, .reusable = true}, REDUCE(sym_labeled_statement, 3, .alias_sequence_id = 29), + [2539] = {.count = 1, .reusable = true}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), + [2541] = {.count = 1, .reusable = false}, REDUCE(sym_argument_list, 2, .dynamic_precedence = 1), + [2543] = {.count = 1, .reusable = true}, SHIFT(934), + [2545] = {.count = 1, .reusable = true}, SHIFT(935), + [2547] = {.count = 1, .reusable = true}, REDUCE(sym_comma_expression, 3), + [2549] = {.count = 1, .reusable = true}, REDUCE(sym_math_expression, 3), + [2551] = {.count = 1, .reusable = false}, REDUCE(sym_math_expression, 3), + [2553] = {.count = 1, .reusable = true}, SHIFT(937), + [2555] = {.count = 1, .reusable = true}, REDUCE(sym_assignment_expression, 3), + [2557] = {.count = 1, .reusable = true}, SHIFT(938), + [2559] = {.count = 1, .reusable = true}, REDUCE(sym_bitwise_expression, 3), + [2561] = {.count = 1, .reusable = false}, REDUCE(sym_bitwise_expression, 3), + [2563] = {.count = 1, .reusable = true}, REDUCE(sym_logical_expression, 3), + [2565] = {.count = 1, .reusable = false}, REDUCE(sym_logical_expression, 3), + [2567] = {.count = 1, .reusable = true}, REDUCE(sym_equality_expression, 3), + [2569] = {.count = 1, .reusable = false}, REDUCE(sym_equality_expression, 3), + [2571] = {.count = 1, .reusable = true}, REDUCE(sym_relational_expression, 3), + [2573] = {.count = 1, .reusable = false}, REDUCE(sym_relational_expression, 3), + [2575] = {.count = 1, .reusable = true}, REDUCE(sym_shift_expression, 3), + [2577] = {.count = 1, .reusable = false}, REDUCE(sym_shift_expression, 3), + [2579] = {.count = 1, .reusable = true}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 30), + [2581] = {.count = 1, .reusable = false}, REDUCE(sym_field_expression, 3, .alias_sequence_id = 30), + [2583] = {.count = 1, .reusable = true}, SHIFT(939), + [2585] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(722), + [2588] = {.count = 1, .reusable = true}, REDUCE(sym_array_declarator, 5), + [2590] = {.count = 1, .reusable = true}, SHIFT(940), + [2592] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 3), + [2594] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 3), + [2596] = {.count = 1, .reusable = true}, SHIFT(941), + [2598] = {.count = 1, .reusable = true}, REDUCE(sym_field_designator, 2, .alias_sequence_id = 31), + [2600] = {.count = 1, .reusable = true}, SHIFT(942), + [2602] = {.count = 1, .reusable = true}, SHIFT(943), + [2604] = {.count = 1, .reusable = false}, SHIFT(943), + [2606] = {.count = 1, .reusable = true}, SHIFT(945), + [2608] = {.count = 1, .reusable = true}, SHIFT(947), + [2610] = {.count = 1, .reusable = false}, SHIFT(947), + [2612] = {.count = 2, .reusable = true}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(479), + [2615] = {.count = 1, .reusable = true}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [2617] = {.count = 2, .reusable = true}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(480), + [2620] = {.count = 1, .reusable = true}, SHIFT(949), + [2622] = {.count = 1, .reusable = true}, SHIFT(950), + [2624] = {.count = 1, .reusable = true}, SHIFT(951), + [2626] = {.count = 1, .reusable = true}, SHIFT(952), + [2628] = {.count = 1, .reusable = true}, SHIFT(953), + [2630] = {.count = 1, .reusable = true}, SHIFT(954), + [2632] = {.count = 1, .reusable = true}, SHIFT(955), + [2634] = {.count = 1, .reusable = true}, SHIFT(956), + [2636] = {.count = 1, .reusable = true}, REDUCE(sym_array_type_declarator, 5), + [2638] = {.count = 1, .reusable = true}, SHIFT(957), + [2640] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(772), + [2643] = {.count = 1, .reusable = true}, SHIFT(958), + [2645] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .alias_sequence_id = 32), + [2647] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .alias_sequence_id = 33), + [2649] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .alias_sequence_id = 14), + [2651] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 34), + [2653] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 34), + [2655] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 35), + [2657] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .alias_sequence_id = 35), + [2659] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 36), + [2661] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 36), + [2663] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 37), + [2665] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 37), + [2667] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 38), + [2669] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 38), + [2671] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 39), + [2673] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .alias_sequence_id = 39), + [2675] = {.count = 1, .reusable = true}, SHIFT(961), + [2677] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(796), + [2680] = {.count = 1, .reusable = true}, SHIFT(962), + [2682] = {.count = 1, .reusable = true}, REDUCE(sym_array_field_declarator, 4), + [2684] = {.count = 1, .reusable = true}, SHIFT(963), + [2686] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 5), + [2688] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 5), + [2690] = {.count = 1, .reusable = true}, SHIFT(964), + [2692] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 4), + [2694] = {.count = 1, .reusable = true}, SHIFT(965), + [2696] = {.count = 1, .reusable = true}, SHIFT(966), + [2698] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(816), + [2701] = {.count = 1, .reusable = true}, SHIFT(967), + [2703] = {.count = 1, .reusable = true}, REDUCE(sym_cast_expression, 4), + [2705] = {.count = 1, .reusable = false}, REDUCE(sym_cast_expression, 4), + [2707] = {.count = 1, .reusable = true}, REDUCE(sym_compound_literal_expression, 4), + [2709] = {.count = 1, .reusable = false}, REDUCE(sym_compound_literal_expression, 4), + [2711] = {.count = 1, .reusable = false}, SHIFT(968), + [2713] = {.count = 1, .reusable = false}, SHIFT(972), + [2715] = {.count = 1, .reusable = false}, SHIFT(976), + [2717] = {.count = 1, .reusable = false}, SHIFT(980), + [2719] = {.count = 1, .reusable = true}, SHIFT(981), + [2721] = {.count = 1, .reusable = true}, SHIFT(982), + [2723] = {.count = 1, .reusable = true}, SHIFT(983), + [2725] = {.count = 1, .reusable = true}, SHIFT(984), + [2727] = {.count = 1, .reusable = true}, SHIFT(985), + [2729] = {.count = 1, .reusable = false}, SHIFT(985), + [2731] = {.count = 1, .reusable = true}, SHIFT(986), + [2733] = {.count = 1, .reusable = true}, SHIFT(987), + [2735] = {.count = 1, .reusable = true}, SHIFT(989), + [2737] = {.count = 1, .reusable = true}, SHIFT(990), + [2739] = {.count = 1, .reusable = true}, SHIFT(991), + [2741] = {.count = 1, .reusable = false}, SHIFT(991), + [2743] = {.count = 1, .reusable = true}, SHIFT(992), + [2745] = {.count = 1, .reusable = true}, SHIFT(993), + [2747] = {.count = 1, .reusable = true}, SHIFT(994), + [2749] = {.count = 1, .reusable = true}, SHIFT(995), + [2751] = {.count = 1, .reusable = true}, SHIFT(996), + [2753] = {.count = 1, .reusable = true}, SHIFT(997), + [2755] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_else_in_compound_statement, 2, .alias_sequence_id = 6), + [2757] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif_in_compound_statement, 2, .alias_sequence_id = 14), + [2759] = {.count = 1, .reusable = true}, SHIFT(1002), + [2761] = {.count = 1, .reusable = false}, SHIFT(1002), + [2763] = {.count = 1, .reusable = true}, SHIFT(1003), + [2765] = {.count = 1, .reusable = false}, SHIFT(1003), + [2767] = {.count = 1, .reusable = true}, SHIFT(1004), + [2769] = {.count = 1, .reusable = false}, SHIFT(1005), + [2771] = {.count = 1, .reusable = true}, SHIFT(1008), + [2773] = {.count = 1, .reusable = false}, SHIFT(1008), + [2775] = {.count = 1, .reusable = true}, SHIFT(1009), + [2777] = {.count = 1, .reusable = true}, SHIFT(1010), + [2779] = {.count = 1, .reusable = true}, SHIFT(1011), + [2781] = {.count = 1, .reusable = false}, SHIFT(1011), + [2783] = {.count = 1, .reusable = true}, SHIFT(1012), + [2785] = {.count = 1, .reusable = true}, SHIFT(1013), + [2787] = {.count = 1, .reusable = false}, SHIFT(1014), + [2789] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 22), + [2791] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 22), + [2793] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 23), + [2795] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 23), + [2797] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 15), + [2799] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 4, .alias_sequence_id = 15), + [2801] = {.count = 1, .reusable = true}, SHIFT(1016), + [2803] = {.count = 1, .reusable = true}, SHIFT(1017), + [2805] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(58), + [2808] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(59), + [2811] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(620), + [2814] = {.count = 1, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), + [2816] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(622), + [2819] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(623), + [2822] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(66), + [2825] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(626), + [2828] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(67), + [2831] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(308), + [2834] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(627), + [2837] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(628), + [2840] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(629), + [2843] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(630), + [2846] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(631), + [2849] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(632), + [2852] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(633), + [2855] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(634), + [2858] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(635), + [2861] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(636), + [2864] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(637), + [2867] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(644), + [2870] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(644), + [2873] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(638), + [2876] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 24), + [2878] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 24), + [2880] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 25), + [2882] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 25), + [2884] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 16), + [2886] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 16), + [2888] = {.count = 1, .reusable = true}, SHIFT(1018), + [2890] = {.count = 1, .reusable = true}, SHIFT(1019), + [2892] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 26), + [2894] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 26), + [2896] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 27), + [2898] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 27), + [2900] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 17), + [2902] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 4, .alias_sequence_id = 17), + [2904] = {.count = 1, .reusable = true}, SHIFT(1020), + [2906] = {.count = 1, .reusable = true}, SHIFT(1021), + [2908] = {.count = 1, .reusable = true}, SHIFT(1022), + [2910] = {.count = 1, .reusable = true}, SHIFT(1024), + [2912] = {.count = 1, .reusable = false}, SHIFT(1025), + [2914] = {.count = 1, .reusable = false}, SHIFT(1026), + [2916] = {.count = 1, .reusable = false}, SHIFT(1027), + [2918] = {.count = 1, .reusable = false}, SHIFT(1028), + [2920] = {.count = 1, .reusable = false}, SHIFT(1029), + [2922] = {.count = 1, .reusable = false}, SHIFT(1030), + [2924] = {.count = 1, .reusable = false}, SHIFT(1031), + [2926] = {.count = 1, .reusable = true}, SHIFT(1033), + [2928] = {.count = 1, .reusable = false}, SHIFT(1033), + [2930] = {.count = 1, .reusable = true}, SHIFT(1034), + [2932] = {.count = 1, .reusable = false}, SHIFT(1034), + [2934] = {.count = 1, .reusable = true}, SHIFT(1035), + [2936] = {.count = 1, .reusable = false}, SHIFT(1035), + [2938] = {.count = 1, .reusable = true}, SHIFT(1036), + [2940] = {.count = 1, .reusable = false}, SHIFT(1036), + [2942] = {.count = 1, .reusable = true}, SHIFT(1037), + [2944] = {.count = 1, .reusable = false}, SHIFT(1037), + [2946] = {.count = 1, .reusable = true}, SHIFT(1038), + [2948] = {.count = 1, .reusable = false}, SHIFT(1038), + [2950] = {.count = 1, .reusable = true}, SHIFT(1039), + [2952] = {.count = 1, .reusable = false}, SHIFT(1039), + [2954] = {.count = 1, .reusable = true}, SHIFT(1040), + [2956] = {.count = 1, .reusable = false}, SHIFT(1040), + [2958] = {.count = 1, .reusable = true}, SHIFT(1041), + [2960] = {.count = 1, .reusable = false}, SHIFT(1041), + [2962] = {.count = 1, .reusable = true}, SHIFT(1042), + [2964] = {.count = 1, .reusable = false}, SHIFT(1042), + [2966] = {.count = 1, .reusable = true}, SHIFT(1043), + [2968] = {.count = 1, .reusable = false}, SHIFT(1043), + [2970] = {.count = 1, .reusable = true}, SHIFT(1045), + [2972] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(908), + [2975] = {.count = 1, .reusable = false}, REDUCE(sym_case_statement, 4), + [2977] = {.count = 1, .reusable = true}, REDUCE(sym_case_statement, 4), + [2979] = {.count = 1, .reusable = true}, SHIFT(1046), + [2981] = {.count = 1, .reusable = true}, SHIFT(1048), + [2983] = {.count = 1, .reusable = true}, SHIFT(1049), + [2985] = {.count = 1, .reusable = true}, SHIFT(1050), + [2987] = {.count = 1, .reusable = true}, SHIFT(1051), + [2989] = {.count = 1, .reusable = true}, SHIFT(1052), + [2991] = {.count = 1, .reusable = false}, SHIFT(1052), + [2993] = {.count = 1, .reusable = true}, SHIFT(1053), + [2995] = {.count = 1, .reusable = true}, SHIFT(1054), + [2997] = {.count = 1, .reusable = false}, SHIFT(1054), + [2999] = {.count = 1, .reusable = true}, SHIFT(1055), + [3001] = {.count = 1, .reusable = true}, SHIFT(1056), + [3003] = {.count = 1, .reusable = false}, SHIFT(1056), + [3005] = {.count = 1, .reusable = true}, SHIFT(1057), + [3007] = {.count = 1, .reusable = true}, SHIFT(1058), + [3009] = {.count = 1, .reusable = false}, SHIFT(1058), + [3011] = {.count = 1, .reusable = true}, REDUCE(sym_sizeof_expression, 4), + [3013] = {.count = 1, .reusable = false}, SHIFT(225), + [3015] = {.count = 1, .reusable = false}, REDUCE(sym_sizeof_expression, 4), + [3017] = {.count = 1, .reusable = false}, SHIFT(237), + [3019] = {.count = 1, .reusable = true}, SHIFT(1059), + [3021] = {.count = 1, .reusable = false}, SHIFT(1059), + [3023] = {.count = 1, .reusable = true}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), + [3025] = {.count = 1, .reusable = false}, REDUCE(sym_argument_list, 3, .dynamic_precedence = 1), + [3027] = {.count = 1, .reusable = true}, SHIFT(1060), + [3029] = {.count = 1, .reusable = true}, REDUCE(sym_subscript_expression, 4), + [3031] = {.count = 1, .reusable = false}, REDUCE(sym_subscript_expression, 4), + [3033] = {.count = 1, .reusable = true}, SHIFT(1062), + [3035] = {.count = 1, .reusable = false}, SHIFT(1062), + [3037] = {.count = 1, .reusable = false}, SHIFT(250), + [3039] = {.count = 1, .reusable = false}, SHIFT(252), + [3041] = {.count = 1, .reusable = true}, SHIFT(1063), + [3043] = {.count = 1, .reusable = false}, SHIFT(1063), + [3045] = {.count = 1, .reusable = true}, REDUCE(sym_subscript_designator, 3), + [3047] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 4), + [3049] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 4), + [3051] = {.count = 1, .reusable = true}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [3053] = {.count = 1, .reusable = true}, SHIFT(1064), + [3055] = {.count = 2, .reusable = true}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(1065), + [3058] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_pair, 3), + [3060] = {.count = 1, .reusable = false}, SHIFT(324), + [3062] = {.count = 1, .reusable = false}, SHIFT(325), + [3064] = {.count = 1, .reusable = true}, SHIFT(1066), + [3066] = {.count = 1, .reusable = false}, SHIFT(1066), + [3068] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .alias_sequence_id = 40), + [3070] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .alias_sequence_id = 41), + [3072] = {.count = 1, .reusable = false}, SHIFT(353), + [3074] = {.count = 1, .reusable = false}, SHIFT(354), + [3076] = {.count = 1, .reusable = true}, SHIFT(1067), + [3078] = {.count = 1, .reusable = false}, SHIFT(1067), + [3080] = {.count = 1, .reusable = true}, REDUCE(sym_array_field_declarator, 5), + [3082] = {.count = 1, .reusable = false}, REDUCE(sym_field_declaration, 6), + [3084] = {.count = 1, .reusable = true}, REDUCE(sym_field_declaration, 6), + [3086] = {.count = 1, .reusable = true}, REDUCE(sym_abstract_array_declarator, 5), + [3088] = {.count = 1, .reusable = false}, SHIFT(387), + [3090] = {.count = 1, .reusable = false}, SHIFT(388), + [3092] = {.count = 1, .reusable = true}, SHIFT(1068), + [3094] = {.count = 1, .reusable = false}, SHIFT(1068), + [3096] = {.count = 1, .reusable = true}, SHIFT(1069), + [3098] = {.count = 1, .reusable = true}, SHIFT(1070), + [3100] = {.count = 1, .reusable = false}, SHIFT(1071), + [3102] = {.count = 1, .reusable = true}, SHIFT(1074), + [3104] = {.count = 1, .reusable = true}, SHIFT(1075), + [3106] = {.count = 1, .reusable = false}, SHIFT(1076), + [3108] = {.count = 1, .reusable = true}, SHIFT(1079), + [3110] = {.count = 1, .reusable = true}, SHIFT(1080), + [3112] = {.count = 1, .reusable = false}, SHIFT(1081), + [3114] = {.count = 1, .reusable = false}, SHIFT(1084), + [3116] = {.count = 1, .reusable = false}, SHIFT(1088), + [3118] = {.count = 1, .reusable = false}, SHIFT(1092), + [3120] = {.count = 1, .reusable = true}, SHIFT(1096), + [3122] = {.count = 1, .reusable = false}, SHIFT(1096), + [3124] = {.count = 1, .reusable = true}, SHIFT(1097), + [3126] = {.count = 1, .reusable = false}, SHIFT(1097), + [3128] = {.count = 1, .reusable = true}, SHIFT(1098), + [3130] = {.count = 1, .reusable = false}, SHIFT(1099), + [3132] = {.count = 1, .reusable = true}, SHIFT(1102), + [3134] = {.count = 1, .reusable = false}, SHIFT(1102), + [3136] = {.count = 1, .reusable = true}, SHIFT(1103), + [3138] = {.count = 1, .reusable = true}, SHIFT(1104), + [3140] = {.count = 1, .reusable = true}, SHIFT(1105), + [3142] = {.count = 1, .reusable = false}, SHIFT(1105), + [3144] = {.count = 1, .reusable = true}, SHIFT(1106), + [3146] = {.count = 1, .reusable = true}, SHIFT(1107), + [3148] = {.count = 1, .reusable = false}, SHIFT(1108), + [3150] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(141), + [3153] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(142), + [3156] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(834), + [3159] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(835), + [3162] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(836), + [3165] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(146), + [3168] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(837), + [3171] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(147), + [3174] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(515), + [3177] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(838), + [3180] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(839), + [3183] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(840), + [3186] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(841), + [3189] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(842), + [3192] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(843), + [3195] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(844), + [3198] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(845), + [3201] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(846), + [3204] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(847), + [3207] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(848), + [3210] = {.count = 2, .reusable = true}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(853), + [3213] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(853), + [3216] = {.count = 2, .reusable = false}, REDUCE(aux_sym_preproc_if_in_compound_statement_repeat1, 2), SHIFT_REPEAT(849), + [3219] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 32), + [3221] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 33), + [3223] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_elif_in_compound_statement, 3, .alias_sequence_id = 14), + [3225] = {.count = 1, .reusable = true}, SHIFT(1112), + [3227] = {.count = 1, .reusable = true}, SHIFT(1113), + [3229] = {.count = 1, .reusable = true}, SHIFT(1115), + [3231] = {.count = 1, .reusable = true}, SHIFT(1116), + [3233] = {.count = 1, .reusable = true}, SHIFT(1117), + [3235] = {.count = 1, .reusable = true}, SHIFT(1118), + [3237] = {.count = 1, .reusable = false}, SHIFT(1118), + [3239] = {.count = 1, .reusable = true}, SHIFT(1119), + [3241] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 34), + [3243] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 34), + [3245] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 35), + [3247] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_if_in_compound_statement, 5, .alias_sequence_id = 35), + [3249] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 36), + [3251] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 36), + [3253] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 37), + [3255] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 37), + [3257] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), + [3259] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 38), + [3261] = {.count = 1, .reusable = false}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), + [3263] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_ifdef_in_compound_statement, 5, .alias_sequence_id = 39), + [3265] = {.count = 1, .reusable = true}, SHIFT(1120), + [3267] = {.count = 2, .reusable = true}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1024), + [3270] = {.count = 1, .reusable = true}, SHIFT(1121), + [3272] = {.count = 1, .reusable = true}, SHIFT(1122), + [3274] = {.count = 1, .reusable = true}, SHIFT(1123), + [3276] = {.count = 1, .reusable = false}, SHIFT(1123), + [3278] = {.count = 1, .reusable = true}, SHIFT(1124), + [3280] = {.count = 1, .reusable = true}, SHIFT(1125), + [3282] = {.count = 1, .reusable = true}, SHIFT(1126), + [3284] = {.count = 1, .reusable = true}, SHIFT(1127), + [3286] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 5), + [3288] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 5), + [3290] = {.count = 1, .reusable = false}, SHIFT(1128), + [3292] = {.count = 1, .reusable = true}, SHIFT(1129), + [3294] = {.count = 1, .reusable = false}, REDUCE(sym_switch_statement, 5), + [3296] = {.count = 1, .reusable = true}, REDUCE(sym_switch_statement, 5), + [3298] = {.count = 1, .reusable = false}, SHIFT(404), + [3300] = {.count = 1, .reusable = false}, SHIFT(405), + [3302] = {.count = 1, .reusable = true}, SHIFT(1130), + [3304] = {.count = 1, .reusable = false}, SHIFT(1130), + [3306] = {.count = 1, .reusable = false}, REDUCE(sym_while_statement, 5), + [3308] = {.count = 1, .reusable = true}, REDUCE(sym_while_statement, 5), + [3310] = {.count = 1, .reusable = false}, SHIFT(1131), + [3312] = {.count = 1, .reusable = false}, SHIFT(1132), + [3314] = {.count = 1, .reusable = false}, SHIFT(1133), + [3316] = {.count = 1, .reusable = false}, SHIFT(1134), + [3318] = {.count = 1, .reusable = false}, SHIFT(1135), + [3320] = {.count = 1, .reusable = false}, SHIFT(1136), + [3322] = {.count = 1, .reusable = false}, SHIFT(1137), + [3324] = {.count = 1, .reusable = true}, SHIFT(1139), + [3326] = {.count = 1, .reusable = true}, SHIFT(1140), + [3328] = {.count = 1, .reusable = false}, SHIFT(1140), + [3330] = {.count = 1, .reusable = true}, SHIFT(1141), + [3332] = {.count = 1, .reusable = true}, SHIFT(1142), + [3334] = {.count = 1, .reusable = false}, SHIFT(1142), + [3336] = {.count = 1, .reusable = true}, SHIFT(1143), + [3338] = {.count = 1, .reusable = true}, SHIFT(1145), + [3340] = {.count = 1, .reusable = true}, SHIFT(1147), + [3342] = {.count = 1, .reusable = false}, SHIFT(1147), + [3344] = {.count = 1, .reusable = true}, SHIFT(1148), + [3346] = {.count = 1, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), + [3348] = {.count = 1, .reusable = true}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), + [3350] = {.count = 1, .reusable = false}, REDUCE(sym_argument_list, 4, .dynamic_precedence = 1), + [3352] = {.count = 2, .reusable = true}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(934), + [3355] = {.count = 1, .reusable = true}, REDUCE(sym_conditional_expression, 5), + [3357] = {.count = 1, .reusable = true}, REDUCE(sym_initializer_list, 5), + [3359] = {.count = 1, .reusable = false}, REDUCE(sym_initializer_list, 5), + [3361] = {.count = 1, .reusable = true}, SHIFT(1149), + [3363] = {.count = 1, .reusable = true}, SHIFT(1150), + [3365] = {.count = 1, .reusable = true}, SHIFT(1151), + [3367] = {.count = 1, .reusable = true}, SHIFT(1152), + [3369] = {.count = 1, .reusable = true}, SHIFT(1153), + [3371] = {.count = 1, .reusable = true}, SHIFT(1154), + [3373] = {.count = 1, .reusable = true}, SHIFT(1155), + [3375] = {.count = 1, .reusable = true}, SHIFT(1156), + [3377] = {.count = 1, .reusable = false}, SHIFT(1157), + [3379] = {.count = 1, .reusable = true}, SHIFT(1160), + [3381] = {.count = 1, .reusable = true}, SHIFT(1161), + [3383] = {.count = 1, .reusable = false}, SHIFT(1162), + [3385] = {.count = 1, .reusable = true}, SHIFT(1165), + [3387] = {.count = 1, .reusable = true}, SHIFT(1166), + [3389] = {.count = 1, .reusable = false}, SHIFT(1167), + [3391] = {.count = 1, .reusable = true}, SHIFT(1170), + [3393] = {.count = 1, .reusable = true}, SHIFT(1171), + [3395] = {.count = 1, .reusable = true}, SHIFT(1173), + [3397] = {.count = 1, .reusable = true}, SHIFT(1174), + [3399] = {.count = 1, .reusable = true}, SHIFT(1175), + [3401] = {.count = 1, .reusable = true}, SHIFT(1176), + [3403] = {.count = 1, .reusable = false}, SHIFT(1176), + [3405] = {.count = 1, .reusable = true}, SHIFT(1177), + [3407] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 40), + [3409] = {.count = 1, .reusable = true}, REDUCE(sym_preproc_elif_in_compound_statement, 4, .alias_sequence_id = 41), + [3411] = {.count = 1, .reusable = false}, SHIFT(1178), + [3413] = {.count = 1, .reusable = false}, SHIFT(1179), + [3415] = {.count = 1, .reusable = false}, SHIFT(1180), + [3417] = {.count = 1, .reusable = false}, SHIFT(1181), + [3419] = {.count = 1, .reusable = false}, SHIFT(1182), + [3421] = {.count = 1, .reusable = false}, SHIFT(1183), + [3423] = {.count = 1, .reusable = false}, SHIFT(1184), + [3425] = {.count = 1, .reusable = true}, SHIFT(1188), + [3427] = {.count = 1, .reusable = false}, SHIFT(1188), + [3429] = {.count = 1, .reusable = true}, SHIFT(1189), + [3431] = {.count = 1, .reusable = true}, SHIFT(1190), + [3433] = {.count = 1, .reusable = false}, SHIFT(1190), + [3435] = {.count = 1, .reusable = true}, SHIFT(1191), + [3437] = {.count = 1, .reusable = true}, SHIFT(1192), + [3439] = {.count = 1, .reusable = false}, SHIFT(1192), + [3441] = {.count = 1, .reusable = false}, SHIFT(656), + [3443] = {.count = 1, .reusable = false}, SHIFT(657), + [3445] = {.count = 1, .reusable = true}, SHIFT(1193), + [3447] = {.count = 1, .reusable = false}, SHIFT(1193), + [3449] = {.count = 1, .reusable = true}, SHIFT(1194), + [3451] = {.count = 1, .reusable = false}, SHIFT(1194), + [3453] = {.count = 1, .reusable = true}, SHIFT(1195), + [3455] = {.count = 1, .reusable = false}, SHIFT(1196), + [3457] = {.count = 1, .reusable = true}, SHIFT(1197), + [3459] = {.count = 1, .reusable = false}, SHIFT(1197), + [3461] = {.count = 1, .reusable = true}, SHIFT(1198), + [3463] = {.count = 1, .reusable = true}, SHIFT(1199), + [3465] = {.count = 1, .reusable = false}, SHIFT(1199), + [3467] = {.count = 1, .reusable = true}, SHIFT(1201), + [3469] = {.count = 1, .reusable = false}, SHIFT(1201), + [3471] = {.count = 1, .reusable = true}, SHIFT(1202), + [3473] = {.count = 1, .reusable = true}, SHIFT(1203), + [3475] = {.count = 1, .reusable = true}, SHIFT(1204), + [3477] = {.count = 1, .reusable = false}, SHIFT(1204), + [3479] = {.count = 1, .reusable = true}, SHIFT(1205), + [3481] = {.count = 1, .reusable = true}, SHIFT(1206), + [3483] = {.count = 1, .reusable = true}, SHIFT(1207), + [3485] = {.count = 1, .reusable = true}, SHIFT(1208), + [3487] = {.count = 1, .reusable = true}, SHIFT(1209), + [3489] = {.count = 1, .reusable = true}, SHIFT(1210), + [3491] = {.count = 1, .reusable = true}, SHIFT(1212), + [3493] = {.count = 1, .reusable = false}, SHIFT(1212), + [3495] = {.count = 1, .reusable = true}, SHIFT(1213), + [3497] = {.count = 1, .reusable = false}, REDUCE(sym_do_statement, 6), + [3499] = {.count = 1, .reusable = true}, REDUCE(sym_do_statement, 6), + [3501] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 6), + [3503] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 6), + [3505] = {.count = 1, .reusable = true}, SHIFT(1215), + [3507] = {.count = 1, .reusable = true}, SHIFT(1217), + [3509] = {.count = 1, .reusable = false}, SHIFT(1217), + [3511] = {.count = 1, .reusable = true}, SHIFT(1218), + [3513] = {.count = 1, .reusable = true}, SHIFT(1219), + [3515] = {.count = 1, .reusable = true}, SHIFT(1220), + [3517] = {.count = 1, .reusable = true}, SHIFT(1221), + [3519] = {.count = 1, .reusable = true}, SHIFT(1222), + [3521] = {.count = 1, .reusable = true}, SHIFT(1223), + [3523] = {.count = 1, .reusable = false}, SHIFT(1224), + [3525] = {.count = 1, .reusable = false}, SHIFT(1225), + [3527] = {.count = 1, .reusable = false}, SHIFT(1226), + [3529] = {.count = 1, .reusable = false}, SHIFT(1227), + [3531] = {.count = 1, .reusable = false}, SHIFT(1228), + [3533] = {.count = 1, .reusable = false}, SHIFT(1229), + [3535] = {.count = 1, .reusable = false}, SHIFT(1230), + [3537] = {.count = 1, .reusable = true}, SHIFT(1234), + [3539] = {.count = 1, .reusable = false}, SHIFT(1234), + [3541] = {.count = 1, .reusable = true}, SHIFT(1235), + [3543] = {.count = 1, .reusable = true}, SHIFT(1236), + [3545] = {.count = 1, .reusable = false}, SHIFT(1236), + [3547] = {.count = 1, .reusable = true}, SHIFT(1237), + [3549] = {.count = 1, .reusable = true}, SHIFT(1238), + [3551] = {.count = 1, .reusable = false}, SHIFT(1238), + [3553] = {.count = 1, .reusable = true}, SHIFT(1239), + [3555] = {.count = 1, .reusable = true}, SHIFT(1240), + [3557] = {.count = 1, .reusable = true}, SHIFT(1241), + [3559] = {.count = 1, .reusable = false}, SHIFT(1241), + [3561] = {.count = 1, .reusable = true}, SHIFT(1242), + [3563] = {.count = 1, .reusable = true}, SHIFT(1243), + [3565] = {.count = 1, .reusable = true}, SHIFT(1244), + [3567] = {.count = 1, .reusable = true}, SHIFT(1245), + [3569] = {.count = 1, .reusable = false}, SHIFT(1246), + [3571] = {.count = 1, .reusable = true}, SHIFT(1247), + [3573] = {.count = 1, .reusable = true}, SHIFT(1249), + [3575] = {.count = 1, .reusable = true}, SHIFT(1251), + [3577] = {.count = 1, .reusable = false}, SHIFT(1251), + [3579] = {.count = 1, .reusable = true}, SHIFT(1252), + [3581] = {.count = 1, .reusable = true}, SHIFT(1253), + [3583] = {.count = 1, .reusable = true}, SHIFT(1254), + [3585] = {.count = 1, .reusable = true}, SHIFT(1255), + [3587] = {.count = 1, .reusable = true}, SHIFT(1256), + [3589] = {.count = 1, .reusable = true}, SHIFT(1257), + [3591] = {.count = 1, .reusable = false}, SHIFT(1257), + [3593] = {.count = 1, .reusable = true}, SHIFT(1258), + [3595] = {.count = 1, .reusable = false}, REDUCE(sym_if_statement, 7), + [3597] = {.count = 1, .reusable = true}, REDUCE(sym_if_statement, 7), + [3599] = {.count = 1, .reusable = true}, SHIFT(1259), + [3601] = {.count = 1, .reusable = false}, SHIFT(1259), + [3603] = {.count = 1, .reusable = true}, SHIFT(1260), + [3605] = {.count = 1, .reusable = false}, SHIFT(1260), + [3607] = {.count = 1, .reusable = true}, SHIFT(1261), + [3609] = {.count = 1, .reusable = false}, SHIFT(1262), + [3611] = {.count = 1, .reusable = true}, SHIFT(1263), + [3613] = {.count = 1, .reusable = false}, SHIFT(1263), + [3615] = {.count = 1, .reusable = true}, SHIFT(1264), + [3617] = {.count = 1, .reusable = true}, SHIFT(1265), + [3619] = {.count = 1, .reusable = false}, SHIFT(1265), + [3621] = {.count = 1, .reusable = true}, SHIFT(1266), + [3623] = {.count = 1, .reusable = true}, SHIFT(1268), + [3625] = {.count = 1, .reusable = false}, SHIFT(1268), + [3627] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 7), + [3629] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 7), + [3631] = {.count = 1, .reusable = true}, SHIFT(1270), + [3633] = {.count = 1, .reusable = true}, SHIFT(1272), + [3635] = {.count = 1, .reusable = true}, SHIFT(1273), + [3637] = {.count = 1, .reusable = true}, SHIFT(1274), + [3639] = {.count = 1, .reusable = false}, SHIFT(1274), + [3641] = {.count = 1, .reusable = true}, SHIFT(1275), + [3643] = {.count = 1, .reusable = true}, SHIFT(1276), + [3645] = {.count = 1, .reusable = true}, SHIFT(1277), + [3647] = {.count = 1, .reusable = true}, SHIFT(1278), + [3649] = {.count = 1, .reusable = false}, SHIFT(1279), + [3651] = {.count = 1, .reusable = true}, SHIFT(1280), + [3653] = {.count = 1, .reusable = true}, SHIFT(1282), + [3655] = {.count = 1, .reusable = true}, SHIFT(1284), + [3657] = {.count = 1, .reusable = false}, SHIFT(1284), + [3659] = {.count = 1, .reusable = true}, SHIFT(1285), + [3661] = {.count = 1, .reusable = true}, SHIFT(1286), + [3663] = {.count = 1, .reusable = false}, SHIFT(1286), + [3665] = {.count = 1, .reusable = true}, SHIFT(1287), + [3667] = {.count = 1, .reusable = false}, SHIFT(1287), + [3669] = {.count = 1, .reusable = true}, SHIFT(1288), + [3671] = {.count = 1, .reusable = false}, SHIFT(1289), + [3673] = {.count = 1, .reusable = true}, SHIFT(1290), + [3675] = {.count = 1, .reusable = false}, SHIFT(1290), + [3677] = {.count = 1, .reusable = true}, SHIFT(1291), + [3679] = {.count = 1, .reusable = true}, SHIFT(1292), + [3681] = {.count = 1, .reusable = false}, SHIFT(1292), + [3683] = {.count = 1, .reusable = true}, SHIFT(1295), + [3685] = {.count = 1, .reusable = true}, SHIFT(1297), + [3687] = {.count = 1, .reusable = false}, SHIFT(1297), + [3689] = {.count = 1, .reusable = true}, SHIFT(1299), + [3691] = {.count = 1, .reusable = true}, SHIFT(1300), + [3693] = {.count = 1, .reusable = false}, SHIFT(1300), + [3695] = {.count = 1, .reusable = true}, SHIFT(1301), + [3697] = {.count = 1, .reusable = true}, SHIFT(1302), + [3699] = {.count = 1, .reusable = false}, SHIFT(1302), + [3701] = {.count = 1, .reusable = true}, SHIFT(1303), + [3703] = {.count = 1, .reusable = true}, SHIFT(1304), + [3705] = {.count = 1, .reusable = true}, SHIFT(1305), + [3707] = {.count = 1, .reusable = true}, SHIFT(1306), + [3709] = {.count = 1, .reusable = true}, SHIFT(1307), + [3711] = {.count = 1, .reusable = false}, SHIFT(1307), + [3713] = {.count = 1, .reusable = true}, SHIFT(1308), + [3715] = {.count = 1, .reusable = true}, SHIFT(1309), + [3717] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 8), + [3719] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 8), + [3721] = {.count = 1, .reusable = true}, SHIFT(1312), + [3723] = {.count = 1, .reusable = true}, SHIFT(1313), + [3725] = {.count = 1, .reusable = false}, SHIFT(1313), + [3727] = {.count = 1, .reusable = true}, SHIFT(1314), + [3729] = {.count = 1, .reusable = false}, SHIFT(1314), + [3731] = {.count = 1, .reusable = true}, SHIFT(1315), + [3733] = {.count = 1, .reusable = false}, SHIFT(1316), + [3735] = {.count = 1, .reusable = true}, SHIFT(1317), + [3737] = {.count = 1, .reusable = false}, SHIFT(1317), + [3739] = {.count = 1, .reusable = true}, SHIFT(1318), + [3741] = {.count = 1, .reusable = true}, SHIFT(1319), + [3743] = {.count = 1, .reusable = false}, SHIFT(1319), + [3745] = {.count = 1, .reusable = true}, SHIFT(1322), + [3747] = {.count = 1, .reusable = true}, SHIFT(1324), + [3749] = {.count = 1, .reusable = false}, SHIFT(1324), + [3751] = {.count = 1, .reusable = true}, SHIFT(1325), + [3753] = {.count = 1, .reusable = true}, SHIFT(1326), + [3755] = {.count = 1, .reusable = true}, SHIFT(1327), + [3757] = {.count = 1, .reusable = true}, SHIFT(1328), + [3759] = {.count = 1, .reusable = true}, SHIFT(1329), + [3761] = {.count = 1, .reusable = false}, SHIFT(1329), + [3763] = {.count = 1, .reusable = true}, SHIFT(1330), + [3765] = {.count = 1, .reusable = true}, SHIFT(1332), + [3767] = {.count = 1, .reusable = false}, SHIFT(1334), + [3769] = {.count = 1, .reusable = true}, SHIFT(1335), + [3771] = {.count = 1, .reusable = true}, SHIFT(1337), + [3773] = {.count = 1, .reusable = false}, SHIFT(1337), + [3775] = {.count = 1, .reusable = true}, SHIFT(1338), + [3777] = {.count = 1, .reusable = true}, SHIFT(1340), + [3779] = {.count = 1, .reusable = true}, SHIFT(1341), + [3781] = {.count = 1, .reusable = false}, SHIFT(1341), + [3783] = {.count = 1, .reusable = true}, SHIFT(1342), + [3785] = {.count = 1, .reusable = true}, SHIFT(1343), + [3787] = {.count = 1, .reusable = false}, SHIFT(1343), + [3789] = {.count = 1, .reusable = true}, SHIFT(1344), + [3791] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 9), + [3793] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 9), + [3795] = {.count = 1, .reusable = true}, SHIFT(1346), + [3797] = {.count = 1, .reusable = true}, SHIFT(1347), + [3799] = {.count = 1, .reusable = true}, SHIFT(1348), + [3801] = {.count = 1, .reusable = true}, SHIFT(1349), + [3803] = {.count = 1, .reusable = true}, SHIFT(1350), + [3805] = {.count = 1, .reusable = false}, SHIFT(1350), + [3807] = {.count = 1, .reusable = true}, SHIFT(1351), + [3809] = {.count = 1, .reusable = true}, SHIFT(1353), + [3811] = {.count = 1, .reusable = true}, SHIFT(1356), + [3813] = {.count = 1, .reusable = true}, SHIFT(1357), + [3815] = {.count = 1, .reusable = false}, SHIFT(1357), + [3817] = {.count = 1, .reusable = true}, SHIFT(1358), + [3819] = {.count = 1, .reusable = true}, SHIFT(1359), + [3821] = {.count = 1, .reusable = false}, SHIFT(1359), + [3823] = {.count = 1, .reusable = true}, SHIFT(1361), + [3825] = {.count = 1, .reusable = true}, SHIFT(1362), + [3827] = {.count = 1, .reusable = true}, SHIFT(1364), + [3829] = {.count = 1, .reusable = false}, SHIFT(1364), + [3831] = {.count = 1, .reusable = true}, SHIFT(1365), + [3833] = {.count = 1, .reusable = true}, SHIFT(1366), + [3835] = {.count = 1, .reusable = true}, SHIFT(1368), + [3837] = {.count = 1, .reusable = false}, SHIFT(1368), + [3839] = {.count = 1, .reusable = true}, SHIFT(1369), + [3841] = {.count = 1, .reusable = false}, REDUCE(sym_for_statement, 10), + [3843] = {.count = 1, .reusable = true}, REDUCE(sym_for_statement, 10), + [3845] = {.count = 1, .reusable = true}, SHIFT(1371), + [3847] = {.count = 1, .reusable = true}, SHIFT(1372), + [3849] = {.count = 1, .reusable = false}, SHIFT(1372), + [3851] = {.count = 1, .reusable = true}, SHIFT(1373), + [3853] = {.count = 1, .reusable = true}, SHIFT(1374), + [3855] = {.count = 1, .reusable = false}, SHIFT(1374), + [3857] = {.count = 1, .reusable = true}, SHIFT(1376), + [3859] = {.count = 1, .reusable = false}, SHIFT(1377), + [3861] = {.count = 1, .reusable = true}, SHIFT(1378), + [3863] = {.count = 1, .reusable = true}, SHIFT(1380), + [3865] = {.count = 1, .reusable = false}, SHIFT(1380), + [3867] = {.count = 1, .reusable = true}, SHIFT(1381), + [3869] = {.count = 1, .reusable = true}, SHIFT(1383), + [3871] = {.count = 1, .reusable = true}, SHIFT(1385), + [3873] = {.count = 1, .reusable = true}, SHIFT(1387), + [3875] = {.count = 1, .reusable = false}, SHIFT(1387), + [3877] = {.count = 1, .reusable = false}, SHIFT(1388), + [3879] = {.count = 1, .reusable = true}, SHIFT(1389), + [3881] = {.count = 1, .reusable = true}, SHIFT(1391), + [3883] = {.count = 1, .reusable = false}, SHIFT(1391), + [3885] = {.count = 1, .reusable = true}, SHIFT(1392), + [3887] = {.count = 1, .reusable = true}, SHIFT(1394), + [3889] = {.count = 1, .reusable = true}, SHIFT(1396), + [3891] = {.count = 1, .reusable = false}, SHIFT(1396), + [3893] = {.count = 1, .reusable = true}, SHIFT(1397), + [3895] = {.count = 1, .reusable = true}, SHIFT(1398), + [3897] = {.count = 1, .reusable = true}, SHIFT(1400), + [3899] = {.count = 1, .reusable = true}, SHIFT(1402), + [3901] = {.count = 1, .reusable = false}, SHIFT(1402), + [3903] = {.count = 1, .reusable = true}, SHIFT(1403), + [3905] = {.count = 1, .reusable = true}, SHIFT(1405), + [3907] = {.count = 1, .reusable = true}, SHIFT(1406), + [3909] = {.count = 1, .reusable = true}, SHIFT(1408), + [3911] = {.count = 1, .reusable = true}, SHIFT(1409), }; #ifdef _WIN32