Home
last modified time | relevance | path

Searched refs:prPrimitiveError (Results 1 – 2 of 2) sorted by relevance

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrPrimitiveProto.h57 int prPrimitiveError(VMGlobals* g, int numArgsPushed);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrPrimitive.cpp286 int prPrimitiveError(struct VMGlobals* g, int numArgsPushed) { in prPrimitiveError() function
4200 definePrimitive(base, index++, "_PrimitiveError", prPrimitiveError, 1, 0); in initPrimitives()