Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp136 !BranchSubViews.empty(); in hasSubViews()
174 BranchSubViews.emplace_back(Line, Regions, std::move(View)); in addBranch()
201 llvm::stable_sort(BranchSubViews); in print()
206 auto NextBRV = BranchSubViews.begin(); in print()
207 auto EndBRV = BranchSubViews.end(); in print()
H A DSourceCoverageView.h161 std::vector<BranchView> BranchSubViews; variable