Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h203 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp303 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
571 void ExprEngine::ProcessNewAllocator(const CXXNewExpr *NE, in ProcessNewAllocator() function in ExprEngine