Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h53 bool isFullyCovered() const { return Covered == NumRegions; } in isFullyCovered() function
94 bool isFullyCovered() const { return Covered == NumLines; } in isFullyCovered() function
135 bool isFullyCovered() const { return Covered == NumBranches; } in isFullyCovered() function
175 bool isFullyCovered() const { return Executed == NumFunctions; } in isFullyCovered() function