Searched refs:yystate_stack_ (Results 1 - 3 of 3) sorted by relevance

/external/bison/examples/calc++/
H A Dcalc++-parser.hh169 state_stack_type yystate_stack_; member in class:yy::calcxx_parser
H A Dcalc++-parser.cc288 yystate_stack_.pop (n);
384 yystate_stack_ = state_stack_type (0);
392 yystate_stack_.push (yystate);
585 yystate = yypgoto_[yyn - yyntokens_] + yystate_stack_[0];
587 && yycheck_[yystate] == yystate_stack_[0])
649 yystate = yystate_stack_[0];
673 if (yystate_stack_.height () == 1)
681 yystate = yystate_stack_[0];
722 while (1 < yystate_stack_.height ())
725 yystos_[yystate_stack_[
[all...]
/external/bison/data/
H A 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_
[all...]

Completed in 97 milliseconds