Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h438 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE,
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDExprEngineCXX.cpp344 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() function in ExprEngine
HDExprEngine.cpp574 VisitCXXNewAllocatorCall(NE, Pred, Dst); in ProcessNewAllocator()