Lines Matching refs:useEHCleanupForArray
494 bool useEHCleanupForArray) in DestroyObject()
496 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
501 bool useEHCleanupForArray; member
505 bool useEHCleanupForArray = in Emit() local
506 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
508 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2133 bool useEHCleanupForArray) { in pushDestroy() argument
2135 destroyer, useEHCleanupForArray); in pushDestroy()
2145 bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2155 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2158 cleanupKind, Address::invalid(), addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2176 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2182 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2198 bool useEHCleanupForArray) { in emitDestroy() argument
2223 checkZeroLength, useEHCleanupForArray); in emitDestroy()