Home
last modified time | relevance | path

Searched refs:yycdebug_ (Results 1 – 5 of 5) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc105 # define YYCDEBUG if (yydebug_) (*yycdebug_)
111 *yycdebug_ << Title << ' '; \
113 *yycdebug_ << std::endl; \
194 yycdebug_ (&std::cerr), in calcxx_parser()
251 *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm") in yy_symbol_print_()
255 *yycdebug_ << ')'; in yy_symbol_print_()
297 return *yycdebug_; in debug_stream()
303 yycdebug_ = &o; in set_debug_stream()
987 *yycdebug_ << "Stack now"; in yystack_print_()
990 *yycdebug_ << ' ' << *i; in yystack_print_()
[all …]
Dcalc++-parser.hh240 std::ostream* yycdebug_; member in yy::calcxx_parser
/external/bison/data/
Dlalr1.cc219 std::ostream* yycdebug_;
312 # define YYCDEBUG if (yydebug_) (*yycdebug_)
318 *yycdebug_ << Title << ' '; \
320 *yycdebug_ << std::endl; \
398 yycdebug_ (&std::cerr)]m4_ifset([b4_parse_param], [,])[
434 *yycdebug_ << (yytype < yyntokens_ ? "token" : "nterm")
438 *yycdebug_ << ')';
473 return *yycdebug_;
479 yycdebug_ = &o;
1088 *yycdebug_ << "Stack now";
[all …]
Dglr.cc140 yycdebug_ (&std::cerr)]m4_ifset([b4_parse_param], [,])[
184 *yycdebug_ << (yytype < YYNTOKENS ? "token" : "nterm")
188 *yycdebug_ << ')';
194 return *yycdebug_;
200 yycdebug_ = &o;
326 std::ostream* yycdebug_;
/external/bison/
DChangeLog-20127143 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
7146 (yycdebug_): Now defined only if YYDEBUG.
7147 * data/lalr1.cc (yydebug_, yycdebug_): Now defined only if YYDEBUG.
7148 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
7149 (b4_parser_class_name): Initialize yydebug_ and yycdebug_ only
7558 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
11643 * data/lalr1.cc (Parser::yycdebug_): New, a pointer, to allow