Searched refs:hasCancel (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 2415 Record.writeBool(D->hasCancel()); in VisitOMPParallelDirective() 2452 Record.writeBool(D->hasCancel()); in VisitOMPForDirective() 2464 Record.writeBool(D->hasCancel()); in VisitOMPSectionsDirective() 2471 Record.writeBool(D->hasCancel()); in VisitOMPSectionDirective() 2502 Record.writeBool(D->hasCancel()); in VisitOMPParallelForDirective() 2530 Record.writeBool(D->hasCancel()); in VisitOMPParallelSectionsDirective() 2537 Record.writeBool(D->hasCancel()); in VisitOMPTaskDirective() 2580 Record.writeBool(D->hasCancel()); in VisitOMPTargetParallelDirective() 2587 Record.writeBool(D->hasCancel()); in VisitOMPTargetParallelForDirective() 2670 Record.writeBool(D->hasCancel()); in VisitOMPTaskLoopDirective() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 689 bool hasCancel() const { return HasCancel; } in hasCancel() function 1725 bool hasCancel() const { return HasCancel; } in hasCancel() function 1868 bool hasCancel() const { return HasCancel; } in hasCancel() function 1928 bool hasCancel() const { return HasCancel; } in hasCancel() function 2244 bool hasCancel() const { return HasCancel; } in hasCancel() function 2519 bool hasCancel() const { return HasCancel; } in hasCancel() function 2583 bool hasCancel() const { return HasCancel; } in hasCancel() function 3450 bool hasCancel() const { return HasCancel; } in hasCancel() function 3546 bool hasCancel() const { return HasCancel; } in hasCancel() function 3789 bool hasCancel() const { return HasCancel; } in hasCancel() function [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1808 IfCond, NumThreads, ProcBind, S.hasCancel())); in EmitOMPParallelDirective() 3224 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined() 3226 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined() 3229 HasCancel = D->hasCancel(); in emitInnerParallelForWhenCombined() 3889 if (S.hasCancel()) in isSupportedByOpenMPIRBuilder() 3973 HasLastprivates = emitWorksharingDirective(CGF, S, S.hasCancel()); in EmitOMPForDirective() 3980 S.hasCancel()); in EmitOMPForDirective() 4150 HasCancel = OSD->hasCancel(); in EmitSections() 4152 HasCancel = OPSD->hasCancel(); in EmitSections() 4217 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(), in EmitOMPSectionsDirective() [all …]
|
H A D | CGOpenMPRuntime.cpp | 102 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anon93cce0fb0111::CGOpenMPRegionInfo 1221 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1223 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1225 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1227 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1229 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1231 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1234 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1237 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction() 1312 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction() [all …]
|