Searched defs:printfWrapper (Results 1 – 1 of 1) sorted by relevance
121 type printfWrapper struct { struct122 obj *types.Func123 fdecl *ast.FuncDecl124 format *types.Var125 args *types.Var126 callers []printfCaller127 failed bool // if true, not a printf wrapper265 func checkPrintfFwd(pass *analysis.Pass, w *printfWrapper, call *ast.CallExpr, kind Kind, res *Resu…