Home
last modified time | relevance | path

Searched refs:ffincfile (Results 1 – 5 of 5) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/signals/
H A Dprim2.hh39 const char* ffincfile(Tree t);
H A Dprim2.cpp42 const char* ffincfile(Tree ff) in ffincfile() function
/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dppbox.cpp205 fout << ',' << ffincfile(ff) << ',' << fflibfile(ff) << ')'; in print()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dcompile_scal.cpp654 addIncludeFile(ffincfile(ff)); // printf("inc file %s\n", ffincfile(ff)); in generateFFun()
H A Dinstructions_compiler.cpp978 fContainer->addIncludeFile(ffincfile(ff)); in generateFFun()