Searched defs:yystate (Results 1 - 11 of 11) sorted by relevance

/external/bison/data/
H A Dyacc.c228 int yystate;
770 yystate = *yyssp; \]b4_lac_if([[
1113 int yystate;
1116 yystate = yypgoto[yylhs] + *yyesp;
1117 if (yystate < 0 || YYLAST < yystate
1118 || yycheck[yystate] != *yyesp)
1119 yystate = yydefgoto[yylhs];
1121 yystate = yytable[yystate];
1482 #define yystate macro
[all...]
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliFlexLexer.java3116 public final int yystate() { method in class:smaliFlexLexer
/external/e2fsprogs/intl/
H A Dplural.c683 register int yystate; local
738 yystate = 0;
756 | yynewstate -- Push a new state, which is found in yystate. |
765 *yyssp = yystate;
843 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
859 yyn = yypact[yystate];
948 yystate = yyn;
956 yyn = yydefact[yystate];
1113 yystate = yypgoto[yyn - YYNTBASE] + *yyssp;
1114 if (yystate >
[all...]
/external/elfutils/0.153/src/
H A Dldscript.c749 #define yypact_value_is_default(yystate) \
750 ((yystate) == (-86))
1396 int yystate; local
1447 yystate = 0;
1462 | yynewstate -- Push a new state, which is found in yystate. |
1470 *yyssp = yystate;
1533 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1535 if (yystate == YYFINAL)
1549 yyn = yypact[yystate];
1598 yystate
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c625 #define yypact_value_is_default(yystate) \
626 ((yystate) == (-38))
1263 int yystate; local
1314 yystate = 0;
1329 | yynewstate -- Push a new state, which is found in yystate. |
1337 *yyssp = yystate;
1400 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1402 if (yystate == YYFINAL)
1416 yyn = yypact[yystate];
1465 yystate
[all...]
H A Dpmu-bison.c529 #define yypact_value_is_default(yystate) \
530 ((yystate) == (-7))
1154 int yystate; local
1205 yystate = 0;
1220 | yynewstate -- Push a new state, which is found in yystate. |
1228 *yyssp = yystate;
1291 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1293 if (yystate == YYFINAL)
1307 yyn = yypact[yystate];
1356 yystate
[all...]
/external/bison/src/
H A Dparse-gram.c958 yystate = *yyssp; \
1542 int yystate; local
1545 yystate = yypgoto[yylhs] + *yyesp;
1546 if (yystate < 0 || YYLAST < yystate
1547 || yycheck[yystate] != *yyesp)
1548 yystate = yydefgoto[yylhs];
1550 yystate = yytable[yystate];
1555 *yyesp = yystate;
1921 int yystate; local
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c906 #define yypact_value_is_default(yystate) \
907 ((yystate) == (-149))
1625 int yystate; local
1687 yystate = 0;
1725 | yynewstate -- Push a new state, which is found in yystate. |
1733 *yyssp = yystate;
1801 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1803 if (yystate == YYFINAL)
1817 yyn = yypact[yystate];
1866 yystate
[all...]
/external/elfutils/0.153/libcpu/
H A Di386_parse.c771 #define yypact_value_is_default(yystate) \
772 ((yystate) == (-35))
1388 int yystate; local
1439 yystate = 0;
1454 | yynewstate -- Push a new state, which is found in yystate. |
1462 *yyssp = yystate;
1525 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1527 if (yystate == YYFINAL)
1541 yyn = yypact[yystate];
1590 yystate
[all...]
/external/libpcap/
H A Dgrammar.c1301 #define yypact_value_is_default(yystate) \
1302 ((yystate) == (-208))
2010 int yystate; local
2061 yystate = 0;
2076 | yynewstate -- Push a new state, which is found in yystate. |
2084 *yyssp = yystate;
2147 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2149 if (yystate == YYFINAL)
2163 yyn = yypact[yystate];
2212 yystate
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1301 #define yypact_value_is_default(yystate) \
1302 ((yystate) == (-398))
2023 int yystate; local
2085 yystate = 0;
2107 | yynewstate -- Push a new state, which is found in yystate. |
2115 *yyssp = yystate;
2183 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2185 if (yystate == YYFINAL)
2199 yyn = yypact[yystate];
2248 yystate
[all...]

Completed in 3327 milliseconds