Lines Matching defs:HasCancel
3221 bool HasCancel = false;
3224 HasCancel = D->hasCancel();
3226 HasCancel = D->hasCancel();
3229 HasCancel = D->hasCancel();
3232 HasCancel);
3844 bool HasCancel) {
3855 const auto &&FirstGen = [&S, HasCancel](CodeGenFunction &CGF) {
3857 CGF, S.getDirectiveKind(), HasCancel);
3865 const auto &&SecondGen = [&S, HasCancel,
3868 CGF, S.getDirectiveKind(), HasCancel);
3880 HasCancel);
3996 HasLastprivates = emitWorksharingDirective(CGF, S, /*HasCancel=*/false);
4148 bool HasCancel = false;
4150 HasCancel = OSD->hasCancel();
4152 HasCancel = OPSD->hasCancel();
4153 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel);
4155 HasCancel);
4483 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false);
7044 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
7140 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
7192 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
7951 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false);
8025 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
8054 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);