Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp442 static Tree makeBoxAbstr(Tree largs, Tree body) in makeBoxAbstr() function
447 return boxAbstr(hd(largs), makeBoxAbstr(tl(largs), body)); in makeBoxAbstr()
472 return cons(gGlobal->LETRECBODY, boxRec(makeBoxAbstr(lnames, makeParList(lexp)), makeBus(n))); in buildRecursiveBodyDef()