Searched refs:IsFullyTested (Results 1 – 2 of 2) sorted by relevance
67 bool IsFullyTested; variable77 IsFullyTested(false) {} in GIMatchTreeLeafInfo()86 bool isFullyTested() const { return IsFullyTested; } in isFullyTested()87 void setIsFullyTested(bool V) { IsFullyTested = V; } in setIsFullyTested()142 bool IsFullyTested) { in addPossibleLeaf() argument145 PossibleLeaves.back().setIsFullyTested(IsFullyTested); in addPossibleLeaf()
38 bool IsFullyTested = true; in writeDOTGraphNode() local46 IsFullyTested = false; in writeDOTGraphNode()50 if (!Partitioner && !IsFullyTested) { in writeDOTGraphNode()64 (!IsFullyTraversed || !IsFullyTested || PossibleLeaves.size() > 1)) in writeDOTGraphNode()