Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DBasicObjCFoundationChecks.cpp945 SymbolRef CollectionS, bool Assumption) { in assumeCollectionNonEmpty() argument
946 if (!State || !CollectionS) in assumeCollectionNonEmpty()
949 const SymbolRef *CountS = State->get<ContainerCountMap>(CollectionS); in assumeCollectionNonEmpty()
951 const bool *KnownNonEmpty = State->get<ContainerNonEmptyMap>(CollectionS); in assumeCollectionNonEmpty()
953 return State->set<ContainerNonEmptyMap>(CollectionS, Assumption); in assumeCollectionNonEmpty()
981 SymbolRef CollectionS = in assumeCollectionNonEmpty() local
983 return assumeCollectionNonEmpty(C, State, CollectionS, Assumption); in assumeCollectionNonEmpty()