Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1369 void CodeGenFunction::EmitDeleteCall(const FunctionDecl *DeleteFD, in EmitDeleteCall() argument
1372 assert(DeleteFD->getOverloadedOperator() == OO_Delete); in EmitDeleteCall()
1375 DeleteFD->getType()->getAs<FunctionProtoType>(); in EmitDeleteCall()
1397 EmitNewDeleteCall(*this, DeleteFD, DeleteFTy, DeleteArgs); in EmitDeleteCall()
H A DCodeGenFunction.h1735 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,