Home
last modified time | relevance | path

Searched refs:fUIRoot (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.cpp71 fUIRoot(uiFolder(cons(tree(0), tree("")))), in Compiler()
81 fUIRoot(uiFolder(cons(tree(0), tree("")))), in Compiler()
101 fUIRoot = putSubFolder(fUIRoot, path, widget); in addUIWidget()
H A Dcompile.hh51 Tree fUIRoot; member in Compiler
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.hh64 Tree fUIRoot; member in InstructionsCompiler
H A Dinstructions_compiler.cpp61 fUIRoot(uiFolder(cons(tree(0), tree("")))), in InstructionsCompiler()
609 Tree ui = InstructionsCompiler::prepareUserInterfaceTree(fUIRoot); in compileMultiSignal()
646 Tree ui = InstructionsCompiler::prepareUserInterfaceTree(fUIRoot); in compileSingleSignal()
2323 fUIRoot = putSubFolder(fUIRoot, path, widget); in addUIWidget()