/external/bison/tests/ |
calc.at | 83 [/* yyerror receives the location if: 86 static void yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ]) 145 | '!' { $$ = 0; YYERROR; } 146 | '-' error { $$ = 0; YYERROR; } 170 yyerror (AT_YYERROR_ARG_LOC_IF([YYLTYPE *llocp, ]) 392 # IF-YYERROR-VERBOSE message is properly output after `syntax error, '
|
local.at | 70 # yyerror receives the location if %location & %pure & (%glr or %parse-param). 74 # yyerror always sees the locations (when activated), except if
|
cxx-type.at | 80 void yyerror (ERROR_PARAMETERS); 223 yyerror (ERROR_PARAMETERS)
|
input.at | 276 static void yyerror (const char *s); 321 yyerror (const char *msg)
|
/system/core/sh/ |
init.c | 115 #undef YYERROR 116 #define YYERROR goto yyerrorlab 407 #undef YYERROR 408 #define YYERROR goto yyerrorlab 699 #undef YYERROR 700 #define YYERROR goto yyerrorlab
|
/external/bluetooth/bluez/tools/ |
parser.c | 63 int yyerror(char *s); 252 int yyerror(char *s) function 329 #define YYERROR goto yyerrlab 396 yyerror("syntax error"); 588 yyerror("yacc stack overflow");
|
/external/bison/doc/ |
bison.texinfo | 233 * Error Reporting:: You must supply a function @code{yyerror}. [all...] |
bison.info | 195 * Error Reporting:: You must supply a function `yyerror'. [all...] |
refcard.tex | 478 \key{User defined error handler.} {int yyerror(char *)} 492 \key{Pretend a syntax error occurred.} {YYERROR}
|
/external/bison/ |
NEWS | 59 * %destructor vs. YYABORT, YYACCEPT, and YYERROR. 61 and YYERROR, for all objects on the stack, other than objects 204 - #defining yyerror to steal internal variables is discouraged. 219 - The documentation now emphasizes that yylex and yyerror must be 231 implementations of Yacc-compatible yyerror and main functions. 291 Some people redefine yyerror to steal yyparse' private variables.
|
ChangeLog | 403 * tests/headers.at (AT_TEST_CPP_GUARD_H): Declare yyerror and yylex, 715 In yyerror, use the msg arg. [all...] |
/external/bison/data/ |
lalr1.cc | 375 #define YYERROR goto yyerrorlab 382 backslashes, so that it's suitable for yyerror. The heuristic is 735 | yyerrorlab -- error raised explicitly by YYERROR. | 740 YYERROR and the label yyerrorlab therefore never appears in user 747 this YYERROR. */ 754 | yyerrlab1 -- common code for both syntax error and YYERROR. |
|
glr.c | 61 # Optional effective arguments passed to yyerror: user args plus yylloc, and 92 # Arguments passed to yyerror: user formals plus yylocp. 157 #define yyerror b4_prefix[]error macro 672 quotes and backslashes, so that it's suitable for yyerror. The 825 yyerror (]b4_yyerror_args[yymsg); 889 * yyerr for YYERROR, yyabort for YYABORT. */ 907 # undef YYERROR 908 # define YYERROR return yyerrok, yyerr 917 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \ 940 # undef YYERROR [all...] |
/external/bison/src/ |
parse-gram.c | 64 #define yyerror gram_error macro 232 #undef yyerror macro 233 #define yyerror(Msg) \ macro 837 #define YYERROR goto yyerrorlab 840 /* Like YYERROR except do call yyerror. This remains here temporarily 841 to ease the transition to the new meaning of YYERROR, for GCC. 860 yyerror (YY_("syntax error: cannot back up")); \ 861 YYERROR; \ [all...] |
parse-gram.y | 47 #undef yyerror 48 #define yyerror(Msg) \
|
/external/elfutils/src/ |
ldscript.c | 52 #define yyerror lderror macro 157 static void yyerror (const char *s); 650 #define YYERROR goto yyerrorlab 653 /* Like YYERROR except do call yyerror. This remains here temporarily 654 to ease the transition to the new meaning of YYERROR, for GCC. 673 yyerror ("syntax error: cannot back up");\ 674 YYERROR; \ 1882 yyerror (const char *s) function [all...] |
/external/iproute2/misc/ |
ssfilter.y | 31 static void yyerror(char *s)
|
/external/libpcap/ |
grammar.c | 54 #define yyerror pcap_error macro 352 yyerror(const char *msg) function [all...] |
/ndk/sources/host-tools/nawk-20071023/ |
main.c | 44 extern int errorflag; /* non-zero if any syntax errors; set by yyerror */
|
proto.h | 133 extern void yyerror(const char *);
|
/external/mesa3d/src/glsl/ |
glsl_parser.ypp | 255 YYERROR; 693 YYERROR; 885 YYERROR; 990 YYERROR; 1026 YYERROR; 1053 YYERROR; 1064 YYERROR; [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.c | 110 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 3367 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) function [all...] |
/external/webkit/Tools/android/flex-2.5.4a/ |
parse.y | 906 /* yyerror - eat up an error message from the parser; 910 void yyerror( msg )
|
/external/mksh/src/ |
lex.c | 943 yyerror("no closing quote\n"); 947 yyerror("%s: ')' missing\n", T_synerr); 1210 yyerror("here document '%s' unclosed\n", eof); 1225 yyerror(const char *fmt, ...) function [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
parse.c | 532 /* yyerror - eat up an error message from the parser; 536 void yyerror( msg ) function 544 #define YYERROR goto yyerrlab 614 yyerror("syntax error"); [all...] |