Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypePropagation.cpp484 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
486 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
498 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
500 WithMostInfo = in storeWhenMoreInformative()
501 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
502 if (WithMostInfo == *Current) in storeWhenMoreInformative()
504 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
509 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
511 if (WithMostInfo != *Current) { in storeWhenMoreInformative()
512 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()