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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp566 typedef llvm::FoldingSetNodeWrapper<RetainSummary> CachedSummaryNode; typedef in class:__anon18230::RetainSummaryManager
611 llvm::FoldingSet<CachedSummaryNode> SimpleSummaries;
838 CachedSummaryNode *N = SimpleSummaries.FindNodeOrInsertPos(ID, Pos);
841 N = (CachedSummaryNode *) BPAlloc.Allocate<CachedSummaryNode>();
842 new (N) CachedSummaryNode(OldSumm);

Completed in 534 milliseconds