Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrPrimitiveProto.h43 int objectNotIdentical(VMGlobals* g, int numArgsPushed);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrPrimitive.cpp602 int objectNotIdentical(struct VMGlobals* g, int numArgsPushed) { in objectNotIdentical() function
4177 definePrimitive(base, index++, "_NotIdentical", objectNotIdentical, 2, 0); in initPrimitives()