Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dstatement.hh31 const bool fHasCondition; member in Statement
37 : fHasCondition(true), fCondition(condition), fCode(code) {} in Statement()
39 bool hasCondition() { return fHasCondition; } in hasCondition()