Home
last modified time | relevance | path

Searched refs:PyrClosure (Results 1 – 5 of 5) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrArchiverT.h325 PyrClosure* closure = (PyrClosure*)obj; in writeSlots()
345 PyrClosure* closure = (PyrClosure*)obj; in readSlots()
H A DPyrDeepFreezer.h120 if (NotNil(&slotRawBlock(&((PyrClosure*)obj)->block)->contextDef)) { in constructObjectArray()
H A DPyrPrimitive.cpp736 PyrClosure* closure = (PyrClosure*)g->gc->New(2 * sizeof(PyrSlot), 0, obj_notindexed, true); in prFunctionDefAsFunction()
909 PyrClosure* closure; in blockValue()
930 closure = (PyrClosure*)slotRawObject(args); in blockValue()
1049 PyrClosure* closure; in blockValueWithKeys()
1070 closure = (PyrClosure*)slotRawObject(args); in blockValueWithKeys()
1216 PyrClosure* closure; in blockValueEnvir()
1238 closure = (PyrClosure*)slotRawObject(args); in blockValueEnvir()
1371 PyrClosure* closure; in blockValueEnvirWithKeys()
1393 closure = (PyrClosure*)slotRawObject(args); in blockValueEnvirWithKeys()
2719 PyrClosure* closure; in prCompileString()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrKernel.h185 struct PyrClosure : public PyrObjectHdr { struct
H A DPyrInterpreter3.cpp742PyrClosure* closure = (PyrClosure*)g->gc->New(2 * sizeof(PyrSlot), 0, obj_notindexed, true);
915PyrClosure* closure = (PyrClosure*)g->gc->New(2 * sizeof(PyrSlot), 0, obj_notindexed, true);