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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp562 const RetainSummary *getPersistentSummary(const RetainSummary &OldSumm);
772 RetainSummaryManager::getPersistentSummary(const RetainSummary &OldSumm) { argument
774 if (OldSumm.isSimple()) {
776 OldSumm.Profile(ID);
783 new (N) CachedSummaryNode(OldSumm);
791 new (Summ) RetainSummary(OldSumm);

Completed in 49 milliseconds