Searched defs:ClosureExpr (Results 1 – 4 of 4) sorted by relevance
95 func walkClosure(clo *ir.ClosureExpr, init *ir.Nodes) ir.Node {152 func closureArgs(clo *ir.ClosureExpr) []ir.Node {
222 type ClosureExpr struct { struct223 miniExpr224 Func *Func `mknode:"-"`225 Prealloc *Name226 IsGoWrap bool // whether this is wrapper closure of a go statement
400 func ClosureDebugRuntimeCheck(clo *ClosureExpr) {415 func IsTrivialClosure(clo *ClosureExpr) bool {
88 func ClosureType(clo *ir.ClosureExpr) *types.Type {