Searched refs:MCDCView (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageView.h | 86 struct MCDCView { struct 90 MCDCView(unsigned Line, SmallVector<MCDCRecord, 0> Records) in MCDCView() argument 95 friend bool operator<(const MCDCView &LHS, const MCDCView &RHS) { argument 177 SmallVector<MCDCView, 0> MCDCSubViews; 253 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 | 93 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 | 1166 void SourceCoverageViewHTML::renderMCDCView(raw_ostream &OS, MCDCView &MRV, in renderMCDCView()
|