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