/ndk/sources/host-tools/nawk-20071023/ |
main.c | 44 extern int errorflag; /* non-zero if any syntax errors; set by yyerror */
|
proto.h | 135 extern void yyerror(const char *);
|
/external/bison/doc/ |
bison.info | 213 * Error Reporting:: You must supply a function `yyerror'. [all...] |
refcard.tex | 476 \key{User defined error handler.} {int yyerror(char *)} 490 \key{Pretend a syntax error occurred.} {YYERROR}
|
/external/bison/data/ |
glr.c | 70 # Optional effective arguments passed to yyerror: user args plus yylloc, and 102 # Arguments passed to yyerror: user formals plus yylocp with leading comma. 199 #define yyerror ]b4_prefix[error macro 613 quotes and backslashes, so that it's suitable for yyerror. The 766 yyerror (]b4_yyerror_args[yymsg); 829 * yyerr for YYERROR, yyabort for YYABORT. */ 845 # undef YYERROR 846 # define YYERROR return yyerrok, yyerr 855 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \ 876 # undef YYERROR [all...] |
/external/bison/tests/ |
local.at | 164 # yyerror receives the location if %location, and if the parser is pure. For 179 # yyerror always sees the locations (when activated) if the parser is impure. 180 # When the parser is pure, yyerror sees the location if it is received as an 407 [java], [AT_LOCATION_IF([[public void yyerror (Calc.Location l, String s) 415 public void yyerror (String s) 767 # the grammar file. Insert basic yyerror, yylex, and main function
|
calc.at | 324 | '!' { $$ = 0; YYERROR; } 325 | '-' error { $$ = 0; YYERROR; } 416 # IF-YYERROR-VERBOSE message is properly output after `syntax error, '
|
named-refs.at | 82 | '!' { $$ = 0; YYERROR; } 83 | '-' error { $$ = 0; YYERROR; } 247 | '!' { $$ = 0; YYERROR; } 248 | '-' error { $$ = 0; YYERROR; }
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.y | 36 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 426 yyerror (& @1, parser, 434 yyerror (& @1, parser, 480 yyerror (& @1, parser, "Invalid tokens after #"); 1100 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) 1359 yyerror (&node->token->location, parser, "'##' cannot appear at either end of a macro expansion\n"); [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
itbl-parse.y | 277 static int yyerror (const char *); 453 yyerror (msg)
|
ChangeLog-2011 | [all...] |
/external/bison/ |
ChangeLog | 316 * lib/yyerror.c: Include config.h since the following stdio.h might be 373 This makes the interface for yyerror() pure without the need for a spurious 630 tests: handle %parse-param in the generated yyerror 746 tests: handle %parse-param in the generated yyerror 749 to yyerror. [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
gsubr.go | 332 Yyerror("offset %d too large for OINDREG", a.Offset) 643 Yyerror("reg %v left allocated", obj.Rconv(r)) 653 Yyerror("reg %v left allocated", obj.Rconv(r))
|
racewalk.go | 371 Yyerror("racewalk: %v must be lowered by now", Oconv(int(n.Op), 0)) 377 Yyerror("racewalk: %v cannot exist now", Oconv(int(n.Op), 0)) 381 Yyerror("racewalk: OGETG can happen only in runtime which we don't instrument")
|
cgen.go | 792 Yyerror("write barrier prohibited") 838 Yyerror("write barrier prohibited") [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
gsubr.go | 329 Yyerror("offset %d too large for OINDREG", a.Offset) 640 Yyerror("reg %v left allocated", obj.Rconv(r)) 650 Yyerror("reg %v left allocated", obj.Rconv(r))
|
racewalk.go | 368 Yyerror("racewalk: %v must be lowered by now", Oconv(int(n.Op), 0)) 374 Yyerror("racewalk: %v cannot exist now", Oconv(int(n.Op), 0)) 378 Yyerror("racewalk: OGETG can happen only in runtime which we don't instrument")
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
gsubr.go | 332 Yyerror("offset %d too large for OINDREG", a.Offset) 643 Yyerror("reg %v left allocated", obj.Rconv(r)) 653 Yyerror("reg %v left allocated", obj.Rconv(r))
|
racewalk.go | 371 Yyerror("racewalk: %v must be lowered by now", Oconv(int(n.Op), 0)) 377 Yyerror("racewalk: %v cannot exist now", Oconv(int(n.Op), 0)) 381 Yyerror("racewalk: OGETG can happen only in runtime which we don't instrument")
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
gsubr.go | 329 Yyerror("offset %d too large for OINDREG", a.Offset) 640 Yyerror("reg %v left allocated", obj.Rconv(r)) 650 Yyerror("reg %v left allocated", obj.Rconv(r))
|
racewalk.go | 368 Yyerror("racewalk: %v must be lowered by now", Oconv(int(n.Op), 0)) 374 Yyerror("racewalk: %v cannot exist now", Oconv(int(n.Op), 0)) 378 Yyerror("racewalk: OGETG can happen only in runtime which we don't instrument")
|
/external/libpcap/ |
grammar.c | 65 #define yyerror pcap_error macro 250 yyerror(const char *msg) function [all...] |
/external/mksh/src/ |
lex.c | 899 yyerror("no closing quote\n"); 1176 yyerror("%s '%s' unclosed\n", "here document", eof); 1204 yyerror(const char *fmt, ...) function [all...] |
/external/bison/src/ |
parse-gram.y | 48 #undef yyerror 49 #define yyerror(Msg) \
|
/external/elfutils/src/ |
ldscript.y | 37 static void yyerror (const char *s); 454 yyerror (const char *s)
|