Home
last modified time | relevance | path

Searched defs:formatState (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.go521 type formatState struct { struct
522 verb rune // the format verb: 'd' for "%d"
523 format string // the full format directive from % through verb, "%.3d".
524 name string // Printf, Sprintf etc.
525 flags []byte // the list of # + etc.
526 …]int // the successive argument numbers that are consumed, adjusted to refer to actual arg in call
527 firstArg int // Index of first argument after the format in the Printf call.
529 pass *analysis.Pass
530 call *ast.CallExpr
531 argNum int // Which argument we're expecting to format now.
[all …]