Searched refs:isUnderconstrained (Results 1 – 4 of 4) sorted by relevance
66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
424 bool isUnderconstrained(const ExplodedNode *N) const;
1829 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor1831 return N->getState()->isNull(Constraint).isUnderconstrained(); in isUnderconstrained()1844 if (!isUnderconstrained(N)) in VisitNode()1851 if (isUnderconstrained(PrevN)) { in VisitNode()1858 assert(!isUnderconstrained(N)); in VisitNode()
371 if (IsNull.isUnderconstrained()) in isNonNull()