Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1785 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor
1787 return N->getState()->isNull(Constraint).isUnderconstrained(); in isUnderconstrained()
1800 if (!isUnderconstrained(N)) in VisitNode()
1807 if (isUnderconstrained(PrevN)) { in VisitNode()
1814 assert(!isUnderconstrained(N)); in VisitNode()
H A DProgramState.cpp371 if (IsNull.isUnderconstrained()) in isNonNull()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h425 bool isUnderconstrained(const ExplodedNode *N) const;