Lines Matching defs:HasCancel
75 bool HasCancel)
77 CodeGen(CodeGen), Kind(Kind), HasCancel(HasCancel) {}
81 bool HasCancel)
83 Kind(Kind), HasCancel(HasCancel) {}
102 bool hasCancel() const { return HasCancel; }
114 bool HasCancel;
122 OpenMPDirectiveKind Kind, bool HasCancel,
125 HasCancel),
204 OpenMPDirectiveKind Kind, bool HasCancel,
206 : CGOpenMPRegionInfo(CS, TaskOutlinedRegion, CodeGen, Kind, HasCancel),
245 OpenMPDirectiveKind Kind, bool HasCancel)
246 : CGOpenMPRegionInfo(InlinedRegion, CodeGen, Kind, HasCancel),
332 /*HasCancel=*/false),
361 /*HasCancel=*/false),
427 OpenMPDirectiveKind Kind, bool HasCancel,
432 CGF.CapturedStmtInfo, CodeGen, Kind, HasCancel);
1172 bool HasCancel, llvm::omp::Directive Kind)
1201 llvm::OpenMPIRBuilder::FinalizationInfo FI({FiniCB, Kind, HasCancel});
1219 bool HasCancel = false;
1221 HasCancel = OPD->hasCancel();
1223 HasCancel = OPD->hasCancel();
1225 HasCancel = OPSD->hasCancel();
1227 HasCancel = OPFD->hasCancel();
1229 HasCancel = OPFD->hasCancel();
1231 HasCancel = OPFD->hasCancel();
1234 HasCancel = OPFD->hasCancel();
1237 HasCancel = OPFD->hasCancel();
1242 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind);
1244 HasCancel, OutlinedHelperName);
1310 bool HasCancel = false;
1312 HasCancel = TD->hasCancel();
1314 HasCancel = TD->hasCancel();
1316 HasCancel = TD->hasCancel();
1318 HasCancel = TD->hasCancel();
1322 InnermostKind, HasCancel, Action);
3331 /*HasCancel=*/false, /*NoInheritance=*/true);
5679 bool HasCancel) {
5682 InlinedOpenMPRegionRAII Region(CGF, CodeGen, InnerKind, HasCancel,