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;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 444 bool isFeasible(bool branch) {

Completed in 64 milliseconds