Home
last modified time | relevance | path

Searched refs:YYDEBUG (Results 1 – 25 of 36) 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/elfutils/src/libcpu/
Di386_parse.h36 #ifndef YYDEBUG
37 # define YYDEBUG 0 macro
39 #if YYDEBUG
Di386_parse.c313 #ifndef YYDEBUG
314 # define YYDEBUG 0 macro
316 #if YYDEBUG
666 #if YYDEBUG
701 #if YYDEBUG || YYERROR_VERBOSE || 0
880 #if YYDEBUG
/external/elfutils/src/src/
Dldscript.h36 #ifndef YYDEBUG
37 # define YYDEBUG 0 macro
39 #if YYDEBUG
DMakefile.am20 DEFS += $(YYDEBUG) -DDEBUGPRED=@DEBUGPRED@ \
Dldscript.c159 #ifndef YYDEBUG
160 # define YYDEBUG 0 macro
162 #if YYDEBUG
553 #if YYDEBUG
610 #if YYDEBUG || YYERROR_VERBOSE || 0
877 #if YYDEBUG
Dld.c70 #if YYDEBUG
177 #if YYDEBUG
735 #if YYDEBUG in parse_opt_1st()
DMakefile.in324 $(YYDEBUG) -DDEBUGPRED=@DEBUGPRED@ -DSRCDIR=\"$(shell cd \
DMakefile324 $(YYDEBUG) -DDEBUGPRED=0 -DSRCDIR=\"$(shell cd \
/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/bison/src/
Dparse-gram.h37 # if defined YYDEBUG
38 # if YYDEBUG
/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/linux-tools-perf/src/tools/perf/util/
Dpmu-bison.c100 #ifndef YYDEBUG
101 # define YYDEBUG 0 macro
428 #if YYDEBUG
454 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
639 #if YYDEBUG
Dparse-events-bison.c80 #define YYDEBUG 1 macro
118 #ifndef YYDEBUG
119 # define YYDEBUG 0 macro
461 #if YYDEBUG
508 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
749 #if YYDEBUG
Dparse-events.y8 #define YYDEBUG 1 macro
/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");
/external/libpcap/
Dgrammar.c323 #ifndef YYDEBUG
324 # define YYDEBUG 0 macro
906 #if YYDEBUG
1022 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
1508 #if 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'.

12