Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp354 OS << " Number of Conditions: " << Record.getNumConditions() << "\n"; in renderMCDCView()
355 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
374 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
H A DCoverageSummaryInfo.cpp54 const auto NumConditions = Record.getNumConditions(); in sumMCDCPairs()
H A DSourceCoverageViewHTML.cpp1177 OS << " Number of Conditions: " << Record.getNumConditions() << "\n"; in renderMCDCView()
1178 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
1187 for (unsigned i = 0; i < Record.getNumConditions(); i++) in renderMCDCView()
H A DCoverageExporterJson.cpp106 for (unsigned c = 0; c < Record.getNumConditions(); c++) in gatherConditions()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h480 unsigned getNumConditions() const { in getNumConditions() function
539 for (unsigned C = 0; C < getNumConditions(); C++) { in getPercentCovered()
546 unsigned Total = getNumConditions() - Folded; in getPercentCovered()
566 const auto NumConditions = getNumConditions(); in getTestVectorHeaderString()
580 const auto NumConditions = getNumConditions(); in getTestVectorString()
615 assert(Condition < getNumConditions() && in getConditionCoverageString()