reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
 1042     State = State->set<ContainerCountMap>(ContainerS, CountS);
 1042     State = State->set<ContainerCountMap>(ContainerS, CountS);
 1044     if (const bool *NonEmpty = State->get<ContainerNonEmptyMap>(ContainerS)) {
 1045       State = State->remove<ContainerNonEmptyMap>(ContainerS);
 1045       State = State->remove<ContainerNonEmptyMap>(ContainerS);
 1046       State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty);
 1046       State = assumeCollectionNonEmpty(C, State, ContainerS, *NonEmpty);
 1049     C.addTransition(State);