Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1895 llvm::Value *CompletePtr, in pushCallObjectDeleteCleanup() argument
1897 EHStack.pushCleanup<CallObjectDelete>(NormalAndEHCleanup, CompletePtr, in pushCallObjectDeleteCleanup()
H A DItaniumCXXABI.cpp1248 llvm::Value *CompletePtr = Ptr.getPointer(); in emitVirtualObjectDelete() local
1249 CompletePtr = in emitVirtualObjectDelete()
1250 CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, CompletePtr, Offset); in emitVirtualObjectDelete()
1254 CGF.pushCallObjectDeleteCleanup(DE->getOperatorDelete(), CompletePtr, in emitVirtualObjectDelete()
H A DCodeGenFunction.h2120 llvm::Value *CompletePtr,