Searched refs:loopCountDeclStr (Results 1 – 4 of 4) sorted by relevance
356 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local383 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()390 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()399 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
368 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local392 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()399 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()408 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
396 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local420 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()427 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()436 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
478 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local502 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()509 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()518 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()