Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2099 const Stmt *AllocationStmt = nullptr; in reportLeak() local
2101 AllocationStmt = Exit->getCalleeContext()->getCallSite(); in reportLeak()
2103 AllocationStmt = SP->getStmt(); in reportLeak()
2104 if (AllocationStmt) in reportLeak()
2105 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in reportLeak()