Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp544 const ObjCObjectPointerType *StaticUpperBound, in storeWhenMoreInformative() argument
564 assert(StaticUpperBound->isSpecialized() || in storeWhenMoreInformative()
570 if (StaticUpperBound->isUnspecialized()) { in storeWhenMoreInformative()
576 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
587 if (C.canAssignObjCInterfaces(*Current, StaticUpperBound)) { in storeWhenMoreInformative()
590 getMostInformativeDerivedClass(*Current, StaticUpperBound, C); in storeWhenMoreInformative()