Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h47 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function
85 bool isFullyCovered() const { return Covered == (NumLines - NonCodeLines); } in isFullyCovered() function
113 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function
DCoverageReport.cpp119 if (Info.isFullyCovered()) in determineCoveragePercentageColor()
129 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered() in render()
151 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered() in render()
162 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered() in render()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h54 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function
95 bool isFullyCovered() const { return Covered == NumLines; } in isFullyCovered() function
135 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function
DCoverageReport.cpp116 if (Info.isFullyCovered()) in determineCoveragePercentageColor()