Searched refs:MCDCView (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | SourceCoverageView.h | 88 struct MCDCView { struct 93 MCDCView(unsigned Line, ArrayRef<MCDCRecord> Records, in MCDCView() argument 99 friend bool operator<(const MCDCView &LHS, const MCDCView &RHS) { argument 181 std::vector<MCDCView> MCDCSubViews; 257 virtual void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
| H A D | SourceCoverageViewText.h | 80 void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
| H A D | SourceCoverageViewHTML.h | 94 void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
|
| H A D | SourceCoverageViewText.cpp | 340 void SourceCoverageViewText::renderMCDCView(raw_ostream &OS, MCDCView &MRV, in renderMCDCView()
|
| H A D | SourceCoverageViewHTML.cpp | 983 void SourceCoverageViewHTML::renderMCDCView(raw_ostream &OS, MCDCView &MRV, in renderMCDCView()
|