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

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 179 ProgramStateRef notNilState, nilState;
180 std::tie(notNilState, nilState) = State->assume(receiverVal);
183 if (nilState && !notNilState) {
201 if (notNilState != State) {
203 Pred = Bldr.generateNode(ME, Pred, notNilState);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp     [all...]

Completed in 255 milliseconds