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

1 2 3 4

  /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...]
  /toolchain/binutils/binutils-2.27/binutils/
dlltool.h 34 extern int yyerror (const char *);
arparse.y 34 static int yyerror (const char *);
95 | FILENAME { yyerror("foo"); }
197 yyerror (const char *x ATTRIBUTE_UNUSED)
windmc.h 82 int yyerror (const char *, ...);
  /toolchain/binutils/binutils-2.27/gas/config/
bfin-parse.y 164 int yyerror (const char *);
182 yyerror (const char *msg)
231 yyerror ("Dregs expected");
237 yyerror ("Bad register pair");
243 yyerror ("Bad register pair");
256 return yyerror ("Source multiplication register mismatch");
298 return yyerror ("Bad opt mode");
306 return yyerror ("(M) not allowed with A0MAC");
308 return yyerror ("Vector AxMACs can't be same");
316 return yyerror ("(M) not allowed with A0MAC")
    [all...]
m68k-parse.y 34 /* Remap normal yacc parser interface names (yyparse, yylex, yyerror,
43 #define yyerror m68k_error
87 static void yyerror (const char *);
275 yyerror (_("syntax error"));
312 yyerror (_("syntax error"));
323 yyerror (_("syntax error"));
389 yyerror (_("syntax error"));
401 yyerror (_("syntax error"));
426 yyerror (_("syntax error"));
434 yyerror (_("syntax error"))
    [all...]
  /external/selinux/checkpolicy/
policy_define.c 73 extern int yyerror(const char *msg);
96 yyerror(errormsg);
110 yyerror("queue overflow");
123 yyerror("out of memory");
133 yyerror("queue overflow");
165 yyerror("no class name for class definition?");
170 yyerror("out of memory");
177 yyerror("Out of memory!");
185 yyerror("could not declare class here");
263 yyerror("no capability name for policycap definition?")
    [all...]
module_compiler.c 42 extern int yyerror(const char *msg);
69 yyerror("Out of memory!");
78 yyerror("Unknown error");
88 yyerror
99 yyerror("no module name");
105 yyerror
112 yyerror
227 yyerror("out of memory");
264 yyerror("no role name");
270 yyerror("Out of memory!")
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldmisc.h 30 extern void yyerror (const char *);
  /external/mesa3d/src/mesa/program/
program_parse.y 64 static void yyerror(struct YYLTYPE *locp, struct asm_parser_state *state,
290 yyerror(& @1, state, "invalid fragment program header");
298 yyerror(& @1, state, "invalid vertex program header");
329 yyerror(& @2, state, err_str);
330 YYERROR;
453 yyerror(& @8, state,
455 YYERROR;
504 yyerror(& @12, state,
506 YYERROR;
592 yyerror(& @1, state, "position-invariant programs cannot
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go 164 yyerror("%v is not a type", n)
176 yyerror("%v is not a type", n)
190 yyerror("typechecking loop involving %v%s", n, trace)
267 yyerror("use of builtin %v not in function call", n.Sym)
311 yyerror("cannot use _ as value")
322 yyerror("use of package %v without selector", n.Sym)
352 yyerror("use of [...] array outside of array literal")
366 yyerror("non-constant array bound %v", l)
368 yyerror("invalid array bound %v", l)
376 yyerror("array bound is too large"
    [all...]
unsafe.go 26 yyerror("invalid expression %v", n)
44 yyerror("invalid expression %v: argument is a method value", n)
47 yyerror("invalid expression %v", n)
60 yyerror("invalid expression %v: selector implies indirection of embedded %v", n, r.Left)
mpint.go 85 yyerror("constant addition overflow")
101 yyerror("constant subtraction overflow")
117 yyerror("constant multiplication overflow")
134 yyerror("constant division overflow")
151 yyerror("constant modulo overflow")
218 yyerror("%s: %d", msg, s)
224 yyerror("constant shift overflow")
241 yyerror("invalid negative shift count: %d", s)
293 yyerror("malformed integer constant: %s", as)
298 yyerror("constant too large: %s", as
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go 164 yyerror("%v is not a type", n)
176 yyerror("%v is not a type", n)
190 yyerror("typechecking loop involving %v%s", n, trace)
267 yyerror("use of builtin %v not in function call", n.Sym)
311 yyerror("cannot use _ as value")
322 yyerror("use of package %v without selector", n.Sym)
352 yyerror("use of [...] array outside of array literal")
366 yyerror("non-constant array bound %v", l)
368 yyerror("invalid array bound %v", l)
376 yyerror("array bound is too large"
    [all...]
unsafe.go 26 yyerror("invalid expression %v", n)
44 yyerror("invalid expression %v: argument is a method value", n)
47 yyerror("invalid expression %v", n)
60 yyerror("invalid expression %v: selector implies indirection of embedded %v", n, r.Left)
mpint.go 85 yyerror("constant addition overflow")
101 yyerror("constant subtraction overflow")
117 yyerror("constant multiplication overflow")
134 yyerror("constant division overflow")
151 yyerror("constant modulo overflow")
218 yyerror("%s: %d", msg, s)
224 yyerror("constant shift overflow")
241 yyerror("invalid negative shift count: %d", s)
293 yyerror("malformed integer constant: %s", as)
298 yyerror("constant too large: %s", as
    [all...]
  /external/fio/exp/
expression-parser.l 39 extern int yyerror(long long *result, double *dresult,
141 yyerror(0, 0, 0, 0, "bad number\n");
156 yyerror(0, 0, 0, 0, "bad number\n");
171 yyerror(0, 0, 0, 0, "bad number\n");
expression-parser.y 38 int yyerror(__attribute__((unused)) long long *result,
112 yyerror(0, 0, 0, 0, "divide by zero");
116 yyerror(0, 0, 0, 0, "divide by zero");
143 yyerror(0, 0, 0, 0, "modulo on floats");
145 yyerror(0, 0, 0, 0, "divide by zero");
238 int yyerror(__attribute__((unused)) long long *result,
  /external/iproute2/tc/
emp_ematch.y 22 extern void yyerror(const char *s);
97 void yyerror(const char *s)
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
noembed.h 49 #ifdef yyerror
50 #undef yyerror macro
  /toolchain/binutils/binutils-2.27/gas/
itbl-parse.y 277 static int yyerror (const char *);
453 yyerror (const char *msg)
  /external/selinux/libsemanage/src/
conf-parse.y 134 yyerror("disable-caching can only be 'true' or 'false'");
157 yyerror("target_platform can only be 'selinux' or 'xen'");
181 yyerror("save-previous can only be 'true' or 'false'");
194 yyerror("save-linked can only be 'true' or 'false'");
206 yyerror("disable-genhomedircon can only be 'true' or 'false'");
217 yyerror("usepasswd can only be 'true' or 'false'");
235 yyerror("handle-unknown can only be 'deny', 'reject' or 'allow'");
244 yyerror("bzip-blocksize can only be in the range 0-9");
255 yyerror("bzip-small can only be 'true' or 'false'");
266 yyerror("remove-hll can only be 'true' or 'false'")
    [all...]
  /prebuilts/build-tools/common/bison/
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...]
  /external/libnl/lib/route/
pktloc_syntax.y 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg)

Completed in 624 milliseconds

1 2 3 4