Home
last modified time | relevance | path

Searched defs:NextBranch (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
H A DCodeCoverage.cpp341 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews() local