Searched refs:CXXAllocatorCall (Results 1 – 2 of 2) sorted by relevance
798 class CXXAllocatorCall : public AnyFunctionCall {802 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function806 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall() function807 void cloneTo(void *Dest) const override { new (Dest) CXXAllocatorCall(*this); } in cloneTo()1037 CallEventRef<CXXAllocatorCall>1040 return create<CXXAllocatorCall>(E, State, LCtx); in getCXXAllocatorCall()
409 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewAllocatorCall()462 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()