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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp630 const RetainSummary *getPersistentSummary(const RetainSummary &OldSumm);
831 RetainSummaryManager::getPersistentSummary(const RetainSummary &OldSumm) { argument
833 if (OldSumm.isSimple()) {
835 OldSumm.Profile(ID);
842 new (N) CachedSummaryNode(OldSumm);
850 new (Summ) RetainSummary(OldSumm);

Completed in 325 milliseconds