Home
last modified time | relevance | path

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

/freebsd/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 DSourceCoverageViewHTML.cpp1190 OS << " Number of Conditions: " << Record.getNumConditions() << "\n"; in renderMCDCView()
1191 for (unsigned i = 0; i < Record.getNumConditions(); i++) { in renderMCDCView()
1200 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.h464 unsigned getNumConditions() const { in getNumConditions() function
511 for (unsigned C = 0; C < getNumConditions(); C++) { in getPercentCovered()
518 unsigned Total = getNumConditions() - Folded; in getPercentCovered()
538 const auto NumConditions = getNumConditions(); in getTestVectorHeaderString()
552 const auto NumConditions = getNumConditions(); in getTestVectorString()
587 assert(Condition < getNumConditions() && in getConditionCoverageString()