Lines Matching defs:HasCancel

3278     bool HasCancel = false;
3281 HasCancel = D->hasCancel();
3283 HasCancel = D->hasCancel();
3286 HasCancel = D->hasCancel();
3288 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, EKind, HasCancel);
3899 bool HasCancel) {
3911 const auto &&FirstGen = [&S, HasCancel, EKind](CodeGenFunction &CGF) {
3912 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, EKind, HasCancel);
3920 const auto &&SecondGen = [&S, HasCancel, EKind,
3922 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, EKind, HasCancel);
3933 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, EKind, HasCancel);
3944 bool HasCancel) {
3945 if (HasCancel)
3996 CodeGenModule &CGM, bool HasCancel) {
3999 isForSupportedByOpenMPIRBuilder(S, HasCancel);
4000 auto &&CodeGen = [&S, &CGM, HasCancel, &HasLastprivates,
4032 HasLastprivates = emitWorksharingDirective(CGF, S, HasCancel);
4039 HasCancel);
4059 HasLastprivates = emitWorksharingDirective(CGF, S, /*HasCancel=*/false);
4212 bool HasCancel = false;
4214 HasCancel = OSD->hasCancel();
4216 HasCancel = OPSD->hasCancel();
4217 OMPCancelStackRAII CancelRegion(*this, EKind, HasCancel);
4219 HasCancel);
4593 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false);
7172 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
7268 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
7320 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
8126 return emitOMPForDirective(S, *this, CGM, /*HasCancel=*/false);
8162 (void)emitWorksharingDirective(CGF, S, /*HasCancel=*/false);
8236 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);
8265 CGF, OMPD_distribute, CodeGenDistribute, /*HasCancel=*/false);