Home
last modified time | relevance | path

Searched refs:MCDCView (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.h86 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 DSourceCoverageViewText.h80 void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
H A DSourceCoverageViewHTML.h93 void renderMCDCView(raw_ostream &OS, MCDCView &BRV,
H A DSourceCoverageViewText.cpp340 void SourceCoverageViewText::renderMCDCView(raw_ostream &OS, MCDCView &MRV, in renderMCDCView()
H A DSourceCoverageViewHTML.cpp1166 void SourceCoverageViewHTML::renderMCDCView(raw_ostream &OS, MCDCView &MRV, in renderMCDCView()