Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h417 unsigned getNumConditions() const { in getNumConditions() function
438 return TV[TestVectorIndex][getNumConditions()]; in getTVResult()
466 for (unsigned C = 0; C < getNumConditions(); C++) { in getPercentCovered()
473 unsigned Total = getNumConditions() - Folded; in getPercentCovered()
493 const auto NumConditions = getNumConditions(); in getTestVectorHeaderString()
507 const auto NumConditions = getNumConditions(); in getTestVectorString()
542 assert(Condition < getNumConditions() && in getConditionCoverageString()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp356 OS << " Number of Conditions: " << Record.getNumConditions() << "\n"; in renderMCDCView()
357 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
376 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
H A DCoverageSummaryInfo.cpp51 const auto NumConditions = Record.getNumConditions(); in sumMCDCPairs()
H A DSourceCoverageViewHTML.cpp1007 OS << " Number of Conditions: " << Record.getNumConditions() << "\n"; in renderMCDCView()
1008 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
1017 for (unsigned i = 0; i < Record.getNumConditions(); i++) in renderMCDCView()
H A DCoverageExporterJson.cpp106 for (unsigned c = 0; c < Record.getNumConditions(); c++) in gatherConditions()