Home
last modified time | relevance | path

Searched refs:FAUSTVERSION (Results 1 – 17 of 17) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dexport.cpp30 …static std::string version = std::string(FAUSTVERSION) + " (LLVM " + std::string(LLVM_VERSION) + "… in getCLibFaustVersion()
33 return FAUSTVERSION; in getCLibFaustVersion()
H A Dexport.hh25 #define FAUSTVERSION "2.37.3" macro
H A Dcode_container.hh158 dst << "Code generated with Faust " << FAUSTVERSION << " (https://faust.grame.fr)" << endl; in printHeader()
338 … visitor->init("", "", fNumInputs, fNumOutputs, -1, "", "", FAUSTVERSION, compile_options.str(), in generateJSON()
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_errormsg.cpp42 str << "version: " << FAUSTVERSION; in faustassertaux()
H A Dwast_code_container.hh76 …itor<REAL> json_visitor2("", "", fNumInputs, fNumOutputs, -1, "", "", FAUSTVERSION, compile_option… in generateJSON()
H A Dwasm_code_container.hh71 …itor<REAL> json_visitor2("", "", fNumInputs, fNumOutputs, -1, "", "", FAUSTVERSION, compile_option… in generateJSON()
H A Dwasm_code_container.cpp356 << "Code generated with Faust version " << FAUSTVERSION << endl; in produceClass()
H A Dwast_code_container.cpp352 << "Code generated with Faust version " << FAUSTVERSION << endl; in produceClass()
/dports/audio/faust/faust-2.37.3/compiler/generator/llvm/
H A Dllvm_code_container.hh82 FAUSTVERSION, compile_options.str(), gGlobal->gReader.listLibraryFiles(), in generateGetJSON()
H A Dllvm_dsp_aux.cpp63 return FAUSTVERSION; in getCLibFaustVersion()
148 fModule = new Module(string(LLVM_BACKEND_NAME) + ", v" + string(FAUSTVERSION), *fContext); in llvm_dsp_factory_aux()
H A Dllvm_code_container.cpp57 Module* module = new Module(compile_options.str() + ", v" + string(FAUSTVERSION), *context); in LLVMCodeContainer()
/dports/audio/faust/faust-2.37.3/compiler/errors/
H A Derrormsg.cpp44 str << "version: " << FAUSTVERSION; in faustassertaux()
/dports/audio/faust/faust-2.37.3/compiler/generator/interpreter/
H A Dinterpreter_dsp_aux.cpp37 str << "version: " << FAUSTVERSION; in faustassertaux()
H A Dinterpreter_dsp_aux.hh135 *out << "v " << FAUSTVERSION << std::endl; in write()
171 *out << "Faust version " << FAUSTVERSION << std::endl; in write()
H A Dfbc_llvm_compiler.hh845 fModule = LLVMModuleCreateWithName(FAUSTVERSION); in FBCLLVMCompiler()
/dports/audio/faust/faust-2.37.3/compiler/generator/julia/
H A Djulia_code_container.cpp104 << "Code generated with Faust version " << FAUSTVERSION << endl; in produceClass()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dlibcode.cpp849 cout << "FAUST Version " << FAUSTVERSION << "\n"; in printVersion()
863 cout << "FAUST compiler version " << FAUSTVERSION << "\n"; in printHelp()
1111 dst << "// Code generated with Faust " << FAUSTVERSION << " (https://faust.grame.fr)" << endl; in printHeader()
1918 printDoc(subst("$0-mdoc", gGlobal->makeDrawPathNoExt()).c_str(), "tex", FAUSTVERSION); in generateOutputFiles()