Searched refs:YYNTOKENS (Results 1 – 2 of 2) sorted by relevance
537 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()
564 YYNTOKENS = 70, ///< Number of tokens. enumerator670 static const symbol_kind_type YYNTOKENS = symbol_kind::YYNTOKENS; member in yy::parser