Home
last modified time | relevance | path

Searched refs:call_ret2plus (Results 1 – 1 of 1) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dcall.go164 expr.Fun = c.call_ret2plus(call, maxdepth)
369 func (c *Comp) call_ret2plus(call *Call, maxdepth int) func(env *Env) (r.Value, []r.Value) { func