Searched defs:loopVar (Results 1 – 4 of 4) sorted by relevance
425 def genInternalArray(param, countParamName, outArrayName, inArrayName, loopVar): argument
1386 String loopVar = "_tmpSwitchLoop" + to_string(fVarCount++); in writeSwitchStatement() local
1807 std::string loopVar = "_tmpSwitchLoop" + std::to_string(fVarCount++); in writeSwitchStatement() local
320 def beginLoop(self, loopVarType, loopVar, loopInit, loopBound): argument