Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp453 const ObjCObjectPointerType *StaticUpperBound, in storeWhenMoreInformative() argument
473 assert(StaticUpperBound->isSpecialized() || in storeWhenMoreInformative()
479 if (StaticUpperBound->isUnspecialized()) { in storeWhenMoreInformative()
485 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
496 if (C.canAssignObjCInterfaces(*Current, StaticUpperBound)) { in storeWhenMoreInformative()
499 getMostInformativeDerivedClass(*Current, StaticUpperBound, C); in storeWhenMoreInformative()