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 D | CBotInstr.cpp | 324 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 D | CBotInstr.h | 133 static CBotInstr* CompileArray(CBotToken* &p,
|
H A D | CBotDefBoolean.cpp | 54 CBotDefBoolean* inst = static_cast<CBotDefBoolean*>(CompileArray(p, pStack, CBotTypBoolean)); in Compile()
|
H A D | CBotDefString.cpp | 55 CBotDefString* inst = static_cast<CBotDefString*>(CompileArray(p, pStack, CBotTypString)); in Compile()
|
H A D | CBotDefInt.cpp | 68 CBotDefInt* inst = static_cast<CBotDefInt*>(CompileArray(p, pStack, vartype)); in Compile()
|
H A D | CBotDefFloat.cpp | 64 CBotDefFloat* inst = static_cast<CBotDefFloat*>(CompileArray(p, pStack, vartype)); in Compile()
|
H A D | CBotDefClass.cpp | 79 CBotDefClass* inst = static_cast<CBotDefClass*>(CompileArray(p, pStack, type)); in Compile()
|