Home
last modified time | relevance | path

Searched refs:YYCDEBUG (Results 1 – 3 of 3) sorted by relevance

/external/bison/examples/calc++/
Dcalc++-parser.cc105 # define YYCDEBUG if (yydebug_) (*yycdebug_) macro
131 # define YYCDEBUG if (false) std::cerr macro
367 YYCDEBUG << "Starting parse" << std::endl; in parse()
393 YYCDEBUG << "Entering state " << yystate << std::endl; in parse()
412 YYCDEBUG << "Reading a token: "; in parse()
420 YYCDEBUG << "Now at end of input." << std::endl; in parse()
735 YYCDEBUG << "Exception caught: cleaning lookahead and stack" in parse()
/external/bison/data/
Dlalr1.cc312 # define YYCDEBUG if (yydebug_) (*yycdebug_)
338 # define YYCDEBUG if (false) std::cerr
543 YYCDEBUG << "Starting parse" << std::endl;
564 YYCDEBUG << "Entering state " << yystate << std::endl;
583 YYCDEBUG << "Reading a token: ";
594 YYCDEBUG << "Now at end of input." << std::endl;
847 YYCDEBUG << "Exception caught: cleaning lookahead and stack"
/external/bison/
DChangeLog-20127148 (YYCDEBUG) [!YYDEBUG]: Don't use yydebug_ and yycdebug_.
7558 * data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdebug_)'
11645 (YYCDEBUG): Adjust.