Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp558 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller()
719 NewAllocElt->getAllocatorExpr()->getBeginLoc(), SMng); in create()
DCFG.cpp5564 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
/external/clang/include/clang/Analysis/
DCFG.h157 const CXXNewExpr *getAllocatorExpr() const { in getAllocatorExpr() function
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h251 const CXXNewExpr *getAllocatorExpr() const { in getAllocatorExpr() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp303 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp643 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
/external/clang/lib/Analysis/
DCFG.cpp4302 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr()) in print_elem()