Lines Matching refs:state
169 : state (empty_state) in by_state()
173 : state (that.state) in by_state()
179 state = empty_state; in clear()
185 state = that.state; in move()
190 : state (s) in by_state()
196 if (state == empty_state) in kind()
199 return YY_CAST (symbol_kind_type, yystos_[+state]); in kind()
206 : super_type (YY_MOVE (that.state), YY_MOVE (that.location)) in stack_symbol_type()
294 that.state = empty_state; in stack_symbol_type()
393 state = that.state; in operator =()
485 state = that.state; in operator =()
572 that.state = empty_state; in operator =()
864 YYCDEBUG << "Entering state " << int (yystack_[0].state) << '\n'; in parse()
868 if (yystack_[0].state == yyfinal_) in parse()
879 yyn = yypact_[+yystack_[0].state]; in parse()
952 yyn = yydefact_[+yystack_[0].state]; in parse()
965 yylhs.state = yy_lr_goto_state_ (yystack_[yylen].state, yyr1_[yyn]); in parse()
1816 yyn = yypact_[+yystack_[0].state]; in parse()
1846 error_token.state = state_type (yyn); in parse()
2014 ? yystack_[lac_top].state in yy_lac_check_()
2068 ? yystack_[lac_top].state in yy_lac_check_()
2071 state_type state = yy_lr_goto_state_ (top_state, yyr1_[yyrule]); in yy_lac_check_() local
2072 YYCDEBUG << " G" << int (state); in yy_lac_check_()
2073 yylac_stack_.push_back (state); in yy_lac_check_()
2521 *yycdebug_ << ' ' << int (i->state); in yy_stack_print_()