Home
last modified time | relevance | path

Searched refs:yystate (Results 1 – 19 of 19) 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/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp659 yystate = *yyssp; \
1086 int yystate; in yyparse() local
1136 yystate = 0; in yyparse()
1151 *yyssp = yystate; in yyparse()
1214 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse()
1216 if (yystate == YYFINAL) in yyparse()
1230 yyn = yypact[yystate]; in yyparse()
1279 yystate = yyn; in yyparse()
1291 yyn = yydefact[yystate]; in yyparse()
1610 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
[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/libpcap/
Dgrammar.c1414 yystate = *yyssp; \
1835 int yystate; in yyparse() local
1885 yystate = 0; in yyparse()
1900 *yyssp = yystate; in yyparse()
1963 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse()
1965 if (yystate == YYFINAL) in yyparse()
1979 yyn = yypact[yystate]; in yyparse()
2028 yystate = yyn; in yyparse()
2040 yyn = yydefact[yystate]; in yyparse()
3452 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
[all …]
/external/toybox/kconfig/
Dzconf.tab.c_shipped1194 int yystate;
1237 yystate = 0;
1253 | yynewstate -- Push a new state, which is found in yystate. |
1262 *yyssp = yystate;
1329 YYDPRINTF ((stderr, "Entering state %d\n", yystate));
1344 yyn = yypact[yystate];
1400 yystate = yyn;
1408 yyn = yydefact[yystate];
1852 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp;
1853 if (0 <= yystate && yystate <= YYLAST && yycheck[yystate] == *yyssp)
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp1611 yystate = *yyssp; \
2117 int yystate; in yyparse() local
2178 yystate = 0; in yyparse()
2194 *yyssp = yystate; in yyparse()
2262 YYDPRINTF ((stderr, "Entering state %d\n", yystate)); in yyparse()
2264 if (yystate == YYFINAL) in yyparse()
2278 yyn = yypact[yystate]; in yyparse()
2327 yystate = yyn; in yyparse()
2339 yyn = yydefact[yystate]; in yyparse()
4884 yystate = yypgoto[yyn - YYNTOKENS] + *yyssp; in yyparse()
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliLexer.java127 state = lexer.yystate(); in ensureToken()
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliFlexLexer.java3251 public final int yystate() { in yystate() method in smaliFlexLexer
/external/testng/ant/3rdparty/
DDTDDoc.jarMETA-INF/ META-INF/MANIFEST.MF DTDDoc/ DTDDoc/AntLogger.class AntLogger ...
/external/robolectric/v3/libs/
Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ ...
/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