Home | History | Annotate | Download | only in vet

Lines Matching full:badf

231 			f.Badf(call.Pos(), "no formatting directive in %s call", name)
268 f.Badf(call.Pos(), "wrong number of args for format in %s call: %d needed but %d args", name, expect, numArgs)
309 s.file.Badf(s.call.Pos(), "bad syntax for printf argument index: [%s]", s.format[start:end])
314 s.file.Badf(s.call.Pos(), "bad syntax for printf argument index: %s", err)
390 f.Badf(call.Pos(), "missing verb at end of format string in %s call", name)
483 f.Badf(call.Pos(), "unrecognized printf verb %q", state.verb)
488 f.Badf(call.Pos(), "unrecognized printf flag for verb %q: %q", state.verb, flag)
506 f.Badf(call.Pos(), "arg %s for * in printf format not of type int", f.gofmt(arg))
519 f.Badf(call.Pos(), "arg %s in printf call is a function value, not a function call", f.gofmt(arg))
527 f.Badf(call.Pos(), "arg %s for printf verb %%%c of wrong type: %s", f.gofmt(arg), state.verb, typeString)
531 f.Badf(call.Pos(), "arg %s for printf causes recursive call to String method", f.gofmt(arg))
587 f.Badf(call.Pos(), `index value [0] for %s("%s"); indexes start at 1`, state.name, state.format)
602 f.Badf(call.Pos(), `missing argument for %s("%s"): format reads arg %d, have only %d args`, state.name, state.format, arg, len(call.Args)-state.firstArg)
642 f.Badf(call.Pos(), "first argument to %s is %s.%s", name, x.Name, sel.Sel.Name)
653 f.Badf(call.Pos(), "possible formatting directive in %s call", name)
661 f.Badf(call.Pos(), "%s call ends with newline", name)
667 f.Badf(call.Pos(), "arg %s in %s call is a function value, not a function call", f.gofmt(arg), name)
670 f.Badf(call.Pos(), "arg %s in %s call causes recursive call to String method", f.gofmt(arg), name)