Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dclosure.go95 func walkClosure(clo *ir.ClosureExpr, init *ir.Nodes) ir.Node {
152 func closureArgs(clo *ir.ClosureExpr) []ir.Node {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go222 type ClosureExpr struct { struct
223 miniExpr
224 Func *Func `mknode:"-"`
225 Prealloc *Name
226 IsGoWrap bool // whether this is wrapper closure of a go statement
Dfunc.go400 func ClosureDebugRuntimeCheck(clo *ClosureExpr) {
415 func IsTrivialClosure(clo *ClosureExpr) bool {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dfunc.go88 func ClosureType(clo *ir.ClosureExpr) *types.Type {