Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dppbox.cpp336 else if (isBoxPatternVar(box, ident)) { in print()
341 else if (isBoxPatternVar(box, ident)) { in print()
H A Dboxtype.cpp215 else if (isBoxPatternVar(t, a)) { in infereBoxType()
H A Dboxes.hh331 bool isBoxPatternVar(Tree s, Tree& id);
H A Dboxes.cpp1053 else if (isBoxPatternVar(box, ident)) in preparePattern()
1099 bool isBoxPatternVar(Tree s, Tree& id) in isBoxPatternVar() function
/dports/audio/faust/faust-2.37.3/compiler/patternmatcher/
H A Dpatternmatcher.cpp334 if (isBoxPatternVar(x, id)) { in make_state()
/dports/audio/faust/faust-2.37.3/compiler/evaluate/
H A Deval.cpp605 } else if (isBoxPatternVar(exp, id)) { in realeval()