Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp572 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
574 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
586 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
588 WithMostInfo = in storeWhenMoreInformative()
589 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
590 if (WithMostInfo == *Current) in storeWhenMoreInformative()
592 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
597 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
599 if (WithMostInfo != *Current) { in storeWhenMoreInformative()
600 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()