Home
last modified time | relevance | path

Searched refs:YYDEBUG (Results 1 – 25 of 28) sorted by relevance

12

/external/bison/examples/calc++/
Dcalc++-parser.hh61 #ifndef YYDEBUG
62 # define YYDEBUG 1 macro
116 #if YYDEBUG
141 #if YYDEBUG
222 #if YYDEBUG
Dcalc++-parser.cc102 #if YYDEBUG
192 #if YYDEBUG in calcxx_parser()
204 #if YYDEBUG
293 #if YYDEBUG
918 #if YYDEBUG
955 #if YYDEBUG
/external/e2fsprogs/intl/
Dplural.c149 #ifndef YYDEBUG
150 # define YYDEBUG 0 macro
194 #if YYDEBUG
211 #if YYDEBUG
221 #if (YYDEBUG) || defined YYERROR_VERBOSE
521 #if YYDEBUG
887 #if YYDEBUG in yyparse()
986 #if YYDEBUG in yyparse()
1091 #if YYDEBUG in yyparse()
1236 #if YYDEBUG in yyparse()
[all …]
Dplural.y365 #if YYDEBUG != 0 in yylex()
/external/ipsec-tools/src/racoon/
Dmain.c298 #ifdef YYDEBUG
309 #ifdef YYDEBUG
365 #ifdef YYDEBUG
/external/libpcap/
Dtokdefs.h36 #ifndef YYDEBUG
37 # define YYDEBUG 0 macro
39 #if YYDEBUG
Dgrammar.c351 #ifndef YYDEBUG
352 # define YYDEBUG 0 macro
354 #if YYDEBUG
946 #if YYDEBUG
976 #if YYDEBUG || YYERROR_VERBOSE || 0
1431 #if YYDEBUG
Dconfig.h.in296 #undef YYDEBUG
DINSTALL.txt215 #ifdef YYDEBUG
218 #if YYDEBUG
/external/bison/src/
Dparse-gram.h37 # if defined YYDEBUG
38 # if YYDEBUG
Dparse-gram.c196 # if defined YYDEBUG
197 # if YYDEBUG
/external/elfutils/src/
DMakefile.am20 DEFS += $(YYDEBUG) -DDEBUGPRED=@DEBUGPRED@ \
Dld.c69 #if YYDEBUG
176 #if YYDEBUG
729 #if YYDEBUG in parse_opt_1st()
/external/bison/data/
Dc.m4593 [[#ifndef YYDEBUG
594 # define YYDEBUG ]b4_debug_flag[
597 # if defined YYDEBUG
598 # if YYDEBUG
603 # else /* ! defined YYDEBUG */
605 # endif /* ! defined YYDEBUG */
/external/toybox/kconfig/
Dzconf.tab.c_shipped177 #define YYDEBUG 0
178 #if YYDEBUG
184 #ifndef YYDEBUG
185 # define YYDEBUG 0
428 #if YYDEBUG
503 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
830 #if YYDEBUG
914 #else /* !YYDEBUG */
919 #endif /* !YYDEBUG */
1043 #if YYDEBUG
[all …]
/external/bison/tests/
Dheaders.at236 # YYDEBUG (not renamed) can be read, but not changed.
245 |(defined|if)\ YYDEBUG
Dtorture.at121 yydebug = !!getenv ("YYDEBUG");
211 yydebug = !!getenv ("YYDEBUG");
348 yydebug = !!getenv ("YYDEBUG");
Dactions.at116 p.set_debug_level (!!getenv("YYDEBUG"));
118 yydebug = !!getenv("YYDEBUG");
536 yydebug = !!getenv ("YYDEBUG");
1743 yydebug = !!getenv("YYDEBUG");
Dc++.at362 debug |= !!getenv ("YYDEBUG");
Dregression.at905 #if YYDEBUG
906 parser.set_debug_level (YYDEBUG);
/external/bison/
DChangeLog-1998650 * src/output.c (output_gram): Conditionalize yyprhs on YYDEBUG.
1188 * src/output.c (output_rule_data): Write #if YYDEBUG around yyrline.
1372 * src/bison.simple: YYDEBUG now should be 0 or 1.
1373 * src/output.c (output): For YYDEBUG, output conditional to define it
1464 * src/output.c (output): If debugflag, output `#define YYDEBUG'.
DNEWS319 YYSTYPE, YYDEBUG and others have never been affected by it. Because it
338 # ifndef YYDEBUG | # ifndef BAR_DEBUG
339 > # if defined YYDEBUG
340 > # if YYDEBUG
346 # define YYDEBUG 0 | # define BAR_DEBUG 0
350 # if YYDEBUG | # if BAR_DEBUG
1823 ** When the generated parser lacks debugging code, YYDEBUG is now 0
2043 LocalWords: Lackovic define's itemset Groff Gettext malloc NEWS'ed YYDEBUG YY
DChangeLog1504 is valid even when !YYDEBUG.
2365 api.prefix: improve the documentation for YYDEBUG.
2366 * doc/bison.texi: Explain how api.prefix is applied to YYDEBUG.
2440 api.prefix: also rename YYDEBUG.
2450 #ifndef YYDEBUG
2451 # define YYDEBUG 1
2457 #ifndef YYDEBUG
2458 # define YYDEBUG 0
2461 in its header. As a result, the parser was compiled with YYDEBUG set,
2465 Therefore, do not change the value of YYDEBUG. Rather, use it as a
DChangeLog-20123434 Don't define debugging functions when !YYDEBUG.
3437 declare them when YYDEBUG is not defined.
3438 The implementation are already YYDEBUG-aware.
4942 instead of fprintf. Guard these functions with #if YYDEBUG instead of
4943 #ifdef YYDEBUG for consistency with all other uses of YYDEBUG in Bison
7137 Fix glr.cc and lalr1.cc's use of YYDEBUG so that there's zero
7138 runtime cost when YYDEBUG is not defined, and so that some tests
7143 Initialize yycdebug_ only if YYDEBUG. Also, initialize yydebug_.
7145 (yydebug_) [YYDEBUG]: New member.
7146 (yycdebug_): Now defined only if YYDEBUG.
[all …]
/external/bison/doc/
Dbison.texi1314 if you define @code{YYDEBUG} to a nonzero value (@pxref{Tracing,
5200 In the parser implementation file, define the macro @code{YYDEBUG} (or
5804 @code{YYSTYPE}, @code{YYLTYPE}, and @code{YYDEBUG}, which is treated
5837 The macro @code{YYDEBUG} is commonly used to enable the tracing support in
5839 @code{YYDEBUG} (not renamed) is used as a default value:
5844 # if defined YYDEBUG
5845 # if YYDEBUG
8942 @item the macro @code{YYDEBUG}
8943 @findex YYDEBUG
8944 Define the macro @code{YYDEBUG} to a nonzero value when you compile the
[all …]

12