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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp144 typedef std::pair<const ExplodedNode*, const MemRegion*> LeakInfo; typedef in namespace:__anon3572
327 LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
1536 LeakInfo
1573 return LeakInfo(AllocNode, ReferenceRegion);

Completed in 84 milliseconds