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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp642 const RetainSummary *getPersistentSummary(const RetainSummary &OldSumm);
848 RetainSummaryManager::getPersistentSummary(const RetainSummary &OldSumm) { argument
850 if (OldSumm.isSimple()) {
852 OldSumm.Profile(ID);
859 new (N) CachedSummaryNode(OldSumm);
867 new (Summ) RetainSummary(OldSumm);

Completed in 22 milliseconds