Searched refs:yyo (Results 1 – 3 of 3) sorted by relevance
588 parser::yy_print_ (std::ostream& yyo, const basic_symbol<Base>& yysym) const in yy_print_() argument590 std::ostream& yyoutput = yyo; in yy_print_()593 yyo << "empty symbol"; in yy_print_()597 yyo << (yykind < YYNTOKENS ? "token" : "nterm") in yy_print_()603 { yyo << "..."; } in yy_print_()607 { yyo << "..."; } in yy_print_()611 { yyo << "..."; } in yy_print_()615 { yyo << "..."; } in yy_print_()619 { yyo << "..."; } in yy_print_()623 { yyo << "..."; } in yy_print_()[all …]
2952 void yy_print_ (std::ostream& yyo, const basic_symbol<Base>& yysym) const;
164 %printer { yyo << "..."; } <*>;