Searched refs:ColIdx2 (Results 1 – 1 of 1) sorted by relevance
266 for (unsigned ColIdx2 = 0; ColIdx2 < ColIdx; ++ColIdx2) { in printBetweenInsts() local267 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()268 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()292 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local293 ColIdx2 < End; ++ColIdx2) { in printBetweenInsts()294 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()