Home
last modified time | relevance | path

Searched refs:yystate (Results 1 – 21 of 21) sorted by relevance

/external/bison/data/
Dglr.c137 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yysemantics.yysval[]m4_ifval([$3]…
157 [(((yyGLRStackItem const *)yyvsp)@{YYFILL (($2) - ($1))@}.yystate.yyloc)])
469 # define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
719 yyGLRState* yystate;
732 yyGLRState yystate;
798 yyGLRState *s = yyvsp[yylow0].yystate.yypred;
802 yyvsp[i].yystate.yyresolved = yytrue;
803 yyvsp[i].yystate.yysemantics.yysval = s->yysemantics.yysval;]b4_locations_if([[
804 yyvsp[i].yystate.yyloc = s->yyloc;]])[
805 s = yyvsp[i].yystate.yypred = s->yypred;
[all …]
Dlalr1.java361 int yystate = yypgoto_[yyn - yyntokens_] + yystack.stateAt (0);
362 if (0 <= yystate && yystate <= yylast_
363 && yycheck_[yystate] == yystack.stateAt (0))
364 yystate = yytable_[yystate];
366 yystate = yydefgoto_[yyn - yyntokens_];
368 yystack.push (yystate, yyval]b4_locations_if([, yyloc])[);
438 int yystate = 0;
466 yystack.push (yystate, yylval]b4_locations_if([, yylloc])[);
475 yycdebug ("Entering state " + yystate + "\n");
480 if (yystate == yyfinal_)
[all …]
Dlalr1.cc118 virtual std::string yysyntax_error_ (int yystate, int tok);
518 int yystate = 0;
563 yystate_stack_.push (yystate);
564 YYCDEBUG << "Entering state " << yystate << std::endl;
567 if (yystate == yyfinal_)
576 yyn = yypact_[yystate];
632 yystate = yyn;
639 yyn = yydefact_[yystate];
697 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0];
698 if (0 <= yystate && yystate <= yylast_
[all …]
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];
1126 *yyesp = yystate;
1139 *++yyesp = yystate;
[all …]
Dglr.cc103 #define YYRHSLOC(Rhs, K) ((Rhs)[K].yystate.yyloc)
/external/bison/examples/calc++/
Dcalc++-parser.cc342 int yystate = 0; in parse() local
392 yystate_stack_.push (yystate); in parse()
393 YYCDEBUG << "Entering state " << yystate << std::endl; in parse()
396 if (yystate == yyfinal_) in parse()
405 yyn = yypact_[yystate]; in parse()
458 yystate = yyn; in parse()
465 yyn = yydefact_[yystate]; in parse()
585 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0]; in parse()
586 if (0 <= yystate && yystate <= yylast_ in parse()
587 && yycheck_[yystate] == yystate_stack_[0]) in parse()
[all …]
Dcalc++-parser.hh139 virtual std::string yysyntax_error_ (int yystate, int tok);
/external/e2fsprogs/intl/
Dplural.c683 register int yystate; in yyparse() local
738 yystate = 0; in yyparse()
765 *yyssp = yystate; in yyparse()
843 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse()
859 yyn = yypact[yystate]; in yyparse()
948 yystate = yyn; in yyparse()
956 yyn = yydefact[yystate]; in yyparse()
1113 yystate = yypgoto[yyn - YYNTBASE] + *yyssp; in yyparse()
1114 if (yystate >= 0 && yystate <= YYLAST && yycheck[yystate] == *yyssp) in yyparse()
1115 yystate = yytable[yystate]; in yyparse()
[all …]
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp688 yystate = *yyssp; \
1238 int yystate; local
1288 yystate = 0;
1303 *yyssp = yystate;
1366 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1368 if (yystate == YYFINAL)
1382 yyn = yypact[yystate];
1431 yystate = yyn;
1443 yyn = yydefact[yystate];
1688 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
[all …]
/external/bison/src/
Dparse-gram.c958 yystate = *yyssp; \
1542 int yystate; in yy_lac() local
1545 yystate = yypgoto[yylhs] + *yyesp; in yy_lac()
1546 if (yystate < 0 || YYLAST < yystate in yy_lac()
1547 || yycheck[yystate] != *yyesp) in yy_lac()
1548 yystate = yydefgoto[yylhs]; in yy_lac()
1550 yystate = yytable[yystate]; in yy_lac()
1555 *yyesp = yystate; in yy_lac()
1568 *++yyesp = yystate; in yy_lac()
1570 YYDPRINTF ((stderr, " G%d", yystate)); in yy_lac()
[all …]
/external/elfutils/src/
Dldscript.c1160 yysyntax_error (char *yyresult, int yystate, int yychar) in yysyntax_error() argument
1162 int yyn = yypact[yystate]; in yysyntax_error()
1350 int yystate; local
1399 yystate = 0;
1423 *yyssp = yystate;
1490 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1503 yyn = yypact[yystate];
1556 yystate = yyn;
1566 yyn = yydefact[yystate];
2057 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
[all …]
/external/libpcap/
Dgrammar.c1551 int yystate; local
1594 yystate = 0;
1619 *yyssp = yystate;
1686 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1701 yyn = yypact[yystate];
1757 yystate = yyn;
1765 yyn = yydefact[yystate];
2730 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
2731 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
2732 yystate = yytable[yystate];
[all …]
/external/elfutils/libcpu/
Di386_parse.c1151 yysyntax_error (char *yyresult, int yystate, int yychar) in yysyntax_error() argument
1153 int yyn = yypact[yystate]; in yysyntax_error()
1341 int yystate; local
1390 yystate = 0;
1414 *yyssp = yystate;
1481 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1494 yyn = yypact[yystate];
1547 yystate = yyn;
1557 yyn = yydefact[yystate];
1951 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c906 #define yypact_value_is_default(yystate) \ argument
907 ((yystate) == (-149))
1625 int yystate; local
1687 yystate = 0;
1733 *yyssp = yystate;
1801 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1803 if (yystate == YYFINAL)
1817 yyn = yypact[yystate];
1866 yystate = yyn;
1876 yyn = yydefact[yystate];
[all …]
Dglsl_parser.cc1737 #define yypact_value_is_default(yystate) \ argument
1738 ((yystate) == (-373))
2730 int yystate; local
2792 yystate = 0;
2838 *yyssp = yystate;
2906 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2908 if (yystate == YYFINAL)
2922 yyn = yypact[yystate];
2971 yystate = yyn;
2981 yyn = yydefact[yystate];
[all …]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c1301 #define yypact_value_is_default(yystate) \ argument
1302 ((yystate) == (-398))
2023 int yystate; local
2085 yystate = 0;
2115 *yyssp = yystate;
2183 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2185 if (yystate == YYFINAL)
2199 yyn = yypact[yystate];
2248 yystate = yyn;
2258 yyn = yydefact[yystate];
[all …]
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp1357 yystate = *yyssp; \
1997 int yystate; local
2058 yystate = 0;
2074 *yyssp = yystate;
2142 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
2144 if (yystate == YYFINAL)
2158 yyn = yypact[yystate];
2207 yystate = yyn;
2219 yyn = yydefact[yystate];
4656 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
[all …]
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3179 public final int yystate() { in yystate() method in smaliFlexLexer
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/
Dhandlebars-1.0.0.beta.6.js108 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$) {
111 switch (yystate) {
/external/bison/
DChangeLog-2012801 (yysyntax_error): Change yystate argument to yyssp so stack top
6156 (yypstate_new): Remove initialization of some yypstate fields: yystate,
6165 Allow yystate, yyerrstatus, yyssp, yyvsp, yylsp, and yylloc
6195 (yystate, yyn, yyresult, yyerrstatus, yytoken, yyss, yyssp, yyvs,
8966 * data/lalr1.cc (yysyntax_error_): YYUSE (yystate).
9947 (yyn, yylen, yystate, yynerss, yyerrstatus): these parser::parse
16374 Nevertheless, since they decide to `accept' when yystate =
/external/bison/doc/
Dbison.texi12337 @c LocalWords: yystate variadic Unshift NLS gettext po UTF Automake LOCALEDIR