Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp540 const ObjCObjectPointerType *StaticLowerBound, in storeWhenMoreInformative() argument
562 StaticLowerBound->isSpecialized()); in storeWhenMoreInformative()
568 State = State->set<MostSpecializedTypeArgsMap>(Sym, StaticLowerBound); in storeWhenMoreInformative()
573 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
579 if (C.canAssignObjCInterfaces(StaticLowerBound, *Current)) { in storeWhenMoreInformative()
589 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
598 getMostInformativeDerivedClass(*Current, StaticLowerBound, C); in storeWhenMoreInformative()