Home
last modified time | relevance | path

Searched refs:StNonNil (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp894 ProgramStateRef StNonNil, StNil; in checkCollectionNonNil() local
895 std::tie(StNonNil, StNil) = State->assume(*KnownCollection); in checkCollectionNonNil()
896 if (StNil && !StNonNil) { in checkCollectionNonNil()
901 return StNonNil; in checkCollectionNonNil()