Searched refs:EmitDeleteCall (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 1487 void CodeGenFunction::EmitDeleteCall(const FunctionDecl *DeleteFD, in EmitDeleteCall() function in CodeGenFunction 1531 CGF.EmitDeleteCall(OperatorDelete, Ptr, ElementType); in Emit()
|
D | CGClass.cpp | 1621 CGF.EmitDeleteCall(Dtor->getOperatorDelete(), CGF.LoadCXXThis(), in Emit() 1645 CGF.EmitDeleteCall(Dtor->getOperatorDelete(), CGF.LoadCXXThis(), in Emit()
|
D | CodeGenFunction.h | 2024 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,
|
D | MicrosoftCXXABI.cpp | 863 CGF.EmitDeleteCall(DE->getOperatorDelete(), MDThis, ElementType); in emitVirtualObjectDelete()
|