Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp476 struct DestroyObject final : EHScopeStack::Cleanup { struct
477 DestroyObject(Address addr, QualType type, in DestroyObject() function
2027 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2118 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2137 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
2141 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2151 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()