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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp482 const ObjCObjectPointerType *WithMostInfo = local
484 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo);
496 const ObjCObjectPointerType *WithMostInfo = local
498 WithMostInfo =
499 getMostInformativeDerivedClass(WithMostInfo, StaticLowerBound, C);
500 if (WithMostInfo == *Current)
502 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo);
507 const ObjCObjectPointerType *WithMostInfo = local
509 if (WithMostInfo != *Current) {
510 State = State->set<MostSpecializedTypeArgsMap>(Sym, WithMostInfo);
[all...]

Completed in 47 milliseconds