Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DRetainSummaryManager.cpp117 RetainSummaryManager::getPersistentSummary(const RetainSummary &OldSumm) { in getPersistentSummary() argument
119 if (OldSumm.isSimple()) { in getPersistentSummary()
121 OldSumm.Profile(ID); in getPersistentSummary()
128 new (N) CachedSummaryNode(OldSumm); in getPersistentSummary()
136 new (Summ) RetainSummary(OldSumm); in getPersistentSummary()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h521 const RetainSummary *getPersistentSummary(const RetainSummary &OldSumm);