Searched refs:yytoken (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp1019 yytype_int16 *yyssp, int yytoken)
1021 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1059 if (yytoken != YYEMPTY)
1062 yyarg[yycount++] = yytname[yytoken];
1264 int yytoken = 0;
1397 yychar = yytoken = YYEOF;
1402 yytoken = YYTRANSLATE (yychar);
1403 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
1408 yyn += yytoken;
1409 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
1018 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]
/external/bison/src/
H A Dparse-gram.c1433 yytname[yytoken])); \
1437 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1482 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1486 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken]));
1487 if (yytoken == YYUNDEFTOK)
1496 || (yyrule += yytoken) < 0 || YYLAST < yyrule
1497 || yycheck[yyrule] != yytoken)
1690 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1692 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1728 if (yytoken !
1481 yy_lac(yytype_int16 *yyesa, yytype_int16 **yyes, YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) argument
1688 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyesa, yytype_int16 **yyes, YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken) argument
1961 int yytoken = 0; local
[all...]
/external/bison/data/
H A Dyacc.c1004 yytname[yytoken])); \
1008 yy_lac (yyesa, &yyes, &yyes_capacity, yyssp, yytoken); \
1053 YYSIZE_T *yyes_capacity, yytype_int16 *yyssp, int yytoken)
1057 YYDPRINTF ((stderr, "LAC: checking lookahead %s:", yytname[yytoken]));
1058 if (yytoken == YYUNDEFTOK)
1067 || (yyrule += yytoken) < 0 || YYLAST < yyrule
1068 || yycheck[yyrule] != yytoken)
1246 YYSIZE_T *yyes_capacity, ]])[yytype_int16 *yyssp, int yytoken)
1248 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
1291 if (yytoken !
[all...]
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp2066 yytype_int16 *yyssp, int yytoken)
2068 YYSIZE_T yysize0 = yytnamerr (YY_NULL, yytname[yytoken]);
2106 if (yytoken != YYEMPTY)
2109 yyarg[yycount++] = yytname[yytoken];
2331 int yytoken = 0;
2472 yychar = yytoken = YYEOF;
2477 yytoken = YYTRANSLATE (yychar);
2478 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2483 yyn += yytoken;
2484 if (yyn < 0 || YYLAST < yyn || yycheck[yyn] != yytoken)
2065 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1806 yytype_int16 *yyssp, int yytoken)
1808 YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]);
1847 if (yytoken != YYEMPTY)
1850 yyarg[yycount++] = yytname[yytoken];
2058 int yytoken; local
2077 yytoken = 0;
2214 yychar = yytoken = YYEOF;
2219 yytoken = YYTRANSLATE (yychar);
2220 YY_SYMBOL_PRINT ("Next token is", yytoken, &yylval, &yylloc);
2225 yyn += yytoken;
1805 yysyntax_error(YYSIZE_T *yymsg_alloc, char **yymsg, yytype_int16 *yyssp, int yytoken) argument
[all...]
/external/bison/tests/
H A Dtestsuite[all...]

Completed in 3481 milliseconds