Lines Matching refs:useEHCleanupForArray
479 bool useEHCleanupForArray) in DestroyObject()
481 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
486 bool useEHCleanupForArray; member
490 bool useEHCleanupForArray = in Emit() local
491 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
493 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
2117 bool useEHCleanupForArray) { in pushDestroy() argument
2119 destroyer, useEHCleanupForArray); in pushDestroy()
2129 bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
2139 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2142 cleanupKind, Address::invalid(), addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2160 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2166 useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2182 bool useEHCleanupForArray) { in emitDestroy() argument
2207 checkZeroLength, useEHCleanupForArray); in emitDestroy()