Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/tools/pioasm/gen/
Dparser.cpp597 yyo << (yykind < YYNTOKENS ? "token" : "nterm") in yy_print_()
797 int yyr = yypgoto_[yysym - YYNTOKENS] + yystate; in yy_lr_goto_state_()
801 return yydefgoto_[yysym - YYNTOKENS]; in yy_lr_goto_state_()
1979 for (int yyx = 0; yyx < YYNTOKENS; ++yyx) in expected_tokens()
Dparser.hpp604 YYNTOKENS = 98, ///< Number of tokens. enumerator
743 static const symbol_kind_type YYNTOKENS = symbol_kind::YYNTOKENS; member in yy::parser