Searched refs:loopCountDeclStr (Results 1 – 5 of 5) sorted by relevance
358 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local382 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()389 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()398 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
336 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local363 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()370 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()379 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
386 string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local410 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()417 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()426 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
445 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local469 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()476 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()485 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()
447 std::string loopCountDeclStr = "${COUNTER_PRECISION} ${LOOP_VAR_TYPE} ndx = " + initValue; in createGenericLoopCase() local471 op << " for (" + loopCountDeclStr + "; " + loopCmpStr + "; " + incrementStr + ")\n"; in createGenericLoopCase()478 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()487 op << "\t" << loopCountDeclStr + ";\n"; in createGenericLoopCase()