Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1136 llvm::Value *CompletePtr = in emitVirtualObjectDelete() local
1138 CompletePtr = CGF.Builder.CreateInBoundsGEP(CompletePtr, Offset); in emitVirtualObjectDelete()
1142 CGF.pushCallObjectDeleteCleanup(DE->getOperatorDelete(), CompletePtr, in emitVirtualObjectDelete()
H A DCGExprCXX.cpp1843 llvm::Value *CompletePtr, in pushCallObjectDeleteCleanup() argument
1845 EHStack.pushCleanup<CallObjectDelete>(NormalAndEHCleanup, CompletePtr, in pushCallObjectDeleteCleanup()
H A DCodeGenFunction.h1671 llvm::Value *CompletePtr,