HomeSort by relevance Sort by last modified time
    Searched refs:yyerror (Results 1 - 25 of 50) sorted by null

1 2

  /external/bison/lib/
yyerror.c 24 int yyerror (char const *);
27 yyerror (char const *message) function
  /external/ipsec-tools/src/racoon/
cftoken_proto.h 40 extern void yyerror __P((char *, ...));
cfparse.y 295 yyerror("unknown user \"%s\"", $2->v);
307 yyerror("unknown group \"%s\"", $2->v);
322 yyerror("invalid path type %d", $2);
362 yyerror("invalid GSS ID encoding %d", $2);
385 yyerror("failed to set my ident: %s",
454 yyerror("NAT-T support not compiled in.");
460 yyerror("admin directive is obsoleted.");
513 yyerror("racoon not configured with --enable-hybrid");
517 yyerror("racoon not configured with --with-libldap");
532 yyerror("invalid ldap protocol version (2|3)")
    [all...]
cftoken.l 415 yyerror("vmalloc failed");
491 yyerror("racoon not configured with --enable-hybrid");
498 yyerror("racoon not configured with --enable-hybrid");
505 yyerror("racoon not configured with --enable-hybrid");
512 yyerror("racoon not configured with --enable-hybrid");
519 yyerror("racoon not configured with --enable-hybrid");
526 yyerror("racoon not configured with --enable-hybrid");
533 yyerror("racoon not configured with --enable-hybrid");
540 yyerror("racoon not configured with --enable-hybrid");
586 yyerror("vmalloc failed")
    [all...]
  /external/checkpolicy/
module_compiler.c 42 extern int yyerror(char *msg);
59 yyerror
70 yyerror("no module name");
76 yyerror
83 yyerror
178 yyerror("out of memory");
211 yyerror("no role name");
215 yyerror("Out of memory!");
227 yyerror("Out of memory!");
251 yyerror("Out of memory!")
    [all...]
policy_define.c 67 extern int yyerror(char *msg);
89 yyerror(errormsg);
103 yyerror("queue overflow");
116 yyerror("out of memory");
126 yyerror("queue overflow");
158 yyerror("no class name for class definition?");
163 yyerror("out of memory");
170 yyerror("Out of memory!");
178 yyerror("could not declare class here");
256 yyerror("no capability name for policycap definition?")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parse.y 62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
284 yyerror(& @1, state, "invalid fragment program header");
292 yyerror(& @1, state, "invalid vertex program header");
323 yyerror(& @2, state, err_str);
324 YYERROR;
449 yyerror(& @8, state,
451 YYERROR;
508 yyerror(& @12, state,
510 YYERROR;
565 yyerror(& @2, state, "unexpected character '|'")
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 62 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
284 yyerror(& @1, state, "invalid fragment program header");
292 yyerror(& @1, state, "invalid vertex program header");
323 yyerror(& @2, state, err_str);
324 YYERROR;
449 yyerror(& @8, state,
451 YYERROR;
508 yyerror(& @12, state,
510 YYERROR;
565 yyerror(& @2, state, "unexpected character '|'")
    [all...]
  /external/iproute2/tc/
emp_ematch.y 22 extern void yyerror(const char *s);
97 void yyerror(const char *s)
  /bootable/recovery/edify/
parser.y 29 void yyerror(Expr** root, int* error_count, const char* s);
99 yyerror(root, error_count, buffer);
100 YYERROR;
128 void yyerror(Expr** root, int* error_count, const char* s) {
  /external/bison/data/
lalr1.java 143 void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s);]
206 protected final void yyerror (]b4_locations_if([b4_location_type[ loc, ]])[String s) {
207 yylexer.yyerror (]b4_locations_if([loc, ])[s);
211 protected final void yyerror (String s) {
212 yylexer.yyerror ((]b4_location_type[)null, s);
214 protected final void yyerror (]b4_position_type[ loc, String s) {
215 yylexer.yyerror (new ]b4_location_type[ (loc), s);
308 public static final int YYERROR = 2;
373 backslashes, so that it's suitable for yyerror. The heuristic is
583 yyerror (]b4_locations_if([yylloc, ])[yysyntax_error (yystate, yytoken))
    [all...]
glr.cc 99 # and declaration of yyerror.
104 ]b4_c_ansi_function_decl([yyerror],
112 # Hijack the epilogue to define implementations (yyerror, parser member
120 ]b4_c_ansi_function_def([yyerror],
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/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 67 #define yyerror _mesa_program_error macro
139 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
5805 yyerror(YYLTYPE *locp, struct asm_parser_state *state, const char *s) function
    [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...]
plural.y 58 static void yyerror (const char *str);
378 yyerror (const char *str)
  /external/libnl/lib/route/
pktloc_syntax.y 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg)
  /external/ipsec-tools/src/libipsec/
policy_parse.y 110 extern void yyerror __P((char *msg));
365 yyerror(msg)
386 yyerror("malloc failed");
393 yyerror("malloc failed");
415 yyerror("invalid IP address");
421 yyerror("invalid IP address");
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 78 static void yyerror(Context* context, const char* reason);
268 void yyerror(Context *context, const char *reason)
ExpressionParser.cpp 65 #define yyerror pperror macro
131 static void yyerror(Context* context, const char* reason);
670 #define YYERROR goto yyerrorlab
673 /* Like YYERROR except do call yyerror. This remains here temporarily
674 to ease the transition to the new meaning of YYERROR, for GCC.
702 yyerror (context, YY_("syntax error: cannot back up")); \
703 YYERROR; \
963 quotes and backslashes, so that it's suitable for yyerror. The
1035 for details. YYERROR is fine as it does not invoke thi
    [all...]
  /external/mksh/src/
syn.c 204 yyerror("too many %ss\n", "<<");
296 yyerror("too many %ss\n",
426 yyerror("%s: %s\n", c == FOR ? "for" : Tselect,
490 yyerror("too many %ss\n", "redirection");
678 yyerror("%s: %s\n", sname, "invalid function name");
845 yyerror("%s: %s %s\n", Tsynerr, "unexpected", "EOF");
872 yyerror("%s: '%s' %s\n", Tsynerr, s, what);
  /external/elfutils/0.153/src/
ldscript.c 67 #define yyerror lderror macro
122 static void yyerror (const char *s);
811 #define YYERROR goto yyerrorlab
814 /* Like YYERROR except do call yyerror. This remains here temporarily
815 to ease the transition to the new meaning of YYERROR, for GCC.
842 yyerror (YY_("syntax error: cannot back up")); \
843 YYERROR; \
2437 yyerror (const char *s) function
    [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...]
  /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...]

Completed in 862 milliseconds

1 2