Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp420 struct DestroyObject final : EHScopeStack::Cleanup { struct
421 DestroyObject(Address addr, QualType type, in DestroyObject() argument
1378 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
1466 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
1484 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
1490 pushCleanupAfterFullExpr<DestroyObject>( in pushLifetimeExtendedDestroy()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp470 struct DestroyObject final : EHScopeStack::Cleanup { struct
471 DestroyObject(Address addr, QualType type, in DestroyObject() argument
2021 EHStack.pushCleanup<DestroyObject>(cleanupKind, addr, type, destroyer, in emitAutoVarTypeCleanup()
2112 pushFullExprCleanup<DestroyObject>(cleanupKind, addr, type, in pushDestroy()
2131 EHStack.pushCleanup<DestroyObject>( in pushLifetimeExtendedDestroy()
2135 return pushCleanupAfterFullExprWithActiveFlag<DestroyObject>( in pushLifetimeExtendedDestroy()
2145 EHScopeStack::ConditionalCleanup<DestroyObject, Address, QualType, in pushLifetimeExtendedDestroy()