Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp543 const ObjCObjectPointerType *StaticLowerBound, in storeWhenMoreInformative() argument
565 StaticLowerBound->isSpecialized()); in storeWhenMoreInformative()
571 State = State->set<MostSpecializedTypeArgsMap>(Sym, StaticLowerBound); in storeWhenMoreInformative()
576 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
582 if (C.canAssignObjCInterfaces(StaticLowerBound, *Current)) { in storeWhenMoreInformative()
592 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
601 getMostInformativeDerivedClass(*Current, StaticLowerBound, C); in storeWhenMoreInformative()