Home
last modified time | relevance | path

Searched refs:OMPSIMDClause (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h3318 class OMPSIMDClause : public OMPClause {
3324 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc)
3328 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {}
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h3520 class OMPSIMDClause : public OMPClause {
3526 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
3530 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} in OMPSIMDClause() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def271 OPENMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def261 OPENMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def285 OPENMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/
H A DOpenMPKinds.def257 OPENMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.def257 OPENMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h4133 class OMPSIMDClause : public OMPClause {
4139 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4143 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} in OMPSIMDClause() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h4200 class OMPSIMDClause : public OMPClause {
4206 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4210 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} in OMPSIMDClause() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h4200 class OMPSIMDClause : public OMPClause {
4206 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4210 OMPSIMDClause() : OMPClause(OMPC_simd, SourceLocation(), SourceLocation()) {} in OMPSIMDClause() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td154 def OMPC_Simd : Clause<"simd"> { let clangClass = "OMPSIMDClause"; }
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td85 def OMPC_Simd : Clause<"simd"> { let clangClass = "OMPSIMDClause"; }
H A DOMPKinds.def170 __OMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Frontend/OpenMP/
H A DOMP.td85 def OMPC_Simd : Clause<"simd"> { let clangClass = "OMPSIMDClause"; }
H A DOMPKinds.def170 __OMP_CLAUSE(simd, OMPSIMDClause)
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp1203 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h4698 class OMPSIMDClause : public OMPClause {
4704 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4708 OMPSIMDClause() in OMPSIMDClause() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/AST/
H A DOpenMPClause.h4696 class OMPSIMDClause : public OMPClause {
4702 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4706 OMPSIMDClause() in OMPSIMDClause() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/AST/
H A DOpenMPClause.h4696 class OMPSIMDClause : public OMPClause {
4702 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4706 OMPSIMDClause() in OMPSIMDClause() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/AST/
H A DOpenMPClause.h4698 class OMPSIMDClause : public OMPClause {
4704 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4708 OMPSIMDClause() in OMPSIMDClause() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/AST/
H A DOpenMPClause.h4698 class OMPSIMDClause : public OMPClause {
4704 OMPSIMDClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSIMDClause() function
4708 OMPSIMDClause() in OMPSIMDClause() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td177 def OMPC_Simd : Clause<"simd"> { let clangClass = "OMPSIMDClause"; }
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Frontend/OpenMP/
H A DOMP.td177 def OMPC_Simd : Clause<"simd"> { let clangClass = "OMPSIMDClause"; }
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DOpenMPClause.cpp1258 void OMPClausePrinter::VisitOMPSIMDClause(OMPSIMDClause *) { OS << "simd"; } in VisitOMPSIMDClause() argument
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td173 def OMPC_Simd : Clause<"simd"> { let clangClass = "OMPSIMDClause"; }

12345678