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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 183 bool isFeasible = b ? Assumption : !Assumption;
184 return isFeasible ? state : nullptr;
223 bool isFeasible = (IsInRange == InRange);
224 return isFeasible ? State : nullptr;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 439 bool isFeasible(bool branch) {

Completed in 93 milliseconds