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