Searched defs:OldSumm (Results 1 - 1 of 1) sorted by relevance

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

Completed in 63 milliseconds