HomeSort by relevance Sort by last modified time
    Searched defs:yyerror (Results 1 - 18 of 18) sorted by null

  /external/bison/lib/
yyerror.c 24 int yyerror (char const *);
27 yyerror (char const *message) function
  /external/bison/data/
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...]
yacc.c 50 # Arguments passed to yyerror: user args plus yylloc.
156 #define yyerror b4_prefix[]error macro
558 #define YYERROR goto yyerrorlab
561 /* Like YYERROR except do call yyerror. This remains here temporarily
562 to ease the transition to the new meaning of YYERROR, for GCC.
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
582 YYERROR; \
793 quotes and backslashes, so that it's suitable for yyerror. The
    [all...]
  /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");
  /ndk/sources/host-tools/nawk-20071023/
lib.c 492 void yyerror(const char *s) function
  /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...]
  /external/e2fsprogs/intl/
plural.c 8 #define yyerror __gettexterror macro
79 static void yyerror (const char *str);
458 #define YYERROR goto yyerrlab1
459 /* Like YYERROR except do call yyerror. This remains here temporarily
460 to ease the transition to the new meaning of YYERROR, for GCC.
476 yyerror ("syntax error: cannot back up"); \
477 YYERROR; \
1169 yyerror (yymsg);
1173 yyerror ("parse error; also virtual memory exhausted")
1487 yyerror (const char *str) function
    [all...]
  /external/mksh/src/
lex.c 911 yyerror("no closing quote\n");
1198 yyerror("%s '%s' unclosed\n", "here document", eof);
1226 yyerror(const char *fmt, ...) function
    [all...]
  /system/core/sh/
arith.c 167 void yyerror(const char *);
556 #define YYERROR goto yyerrorlab
559 /* Like YYERROR except do call yyerror. This remains here temporarily
560 to ease the transition to the new meaning of YYERROR, for GCC.
579 yyerror ("syntax error: cannot back up");\
580 YYERROR; \
1576 yyerror(s) function
    [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...]
  /external/elfutils/src/
ldscript.c 64 #define yyerror lderror macro
184 static void yyerror (const char *s);
789 #define YYERROR goto yyerrorlab
792 /* Like YYERROR except do call yyerror. This remains here temporarily
793 to ease the transition to the new meaning of YYERROR, for GCC.
812 yyerror (YY_("syntax error: cannot back up")); \
813 YYERROR; \
2257 yyerror (const char *s) function
    [all...]
  /external/libpcap/
grammar.c 54 #define yyerror pcap_error macro
352 yyerror(const char *msg) function
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_lex.cpp 3143 void yyerror(TParseContext* context, const char* reason) { function
    [all...]
  /external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupport_wrapPregenerated.c 971 #ifdef yyerror
972 #undef yyerror macro
  /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...]
  /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/mesa3d/src/glsl/
glsl_parser.cpp 68 #define yyerror _mesa_glsl_error macro
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 5914 static inline int yyerror(const char*) { return 1; } function in namespace:WebCore
    [all...]

Completed in 1657 milliseconds