Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/tools/pioasm/gen/
Dparser.cpp537 yyo << (yykind < YYNTOKENS ? "token" : "nterm") in yy_print_()
713 int yyr = yypgoto_[yysym - YYNTOKENS] + yystate; in yy_lr_goto_state_()
717 return yydefgoto_[yysym - YYNTOKENS]; in yy_lr_goto_state_()
1688 for (int yyx = 0; yyx < YYNTOKENS; ++yyx) in expected_tokens()
Dparser.hpp564 YYNTOKENS = 70, ///< Number of tokens. enumerator
670 static const symbol_kind_type YYNTOKENS = symbol_kind::YYNTOKENS; member in yy::parser