Lines Matching full:yydebug
1349 When yydebug, report semantic and location values for reductions.
3693 (symprint_): New member function, defined when YYDEBUG.
3702 with #ifdef YYDEBUG.
4065 * data/lalr1.cc (Parser::stos_) [! YYDEBUG]: Define even in this
5159 If YYDEBUG is not defined, don't depend upon name_ being defined.
5197 * data/lalr1.cc: If YYDEBUG is not defined, don't depend upon
6196 * data/glr.c (YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]: Do
7289 * data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize the yyloc
8384 * data/glr.c (YYFPRINTF): Always define it, not only when YYDEBUG
8387 Use YYFPRINTF when under if (YYDEBUG) to avoid empty `if' bodies.
8796 Use it to remove many of the #if YYDEBUG/if (yydebug).
9451 * data/bison.simple (yystos) [YYDEBUG]: New.
9452 (yyparse) [YYDEBUG]: Display the symbols which are popped during
10468 * data/bison.c++ (YYDEBUG, YYERROR_VERBOSE): After the prologue.
10880 * src/bison.simple: Define YYDEBUG and YYERROR_VERBOSE *after* the
10883 define YYDEBUG and YYERROR_VERBOSE.
11377 YYDEBUG must be defined to a nonzero value.
11380 YYDEBUG to a properly parenthesized expression.
12096 (<stdio.h>): Include if YYDEBUG.
13478 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
13479 yylval, yydebug, yyerror, yynerrs and yyparse.
13480 New directive `#define' to substitute yydebug, ... with option
14444 parsers introduced by myself on 2000-03-16: `#define yydebug 0'
14447 #if YYDEBUG
14448 if (yydebug)
14456 if (yydebug)
14462 `--name-prefix=foo' is used since it produces `#define yydebug
14465 * src/bison.s1 [!YYDEBUG]: Do not define yydebug.
14728 is defined only when YYDEBUG is.
14928 * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to
14929 remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough.
14930 One `#if YYDEBUG' remains, since it uses variables which are
14931 defined only if `YYDEBUG != 0'.