Home
last modified time | relevance | path

Searched defs:asmVar (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/asmdecl/
Dasmdecl.go76 type asmVar struct { struct
77 name string
78 kind asmKind
79 typ string
80 off int
81 size int
82 inner []*asmVar
641 … func(string, ...interface{}), fn *asmFunc, line, expr string, off int, v *asmVar, archDef *asmArc…