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.cpp720 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const { in isUnderconstrained() function in TrackConstraintBRVisitor
722 return N->getState()->isNull(Constraint).isUnderconstrained(); in isUnderconstrained()
737 if (!isUnderconstrained(N)) in VisitNode()
744 if (isUnderconstrained(PrevN)) { in VisitNode()
751 assert(!isUnderconstrained(N)); in VisitNode()
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitor.h159 bool isUnderconstrained(const ExplodedNode *N) const;