Lines Matching refs:yysym
579 parser::yy_destroy_ (const char* yymsg, basic_symbol<Base>& yysym) const in yy_destroy_()
582 YY_SYMBOL_PRINT (yymsg, yysym); in yy_destroy_()
588 parser::yy_print_ (std::ostream& yyo, const basic_symbol<Base>& yysym) const in yy_print_()
592 if (yysym.empty ()) in yy_print_()
596 symbol_kind_type yykind = yysym.kind (); in yy_print_()
598 << ' ' << yysym.name () << " (" in yy_print_()
599 << yysym.location << ": "; in yy_print_()
795 parser::yy_lr_goto_state_ (state_type yystate, int yysym) in yy_lr_goto_state_() argument
797 int yyr = yypgoto_[yysym - YYNTOKENS] + yystate; in yy_lr_goto_state_()
801 return yydefgoto_[yysym - YYNTOKENS]; in yy_lr_goto_state_()
1981 symbol_kind_type yysym = YY_CAST (symbol_kind_type, yyx); in expected_tokens() local
1982 if (yysym != symbol_kind::S_YYerror in expected_tokens()
1983 && yysym != symbol_kind::S_YYUNDEF in expected_tokens()
1984 && yyparser_.yy_lac_check_ (yysym)) in expected_tokens()
1991 yyarg[yycount++] = yysym; in expected_tokens()