Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxcomplexity.cpp180 else if (isBoxMetadata(box, t1, t2)) in computeBoxComplexity()
H A Dboxtype.cpp343 } else if (isBoxMetadata(t, a, b)) { in infereBoxType()
H A Dppbox.cpp257 } else if (isBoxMetadata(box, t1, t2)) { in print()
H A Dboxes.hh337 bool isBoxMetadata(Tree s, Tree& exp, Tree& mdlist);
H A Dboxes.cpp884 bool isBoxMetadata(Tree s, Tree& exp, Tree& mdlist) in isBoxMetadata() function
/dports/audio/faust/faust-2.37.3/compiler/draw/
H A Ddrawschema.cpp476 else if (isBoxMetadata(t, a, b)) { in generateInsideSchema()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp508 } else if (isBoxMetadata(exp, e1, e2)) { in realeval()
1622 } else if (isBoxMetadata(box, t1, t2)) { in insideBoxSimplification()