Home | History | Annotate | Download | only in data

Lines Matching refs:yystate

361     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_)
484 yyn = yypact_[yystate];
547 yystate = yyn;
548 yystack.push (yystate, yylval]b4_locations_if([, yylloc])[);
557 yyn = yydefact_[yystate];
570 yystate = yystack.stateAt (0);
583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken));
617 yystate = yystack.stateAt (0);
629 yyn = yypact_[yystate];
647 yystate = yystack.stateAt (0);
663 yystate = yyn;
679 private String yysyntax_error (int yystate, int tok)
721 int yyn = yypact_[yystate];