Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp390 LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
2017 MallocChecker::getAllocationSite(const ExplodedNode *N, SymbolRef Sym, in getAllocationSite() function in MallocChecker
2096 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C); in reportLeak()