Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dclang_code_container.cpp99 if (gGlobal->gPrintXMLSwitch) fCompiler->setDescription(new Description()); in ClangCodeContainer()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh538 bool gPrintXMLSwitch; member
H A Dlibcode.cpp355 gGlobal->gPrintXMLSwitch = true; in processCmdline()
1361 …if (gGlobal->gPrintXMLSwitch || gGlobal->gPrintDocSwitch) new_comp->setDescription(new Description… in compileLLVM()
1400 …if (gGlobal->gPrintXMLSwitch || gGlobal->gPrintDocSwitch) new_comp->setDescription(new Description… in compileInterp()
1454 …if (gGlobal->gPrintXMLSwitch || gGlobal->gPrintDocSwitch) old_comp->setDescription(new Description… in compileOCPP()
1697 …if (gGlobal->gPrintXMLSwitch || gGlobal->gPrintDocSwitch) new_comp->setDescription(new Description… in generateCode()
1901 if (gGlobal->gPrintXMLSwitch) { in generateOutputFiles()
H A Dglobal.cpp456 gPrintXMLSwitch = false; in global()