Searched defs:getAllocationSite (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp346 LeakInfo getAllocationSite(const ExplodedNode *N, SymbolRef Sym,
1692 MallocChecker::getAllocationSite(const ExplodedNode *N, SymbolRef Sym, function in class:MallocChecker
1770 std::tie(AllocNode, Region) = getAllocationSite(N, Sym, C);

Completed in 3574 milliseconds