Searched defs:Possible (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp80 enum Assumption { Possible = 0, Impossible, Equal, LHSis1, RHSis1, LHSis0, enumerator in enum:__anon15522::IdempotentOperationChecker::Assumption
101 BinaryOperatorData() : assumption(Possible) {}
118 // 'Possible'. At this stage we do not store the ExplodedNode, as it has not
138 if (A == Possible) {
412 case Possible:
450 case Possible:
/external/valgrind/main/memcheck/
H A Dmc_include.h254 Possible =1, // Possibly reachable from root-set; involves at enumerator in enum:__anon27705

Completed in 89 milliseconds