Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h309 void ProcessNewAllocator(const CXXNewExpr *NE, ExplodedNode *Pred);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp812 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
1101 void ExprEngine::ProcessNewAllocator(const CXXNewExpr *NE, in ProcessNewAllocator() function in ExprEngine