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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp590 typedef llvm::FoldingSetNodeWrapper<RetainSummary> CachedSummaryNode; typedef in class:__anon3917::RetainSummaryManager
635 llvm::FoldingSet<CachedSummaryNode> SimpleSummaries;
867 CachedSummaryNode *N = SimpleSummaries.FindNodeOrInsertPos(ID, Pos);
870 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
871 new (N) CachedSummaryNode(OldSumm);

Completed in 44 milliseconds