Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1871 llvm::Value *CompletePtr, in pushCallObjectDeleteCleanup() argument
1873 EHStack.pushCleanup<CallObjectDelete>(NormalAndEHCleanup, CompletePtr, in pushCallObjectDeleteCleanup()
H A DItaniumCXXABI.cpp1270 llvm::Value *CompletePtr = in emitVirtualObjectDelete() local
1272 CompletePtr = in emitVirtualObjectDelete()
1273 CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, CompletePtr, Offset); in emitVirtualObjectDelete()
1277 CGF.pushCallObjectDeleteCleanup(DE->getOperatorDelete(), CompletePtr, in emitVirtualObjectDelete()
H A DCodeGenFunction.h2000 llvm::Value *CompletePtr,