Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp484 struct DestroyObject final : EHScopeStack::Cleanup { struct
485 DestroyObject(Address addr, QualType type, in DestroyObject() function
2200 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2298 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in pushDestroy()
2349 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2357 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()