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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp737 RetainSummary ScratchSummary; member in class:__anon3601::RetainSummaryTemplate
741 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
745 RealSummary = Manager.getPersistentSummary(ScratchSummary);
750 return ScratchSummary;
755 return &ScratchSummary;

Completed in 93 milliseconds