Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dppbox.cpp224 else if (isBoxIPar(box, t1, t2, t3)) in print()
H A Dboxes.hh142 bool isBoxIPar(Tree t, Tree& x, Tree& y, Tree& z);
H A Dboxes.cpp256 bool isBoxIPar(Tree t, Tree& x, Tree& y, Tree& z) in isBoxIPar() function
979 else if (isBoxIPar(box, t1, t2, t3)) in preparePattern()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp554 } else if (isBoxIPar(exp, var, num, body)) { in realeval()