Home
last modified time | relevance | path

Searched refs:getCancelRegion (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DStmtPrinter.cpp805 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
811 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DStmtPrinter.cpp791 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
797 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DStmtPrinter.cpp853 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
859 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtPrinter.cpp832 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
838 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtPrinter.cpp818 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
824 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DStmtPrinter.cpp818 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
824 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DStmtPrinter.cpp818 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
824 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DStmtPrinter.cpp811 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
817 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtPrinter.cpp832 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
838 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DStmtPrinter.cpp818 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
824 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp832 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
838 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DStmtPrinter.cpp818 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
824 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp811 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
817 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DStmtPrinter.cpp832 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
838 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2730 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; }
2793 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; }
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DStmtPrinter.cpp1224 << getOpenMPDirectiveName(Node->getCancelRegion());
1230 << getOpenMPDirectiveName(Node->getCancelRegion());
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DStmtPrinter.cpp832 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancellationPointDirective()
838 << getOpenMPDirectiveName(Node->getCancelRegion()); in VisitOMPCancelDirective()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2842 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
2905 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2762 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
2825 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h3048 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3106 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DStmtOpenMP.h2991 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3055 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h3048 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3106 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h2991 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3055 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DStmtOpenMP.h3048 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
3106 OpenMPDirectiveKind getCancelRegion() const { return CancelRegion; } in getCancelRegion() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp6546 S.getCancelRegion()); in EmitOMPCancellationPointDirective()
6562 if (S.getCancelRegion() == OMPD_parallel || in EmitOMPCancelDirective()
6563 S.getCancelRegion() == OMPD_sections || in EmitOMPCancelDirective()
6564 S.getCancelRegion() == OMPD_section) { in EmitOMPCancelDirective()
6570 OMPBuilder.createCancel(Builder, IfCondition, S.getCancelRegion())); in EmitOMPCancelDirective()
6575 S.getCancelRegion()); in EmitOMPCancelDirective()

1234