Lines Matching refs:useEHCleanupForArray
502 bool useEHCleanupForArray) in DestroyObject()
504 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
509 bool useEHCleanupForArray; member
513 bool useEHCleanupForArray = in Emit() local
514 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
516 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2225 bool useEHCleanupForArray) { in pushDestroy() argument
2227 destroyer, useEHCleanupForArray); in pushDestroy()
2243 bool useEHCleanupForArray) { in pushDestroyAndDeferDeactivation() argument
2246 pushDestroy(cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushDestroyAndDeferDeactivation()
2263 bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2273 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2279 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2295 cleanupKind, SavedAddr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2309 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2325 bool useEHCleanupForArray) { in emitDestroy() argument
2350 checkZeroLength, useEHCleanupForArray); in emitDestroy()