Searched refs:yytoken (Results 1 – 2 of 2) sorted by relevance
2001 parser::yy_lac_check_ (symbol_kind_type yytoken) const in yy_lac_check_()2008 YYCDEBUG << "LAC: checking lookahead " << symbol_name (yytoken) << ':'; in yy_lac_check_()2018 || (yyrule += yytoken) < 0 || yylast_ < yyrule in yy_lac_check_()2019 || yycheck_[yyrule] != yytoken) in yy_lac_check_()2079 parser::yy_lac_establish_ (symbol_kind_type yytoken) in yy_lac_establish_() argument2108 << symbol_name (yytoken) << '\n'; in yy_lac_establish_()2111 return yy_lac_check_ (yytoken); in yy_lac_establish_()
2854 bool yy_lac_check_ (symbol_kind_type yytoken) const;2857 bool yy_lac_establish_ (symbol_kind_type yytoken);