Searched defs:CancelRegion (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2967 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitInnerParallelForWhenCombined() local 3539 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local 3550 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local 3560 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitWorksharingDirective() local 3781 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel); in EmitSections() local 6744 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitTargetParallelForRegion() local
|
H A D | CGOpenMPRuntime.cpp | 6274 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind() 6291 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 6328 OpenMPDirectiveKind CancelRegion) { in emitCancelCall() 12806 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 12812 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 679 OpenMPDirectiveKind CancelRegion) { in Create() 693 OpenMPDirectiveKind CancelRegion) { in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3300 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable 3358 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2288 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPDeclarativeOrExecutableDirective() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 177 bool CancelRegion = false; member 4623 OpenMPDirectiveKind CancelRegion, in checkCancelRegion() 4641 OpenMPDirectiveKind CancelRegion, in checkNestingOfRegions() 5708 OpenMPDirectiveKind CancelRegion, ArrayRef<OMPClause *> Clauses, in ActOnOpenMPExecutableDirective() 11418 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancellationPointDirective() 11434 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancelDirective()
|
H A D | TreeTransform.h | 1563 OpenMPDirectiveKind CancelRegion, in RebuildOMPExecutableDirective() 8472 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
|