Lines Matching full:lineindex
591 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty();
592 ++LineIndex) {
594 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex);
599 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex);
603 AllLines.printNext(CovOS, LineIndex + 1);
663 AllLines.printNext(CovOS, LineIndex + 1);
669 if (Block->getLastLine() != LineIndex + 1)
672 printBlockInfo(CovOS, *Block, LineIndex, BlockNo);
712 uint32_t LineIndex, uint32_t &BlockNo) const {
717 OS << format("%5u-block %2u\n", LineIndex + 1, BlockNo++);