Searched refs:DestroyObject (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 499 struct DestroyObject final : EHScopeStack::Cleanup { struct 500 DestroyObject(Address addr, QualType type, in DestroyObject() function 2135 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup() 2226 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy() 2277 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy() 2285 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()
|