Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDBasicObjCFoundationChecks.cpp866 ProgramStateRef StNonNil, StNil; in checkCollectionNonNil() local
867 std::tie(StNonNil, StNil) = State->assume(*KnownCollection); in checkCollectionNonNil()
868 if (StNil && !StNonNil) { in checkCollectionNonNil()