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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp811 RetainSummary ScratchSummary; member in class:__anon3460::RetainSummaryTemplate
816 : Manager(mgr), RealSummary(real), ScratchSummary(real ? *real : base),
821 RealSummary = Manager.getPersistentSummary(ScratchSummary);
826 return ScratchSummary;
831 return &ScratchSummary;

Completed in 22 milliseconds