Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp2886 auto DeclareGlobalAllocationFunctions = [&](OverloadedOperatorKind Kind, in DeclareGlobalNewDelete() local
2915 DeclareGlobalAllocationFunctions(OO_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
2916 DeclareGlobalAllocationFunctions(OO_Array_New, VoidPtr, SizeT); in DeclareGlobalNewDelete()
2917 DeclareGlobalAllocationFunctions(OO_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()
2918 DeclareGlobalAllocationFunctions(OO_Array_Delete, Context.VoidTy, VoidPtr); in DeclareGlobalNewDelete()