Searched refs:CurSeg (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewHTML.cpp550 const auto *CurSeg = Segments[I]; local
551 if (CheckIfUncovered(CurSeg))
553 else if (CurSeg->Col == ExpansionCol)
559 Snippets[I + 1] = Highlight(Snippets[I + 1], CurSeg->Col,
560 CurSeg->Col + Snippets[I + 1].size());
583 const auto *CurSeg = Segments[I]; local
584 if (!CurSeg->IsRegionEntry)
586 if (CurSeg->Count == LCS.getExecutionCount())
590 tag("div", Snippets[I + 1] + tag("span", formatCount(CurSeg->Count),
595 errs() << "Marker at " << CurSeg
[all...]
H A DSourceCoverageView.cpp126 const auto *CurSeg = Segments[I]; local
127 if (!CurSeg->IsRegionEntry || CurSeg->Count == LCS.getExecutionCount())

Completed in 93 milliseconds