Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp142 !BranchSubViews.empty() || !MCDCSubViews.empty(); in hasSubViews()
186 MCDCSubViews.emplace_back(Line, Records, std::move(View)); in addMCDCRecord()
214 llvm::stable_sort(MCDCSubViews); in print()
221 auto NextMSV = MCDCSubViews.begin(); in print()
222 auto EndMSV = MCDCSubViews.end(); in print()
H A DSourceCoverageView.h181 std::vector<MCDCView> MCDCSubViews; variable