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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp144 typedef std::pair<const ExplodedNode*, const MemRegion*> LeakInfo; typedef in namespace:__anon15530
327 LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
1523 LeakInfo
1560 return LeakInfo(AllocNode, ReferenceRegion);

Completed in 74 milliseconds