Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h424 bool isUnderconstrained(const ExplodedNode *N) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1829 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor
1831 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()
H A DProgramState.cpp371 if (IsNull.isUnderconstrained()) in isNonNull()