Searched refs:ColIdx2 (Results 1 – 1 of 1) sorted by relevance
272 for (unsigned ColIdx2 = 0; ColIdx2 < ColIdx; ++ColIdx2) { in printBetweenInsts() local273 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()274 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()298 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local299 ColIdx2 < End; ++ColIdx2) { in printBetweenInsts()300 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()