Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1893 llvm::Value *CompletePtr, in pushCallObjectDeleteCleanup() argument
1895 EHStack.pushCleanup<CallObjectDelete>(NormalAndEHCleanup, CompletePtr, in pushCallObjectDeleteCleanup()
H A DItaniumCXXABI.cpp1393 llvm::Value *CompletePtr = Ptr.emitRawPointer(CGF); in emitVirtualObjectDelete() local
1394 CompletePtr = in emitVirtualObjectDelete()
1395 CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, CompletePtr, Offset); in emitVirtualObjectDelete()
1399 CGF.pushCallObjectDeleteCleanup(DE->getOperatorDelete(), CompletePtr, in emitVirtualObjectDelete()
H A DCodeGenFunction.h2215 llvm::Value *CompletePtr,