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

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

Completed in 79 milliseconds