Home
last modified time | relevance | path

Searched refs:prepareUserInterfaceTree (Results 1 – 8 of 8) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile_sched.cpp52 generateUserInterfaceTree(prepareUserInterfaceTree(fUIRoot), true); in compileMultiSignal()
53 generateMacroInterfaceTree("", prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
55 fDescription->ui(prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
H A Dcompile.hh83 Tree prepareUserInterfaceTree(Tree t);
H A Dcompile_vect.cpp54 generateUserInterfaceTree(prepareUserInterfaceTree(fUIRoot), true); in compileMultiSignal()
55 generateMacroInterfaceTree("", prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
57 fDescription->ui(prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
H A Dcompile_scal.cpp372 generateUserInterfaceTree(prepareUserInterfaceTree(fUIRoot), true); in compileMultiSignal()
373 generateMacroInterfaceTree("", prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
375 fDescription->ui(prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
395 generateUserInterfaceTree(prepareUserInterfaceTree(fUIRoot), true); in compileSingleSignal()
396 generateMacroInterfaceTree("", prepareUserInterfaceTree(fUIRoot)); in compileSingleSignal()
398 fDescription->ui(prepareUserInterfaceTree(fUIRoot)); in compileSingleSignal()
H A Ddag_instructions_compiler.cpp121 generateUserInterfaceTree(prepareUserInterfaceTree(fUIRoot), true); in compileMultiSignal()
122 generateMacroInterfaceTree("", prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
124 fDescription->ui(prepareUserInterfaceTree(fUIRoot)); in compileMultiSignal()
H A Dinstructions_compiler.hh234 Tree prepareUserInterfaceTree(Tree t);
H A Dcompile.cpp108 Tree Compiler::prepareUserInterfaceTree(Tree t) in prepareUserInterfaceTree() function in Compiler
H A Dinstructions_compiler.cpp609 Tree ui = InstructionsCompiler::prepareUserInterfaceTree(fUIRoot); in compileMultiSignal()
646 Tree ui = InstructionsCompiler::prepareUserInterfaceTree(fUIRoot); in compileSingleSignal()
2330 Tree InstructionsCompiler::prepareUserInterfaceTree(Tree t) in prepareUserInterfaceTree() function in InstructionsCompiler