Searched defs:CancelRegion (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 3231 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitInnerParallelForWhenCombined() local 3856 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local 3867 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitWorksharingDirective() local 3879 CodeGenFunction::OMPCancelStackRAII CancelRegion(CGF, S.getDirectiveKind(), in emitWorksharingDirective() local 4153 OMPCancelStackRAII CancelRegion(*this, S.getDirectiveKind(), HasCancel); in EmitSections() local 7585 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitTargetParallelForRegion() local 8102 CodeGenFunction::OMPCancelStackRAII CancelRegion( in emitTargetParallelGenericLoopRegion() local
|
H A D | CGOpenMPRuntime.cpp | 5699 static RTCancelKind getCancellationKind(OpenMPDirectiveKind CancelRegion) { in getCancellationKind() 5716 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 5756 OpenMPDirectiveKind CancelRegion) { in emitCancelCall() 12172 OpenMPDirectiveKind CancelRegion) { in emitCancellationPointCall() 12178 OpenMPDirectiveKind CancelRegion) { in emitCancelCall()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 863 OpenMPDirectiveKind CancelRegion) { in Create() 877 OpenMPDirectiveKind CancelRegion) { in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 3617 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable 3675 OpenMPDirectiveKind CancelRegion = llvm::omp::OMPD_unknown; variable
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenMP.cpp | 2427 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in ParseOpenMPExecutableDirective() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 193 bool CancelRegion = false; member 4766 OpenMPDirectiveKind CancelRegion, in checkCancelRegion() 4784 OpenMPDirectiveKind CancelRegion, in checkNestingOfRegions() 5989 const DeclarationNameInfo &DirName, OpenMPDirectiveKind CancelRegion) { in mapLoopConstruct() 6078 OpenMPDirectiveKind CancelRegion, ArrayRef<OMPClause *> Clauses, in ActOnOpenMPExecutableDirective() 13146 OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancellationPointDirective() 13161 SourceLocation EndLoc, OpenMPDirectiveKind CancelRegion) { in ActOnOpenMPCancelDirective()
|
H A D | TreeTransform.h | 9176 OpenMPDirectiveKind CancelRegion = OMPD_unknown; in TransformOMPExecutableDirective() local
|