Home
last modified time | relevance | path

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

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