Home | History | Annotate | Download | only in data

Lines Matching refs:yystate

118     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 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_
699 && yycheck_[yystate] == yystate_stack_[0])
700 yystate = yytable_[yystate];
702 yystate = yydefgoto_[yyn - yyntokens_];
719 error (yylloc, yysyntax_error_ (yystate, yytoken));
761 yystate = yystate_stack_[0];
772 yyn = yypact_[yystate];
790 yystos_[yystate],
793 yystate = yystate_stack_[0];
808 yystate = yyn;
875 b4_error_verbose_if([int yystate, int yytoken],
915 int yyn = yypact_[yystate];