Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp187 … Tree result = boxSymbolic(slot, a2sb(eval(body, visited, pushValueDef(var, slot, localValEnv)))); in real_a2sb()
212 Tree result = boxSymbolic(slot, a2sb(applyList(exp, cons(slot, gGlobal->nil)))); in real_a2sb()
1591 return boxSymbolic(slot, b); in insideBoxSimplification()
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.hh109 Tree boxSymbolic(Tree slot, Tree body);
H A Dboxes.cpp172 Tree boxSymbolic(Tree slot, Tree body) in boxSymbolic() function