Home
last modified time | relevance | path

Searched refs:yystate_stack_ (Results 1 – 4 of 4) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc288 yystate_stack_.pop (n); in yypop_()
384 yystate_stack_ = state_stack_type (0); in parse()
392 yystate_stack_.push (yystate); in parse()
585 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0]; in parse()
587 && yycheck_[yystate] == yystate_stack_[0]) in parse()
649 yystate = yystate_stack_[0]; in parse()
673 if (yystate_stack_.height () == 1) in parse()
681 yystate = yystate_stack_[0]; in parse()
722 while (1 < yystate_stack_.height ()) in parse()
725 yystos_[yystate_stack_[0]], in parse()
[all …]
Dcalc++-parser.hh169 state_stack_type yystate_stack_; member in yy::calcxx_parser
/external/bison/data/
Dlalr1.cc148 state_stack_type yystate_stack_;
464 yystate_stack_.pop (n);
555 yystate_stack_ = state_stack_type (0);
563 yystate_stack_.push (yystate);
697 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0];
699 && yycheck_[yystate] == yystate_stack_[0])
761 yystate = yystate_stack_[0];
785 if (yystate_stack_.height () == 1)
793 yystate = yystate_stack_[0];
834 while (1 < yystate_stack_.height ())
[all …]
/external/bison/
DChangeLog-201211415 (yysemantic_stack_, yylocation_stack_, yystate_stack_)