Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h53 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function
94 bool isFullyCovered() const { return Covered == NumLines; } in isFullyCovered() function
134 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function
/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