Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1487 void CodeGenFunction::EmitDeleteCall(const FunctionDecl *DeleteFD, in EmitDeleteCall() argument
1490 assert(DeleteFD->getOverloadedOperator() == OO_Delete); in EmitDeleteCall()
1493 DeleteFD->getType()->getAs<FunctionProtoType>(); in EmitDeleteCall()
1515 EmitNewDeleteCall(*this, DeleteFD, DeleteFTy, DeleteArgs); in EmitDeleteCall()
DCodeGenFunction.h2024 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,