Searched refs:BranchView (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 71 struct BranchView { struct 76 BranchView(unsigned Line, ArrayRef<CountedRegion> Regions, in BranchView() argument 82 friend bool operator<(const BranchView &LHS, const BranchView &RHS) { argument 178 std::vector<BranchView> BranchSubViews; 253 virtual void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
| H A D | SourceCoverageViewText.h | 77 void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
| H A D | SourceCoverageViewHTML.h | 91 void renderBranchView(raw_ostream &OS, BranchView &BRV,
|
| H A D | SourceCoverageViewText.cpp | 291 void SourceCoverageViewText::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView()
|
| H A D | SourceCoverageViewHTML.cpp | 915 void SourceCoverageViewHTML::renderBranchView(raw_ostream &OS, BranchView &BRV, in renderBranchView()
|