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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ConstraintManager.h 57 bool isUnderconstrained() 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 43 milliseconds