reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2759 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); 2760 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); 2761 DeclareGlobalAllocationFunctions(OO_Delete, Context.VoidTy, VoidPtr); 2762 DeclareGlobalAllocationFunctions(OO_Array_Delete, Context.VoidTy, VoidPtr);