Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDecl.cpp471 struct DestroyObject final : EHScopeStack::Cleanup { struct
472 DestroyObject(Address addr, QualType type, in DestroyObject() function
2024 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2115 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2134 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
2138 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2148 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()