Home
last modified time | relevance | path

Searched refs:CurrentTotals (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageReport.cpp665 FileCoverageSummary CurrentTotals(LCPath); in prepareSubDirectoryReports() local
667 CurrentTotals += KV.second; in prepareSubDirectoryReports()
669 CurrentTotals += KV.second.first; in prepareSubDirectoryReports()
670 *Totals += CurrentTotals; in prepareSubDirectoryReports()
673 std::move(SubFiles), std::move(SubDirs), std::move(CurrentTotals))) in prepareSubDirectoryReports()