Searched refs:MCDCSubViews (Results 1 – 2 of 2) sorted by relevance
142 !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()
181 std::vector<MCDCView> MCDCSubViews; variable