Home
last modified time | relevance | path

Searched refs:MCDCSubViews (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp142 !BranchSubViews.empty() || !MCDCSubViews.empty(); in hasSubViews()
184 MCDCSubViews.emplace_back(Line, std::move(Records)); in addMCDCRecord()
211 llvm::stable_sort(MCDCSubViews); in print()
218 auto NextMSV = MCDCSubViews.begin(); in print()
219 auto EndMSV = MCDCSubViews.end(); in print()
H A DSourceCoverageView.h177 SmallVector<MCDCView, 0> MCDCSubViews; variable