Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dfunc.go841 type ClosureStructIter struct { struct
842 closureVars []*ir.Name
843 offset int64
844 next int
858 func (iter *ClosureStructIter) Next() (n *ir.Name, typ *types.Type, offset int64) {