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

12 3 4 5 6 7 8 9

  /external/fio/exp/
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,
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");
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 130 Yyerror("mark left on the stack")
145 Yyerror("%v redeclared %s\n"+"\tprevious declaration during import %q", s, where, pkgstr)
189 Yyerror("cannot declare name %v", s)
193 Yyerror("cannot declare init - must be func")
285 Yyerror("missing expression in var declaration")
313 Yyerror("extra expression in var declaration")
326 Yyerror("const declaration cannot have type without expression")
342 Yyerror("missing value in const declaration")
360 Yyerror("extra expression in const declaration")
558 Yyerror("methods must have a unique non-blank name"
    [all...]
mparith3.go 117 Yyerror("mpgetflt ovf")
129 Yyerror("mpgetflt32 ovf")
178 Yyerror("malformed constant: %s (exponent too large)", as)
193 Yyerror("malformed constant: %s", as)
199 Yyerror("constant too large: %s", as)
swt.go 78 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
94 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
98 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
100 Yyerror("cannot switch on %v (struct containing %v cannot be compared)", Nconv(n.Left, obj.FmtLong), badtype)
119 Yyerror("multiple defaults in switch (first at %v)", def.Line())
137 Yyerror("type %v is not an expression", ll.N.Type)
140 Yyerror("invalid case %v in switch on %v (mismatched types %v and %v)", ll.N, n.Left, ll.N.Type, t)
142 Yyerror("invalid case %v in switch (mismatched types %v and bool)", ll.N, ll.N.Type)
145 Yyerror("invalid case %v in switch (can only compare %s %v to nil)", ll.N, nilonly, n.Left)
155 Yyerror("%v is not a type", Nconv(ll.N, obj.FmtLong)
    [all...]
go.y 200 Yyerror("package statement must be first");
260 Yyerror("cannot import package as init - init must be a func");
277 // it calls Yyerror and then sets up a fake import with
319 Yyerror("conflicting names %s and %s for package %q", importpkg.Name, $2.Name, importpkg.Path);
325 Yyerror("cannot import unsafe package %q", importpkg.Path);
352 Yyerror("empty top-level declaration");
362 Yyerror("non-declaration statement outside function body");
512 Yyerror("expr.(type) must be alone in list");
515 Yyerror("argument count mismatch: %d = %d", count($1), 1);
517 Yyerror("invalid variable name %s in type switch", $1.N)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dcl.go 127 Yyerror("mark left on the stack")
142 Yyerror("%v redeclared %s\n"+"\tprevious declaration during import %q", s, where, pkgstr)
186 Yyerror("cannot declare name %v", s)
190 Yyerror("cannot declare init - must be func")
282 Yyerror("missing expression in var declaration")
310 Yyerror("extra expression in var declaration")
323 Yyerror("const declaration cannot have type without expression")
339 Yyerror("missing value in const declaration")
357 Yyerror("extra expression in const declaration")
555 Yyerror("methods must have a unique non-blank name"
    [all...]
mparith3.go 114 Yyerror("mpgetflt ovf")
126 Yyerror("mpgetflt32 ovf")
175 Yyerror("malformed constant: %s (exponent too large)", as)
190 Yyerror("malformed constant: %s", as)
196 Yyerror("constant too large: %s", as)
swt.go 75 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
91 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
95 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
97 Yyerror("cannot switch on %v (struct containing %v cannot be compared)", Nconv(n.Left, obj.FmtLong), badtype)
116 Yyerror("multiple defaults in switch (first at %v)", def.Line())
134 Yyerror("type %v is not an expression", ll.N.Type)
137 Yyerror("invalid case %v in switch on %v (mismatched types %v and %v)", ll.N, n.Left, ll.N.Type, t)
139 Yyerror("invalid case %v in switch (mismatched types %v and bool)", ll.N, ll.N.Type)
142 Yyerror("invalid case %v in switch (can only compare %s %v to nil)", ll.N, nilonly, n.Left)
152 Yyerror("%v is not a type", Nconv(ll.N, obj.FmtLong)
    [all...]
go.y 197 Yyerror("package statement must be first");
257 Yyerror("cannot import package as init - init must be a func");
274 // it calls Yyerror and then sets up a fake import with
316 Yyerror("conflicting names %s and %s for package %q", importpkg.Name, $2.Name, importpkg.Path);
322 Yyerror("cannot import unsafe package %q", importpkg.Path);
349 Yyerror("empty top-level declaration");
359 Yyerror("non-declaration statement outside function body");
509 Yyerror("expr.(type) must be alone in list");
512 Yyerror("argument count mismatch: %d = %d", count($1), 1);
514 Yyerror("invalid variable name %s in type switch", $1.N)
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
dcl.go 130 Yyerror("mark left on the stack")
145 Yyerror("%v redeclared %s\n"+"\tprevious declaration during import %q", s, where, pkgstr)
189 Yyerror("cannot declare name %v", s)
193 Yyerror("cannot declare init - must be func")
285 Yyerror("missing expression in var declaration")
313 Yyerror("extra expression in var declaration")
326 Yyerror("const declaration cannot have type without expression")
342 Yyerror("missing value in const declaration")
360 Yyerror("extra expression in const declaration")
558 Yyerror("methods must have a unique non-blank name"
    [all...]
mparith3.go 117 Yyerror("mpgetflt ovf")
129 Yyerror("mpgetflt32 ovf")
178 Yyerror("malformed constant: %s (exponent too large)", as)
193 Yyerror("malformed constant: %s", as)
199 Yyerror("constant too large: %s", as)
swt.go 78 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
94 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
98 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
100 Yyerror("cannot switch on %v (struct containing %v cannot be compared)", Nconv(n.Left, obj.FmtLong), badtype)
119 Yyerror("multiple defaults in switch (first at %v)", def.Line())
137 Yyerror("type %v is not an expression", ll.N.Type)
140 Yyerror("invalid case %v in switch on %v (mismatched types %v and %v)", ll.N, n.Left, ll.N.Type, t)
142 Yyerror("invalid case %v in switch (mismatched types %v and bool)", ll.N, ll.N.Type)
145 Yyerror("invalid case %v in switch (can only compare %s %v to nil)", ll.N, nilonly, n.Left)
155 Yyerror("%v is not a type", Nconv(ll.N, obj.FmtLong)
    [all...]
go.y 200 Yyerror("package statement must be first");
260 Yyerror("cannot import package as init - init must be a func");
277 // it calls Yyerror and then sets up a fake import with
319 Yyerror("conflicting names %s and %s for package %q", importpkg.Name, $2.Name, importpkg.Path);
325 Yyerror("cannot import unsafe package %q", importpkg.Path);
352 Yyerror("empty top-level declaration");
362 Yyerror("non-declaration statement outside function body");
512 Yyerror("expr.(type) must be alone in list");
515 Yyerror("argument count mismatch: %d = %d", count($1), 1);
517 Yyerror("invalid variable name %s in type switch", $1.N)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dcl.go 127 Yyerror("mark left on the stack")
142 Yyerror("%v redeclared %s\n"+"\tprevious declaration during import %q", s, where, pkgstr)
186 Yyerror("cannot declare name %v", s)
190 Yyerror("cannot declare init - must be func")
282 Yyerror("missing expression in var declaration")
310 Yyerror("extra expression in var declaration")
323 Yyerror("const declaration cannot have type without expression")
339 Yyerror("missing value in const declaration")
357 Yyerror("extra expression in const declaration")
555 Yyerror("methods must have a unique non-blank name"
    [all...]
mparith3.go 114 Yyerror("mpgetflt ovf")
126 Yyerror("mpgetflt32 ovf")
175 Yyerror("malformed constant: %s (exponent too large)", as)
190 Yyerror("malformed constant: %s", as)
196 Yyerror("constant too large: %s", as)
swt.go 75 Yyerror("cannot type switch on non-interface value %v", Nconv(n.Left.Right, obj.FmtLong))
91 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
95 Yyerror("cannot switch on %v", Nconv(n.Left, obj.FmtLong))
97 Yyerror("cannot switch on %v (struct containing %v cannot be compared)", Nconv(n.Left, obj.FmtLong), badtype)
116 Yyerror("multiple defaults in switch (first at %v)", def.Line())
134 Yyerror("type %v is not an expression", ll.N.Type)
137 Yyerror("invalid case %v in switch on %v (mismatched types %v and %v)", ll.N, n.Left, ll.N.Type, t)
139 Yyerror("invalid case %v in switch (mismatched types %v and bool)", ll.N, ll.N.Type)
142 Yyerror("invalid case %v in switch (can only compare %s %v to nil)", ll.N, nilonly, n.Left)
152 Yyerror("%v is not a type", Nconv(ll.N, obj.FmtLong)
    [all...]
go.y 197 Yyerror("package statement must be first");
257 Yyerror("cannot import package as init - init must be a func");
274 // it calls Yyerror and then sets up a fake import with
316 Yyerror("conflicting names %s and %s for package %q", importpkg.Name, $2.Name, importpkg.Path);
322 Yyerror("cannot import unsafe package %q", importpkg.Path);
349 Yyerror("empty top-level declaration");
359 Yyerror("non-declaration statement outside function body");
509 Yyerror("expr.(type) must be alone in list");
512 Yyerror("argument count mismatch: %d = %d", count($1), 1);
514 Yyerror("invalid variable name %s in type switch", $1.N)
    [all...]
  /bootable/recovery/edify/
parser.yy 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) {
  /toolchain/binutils/binutils-2.25/binutils/
dlltool.h 34 extern int yyerror (const char *);
  /toolchain/binutils/binutils-2.25/ld/
ldmisc.h 30 extern void yyerror (const char *);
  /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...]
  /toolchain/binutils/binutils-2.25/gas/config/
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/ipsec-tools/src/racoon/
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/bison/lib/
Makefile.am 55 liby_a_SOURCES = main.c yyerror.c

Completed in 384 milliseconds

12 3 4 5 6 7 8 9