Home
last modified time | relevance | path

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

/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
/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