Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp568 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
570 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
582 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
584 WithMostInfo = in storeWhenMoreInformative()
585 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C); in storeWhenMoreInformative()
586 if (WithMostInfo == *Current) in storeWhenMoreInformative()
588 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()
593 const ObjCObjectPointerType *WithMostInfo = in storeWhenMoreInformative() local
595 if (WithMostInfo != *Current) { in storeWhenMoreInformative()
596 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo); in storeWhenMoreInformative()