Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DConstraintManager.h66 bool isUnderconstrained() const { return !Val.has_value(); } in isUnderconstrained() function
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h415 bool isUnderconstrained(const ExplodedNode *N) const;
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1799 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor
1801 return N->getState()->isNull(Constraint).isUnderconstrained(); in isUnderconstrained()
1814 if (!isUnderconstrained(N)) in VisitNode()
1821 if (isUnderconstrained(PrevN)) { in VisitNode()
1828 assert(!isUnderconstrained(N)); in VisitNode()
H A DProgramState.cpp372 if (IsNull.isUnderconstrained()) in isNonNull()