Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DBasicObjCFoundationChecks.cpp916 SymbolRef CollectionS, bool Assumption) { in assumeCollectionNonEmpty() argument
917 if (!State || !CollectionS) in assumeCollectionNonEmpty()
920 const SymbolRef *CountS = State->get<ContainerCountMap>(CollectionS); in assumeCollectionNonEmpty()
922 const bool *KnownNonEmpty = State->get<ContainerNonEmptyMap>(CollectionS); in assumeCollectionNonEmpty()
924 return State->set<ContainerNonEmptyMap>(CollectionS, Assumption); in assumeCollectionNonEmpty()
952 SymbolRef CollectionS = C.getSVal(FCS->getCollection()).getAsSymbol(); in assumeCollectionNonEmpty() local
953 return assumeCollectionNonEmpty(C, State, CollectionS, Assumption); in assumeCollectionNonEmpty()