Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp872 ProgramStateRef StNonNil, StNil; in checkCollectionNonNil() local
873 std::tie(StNonNil, StNil) = State->assume(*KnownCollection); in checkCollectionNonNil()
874 if (StNil && !StNonNil) { in checkCollectionNonNil()
879 return StNonNil; in checkCollectionNonNil()