Home
last modified time | relevance | path

Searched refs:ThisCaptureRegion (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h219 for (auto ThisCaptureRegion : CaptureRegions) {
220 if (ThisCaptureRegion == RegionKind)
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h273 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
274 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h217 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
218 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h274 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
275 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h274 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
275 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h274 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
275 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DStmtOpenMP.h274 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
275 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h7997 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
7998 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DOpenMPClause.h7997 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
7998 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h7997 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
7998 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/AST/
H A DOpenMPClause.h8654 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8655 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h8652 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8653 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h8652 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8653 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8652 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8653 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h8652 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8653 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/AST/
H A DOpenMPClause.h8652 for (auto ThisCaptureRegion : CaptureRegions) { in getCapturedStmt() local
8653 if (ThisCaptureRegion == RegionKind) in getCapturedStmt()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaOpenMP.cpp4608 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4612 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4620 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4629 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4644 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp4574 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4578 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4586 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4595 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4610 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp4574 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4578 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4586 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4595 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4610 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4574 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4578 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4586 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4595 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4610 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaOpenMP.cpp4574 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4578 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4586 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4595 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4610 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaOpenMP.cpp4574 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4578 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4586 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4595 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()
4610 if (ThisCaptureRegion == OMPD_parallel) { in ActOnOpenMPRegionEnd()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp2729 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
2733 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
2741 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp3007 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
3011 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
3019 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp4441 for (OpenMPDirectiveKind ThisCaptureRegion : llvm::reverse(CaptureRegions)) { in ActOnOpenMPRegionEnd() local
4445 if (ThisCaptureRegion != OMPD_unknown) { in ActOnOpenMPRegionEnd()
4453 if (CaptureRegion == ThisCaptureRegion || in ActOnOpenMPRegionEnd()
4462 if (ThisCaptureRegion == OMPD_target) { in ActOnOpenMPRegionEnd()

12