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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 107 bool isFeasible = b ? Assumption : !Assumption;
108 return isFeasible ? state : NULL;
207 bool isFeasible = b ? Assumption : !Assumption;
208 return isFeasible ? state : NULL;
CoreEngine.cpp 619 if (!isFeasible(branch))
ExprEngine.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 438 bool isFeasible(bool branch) {

Completed in 170 milliseconds