Lines Matching refs:useEHCleanupForArray
498 bool useEHCleanupForArray) in DestroyObject()
500 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
505 bool useEHCleanupForArray; member
509 bool useEHCleanupForArray = in Emit() local
510 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
512 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2194 bool useEHCleanupForArray) { in pushDestroy() argument
2196 destroyer, useEHCleanupForArray); in pushDestroy()
2211 bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2221 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2224 cleanupKind, Address::invalid(), addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2242 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2248 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2264 bool useEHCleanupForArray) { in emitDestroy() argument
2289 checkZeroLength, useEHCleanupForArray); in emitDestroy()