Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h567 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE,
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp923 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() function in ExprEngine
HDExprEngine.cpp1326 VisitCXXNewAllocatorCall(NE, Pred, Dst); in ProcessNewAllocator()