Home
last modified time | relevance | path

Searched refs:yylac_stack_ (Results 1 – 2 of 2) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp2005 yylac_stack_.clear (); in yy_lac_check_()
2013 state_type top_state = (yylac_stack_.empty () in yy_lac_check_()
2015 : yylac_stack_.back ()); in yy_lac_check_()
2051 std::ptrdiff_t lac_size = std::ptrdiff_t (yylac_stack_.size ()); in yy_lac_check_()
2054 yylac_stack_.resize (std::size_t (lac_size - yylen)); in yy_lac_check_()
2059 yylac_stack_.clear (); in yy_lac_check_()
2067 top_state = (yylac_stack_.empty () in yy_lac_check_()
2069 : yylac_stack_.back ()); in yy_lac_check_()
2073 yylac_stack_.push_back (state); in yy_lac_check_()
Dparser.hpp3147 mutable std::vector<state_type> yylac_stack_; member in yy::parser