Lines Matching refs:useEHCleanupForArray
423 bool useEHCleanupForArray) in DestroyObject()
425 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
430 bool useEHCleanupForArray; member
434 bool useEHCleanupForArray = in Emit() local
435 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
437 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
1465 bool useEHCleanupForArray) { in pushDestroy() argument
1467 destroyer, useEHCleanupForArray); in pushDestroy()
1476 Destroyer *destroyer, bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
1486 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
1491 cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
1507 bool useEHCleanupForArray) { in emitDestroy() argument
1531 checkZeroLength, useEHCleanupForArray); in emitDestroy()