Searched refs:DeclareGlobalAllocationFunctions (Results 1 – 1 of 1) sorted by relevance
3059 auto DeclareGlobalAllocationFunctions = [&](OverloadedOperatorKind Kind, in DeclareGlobalNewDelete() local3088 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()3089 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()3090 DeclareGlobalAllocationFunctions(OO_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()3091 DeclareGlobalAllocationFunctions(OO_Array_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()