Lines Matching refs:yystate
342 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()
588 yystate = yytable_[yystate]; in parse()
590 yystate = yydefgoto_[yyn - yyntokens_]; in parse()
607 error (yylloc, yysyntax_error_ (yystate, yytoken)); in parse()
649 yystate = yystate_stack_[0]; in parse()
660 yyn = yypact_[yystate]; in parse()
678 yystos_[yystate], in parse()
681 yystate = yystate_stack_[0]; in parse()
696 yystate = yyn; in parse()
762 calcxx_parser::yysyntax_error_ (int yystate, int yytoken) in yysyntax_error_() argument
801 int yyn = yypact_[yystate]; in yysyntax_error_()