Searched defs:yyerror (Results 1 - 15 of 15) sorted by relevance

/external/bison/lib/
H A Dyyerror.c24 int yyerror (char const *);
27 yyerror (char const *message) function
/external/bison/data/
H A Dglr.c61 # 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);
917 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1803 yyerror (]b4_yyerror_args[YY_("syntax is ambiguous"));
2165 yyerror (]b4_lyyerror_args[yymsg);
2170 yyerror (]b4_lyyerror_args[YY_("syntax error"));
2176 yyerror (]b4_lyyerror_arg
[all...]
H A Dyacc.c50 # Arguments passed to yyerror: user args plus yylloc.
156 #define yyerror b4_prefix[]error macro
561 /* Like YYERROR except do call yyerror. This remains here temporarily
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
793 quotes and backslashes, so that it's suitable for yyerror. The
1307 yyerror (]b4_yyerror_args[YY_("syntax error"));
1331 yyerror (]b4_yyerror_args[yymsg);
1335 yyerror (]b4_yyerror_args[YY_("syntax error"));
1459 yyerror (]b4_yyerror_args[YY_("memory exhausted"));
/external/bluetooth/bluez/tools/
H A Dparser.c63 int yyerror(char *s);
252 int yyerror(char *s) function
396 yyerror("syntax error");
588 yyerror("yacc stack overflow");
/external/webkit/Tools/android/flex-2.5.4a/MISC/
H A Dparse.c532 /* yyerror - eat up an error message from the parser;
536 void yyerror( msg ) function
614 yyerror("syntax error");
1447 yyerror("yacc stack overflow");
/external/e2fsprogs/intl/
H A Dplural.c8 #define yyerror __gettexterror macro
79 static void yyerror (const char *str);
459 /* Like YYERROR except do call yyerror. This remains here temporarily
476 yyerror ("syntax error: cannot back up"); \
1169 yyerror (yymsg);
1173 yyerror ("parse error; also virtual memory exhausted");
1177 yyerror ("parse error");
1302 yyerror ("parser stack overflow");
1487 yyerror (const char *str) function
/external/mksh/src/
H A Dlex.c943 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
1636 yyerror("missing ]\n");
/external/elfutils/src/
H A Dldscript.c52 #define yyerror lderror macro
157 static void yyerror (const char *s);
653 /* Like YYERROR except do call yyerror. This remains here temporarily
673 yyerror ("syntax error: cannot back up");\
1742 yyerror (yymsg);
1746 yyerror ("syntax error; also virtual memory exhausted");
1750 yyerror ("syntax error");
1868 yyerror ("parser stack overflow");
1886 yyerror (const char *s)
1882 yyerror (const char *s) function
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
H A DDumpRenderTreeSupport_wrapPregenerated.c971 #ifdef yyerror
972 #undef yyerror macro
/external/bison/src/
H A Dparse-gram.c64 #define yyerror gram_error macro
232 #undef yyerror macro
233 #define yyerror(Msg) \ macro
840 /* Like YYERROR except do call yyerror. This remains here temporarily
860 yyerror (YY_("syntax error: cannot back up")); \
1241 quotes and backslashes, so that it's suitable for yyerror. The
2197 yyerror (YY_("syntax error"));
2221 yyerror (yymsg);
2225 yyerror (YY_("syntax error"));
2349 yyerror (YY
[all...]
/external/libpcap/
H A Dgrammar.c54 #define yyerror pcap_error macro
352 yyerror(const char *msg) function
1136 /* Like YYERROR except do call yyerror. This remains here temporarily
1156 yyerror (YY_("syntax error: cannot back up")); \
1381 quotes and backslashes, so that it's suitable for yyerror. The
2843 yyerror (yymsg);
2848 yyerror (YY_("syntax error"));
2854 yyerror (YY_("syntax error"));
2962 yyerror (YY_("memory exhausted"));
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c110 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error);
946 /* Like YYERROR except do call yyerror. This remains here temporarily
975 yyerror (&yylloc, parser, YY_("syntax error: cannot back up")); \
1283 quotes and backslashes, so that it's suitable for yyerror. The
2309 yyerror (& (yylsp[(1) - (2)]), parser, "Invalid tokens after #");
2700 yyerror (&yylloc, parser, YY_("syntax error"));
2724 yyerror (&yylloc, parser, yymsg);
2728 yyerror (&yylloc, parser, YY_("syntax error"));
2849 yyerror (&yylloc, parser, YY_("memory exhausted"));
3369 yyerror (YYLTYP
3367 yyerror (YYLTYPE *locp, glcpp_parser_t *parser, const char *error) function
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_lex.cpp3143 void yyerror(TParseContext* context, const char* reason) { function
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp68 #define yyerror _mesa_glsl_error macro
1956 /* Like YYERROR except do call yyerror. This remains here temporarily
1985 yyerror (&yylloc, state, YY_("syntax error: cannot back up")); \
2293 quotes and backslashes, so that it's suitable for yyerror. The
5127 yyerror (&yylloc, state, YY_("syntax error"));
5151 yyerror (&yylloc, state, yymsg);
5155 yyerror (&yylloc, state, YY_("syntax error"));
5276 yyerror (&yylloc, state, YY_("memory exhausted"));
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp5997 static inline int yyerror(const char*) { return 1; } function in namespace:WebCore

Completed in 1546 milliseconds