HomeSort by relevance Sort by last modified time
    Searched full:yyerror (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/e2fsprogs/intl/
plural.y 58 static void yyerror (const char *str);
378 yyerror (const char *str)
  /external/mdnsresponder/mDNSShared/
dnsextd_parser.y 26 void yyerror( const char* error );
381 void yyerror( const char *str )
  /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/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser.yy 36 #undef yyerror
38 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg)
340 YYERROR;
1118 YYERROR;
1189 YYERROR;
1208 YYERROR;
    [all...]
  /external/mesa3d/src/glsl/
glsl_parser.yy 36 #undef yyerror
38 static void yyerror(YYLTYPE *loc, _mesa_glsl_parse_state *st, const char *msg)
340 YYERROR;
1118 YYERROR;
1189 YYERROR;
1208 YYERROR;
    [all...]
  /external/bison/etc/
bench.pl.in 42 static void yyerror (const char *msg);
99 yyerror (const char *msg)
161 /* yyerror receives the location if:
164 static void yyerror (const char *s);
211 | '!' { \$\$ = 0; YYERROR; }
212 | '-' error { \$\$ = 0; YYERROR; }
219 yyerror (const char *s)
  /external/mksh/src/
syn.c 205 yyerror("too many %ss\n", "<<");
297 yyerror("too many %ss\n",
427 yyerror("%s: %s\n", c == FOR ? "for" : Tselect,
491 yyerror("too many %ss\n", "redirection");
679 yyerror("%s: %s\n", sname, "invalid function name");
852 yyerror("%s: %s %s\n", Tsynerr, "unexpected", "EOF");
879 yyerror("%s: '%s' %s\n", Tsynerr, s, what);
  /external/bison/src/
parse-gram.c 67 #define yyerror gram_error macro
124 #undef yyerror macro
125 #define yyerror(Msg) \ macro
    [all...]
  /external/bison/tests/
java.at 81 yyerror (]AT_LOCATION_IF([[@$,]])[ "calc: error: " + $1 + " != " + $3);
93 | '!' { $$ = new Integer (0); return YYERROR; }
94 | '-' error { $$ = new Integer (0); return YYERROR; }
427 public void yyerror (m4_default([$8], [Location]) loc, String s)
768 public void yyerror (String s)
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
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
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/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/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/bison/
Android.mk 102 lib/yyerror.c \
NEWS 60 resulted in a yyerror function that did not take a location as a
62 where yyerror does take a location as a parameter (in location-tracking
    [all...]
cfg.mk 89 require_config_h_first=^(lib/yyerror|data/(glr|yacc))\.c$$ \
  /external/bison/doc/
bison.texi 250 * Error Reporting:: You must supply a function @code{yyerror}.
    [all...]
bison.info 213 * Error Reporting:: You must supply a function `yyerror'.
    [all...]
  /external/checkpolicy/
module_compiler.h 105 * stack and return 0. If not then send an error to yyerror and
policy_scan.l 273 int yyerror(char *msg)
  /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 */
  /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/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...]

Completed in 437 milliseconds

12 3 4