Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/boxes/
H A Dboxes.cpp626 return tree(gGlobal->BOXPRIM5, tree((void*)foo)); in boxPrim5()
631 return isTree(s, gGlobal->BOXPRIM5, t); in isBoxPrim5()
636 return isTree(s, gGlobal->BOXPRIM5, t) && isPointer(t->node(), (void**)p); in isBoxPrim5()
/dports/audio/faust/faust-2.37.3/compiler/
H A Dglobal.hh311 Sym BOXPRIM5; member
H A Dglobal.cpp319 BOXPRIM5 = symbol("BoxPrim5"); in global()