Home
last modified time | relevance | path

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

/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrParseNode.cpp184 index = conjureLiteralSlotIndex(node, gCompilingBlock, &slot); in compilePushVar()
1785 int index = conjureLiteralSlotIndex(this, gCompilingBlock, &blockSlot); in compilePartialApplication()
1872 … index = conjureLiteralSlotIndex((PyrParseNode*)mSelector, gCompilingBlock, &mSelector->mSlot); in compileCall()
2041 … index = conjureLiteralSlotIndex((PyrParseNode*)mSelector, gCompilingBlock, &mSelector->mSlot); in compileCall()
2052 … index = conjureLiteralSlotIndex((PyrParseNode*)mSelector, gCompilingBlock, &mSelector->mSlot); in compileCall()
3146 index = conjureLiteralSlotIndex(literalObj, gCompilingBlock, &slot); in compilePushLit()
4116 int conjureLiteralSlotIndex(PyrParseNode* node, PyrBlock* func, PyrSlot* slot) { in conjureLiteralSlotIndex() function
H A DPyrParseNode.h477 int conjureLiteralSlotIndex(PyrParseNode* node, PyrBlock* func, PyrSlot* slot);