Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDecl.cpp487 struct DestroyObject final : EHScopeStack::Cleanup { struct
488 DestroyObject(Address addr, QualType type, in DestroyObject() function
2039 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2130 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2149 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
2153 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2163 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()