Home
last modified time | relevance | path

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

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/CBot/CBotInstr/
H A DCBotInstr.cpp324 CBotInstr* CBotInstr::CompileArray(CBotToken* &p, CBotCStack* pStack, CBotTypResult type, bool firs… in CompileArray() function in CBot::CBotInstr
334 … CBotInstr* inst = CompileArray(p, pStack, CBotTypResult(CBotTypArrayPointer, type), false); in CompileArray()
346 …if (nullptr != ( inst->m_next2b = CBotDefArray::CompileArray(p, pStack, type, false))) // compi… in CompileArray()
H A DCBotInstr.h133 static CBotInstr* CompileArray(CBotToken* &p,
H A DCBotDefBoolean.cpp54 CBotDefBoolean* inst = static_cast<CBotDefBoolean*>(CompileArray(p, pStack, CBotTypBoolean)); in Compile()
H A DCBotDefString.cpp55 CBotDefString* inst = static_cast<CBotDefString*>(CompileArray(p, pStack, CBotTypString)); in Compile()
H A DCBotDefInt.cpp68 CBotDefInt* inst = static_cast<CBotDefInt*>(CompileArray(p, pStack, vartype)); in Compile()
H A DCBotDefFloat.cpp64 CBotDefFloat* inst = static_cast<CBotDefFloat*>(CompileArray(p, pStack, vartype)); in Compile()
H A DCBotDefClass.cpp79 CBotDefClass* inst = static_cast<CBotDefClass*>(CompileArray(p, pStack, type)); in Compile()