Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp657 const RetainSummary *getPersistentSummary(const RetainSummary &OldSumm);
858 RetainSummaryManager::getPersistentSummary(const RetainSummary &OldSumm) { in getPersistentSummary() argument
860 if (OldSumm.isSimple()) { in getPersistentSummary()
862 OldSumm.Profile(ID); in getPersistentSummary()
869 new (N) CachedSummaryNode(OldSumm); in getPersistentSummary()
877 new (Summ) RetainSummary(OldSumm); in getPersistentSummary()