Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh346 property<Tree>* gSimplifiedBoxProperty; member
H A Dglobal.cpp481 gSimplifiedBoxProperty = new property<Tree>(); in init()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp1398 if (gGlobal->gSimplifiedBoxProperty->get(box, simplified)) { in boxSimplification()
1409 gGlobal->gSimplifiedBoxProperty->set(box, simplified); in boxSimplification()