Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h414 bool isUnderconstrained(const ExplodedNode *N) const;
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1640 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor
1642 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()
H A DProgramState.cpp373 if (IsNull.isUnderconstrained()) in isNonNull()