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

/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.h53 bool isFullyCovered() const { return Covered == NumRegions; } function in class:llvm::RegionCoverageInfo
94 bool isFullyCovered() const { return Covered == NumLines; } function in class:llvm::LineCoverageInfo
135 bool isFullyCovered() const { return Covered == NumBranches; } function in class:llvm::BranchCoverageInfo
175 bool isFullyCovered() const { return Executed == NumFunctions; } function in class:llvm::FunctionCoverageInfo

Completed in 131 milliseconds