Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DConstraintManager.h57 bool isUnderconstrained() const { in isUnderconstrained() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp724 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor
726 return N->getState()->isNull(Constraint).isUnderconstrained(); in isUnderconstrained()
741 if (!isUnderconstrained(N)) in VisitNode()
748 if (isUnderconstrained(PrevN)) { in VisitNode()
755 assert(!isUnderconstrained(N)); in VisitNode()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h160 bool isUnderconstrained(const ExplodedNode *N) const;