Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp131 else if (isBoxFVar(box, type, name, file)) in computeBoxComplexity()
H A Dboxes.hh248 bool isBoxFVar(Tree s);
249 bool isBoxFVar(Tree s, Tree& type, Tree& name, Tree& file);
H A Dboxes.cpp675 bool isBoxFVar(Tree s) in isBoxFVar() function
680 bool isBoxFVar(Tree s, Tree& type, Tree& name, Tree& file) in isBoxFVar() function
963 else if (isBoxFVar(box, type, name, file)) in preparePattern()
H A Dboxtype.cpp245 } else if (isBoxFVar(t)) { in infereBoxType()
H A Dppbox.cpp208 else if (isBoxFVar(box, type, name, file)) in print()
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp454 } else if (isBoxFVar(t, type, name, file)) { in generateInsideSchema()
/dports/audio/faust/faust-2.37.3/compiler/propagate/
H A Dpropagate.cpp294 else if (isBoxFVar(box, type, name, file)) { in realPropagate()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp357 isBoxFConst(exp) || isBoxFVar(exp) || isBoxWaveform(exp)) { in realeval()
1495 else if (isBoxFVar(box, type, name, file)) { in insideBoxSimplification()