Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp852 ProgramStateRef StNonNil, StNil; in checkCollectionNonNil() local
853 llvm::tie(StNonNil, StNil) = State->assume(*KnownCollection); in checkCollectionNonNil()
854 if (StNil && !StNonNil) { in checkCollectionNonNil()