Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrSlot64.h189 inline void SetTagRaw(PyrSlot* slot, int tag) { slot->tag = tag; } in SetTagRaw() function
H A DPyrSlot32.h260 inline void SetTagRaw(PyrSlot* slot, int tag) { slot->utag = tag; } in SetTagRaw() function