Home
last modified time | relevance | path

Searched refs:generateFConst (Results 1 – 6 of 6) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/documentator/
H A Ddoc_compile.hh131 string generateFConst(Tree sig, const string& file, const string& name);
H A Ddoc_compile.cpp215 return generateFConst(sig, tree2str(file), tree2str(name)); in generateCode()
338 string DocCompiler::generateFConst(Tree sig, const string& file, const string& exp) in generateFConst() function in DocCompiler
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile_scal.hh144 string generateFConst(Tree sig, const string& file, const string& name);
H A Dinstructions_compiler.hh223 virtual ValueInst* generateFConst(Tree sig, Tree type, const string& file, const string& name);
H A Dcompile_scal.cpp454 return generateFConst(sig, tree2str(file), tree2str(name)); in generateCode()
560 string ScalarCompiler::generateFConst(Tree sig, const string& file, const string& exp_aux) in generateFConst() function in ScalarCompiler
H A Dinstructions_compiler.cpp707 return generateFConst(sig, type, tree2str(file), tree2str(name)); in generateCode()
829 ValueInst* InstructionsCompiler::generateFConst(Tree sig, Tree type, const string& file, const stri… in generateFConst() function in InstructionsCompiler