Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp156 typedef std::pair<const ExplodedNode*, const MemRegion*> LeakInfo; typedef
390 LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
2016 LeakInfo
2055 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()