Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp575 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
577 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
589 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
591 WithMostInfo = in storeWhenMoreInformative()
592 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
593 if (WithMostInfo == *Current) in storeWhenMoreInformative()
595 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
600 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
602 if (WithMostInfo != *Current) { in storeWhenMoreInformative()
603 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()