Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp751 static LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
2739 MallocChecker::LeakInfo MallocChecker::getAllocationSite(const ExplodedNode *N, in getAllocationSite() function in MallocChecker
2818 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in HandleLeak()