Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1487 void CodeGenFunction::EmitDeleteCall(const FunctionDecl *DeleteFD, in EmitDeleteCall() function in CodeGenFunction
1531 CGF.EmitDeleteCall(OperatorDelete, Ptr, ElementType); in Emit()
DCGClass.cpp1621 CGF.EmitDeleteCall(Dtor->getOperatorDelete(), CGF.LoadCXXThis(), in Emit()
1645 CGF.EmitDeleteCall(Dtor->getOperatorDelete(), CGF.LoadCXXThis(), in Emit()
DCodeGenFunction.h2024 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,
DMicrosoftCXXABI.cpp863 CGF.EmitDeleteCall(DE->getOperatorDelete(), MDThis, ElementType); in emitVirtualObjectDelete()