Lines Matching refs:yycdebug_
100 # define YYCDEBUG if (yydebug_) (*yycdebug_)
106 *yycdebug_ << Title << ' '; \
107 yy_print_ (*yycdebug_, Symbol); \
108 *yycdebug_ << '\n'; \
147 yycdebug_ (&std::cerr), in parser()
771 return *yycdebug_; in debug_stream()
777 yycdebug_ = &o; in set_debug_stream()
2516 *yycdebug_ << "Stack now"; in yy_stack_print_()
2521 *yycdebug_ << ' ' << int (i->state); in yy_stack_print_()
2522 *yycdebug_ << '\n'; in yy_stack_print_()
2531 *yycdebug_ << "Reducing stack by rule " << yyrule - 1 in yy_reduce_print_()