Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprCXX.cpp1777 void CodeGenFunction::EmitDeleteCall(const FunctionDecl *DeleteFD, in EmitDeleteCall() argument
1782 DeleteFD->getOverloadedOperator() == OO_Array_Delete); in EmitDeleteCall()
1784 const auto *DeleteFTy = DeleteFD->getType()->castAs<FunctionProtoType>(); in EmitDeleteCall()
1787 auto Params = getUsualDeleteParams(DeleteFD); in EmitDeleteCall()
1841 EmitNewDeleteCall(*this, DeleteFD, DeleteFTy, DeleteArgs); in EmitDeleteCall()
H A DCodeGenFunction.h2938 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,