Lines Matching refs:cond_index

95       size_t cond_index = after_cond.find(COND_TOKEN);  in RepeatTemplatedRRIIC()  local
96 if (cond_index != std::string::npos) { in RepeatTemplatedRRIIC()
97 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRIIC()
186 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRiiC() local
187 if (cond_index != std::string::npos) { in RepeatTemplatedRRiiC()
188 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRiiC()
272 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRC() local
273 if (cond_index != std::string::npos) { in RepeatTemplatedRRC()
274 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRC()
338 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRRC() local
339 if (cond_index != std::string::npos) { in RepeatTemplatedRRRC()
340 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRRC()
402 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRSC() local
403 if (cond_index != std::string::npos) { in RepeatTemplatedRSC()
404 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRSC()
458 size_t cond_index = after_cond.find(COND_TOKEN); in RepeatTemplatedRRSC() local
459 if (cond_index != std::string::npos) { in RepeatTemplatedRRSC()
460 after_cond.replace(cond_index, ConstexprStrLen(IMM1_TOKEN), GetConditionString(c)); in RepeatTemplatedRRSC()