Searched defs:loopVar (Results 1 – 4 of 4) sorted by relevance
540 private void loop(PVariable loopVar, int start, int end, int incr, PCommand command) { in loop()
435 JavaExpression loopVar = symbol(Type.INT, loopVariable); in writeLoop() local
1520 std::string loopVar = "_tmpSwitchLoop" + std::to_string(fVarCount++); in writeSwitchStatement() local
307 def beginLoop(self, loopVarType, loopVar, loopInit, loopBound): argument