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

  /external/clang/lib/StaticAnalyzer/Checkers/
IdempotentOperationChecker.cpp 80 enum Assumption { Possible = 0, Impossible, Equal, LHSis1, RHSis1, LHSis0,
101 BinaryOperatorData() : assumption(Possible) {}
118 // 'Possible'. At this stage we do not store the ExplodedNode, as it has not
138 if (A == Possible) {
360 // FIXME: This is possible because the checker does part of processing in
412 case Possible:
450 case Possible:
  /external/valgrind/main/memcheck/
mc_include.h 254 Possible =1, // Possibly reachable from root-set; involves at

Completed in 743 milliseconds