Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h157 const CXXNewExpr *getAllocatorExpr() const { in getAllocatorExpr() function
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp303 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
/external/clang/lib/Analysis/
DCFG.cpp4302 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr()) in print_elem()