Home
last modified time | relevance | path

Searched defs:printfWrapper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/printf/
Dprintf.go121 type printfWrapper struct { struct
122 obj *types.Func
123 fdecl *ast.FuncDecl
124 format *types.Var
125 args *types.Var
126 callers []printfCaller
127 failed bool // if true, not a printf wrapper
265 func checkPrintfFwd(pass *analysis.Pass, w *printfWrapper, call *ast.CallExpr, kind Kind, res *Resu…