Home
last modified time | relevance | path

Searched refs:hasCancel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2439 Record.writeBool(D->hasCancel()); in VisitOMPParallelDirective()
2481 Record.writeBool(D->hasCancel()); in VisitOMPForDirective()
2493 Record.writeBool(D->hasCancel()); in VisitOMPSectionsDirective()
2500 Record.writeBool(D->hasCancel()); in VisitOMPSectionDirective()
2531 Record.writeBool(D->hasCancel()); in VisitOMPParallelForDirective()
2559 Record.writeBool(D->hasCancel()); in VisitOMPParallelSectionsDirective()
2566 Record.writeBool(D->hasCancel()); in VisitOMPTaskDirective()
2609 Record.writeBool(D->hasCancel()); in VisitOMPTargetParallelDirective()
2616 Record.writeBool(D->hasCancel()); in VisitOMPTargetParallelForDirective()
2705 Record.writeBool(D->hasCancel()); in VisitOMPTaskLoopDirective()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h673 bool hasCancel() const { return HasCancel; } in hasCancel() function
1708 bool hasCancel() const { return HasCancel; } in hasCancel() function
1851 bool hasCancel() const { return HasCancel; } in hasCancel() function
1911 bool hasCancel() const { return HasCancel; } in hasCancel() function
2227 bool hasCancel() const { return HasCancel; } in hasCancel() function
2502 bool hasCancel() const { return HasCancel; } in hasCancel() function
2566 bool hasCancel() const { return HasCancel; } in hasCancel() function
3433 bool hasCancel() const { return HasCancel; } in hasCancel() function
3529 bool hasCancel() const { return HasCancel; } in hasCancel() function
3772 bool hasCancel() const { return HasCancel; } in hasCancel() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp98 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anon93cce0fb0111::CGOpenMPRegionInfo
1216 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1218 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1220 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1222 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1224 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1226 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1229 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1232 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1307 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction()
[all …]
H A DCGStmtOpenMP.cpp1851 IfCond, NumThreads, ProcBind, S.hasCancel())); in EmitOMPParallelDirective()
3370 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined()
3372 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined()
3375 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined()
4141 return emitOMPForDirective(S, *this, CGM, S.hasCancel()); in EmitOMPForDirective()
4303 HasCancel = OSD->hasCancel(); in EmitSections()
4305 HasCancel = OPSD->hasCancel(); in EmitSections()
4401 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(), in EmitOMPSectionsDirective()
4649 (void)emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPParallelForDirective()
7806 CGF, OMPD_target_parallel_for, S.hasCancel()); in emitTargetParallelForRegion()