Home
last modified time | relevance | path

Searched refs:fZone2cCode (Results 1 – 2 of 2) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dklass.hh94 list<string> fZone2cCode; ///< single once per block member in Klass
181 void addZone2c(const string& str) { fZone2cCode.push_back(str); } in addZone2c()
H A Dklass.cpp1321 printlines(n + 3, fZone2cCode, fout); in printComputeMethodScheduler()