Lines Matching refs:useEHCleanupForArray
397 bool useEHCleanupForArray) in DestroyObject()
399 useEHCleanupForArray(useEHCleanupForArray) {} in DestroyObject()
404 bool useEHCleanupForArray; member
408 bool useEHCleanupForArray = in Emit() local
409 flags.isForNormalCleanup() && this->useEHCleanupForArray; in Emit()
411 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray); in Emit()
1373 bool useEHCleanupForArray) { in pushDestroy() argument
1375 destroyer, useEHCleanupForArray); in pushDestroy()
1384 Destroyer *destroyer, bool useEHCleanupForArray) { in pushLifetimeExtendedDestroy() argument
1394 destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
1399 cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushLifetimeExtendedDestroy()
1415 bool useEHCleanupForArray) { in emitDestroy() argument
1435 checkZeroLength, useEHCleanupForArray); in emitDestroy()