Home
last modified time | relevance | path

Searched refs:YYERROR_VERBOSE (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.cpp140 #ifdef YYERROR_VERBOSE
141 # undef YYERROR_VERBOSE
142 # define YYERROR_VERBOSE 1 macro
144 # define YYERROR_VERBOSE 0 macro
300 #if ! defined yyoverflow || YYERROR_VERBOSE
493 #if YYDEBUG || YYERROR_VERBOSE || 0
823 #if YYERROR_VERBOSE
1117 #if YYERROR_VERBOSE in yyparse()
1631 #if ! YYERROR_VERBOSE in yyparse()
1771 #if !defined yyoverflow || YYERROR_VERBOSE in yyparse()
[all …]
/external/bison/data/
Dyacc.c376 #ifdef YYERROR_VERBOSE
377 # undef YYERROR_VERBOSE
378 # define YYERROR_VERBOSE 1
380 # define YYERROR_VERBOSE ]b4_error_verbose_flag[
467 #if ]b4_lac_if([[1]], [[! defined yyoverflow || YYERROR_VERBOSE]])[
651 #if ]b4_api_PREFIX[DEBUG || YYERROR_VERBOSE || ]b4_token_table_flag[
1147 #if YYERROR_VERBOSE
1540 #if YYERROR_VERBOSE
1855 #if ! YYERROR_VERBOSE
2008 #if ]b4_lac_if([[1]], [[!defined yyoverflow || YYERROR_VERBOSE]])[
[all …]
Dglr.c215 #ifdef YYERROR_VERBOSE
216 # undef YYERROR_VERBOSE
217 # define YYERROR_VERBOSE 1 macro
219 # define YYERROR_VERBOSE ]b4_error_verbose_flag[
363 #if ]b4_api_PREFIX[DEBUG || YYERROR_VERBOSE || ]b4_token_table_flag[
589 #if YYERROR_VERBOSE
778 #if ]b4_api_PREFIX[DEBUG || YYERROR_VERBOSE
2013 #if ! YYERROR_VERBOSE
/external/libpcap/
Dgrammar.c339 #ifdef YYERROR_VERBOSE
340 # undef YYERROR_VERBOSE
341 # define YYERROR_VERBOSE 1 macro
343 # define YYERROR_VERBOSE 0 macro
752 #if ! defined yyoverflow || YYERROR_VERBOSE
976 #if YYDEBUG || YYERROR_VERBOSE || 0
1577 #if YYERROR_VERBOSE
1866 #if YYERROR_VERBOSE in yyparse()
3473 #if ! YYERROR_VERBOSE in yyparse()
3613 #if !defined yyoverflow || YYERROR_VERBOSE in yyparse()
[all …]
/external/bison/src/
Dparse-gram.c183 #ifdef YYERROR_VERBOSE
184 # undef YYERROR_VERBOSE
185 # define YYERROR_VERBOSE 1 macro
187 # define YYERROR_VERBOSE 1 macro
713 #if GRAM_DEBUG || YYERROR_VERBOSE || 1
1576 #if YYERROR_VERBOSE
1967 #if YYERROR_VERBOSE
2948 #if ! YYERROR_VERBOSE
3136 #if YYERROR_VERBOSE
/external/e2fsprogs/intl/
Dplural.c221 #if (YYDEBUG) || defined YYERROR_VERBOSE
338 #if ! defined (yyoverflow) || defined (YYERROR_VERBOSE)
560 #ifdef YYERROR_VERBOSE
1131 #ifdef YYERROR_VERBOSE in yyparse()
/external/toybox/kconfig/
Dzconf.tab.c_shipped179 #define YYERROR_VERBOSE
189 #ifdef YYERROR_VERBOSE
190 # undef YYERROR_VERBOSE
191 # define YYERROR_VERBOSE 1
193 # define YYERROR_VERBOSE 0
252 #if ! defined (yyoverflow) || YYERROR_VERBOSE
307 #endif /* ! defined (yyoverflow) || YYERROR_VERBOSE */
503 #if YYDEBUG || YYERROR_VERBOSE || YYTOKEN_TABLE
940 #if YYERROR_VERBOSE
1039 #endif /* YYERROR_VERBOSE */
[all …]
/external/swiftshader/src/OpenGL/compiler/
Dglslang_tab.cpp111 #ifdef YYERROR_VERBOSE
112 # undef YYERROR_VERBOSE
113 # define YYERROR_VERBOSE 1 macro
115 # define YYERROR_VERBOSE 0 macro
506 #if ! defined yyoverflow || YYERROR_VERBOSE
738 #if YYDEBUG || YYERROR_VERBOSE || 0
1844 #if YYERROR_VERBOSE
2158 #if YYERROR_VERBOSE in yyparse()
4905 #if ! YYERROR_VERBOSE in yyparse()
5051 #if !defined yyoverflow || YYERROR_VERBOSE in yyparse()
[all …]
/external/bison/
DNEWS265 Support for the preprocessor symbol YYERROR_VERBOSE will be removed, use
305 The symbols YYTOKEN_TABLE and YYERROR_VERBOSE, which were defined in the
548 obsolete "#define YYERROR_VERBOSE"), the expected token list in the
728 When %error-verbose or the obsolete "#define YYERROR_VERBOSE" is
909 inherent flaws when %error-verbose or "#define YYERROR_VERBOSE" is
920 %error-verbose and "#define YYERROR_VERBOSE". Eventually, YYFAIL will
1472 This new directive is preferred over YYERROR_VERBOSE.
DChangeLog-2012487 (Table of Symbols): In %error-verbose and YYERROR_VERBOSE entries,
1521 YYERROR_VERBOSE.
4855 * data/yacc.c (yyexhaustedlab): Define it when YYERROR_VERBOSE is
7161 * data/glr.cc (YYERROR_VERBOSE, YYTOKEN_TABLE): Remove.
7163 Defining YYERROR_VERBOSE to 0 here breaks glr.c, since glr.c
8644 * data/yacc.c [(! defined yyoverflow || YYERROR_VERBOSE) && !
10007 (yyparse) [YYERROR_VERBOSE]: Don't leak memory indefinitely if
10057 (yysyntax_error_): Use it to avoid GCC warning when YYERROR_VERBOSE
10395 (YYERROR_VERBOSE): Define the same way the other skeletons do.
13404 * data/yacc.c (yyerrlab) [YYERROR_VERBOSE]:
[all …]
DChangeLog-1998157 * src/output.c (output_rule_data): Test YYERROR_VERBOSE in the
DChangeLog2519 c++: do not export YYTOKEN_TABLE and YYERROR_VERBOSE.
2527 (YYERROR_VERBOSE): Remove.
/external/bison/tests/
Dconflicts.at68 #define YYERROR_VERBOSE 1
/external/bison/doc/
Dbison.info11012 -- Macro: YYERROR_VERBOSE
11016 `YYERROR_VERBOSE', just whether you define it. Supported by the C
12605 * YYERROR_VERBOSE: Table of Symbols. (line 313)
Dbison.texi11886 @deffn {Macro} YYERROR_VERBOSE
11890 use for @code{YYERROR_VERBOSE}, just whether you define it.