Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh160 bool gAllowForeignConstant; // Can use foreign constant member
H A Dglobal.cpp168 gAllowForeignConstant = true; in global()
H A Dlibcode.cpp1385 gGlobal->gAllowForeignConstant = false; // No foreign constant in compileInterp()
1507 gGlobal->gAllowForeignConstant = false; // No foreign constant in compileSOUL()
1545 gGlobal->gAllowForeignConstant = false; // No foreign constant in compileWAST()
1575 gGlobal->gAllowForeignConstant = false; // No foreign constant in compileWASM()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_compiler.cpp837 if (name != "fSampleRate" && !gGlobal->gAllowForeignConstant) { in generateFConst()