Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrParseNode.cpp1827 PyrParseNode* argnode2; in compileCall() local
2058 argnode2 = argnode->mNext; in compileCall()
2059 …if (index == opAdd && argnode2->mClassno == pn_PushLitNode && IsInt(&((PyrPushLitNode*)argnode2)->… in compileCall()
2060 && slotRawInt(&((PyrPushLitNode*)argnode2)->mSlot) == 1) { in compileCall()
2063 } else if (index == opSub && argnode2->mClassno == pn_PushLitNode in compileCall()
2064 && IsInt(&((PyrPushLitNode*)argnode2)->mSlot) in compileCall()
2065 && slotRawInt(&((PyrPushLitNode*)argnode2)->mSlot) == 1) { in compileCall()