HomeSort by relevance Sort by last modified time
    Searched refs:isUnderconstrained (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 57 bool isUnderconstrained() const {
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 158 bool isUnderconstrained(const ExplodedNode *N) const;
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 720 bool TrackConstraintBRVisitor::isUnderconstrained(const ExplodedNode *N) const {
722 return N->getState()->isNull(Constraint).isUnderconstrained();
737 if (!isUnderconstrained(N))
744 if (isUnderconstrained(PrevN)) {
751 assert(!isUnderconstrained(N));
    [all...]

Completed in 185 milliseconds