Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp536 const ObjCObjectPointerType *StaticLowerBound, in storeWhenMoreInformative() argument
558 StaticLowerBound->isSpecialized()); in storeWhenMoreInformative()
564 State = State->set<MostSpecializedTypeArgsMap>(Sym, StaticLowerBound); in storeWhenMoreInformative()
569 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
575 if (C.canAssignObjCInterfaces(StaticLowerBound, *Current)) { in storeWhenMoreInformative()
585 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
594 getMostInformativeDerivedClass(*Current, StaticLowerBound, C); in storeWhenMoreInformative()