Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGDecl.cpp491 struct DestroyObject final : EHScopeStack::Cleanup { struct
492 DestroyObject(Address addr, QualType type, in DestroyObject() argument
2043 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2134 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2153 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
2157 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2167 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()