Home
last modified time | relevance | path

Searched refs:SVar (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Dinterop_messages.cpp35 struct S { int I; } SVar; in foo() local
48 #pragma omp interop init(prefer_type(1,"sycl",3),target:SVar) \ in foo()
52 #pragma omp interop use(SVar) use(Another) in foo()
55 #pragma omp interop destroy(SVar) destroy(Another) in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/OpenMP/
H A Dinterop_messages.cpp35 struct S { int I; } SVar; in foo() local
48 #pragma omp interop init(prefer_type(1,"sycl",3),target:SVar) \ in foo()
52 #pragma omp interop use(SVar) use(Another) in foo()
55 #pragma omp interop destroy(SVar) destroy(Another) in foo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/OpenMP/
H A Dinterop_messages.cpp35 struct S { int I; } SVar; in foo() local
48 #pragma omp interop init(prefer_type(1,"sycl",3),target:SVar) \ in foo()
52 #pragma omp interop use(SVar) use(Another) in foo()
55 #pragma omp interop destroy(SVar) destroy(Another) in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Dinterop_messages.cpp35 struct S { int I; } SVar; in foo() local
48 #pragma omp interop init(prefer_type(1,"sycl",3),target:SVar) \ in foo()
52 #pragma omp interop use(SVar) use(Another) in foo()
55 #pragma omp interop destroy(SVar) destroy(Another) in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/OpenMP/
H A Dinterop_messages.cpp35 struct S { int I; } SVar; in foo() local
48 #pragma omp interop init(prefer_type(1,"sycl",3),target:SVar) \ in foo()
52 #pragma omp interop use(SVar) use(Another) in foo()
55 #pragma omp interop destroy(SVar) destroy(Another) in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/OpenMP/
H A Dinterop_messages.cpp35 struct S { int I; } SVar; in foo() local
48 #pragma omp interop init(prefer_type(1,"sycl",3),target:SVar) \ in foo()
52 #pragma omp interop use(SVar) use(Another) in foo()
55 #pragma omp interop destroy(SVar) destroy(Another) in foo()
/dports/math/fftw3-float/fftw-3.3.9/genfft/
H A Dgen_r2cb.ml85 let vrs = either_stride (!urs) (C.SVar rs)
86 and vcsr = either_stride (!ucsr) (C.SVar csr)
87 and vcsi = either_stride (!ucsi) (C.SVar csi)
H A Dgen_r2cf.ml81 let vrs = either_stride (!urs) (C.SVar rs)
82 and vcsr = either_stride (!ucsr) (C.SVar csr)
83 and vcsi = either_stride (!ucsi) (C.SVar csi)
H A Dgen_twidsq.ml76 let svs = either_stride (!uvs) (C.SVar vs)
77 and srs = either_stride (!urs) (C.SVar rs) in
H A Dgen_notw.ml74 let vistride = either_stride (!uistride) (C.SVar istride)
75 and vostride = either_stride (!uostride) (C.SVar ostride)
H A Dgen_notw_c.ml72 let vistride = either_stride (!uistride) (C.SVar istride)
73 and vostride = either_stride (!uostride) (C.SVar ostride)
/dports/math/fftw3/fftw-3.3.9/genfft/
H A Dgen_r2cb.ml85 let vrs = either_stride (!urs) (C.SVar rs)
86 and vcsr = either_stride (!ucsr) (C.SVar csr)
87 and vcsi = either_stride (!ucsi) (C.SVar csi)
H A Dgen_r2cf.ml81 let vrs = either_stride (!urs) (C.SVar rs)
82 and vcsr = either_stride (!ucsr) (C.SVar csr)
83 and vcsi = either_stride (!ucsi) (C.SVar csi)
H A Dgen_notw_c.ml72 let vistride = either_stride (!uistride) (C.SVar istride)
73 and vostride = either_stride (!uostride) (C.SVar ostride)
H A Dgen_notw.ml74 let vistride = either_stride (!uistride) (C.SVar istride)
75 and vostride = either_stride (!uostride) (C.SVar ostride)
H A Dgen_twidsq.ml76 let svs = either_stride (!uvs) (C.SVar vs)
77 and srs = either_stride (!urs) (C.SVar rs) in
/dports/math/fftw3-long/fftw-3.3.9/genfft/
H A Dgen_r2cb.ml85 let vrs = either_stride (!urs) (C.SVar rs)
86 and vcsr = either_stride (!ucsr) (C.SVar csr)
87 and vcsi = either_stride (!ucsi) (C.SVar csi)
H A Dgen_r2cf.ml81 let vrs = either_stride (!urs) (C.SVar rs)
82 and vcsr = either_stride (!ucsr) (C.SVar csr)
83 and vcsi = either_stride (!ucsi) (C.SVar csi)
/dports/math/fftw3-quad/fftw-3.3.9/genfft/
H A Dgen_r2cf.ml81 let vrs = either_stride (!urs) (C.SVar rs)
82 and vcsr = either_stride (!ucsr) (C.SVar csr)
83 and vcsi = either_stride (!ucsi) (C.SVar csi)
H A Dgen_r2cb.ml85 let vrs = either_stride (!urs) (C.SVar rs)
86 and vcsr = either_stride (!ucsr) (C.SVar csr)
87 and vcsi = either_stride (!ucsi) (C.SVar csi)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-easily-swappable-parameters.c58 void taggedTypes1(struct S SVar, struct T TVar) {} // NO-WARN: Distinct types. in taggedTypes1() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-easily-swappable-parameters.c58 void taggedTypes1(struct S SVar, struct T TVar) {} // NO-WARN: Distinct types. in taggedTypes1() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-easily-swappable-parameters.c58 void taggedTypes1(struct S SVar, struct T TVar) {} // NO-WARN: Distinct types. in taggedTypes1() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-easily-swappable-parameters.c58 void taggedTypes1(struct S SVar, struct T TVar) {} // NO-WARN: Distinct types. in taggedTypes1() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dbugprone-easily-swappable-parameters.c58 void taggedTypes1(struct S SVar, struct T TVar) {} // NO-WARN: Distinct types. in taggedTypes1() argument

1234