/external/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/bison/ |
Android.mk | 102 lib/yyerror.c \
|
cfg.mk | 89 require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
|
/external/bison/src/ |
parse-gram.y | 48 #undef yyerror 49 #define yyerror(Msg) \
|
parse-gram.c | 67 #define yyerror gram_error macro 124 #undef yyerror macro 125 #define yyerror(Msg) \ macro [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd_parser.y | 26 void yyerror( const char* error ); 381 void yyerror( const char *str )
|
/frameworks/base/tools/aidl/ |
aidl_language_y.y | 7 int yyerror(char* errstr); 350 int yyerror(char* errstr)
|
/external/bison/data/ |
yacc.c | 87 # Expand ARG iff yyerror is to be given a location as argument. 95 # Arguments passed to yyerror: user args plus yylloc. 363 #define yyerror ]b4_prefix[error macro 743 #define YYERROR goto yyerrorlab 746 /* Like YYERROR except do call yyerror. This remains here temporarily 747 to ease the transition to the new meaning of YYERROR, for GCC. 776 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \ 777 YYERROR; \ [all...] |
/external/iproute2/misc/ |
ssfilter.y | 31 static void yyerror(char *s)
|
/ndk/sources/host-tools/nawk-20071023/ |
proto.h | 135 extern void yyerror(const char *);
|
lib.c | 492 void yyerror(const char *s) function
|
/external/chromium_org/third_party/angle/src/compiler/ |
glslang.l | 293 void yyerror(YYLTYPE* lloc, TParseContext* context, const char* reason) {
|
glslang_tab.cpp | 311 extern void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason); [all...] |
glslang.y | 89 extern void yyerror(YYLTYPE* yylloc, TParseContext* context, const char* reason); 442 YYERROR; [all...] |
/external/elfutils/src/ |
ldscript.y | 45 static void yyerror (const char *s); 462 yyerror (const char *s)
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
glsl_parser.cc | 67 #define yyerror _mesa_glsl_error macro 113 #undef yyerror macro 115 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg) function [all...] |
glcpp-parse.c | 67 #define yyerror glcpp_parser_error macro 113 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error); 3567 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) function [all...] |
/external/mksh/src/ |
lex.c | 894 yyerror("no closing quote\n"); 1181 yyerror("%s '%s' unclosed\n", "here document", eof); 1209 yyerror(const char *fmt, ...) function [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 64 #define yyerror i386_error macro 156 static void yyerror (const char *s); 780 #define YYERROR goto yyerrorlab 783 /* Like YYERROR except do call yyerror. This remains here temporarily 784 to ease the transition to the new meaning of YYERROR, for GCC. 803 yyerror (YY_("syntax error: cannot back up")); \ 804 YYERROR; \ 1098 quotes and backslashes, so that it's suitable for yyerror. The 2151 yyerror (const char *s) function [all...] |
i386_parse.y | 51 static void yyerror (const char *s); 549 yyerror (const char *s) [all...] |
/external/libpcap/ |
grammar.y | 75 yyerror(const char *msg)
|
/external/bison/doc/ |
refcard.tex | 476 \key{User defined error handler.} {int yyerror(char *)} 490 \key{Pretend a syntax error occurred.} {YYERROR}
|
/external/checkpolicy/ |
policy_parse.y | 62 extern int yyerror(char *msg);
|
/external/bison/tests/ |
testsuite | [all...] |