Home
last modified time | relevance | path

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

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