Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:useEHCleanupForArray

347                   bool useEHCleanupForArray)
349 useEHCleanupForArray(useEHCleanupForArray) {}
354 bool useEHCleanupForArray;
358 bool useEHCleanupForArray =
359 flags.isForNormalCleanup() && this->useEHCleanupForArray;
361 CGF.emitDestroy(addr, type, destroyer, useEHCleanupForArray);
1281 bool useEHCleanupForArray) {
1283 destroyer, useEHCleanupForArray);
1294 /// \param useEHCleanupForArray - whether an EH cleanup should be
1299 bool useEHCleanupForArray) {
1319 checkZeroLength, useEHCleanupForArray);