Searched refs:getNumConditions (Results 1 – 5 of 5) sorted by relevance
417 unsigned getNumConditions() const { in getNumConditions() function438 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()
356 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()
51 const auto NumConditions = Record.getNumConditions(); in sumMCDCPairs()
1007 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()
106 for (unsigned c = 0; c < Record.getNumConditions(); c++) in gatherConditions()