Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h453 void VisitCXXNewAllocatorCall(const CXXNewExpr *CNE,
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp400 void ExprEngine::VisitCXXNewAllocatorCall(const CXXNewExpr *CNE, in VisitCXXNewAllocatorCall() function in ExprEngine
DExprEngine.cpp580 VisitCXXNewAllocatorCall(NE, Pred, Dst); in ProcessNewAllocator()