Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp495 struct DestroyObject final : EHScopeStack::Cleanup { struct
496 DestroyObject(Address addr, QualType type, in DestroyObject() function
2104 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2195 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2219 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
2223 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2233 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()