Lines Matching refs:useEHCleanupForArray
473 bool useEHCleanupForArray) in DestroyObject()
475 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
480 bool useEHCleanupForArray; member
484 bool useEHCleanupForArray = in Emit() local
485 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
487 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2111 bool useEHCleanupForArray) { in pushDestroy() argument
2113 destroyer, useEHCleanupForArray); in pushDestroy()
2123 bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2133 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2136 cleanupKind, Address::invalid(), addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2154 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2160 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2176 bool useEHCleanupForArray) { in emitDestroy() argument
2200 checkZeroLength, useEHCleanupForArray); in emitDestroy()