Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp458 const ObjCObjectPointerType *StaticLowerBound, in storeWhenMoreInformative() argument
480 StaticLowerBound->isSpecialized()); in storeWhenMoreInformative()
486 State = State->set<MostSpecializedTypeArgsMap>(Sym, StaticLowerBound); in storeWhenMoreInformative()
491 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
497 if (C.canAssignObjCInterfaces(StaticLowerBound, *Current)) { in storeWhenMoreInformative()
507 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
516 getMostInformativeDerivedClass(*Current, StaticLowerBound, C); in storeWhenMoreInformative()