Home
last modified time | relevance | path

Searched refs:DeclareGlobalAllocationFunctions (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2972 auto DeclareGlobalAllocationFunctions = [&](OverloadedOperatorKind Kind, in DeclareGlobalNewDelete() local
3001 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
3002 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
3003 DeclareGlobalAllocationFunctions(OO_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()
3004 DeclareGlobalAllocationFunctions(OO_Array_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()