Lines Matching refs:useEHCleanupForArray
456 bool useEHCleanupForArray) in DestroyObject()
458 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
463 bool useEHCleanupForArray; member
467 bool useEHCleanupForArray = in Emit() local
468 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
470 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
1963 bool useEHCleanupForArray) { in pushDestroy() argument
1965 destroyer, useEHCleanupForArray); in pushDestroy()
1974 Destroyer *destroyer, bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
1981 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
1986 cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
2002 bool useEHCleanupForArray) { in emitDestroy() argument
2026 checkZeroLength, useEHCleanupForArray); in emitDestroy()