Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp673 CompleteFunctionAnalysis *CompletePtr = new CompleteFunctionAnalysis( in completeAnalysis() local
676 DeclAnalysis[CInfo.CDecl] = CompletePtr; in completeAnalysis()
677 LLVM_DEBUG(llvm::dbgs() << "inserted complete " << CompletePtr << "\n"; in completeAnalysis()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1930 llvm::Value *CompletePtr, in pushCallObjectDeleteCleanup() argument
1932 EHStack.pushCleanup<CallObjectDelete>(NormalAndEHCleanup, CompletePtr, in pushCallObjectDeleteCleanup()
H A DItaniumCXXABI.cpp1406 llvm::Value *CompletePtr = Ptr.emitRawPointer(CGF); in emitVirtualObjectDelete() local
1407 CompletePtr = in emitVirtualObjectDelete()
1408 CGF.Builder.CreateInBoundsGEP(CGF.Int8Ty, CompletePtr, Offset); in emitVirtualObjectDelete()
1412 CGF.pushCallObjectDeleteCleanup(DE->getOperatorDelete(), CompletePtr, in emitVirtualObjectDelete()
H A DCodeGenFunction.h2228 llvm::Value *CompletePtr,