Home
last modified time | relevance | path

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

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