Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprCXX.cpp1353 void CodeGenFunction::EmitDeleteCall(const FunctionDecl *DeleteFD, in EmitDeleteCall() function in CodeGenFunction
1397 CGF.EmitDeleteCall(OperatorDelete, Ptr, ElementType); in Emit()
DCGClass.cpp1346 CGF.EmitDeleteCall(Dtor->getOperatorDelete(), CGF.LoadCXXThis(), in Emit()
1369 CGF.EmitDeleteCall(Dtor->getOperatorDelete(), CGF.LoadCXXThis(), in Emit()
DCodeGenFunction.h1623 void EmitDeleteCall(const FunctionDecl *DeleteFD, llvm::Value *Ptr,