Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:useEHCleanupForArray

339                   bool useEHCleanupForArray)
341 useEHCleanupForArray(useEHCleanupForArray) {}
346 bool useEHCleanupForArray;
350 bool useEHCleanupForArray =
351 flags.isForNormalCleanup() && this->useEHCleanupForArray;
353 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
1233 bool useEHCleanupForArray) {
1235 destroyer, useEHCleanupForArray);
1246 /// \param useEHCleanupForArray - whether an EH cleanup should be
1251 bool useEHCleanupForArray) {
1271 checkZeroLength, useEHCleanupForArray);