Lines Matching defs:HasCancel

70                      bool HasCancel)
72 CodeGen(CodeGen), Kind(Kind), HasCancel(HasCancel) {}
76 bool HasCancel)
78 Kind(Kind), HasCancel(HasCancel) {}
97 bool hasCancel() const { return HasCancel; }
109 bool HasCancel;
117 OpenMPDirectiveKind Kind, bool HasCancel,
120 HasCancel),
199 OpenMPDirectiveKind Kind, bool HasCancel,
201 : CGOpenMPRegionInfo(CS, TaskOutlinedRegion, CodeGen, Kind, HasCancel),
240 OpenMPDirectiveKind Kind, bool HasCancel)
241 : CGOpenMPRegionInfo(InlinedRegion, CodeGen, Kind, HasCancel),
327 /*HasCancel=*/false),
356 /*HasCancel=*/false),
422 OpenMPDirectiveKind Kind, bool HasCancel,
427 CGF.CapturedStmtInfo, CodeGen, Kind, HasCancel);
1165 bool HasCancel, llvm::omp::Directive Kind)
1195 llvm::OpenMPIRBuilder::FinalizationInfo FI({FiniCB, Kind, HasCancel});
1213 bool HasCancel = false;
1215 HasCancel = OPD->hasCancel();
1217 HasCancel = OPD->hasCancel();
1219 HasCancel = OPSD->hasCancel();
1221 HasCancel = OPFD->hasCancel();
1223 HasCancel = OPFD->hasCancel();
1225 HasCancel = OPFD->hasCancel();
1228 HasCancel = OPFD->hasCancel();
1231 HasCancel = OPFD->hasCancel();
1236 PushAndPopStackRAII PSR(&OMPBuilder, CGF, HasCancel, InnermostKind);
1238 HasCancel, OutlinedHelperName);
1304 bool HasCancel = false;
1306 HasCancel = TD->hasCancel();
1308 HasCancel = TD->hasCancel();
1310 HasCancel = TD->hasCancel();
1312 HasCancel = TD->hasCancel();
1316 InnermostKind, HasCancel, Action);
3311 /*HasCancel=*/false, /*NoInheritance=*/true);
5661 bool HasCancel) {
5664 InlinedOpenMPRegionRAII Region(CGF, CodeGen, InnerKind, HasCancel,