Home
last modified time | relevance | path

Searched refs:OpenMPDirectiveKind (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h23 enum OpenMPDirectiveKind { enum
131 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind);
139 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
147 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
159 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
165 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
194 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
200 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
207 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h23 enum OpenMPDirectiveKind { enum
148 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind);
156 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
164 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
176 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
182 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
211 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
217 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
224 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
248 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h22 enum OpenMPDirectiveKind { enum
163 const char *getOpenMPDirectiveName(OpenMPDirectiveKind Kind);
171 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
179 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
191 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
197 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
226 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
232 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
239 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/
H A DOpenMPKinds.h24 using OpenMPDirectiveKind = llvm::omp::Directive; variable
179 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
185 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
191 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
197 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
220 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
226 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
232 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
239 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
264 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
181 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
187 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
193 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
199 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
222 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
228 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
234 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
241 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
266 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
181 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
187 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
193 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
199 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
222 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
228 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
234 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
241 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
266 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/
H A DOpenMPKinds.h23 using OpenMPDirectiveKind = llvm::omp::Directive; variable
178 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
184 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
190 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
196 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
219 bool isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
238 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
263 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.h62 using OpenMPDirectiveKind = llvm::omp::Directive; variable
210 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
219 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
237 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
266 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
272 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
279 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
304 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h62 using OpenMPDirectiveKind = llvm::omp::Directive; variable
210 bool isAllowedClauseForDirective(OpenMPDirectiveKind DKind,
219 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
225 bool isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind);
231 bool isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind);
237 bool isOpenMPParallelDirective(OpenMPDirectiveKind DKind);
266 bool isOpenMPTeamsDirective(OpenMPDirectiveKind DKind);
272 bool isOpenMPSimdDirective(OpenMPDirectiveKind DKind);
279 bool isOpenMPDistributeDirective(OpenMPDirectiveKind DKind);
304 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp23 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) { in getOpenMPDirectiveKind()
24 return llvm::StringSwitch<OpenMPDirectiveKind>(Str) in getOpenMPDirectiveKind()
31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName()
348 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective()
784 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
818 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
857 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
865 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
906 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
920 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp23 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) { in getOpenMPDirectiveKind()
24 return llvm::StringSwitch<OpenMPDirectiveKind>(Str) in getOpenMPDirectiveKind()
31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName()
317 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective()
743 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
777 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
816 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
824 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
865 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
879 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DOpenMPKinds.cpp22 OpenMPDirectiveKind clang::getOpenMPDirectiveKind(StringRef Str) { in getOpenMPDirectiveKind()
23 return llvm::StringSwitch<OpenMPDirectiveKind>(Str) in getOpenMPDirectiveKind()
30 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName()
383 bool clang::isAllowedClauseForDirective(OpenMPDirectiveKind DKind, in isAllowedClauseForDirective()
839 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
873 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
912 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
920 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
961 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
975 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/
H A DOpenMPKinds.cpp440 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
463 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
478 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
485 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
516 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
523 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
531 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
552 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
574 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
592 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/
H A DOpenMPKinds.cpp436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
459 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
474 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
481 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
512 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
519 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
527 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
548 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
570 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
588 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DOpenMPKinds.cpp436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
459 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
474 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
481 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
512 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
519 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
527 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
548 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
570 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
588 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
459 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
474 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
481 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
512 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
519 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
527 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
548 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
570 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
588 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/
H A DOpenMPKinds.cpp436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
459 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
474 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
481 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
512 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
519 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
527 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
548 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
570 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
588 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/
H A DOpenMPKinds.cpp436 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective()
459 bool clang::isOpenMPWorksharingDirective(OpenMPDirectiveKind DKind) { in isOpenMPWorksharingDirective()
474 bool clang::isOpenMPTaskLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPTaskLoopDirective()
481 bool clang::isOpenMPParallelDirective(OpenMPDirectiveKind DKind) { in isOpenMPParallelDirective()
512 bool clang::isOpenMPNestingTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPNestingTeamsDirective()
519 bool clang::isOpenMPTeamsDirective(OpenMPDirectiveKind DKind) { in isOpenMPTeamsDirective()
527 bool clang::isOpenMPSimdDirective(OpenMPDirectiveKind DKind) { in isOpenMPSimdDirective()
548 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
570 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
588 SmallVectorImpl<OpenMPDirectiveKind> &CaptureRegions, in getOpenMPCaptureRegions()
[all …]

12345678910>>...12