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()
687 return *yycdebug_; in debug_stream()
693 yycdebug_ = &o; in set_debug_stream()
2158 *yycdebug_ << "Stack now"; in yy_stack_print_()
2163 *yycdebug_ << ' ' << int (i->state); in yy_stack_print_()
2164 *yycdebug_ << '\n'; in yy_stack_print_()
2173 *yycdebug_ << "Reducing stack by rule " << yyrule - 1 in yy_reduce_print_()