HomeSort by relevance Sort by last modified time
    Searched full:printfuncs (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 132 The -printfuncs flag can be used to redefine this list.
205 -printfuncs
vet_test.go 72 "-printfuncs=Warn:1,Warnf:1",
84 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s
print.go 21 var printfuncs = flag.String("printfuncs", "", "comma-separated list of print function names to check") var
31 if *printfuncs == "" {
34 for _, name := range strings.Split(*printfuncs, ",") {
  /prebuilts/go/linux-x86/src/cmd/vet/
doc.go 132 The -printfuncs flag can be used to redefine this list.
205 -printfuncs
vet_test.go 72 "-printfuncs=Warn:1,Warnf:1",
84 // $(GOROOT)/test/errchk ./testvet -shadow -printfuncs='Warn:1,Warnf:1' testdata/*.go testdata/*.s
print.go 21 var printfuncs = flag.String("printfuncs", "", "comma-separated list of print function names to check") var
31 if *printfuncs == "" {
34 for _, name := range strings.Split(*printfuncs, ",") {

Completed in 244 milliseconds