Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp329 using LeakInfo = std::pair<const ExplodedNode *, const MemRegion *>; typedef in __anon0957485b0411::MallocChecker
751 static LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
2739 MallocChecker::LeakInfo MallocChecker::getAllocationSite(const ExplodedNode *N, in getAllocationSite()
2777 return LeakInfo(AllocNode, ReferenceRegion); in getAllocationSite()