Searched refs:CXXAllocatorCall (Results 1 – 2 of 2) sorted by relevance
767 class CXXAllocatorCall : public AnyFunctionCall {771 CXXAllocatorCall(const CXXNewExpr *E, ProgramStateRef St, in CXXAllocatorCall() function775 CXXAllocatorCall(const CXXAllocatorCall &Other) : AnyFunctionCall(Other) {} in CXXAllocatorCall() function776 virtual void cloneTo(void *Dest) const { new (Dest) CXXAllocatorCall(*this); } in cloneTo()998 CallEventRef<CXXAllocatorCall>1001 return create<CXXAllocatorCall>(E, State, LCtx); in getCXXAllocatorCall()
287 CallEventRef<CXXAllocatorCall> Call = in VisitCXXNewExpr()