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

1 23 4 5 6 7 8 9

  /external/ipsec-tools/src/racoon/
cftoken_proto.h 40 extern void yyerror __P((char *, ...));
  /external/libnl/lib/route/
pktloc_syntax.y 27 static void yyerror(YYLTYPE *locp, void *scanner, const char *msg)
  /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],
yacc.c 87 # Expand ARG iff yyerror is to be given a location as argument.
95 # Arguments passed to yyerror: user args plus yylloc.
363 #define yyerror ]b4_prefix[error macro
743 #define YYERROR goto yyerrorlab
746 /* Like YYERROR except do call yyerror. This remains here temporarily
747 to ease the transition to the new meaning of YYERROR, for GCC.
776 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
777 YYERROR; \
    [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 145 Yyerror("invalid operation: %v (shift of type %v)", n, t)
299 Yyerror("cannot convert %v to type %v", n, t)
362 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
380 Yyerror("constant %v truncated to integer", Fconv(v.U.(*Mpflt), obj.FmtSharp))
387 Yyerror("constant %v%vi truncated to integer", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
390 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
446 Yyerror("constant %v overflows %v", v.U.(*Mpint), t)
449 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
452 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
460 Yyerror("overflow in int -> string"
    [all...]
export.go 27 Yyerror("export/package mismatch: %v", n.Sym)
232 Yyerror("variable exported but not defined: %v", s)
338 Yyerror("unknown export symbol: %v", s)
347 Yyerror("unexpected export symbol: %v %v", Oconv(int(s.Def.Op), 0), s)
354 Yyerror("export of incomplete type %v", s)
429 Yyerror("pkgtype %v", s)
449 Yyerror("conflicting names %s and %s for package %q", p.Name, s.Name, p.Path)
453 Yyerror("import %q: package depends on %q (import cycle)", importpkg.Path, path)
467 Yyerror("expression must be a constant")
492 Yyerror("inconsistent definition for var %v during import\n\t%v (in %q)\n\t%v (in %q)", s, s.Def.Type, s.I (…)
    [all...]
gen.go 136 Yyerror("label %v already defined at %v", s, lab.Def.Line())
195 Yyerror("goto %v jumps into block starting at %v", from.Left.Sym, Ctxt.Line(int(block.Lastlineno)))
197 Yyerror("goto %v jumps over declaration of %v at %v", from.Left.Sym, dcl, Ctxt.Line(int(dcl.Lastlineno)))
263 Yyerror("%v escapes to heap, not allowed in runtime.", n)
617 Yyerror("tempname called with nil type")
731 Yyerror("break label not defined: %v", n.Left.Sym)
737 Yyerror("invalid break label %v", n.Left.Sym)
746 Yyerror("break is not in a loop")
756 Yyerror("continue label not defined: %v", n.Left.Sym)
762 Yyerror("invalid continue label %v", n.Left.Sym
    [all...]
align.go 36 Yyerror("interface too large")
90 Yyerror("type %v too large", Tconv(errtype, obj.FmtLong))
137 Yyerror("invalid recursive type %v", t)
228 Yyerror("channel element type too large (>64kB)")
240 Yyerror("invalid recursive type %v", t)
267 Yyerror("type %v larger than address space", Tconv(t, obj.FmtLong))
279 Yyerror("use of [...] array outside of array literal")
319 Yyerror("type %v too large", t)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 142 Yyerror("invalid operation: %v (shift of type %v)", n, t)
296 Yyerror("cannot convert %v to type %v", n, t)
359 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
377 Yyerror("constant %v truncated to integer", Fconv(v.U.(*Mpflt), obj.FmtSharp))
384 Yyerror("constant %v%vi truncated to integer", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
387 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
443 Yyerror("constant %v overflows %v", v.U.(*Mpint), t)
446 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
449 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
457 Yyerror("overflow in int -> string"
    [all...]
export.go 24 Yyerror("export/package mismatch: %v", n.Sym)
229 Yyerror("variable exported but not defined: %v", s)
335 Yyerror("unknown export symbol: %v", s)
344 Yyerror("unexpected export symbol: %v %v", Oconv(int(s.Def.Op), 0), s)
351 Yyerror("export of incomplete type %v", s)
426 Yyerror("pkgtype %v", s)
446 Yyerror("conflicting names %s and %s for package %q", p.Name, s.Name, p.Path)
450 Yyerror("import %q: package depends on %q (import cycle)", importpkg.Path, path)
464 Yyerror("expression must be a constant")
489 Yyerror("inconsistent definition for var %v during import\n\t%v (in %q)\n\t%v (in %q)", s, s.Def.Type, s.I (…)
    [all...]
gen.go 133 Yyerror("label %v already defined at %v", s, lab.Def.Line())
192 Yyerror("goto %v jumps into block starting at %v", from.Left.Sym, Ctxt.Line(int(block.Lastlineno)))
194 Yyerror("goto %v jumps over declaration of %v at %v", from.Left.Sym, dcl, Ctxt.Line(int(dcl.Lastlineno)))
260 Yyerror("%v escapes to heap, not allowed in runtime.", n)
614 Yyerror("tempname called with nil type")
728 Yyerror("break label not defined: %v", n.Left.Sym)
734 Yyerror("invalid break label %v", n.Left.Sym)
743 Yyerror("break is not in a loop")
753 Yyerror("continue label not defined: %v", n.Left.Sym)
759 Yyerror("invalid continue label %v", n.Left.Sym
    [all...]
align.go 33 Yyerror("interface too large")
87 Yyerror("type %v too large", Tconv(errtype, obj.FmtLong))
134 Yyerror("invalid recursive type %v", t)
225 Yyerror("channel element type too large (>64kB)")
237 Yyerror("invalid recursive type %v", t)
264 Yyerror("type %v larger than address space", Tconv(t, obj.FmtLong))
276 Yyerror("use of [...] array outside of array literal")
316 Yyerror("type %v too large", t)
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
const.go 145 Yyerror("invalid operation: %v (shift of type %v)", n, t)
299 Yyerror("cannot convert %v to type %v", n, t)
362 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
380 Yyerror("constant %v truncated to integer", Fconv(v.U.(*Mpflt), obj.FmtSharp))
387 Yyerror("constant %v%vi truncated to integer", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
390 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
446 Yyerror("constant %v overflows %v", v.U.(*Mpint), t)
449 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
452 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
460 Yyerror("overflow in int -> string"
    [all...]
export.go 27 Yyerror("export/package mismatch: %v", n.Sym)
232 Yyerror("variable exported but not defined: %v", s)
338 Yyerror("unknown export symbol: %v", s)
347 Yyerror("unexpected export symbol: %v %v", Oconv(int(s.Def.Op), 0), s)
354 Yyerror("export of incomplete type %v", s)
429 Yyerror("pkgtype %v", s)
449 Yyerror("conflicting names %s and %s for package %q", p.Name, s.Name, p.Path)
453 Yyerror("import %q: package depends on %q (import cycle)", importpkg.Path, path)
467 Yyerror("expression must be a constant")
492 Yyerror("inconsistent definition for var %v during import\n\t%v (in %q)\n\t%v (in %q)", s, s.Def.Type, s.I (…)
    [all...]
gen.go 136 Yyerror("label %v already defined at %v", s, lab.Def.Line())
195 Yyerror("goto %v jumps into block starting at %v", from.Left.Sym, Ctxt.Line(int(block.Lastlineno)))
197 Yyerror("goto %v jumps over declaration of %v at %v", from.Left.Sym, dcl, Ctxt.Line(int(dcl.Lastlineno)))
263 Yyerror("%v escapes to heap, not allowed in runtime.", n)
617 Yyerror("tempname called with nil type")
731 Yyerror("break label not defined: %v", n.Left.Sym)
737 Yyerror("invalid break label %v", n.Left.Sym)
746 Yyerror("break is not in a loop")
756 Yyerror("continue label not defined: %v", n.Left.Sym)
762 Yyerror("invalid continue label %v", n.Left.Sym
    [all...]
align.go 36 Yyerror("interface too large")
90 Yyerror("type %v too large", Tconv(errtype, obj.FmtLong))
137 Yyerror("invalid recursive type %v", t)
228 Yyerror("channel element type too large (>64kB)")
240 Yyerror("invalid recursive type %v", t)
267 Yyerror("type %v larger than address space", Tconv(t, obj.FmtLong))
279 Yyerror("use of [...] array outside of array literal")
319 Yyerror("type %v too large", t)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 142 Yyerror("invalid operation: %v (shift of type %v)", n, t)
296 Yyerror("cannot convert %v to type %v", n, t)
359 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
377 Yyerror("constant %v truncated to integer", Fconv(v.U.(*Mpflt), obj.FmtSharp))
384 Yyerror("constant %v%vi truncated to integer", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
387 Yyerror("constant %v%vi truncated to real", Fconv(&v.U.(*Mpcplx).Real, obj.FmtSharp), Fconv(&v.U.(*Mpcplx).Imag, obj.FmtSharp|obj.FmtSign))
443 Yyerror("constant %v overflows %v", v.U.(*Mpint), t)
446 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
449 Yyerror("constant %v overflows %v", Fconv(v.U.(*Mpflt), obj.FmtSharp), t)
457 Yyerror("overflow in int -> string"
    [all...]
export.go 24 Yyerror("export/package mismatch: %v", n.Sym)
229 Yyerror("variable exported but not defined: %v", s)
335 Yyerror("unknown export symbol: %v", s)
344 Yyerror("unexpected export symbol: %v %v", Oconv(int(s.Def.Op), 0), s)
351 Yyerror("export of incomplete type %v", s)
426 Yyerror("pkgtype %v", s)
446 Yyerror("conflicting names %s and %s for package %q", p.Name, s.Name, p.Path)
450 Yyerror("import %q: package depends on %q (import cycle)", importpkg.Path, path)
464 Yyerror("expression must be a constant")
489 Yyerror("inconsistent definition for var %v during import\n\t%v (in %q)\n\t%v (in %q)", s, s.Def.Type, s.I (…)
    [all...]
gen.go 133 Yyerror("label %v already defined at %v", s, lab.Def.Line())
192 Yyerror("goto %v jumps into block starting at %v", from.Left.Sym, Ctxt.Line(int(block.Lastlineno)))
194 Yyerror("goto %v jumps over declaration of %v at %v", from.Left.Sym, dcl, Ctxt.Line(int(dcl.Lastlineno)))
260 Yyerror("%v escapes to heap, not allowed in runtime.", n)
614 Yyerror("tempname called with nil type")
728 Yyerror("break label not defined: %v", n.Left.Sym)
734 Yyerror("invalid break label %v", n.Left.Sym)
743 Yyerror("break is not in a loop")
753 Yyerror("continue label not defined: %v", n.Left.Sym)
759 Yyerror("invalid continue label %v", n.Left.Sym
    [all...]
align.go 33 Yyerror("interface too large")
87 Yyerror("type %v too large", Tconv(errtype, obj.FmtLong))
134 Yyerror("invalid recursive type %v", t)
225 Yyerror("channel element type too large (>64kB)")
237 Yyerror("invalid recursive type %v", t)
264 Yyerror("type %v larger than address space", Tconv(t, obj.FmtLong))
276 Yyerror("use of [...] array outside of array literal")
316 Yyerror("type %v too large", t)
  /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");
  /prebuilts/go/darwin-x86/src/cmd/yacc/
doc.go 37 Error is equivalent to yyerror in the original yacc.
  /prebuilts/go/linux-x86/src/cmd/yacc/
doc.go 37 Error is equivalent to yyerror in the original yacc.
  /toolchain/binutils/binutils-2.25/binutils/
windmc.h 82 int yyerror (const char *, ...);

Completed in 952 milliseconds

1 23 4 5 6 7 8 9