Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp453 struct DestroyObject final : EHScopeStack::Cleanup { struct
454 DestroyObject(Address addr, QualType type, in DestroyObject() argument
1873 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
1964 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1979 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
1985 pushCleanupAfterFullExpr<DestroyObject>( in pushLifetimeExtendedDestroy()