Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp581 return tree(gGlobal->BOXPRIM2, tree((void*)foo)); in boxPrim2()
586 return isTree(s, gGlobal->BOXPRIM2, t); in isBoxPrim2()
591 return isTree(s, gGlobal->BOXPRIM2, t) && isPointer(t->node(), (void**)p); in isBoxPrim2()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh308 Sym BOXPRIM2; member
H A Dglobal.cpp316 BOXPRIM2 = symbol("BoxPrim2"); in global()