Home
last modified time | relevance | path

Searched refs:yynerrs (Results 1 – 17 of 17) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c12 #define yynerrs __gettextnerrs macro
654 int yynerrs;
740 yynerrs = 0; in yyparse()
1129 ++yynerrs; in yyparse()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp69 #define yynerrs ppnerrs macro
1236 int yynerrs; local
1290 yynerrs = 0;
1708 ++yynerrs;
/external/bison/data/
Dyacc.c217 int yynerrs;]])])
226 int yynerrs;
367 #define yynerrs ]b4_prefix[nerrs]b4_locations_if([[
1573 yynerrs = 0;
1854 ++yynerrs;
Dglr.c203 #define yynerrs ]b4_prefix[nerrs]b4_locations_if([[ macro
478 #undef yynerrs
479 #define yynerrs (yystackp->yyerrcnt)
487 [#define b4_prefix[]nerrs yynerrs
494 int yynerrs;
1099 yynerrs = 0;
2139 yynerrs += 1;
/external/libpcap/
Dgrammar.c58 #define yynerrs pcap_nerrs macro
1524 int yynerrs; variable
1596 yynerrs = 0;
2746 ++yynerrs;
/external/elfutils/src/
Dldscript.c68 #define yynerrs ldnerrs macro
1319 int yynerrs; variable
1401 yynerrs = 0;
2073 ++yynerrs;
/external/bison/src/
Dparse-gram.c71 #define yynerrs gram_nerrs macro
1919 int yynerrs; local
1994 yynerrs = 0;
2947 ++yynerrs;
/external/elfutils/libcpu/
Di386_parse.c68 #define yynerrs i386_nerrs macro
1310 int yynerrs; variable
1392 yynerrs = 0;
1967 ++yynerrs;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c71 #define yynerrs glcpp_parser_nerrs macro
1623 int yynerrs; local
1689 yynerrs = 0;
2867 ++yynerrs;
Dglsl_parser.cc71 #define yynerrs _mesa_glsl_nerrs macro
2728 int yynerrs; local
2794 yynerrs = 0;
5798 ++yynerrs;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c71 #define yynerrs _mesa_program_nerrs macro
2021 int yynerrs; local
2087 yynerrs = 0;
5187 ++yynerrs;
/external/bison/doc/
Drefcard.tex463 \key{Number of errors encountered.} {yynerrs}
Dbison.texi5009 Parsers}, for the details of this. The variable @code{yynerrs}
5800 @code{yynerrs}, @code{yylval}, @code{yylloc}, @code{yychar} and
6376 @vindex yynerrs
6377 The variable @code{yynerrs} contains the number of syntax errors
11721 @code{yylex}, @code{yyerror}, @code{yynerrs}, @code{yylval}, @code{yychar},
11950 @deffn {Variable} yynerrs
12319 @c LocalWords: Rhs YYRHSLOC LE nonassoc op deffn typeless yynerrs nonterminal
Dbison.info5022 The variable `yynerrs' becomes local in `yyparse' in pull mode but it
5682 `yynerrs', `yylval', `yylloc', `yychar' and `yydebug'. If you use a
6190 The variable `yynerrs' contains the number of syntax errors reported
10882 `yylex', `yyerror', `yynerrs', `yylval', `yychar', `yydebug', and
11064 -- Variable: yynerrs
12638 * yynerrs <1>: Table of Symbols. (line 365)
12639 * yynerrs: Error Reporting. (line 69)
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp1995 int yynerrs; local
2060 yynerrs = 0;
4676 ++yynerrs;
/external/bison/
DChangeLog-1998435 * src/output.c (output_headers): Rename yynerrs if -p.
1378 * src/bison.simple (yyparse) [YYPURE]: Add local yynerrs.
DChangeLog-20124748 since multiple impure parsers would corrupt yynerrs.
6117 the push parser code. This patch enables yynerrs in push mode.
6120 (b4_declare_scanner_communication_variables): Don't omit yynerrs just
6121 because push mode is on. Instead, if pure mode is on, move yynerrs
6124 (yynerrs, yyerror_range): For push mode, #define each NAME in this list
6126 (yypush_parse): Don't omit uses of yynerrs in push mode.
6442 (b4_declare_parser_variables): Do not declare yynerrs for push mode.
9350 yystackp->yyloc similar to yychar and yynerrs.
10015 yynerrs is the number of errors reported, not the number of
21739 %%yydebug, %%yyerror, %%yynerrs and %%yyparse by yylex, yychar,
[all …]