Home
last modified time | relevance | path

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

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/fast/
H A Dexpr1.go66 func exprXV(types []xr.Type, fun func(env *Env) (r.Value, []r.Value)) *Expr { func
H A Dchannel.gomacro137 return exprXV(types, fun)
H A Dindex.gomacro311 return exprXV([]xr.Type{tval, c.TypeOfBool()}, fun)
H A Dtype.go555 e := exprXV([]xr.Type{tout, c.TypeOfBool()}, ret)
H A Dindex.go418 return exprXV([]xr.Type{tval, c.TypeOfBool()}, fun)
H A Dchannel.go72 return exprXV(types, fun)