Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1850 llvm::AllocaInst *TagAllocation = CreateTempAlloca(Ty, TagName); in EmitDeleteCall() local
1851 TagAllocation->setAlignment(Align.getAsAlign()); in EmitDeleteCall()
1852 DeleteArgs.add(RValue::getAggregate(Address(TagAllocation, Ty, Align)), in EmitDeleteCall()
1854 TagAlloca = TagAllocation; in EmitDeleteCall()