Lines Matching refs:HasCancel

54                      bool HasCancel)  in CGOpenMPRegionInfo()  argument
56 CodeGen(CodeGen), Kind(Kind), HasCancel(HasCancel) {} in CGOpenMPRegionInfo()
60 bool HasCancel) in CGOpenMPRegionInfo() argument
62 Kind(Kind), HasCancel(HasCancel) {} in CGOpenMPRegionInfo()
81 bool hasCancel() const { return HasCancel; } in hasCancel()
93 bool HasCancel; member in __anondef231dd0111::CGOpenMPRegionInfo
101 OpenMPDirectiveKind Kind, bool HasCancel) in CGOpenMPOutlinedRegionInfo() argument
103 HasCancel), in CGOpenMPOutlinedRegionInfo()
180 OpenMPDirectiveKind Kind, bool HasCancel, in CGOpenMPTaskOutlinedRegionInfo() argument
182 : CGOpenMPRegionInfo(CS, TaskOutlinedRegion, CodeGen, Kind, HasCancel), in CGOpenMPTaskOutlinedRegionInfo()
221 OpenMPDirectiveKind Kind, bool HasCancel) in CGOpenMPInlinedRegionInfo() argument
222 : CGOpenMPRegionInfo(InlinedRegion, CodeGen, Kind, HasCancel), in CGOpenMPInlinedRegionInfo()
396 OpenMPDirectiveKind Kind, bool HasCancel) in InlinedOpenMPRegionRAII() argument
400 CGF.CapturedStmtInfo, CodeGen, Kind, HasCancel); in InlinedOpenMPRegionRAII()
848 bool HasCancel = false; in emitParallelOrTeamsOutlinedFunction() local
850 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
852 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
854 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
856 HasCancel); in emitParallelOrTeamsOutlinedFunction()
4637 bool HasCancel) { in emitInlinedDirective() argument
4640 InlinedOpenMPRegionRAII Region(CGF, CodeGen, InnerKind, HasCancel); in emitInlinedDirective()