Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp1382 TypeAwareAllocationMode TypeAwareDelete = TypeAwareAllocationMode::No; member
1396 Params.TypeAwareDelete = TypeAwareAllocationMode::Yes; in getUsualDeleteParams()
1408 assert(!isTypeAwareAllocation(Params.TypeAwareDelete)); in getUsualDeleteParams()
1419 assert(!isTypeAwareAllocation(Params.TypeAwareDelete)); in getUsualDeleteParams()
1425 assert(!isTypeAwareAllocation(Params.TypeAwareDelete)); in getUsualDeleteParams()
1503 Params.TypeAwareDelete = TypeAwareDeallocation; in Emit()
1504 Params.Size = isTypeAwareAllocation(Params.TypeAwareDelete); in Emit()
1858 if (isTypeAwareAllocation(Params.TypeAwareDelete)) in EmitDeleteCall()