Lines Matching refs:useEHCleanupForArray
474 bool useEHCleanupForArray) in DestroyObject()
476 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
481 bool useEHCleanupForArray; member
485 bool useEHCleanupForArray = in Emit() local
486 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
488 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2114 bool useEHCleanupForArray) { in pushDestroy() argument
2116 destroyer, useEHCleanupForArray); in pushDestroy()
2126 bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2136 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2139 cleanupKind, Address::invalid(), addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2157 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2163 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2179 bool useEHCleanupForArray) { in emitDestroy() argument
2204 checkZeroLength, useEHCleanupForArray); in emitDestroy()