Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh149 string gCheckTable; // whether to check RDTable and RWTable index range member
H A Dglobal.cpp154 gCheckTable = ""; in global()
H A Dlibcode.cpp673 gGlobal->gCheckTable = "ct"; in processCmdline()
677 gGlobal->gCheckTable = "cat"; in processCmdline()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_compiler.cpp1625 if (gGlobal->gCheckTable != "") { in generateWRTbl()
1630 if (gGlobal->gCheckTable == "cat") { in generateWRTbl()
1685 if (gGlobal->gCheckTable != "") { in generateRDTbl()
1691 if (gGlobal->gCheckTable == "cat") { in generateRDTbl()