Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp459 const ObjCObjectPointerType *StaticUpperBound, in storeWhenMoreInformative() argument
479 assert(StaticUpperBound->isSpecialized() || in storeWhenMoreInformative()
485 if (StaticUpperBound->isUnspecialized()) { in storeWhenMoreInformative()
491 getMostInformativeDerivedClass(StaticUpperBound, StaticLowerBound, C); in storeWhenMoreInformative()
502 if (C.canAssignObjCInterfaces(*Current, StaticUpperBound)) { in storeWhenMoreInformative()
505 getMostInformativeDerivedClass(*Current, StaticUpperBound, C); in storeWhenMoreInformative()