Home
last modified time | relevance | path

Searched defs:slotRawList (Results 1 – 2 of 2) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrSlot64.h242 inline PyrList* slotRawList(PyrSlot* slot) { return slot->u.ol; } in slotRawList() function
H A DPyrSlot32.h308 inline PyrList* slotRawList(PyrSlot* slot) { return slot->s.u.ol; } in slotRawList() function