Searched refs:isUnderconstrained (Results 1 – 4 of 4) sorted by relevance
66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
414 bool isUnderconstrained(const ExplodedNode *N) const;
1640 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor1642 return N->getState()->isNull(Constraint).isUnderconstrained(); in isUnderconstrained()1655 if (!isUnderconstrained(N)) in VisitNode()1662 if (isUnderconstrained(PrevN)) { in VisitNode()1669 assert(!isUnderconstrained(N)); in VisitNode()
373 if (IsNull.isUnderconstrained()) in isNonNull()