Home
last modified time | relevance | path

Searched refs:matrix1xN (Results 1 – 8 of 8) sorted by relevance

/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp130 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
131 template<int N> void test8(matrix1xN<N> a) {} in test8()
132 template void test8<2>(matrix1xN<2> a);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp130 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
131 template<int N> void test8(matrix1xN<N> a) {} in test8()
132 template void test8<2>(matrix1xN<2> a);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp132 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
133 template<int N> void test8(matrix1xN<N> a) {} in test8()
134 template void test8<2>(matrix1xN<2> a);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp132 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
133 template<int N> void test8(matrix1xN<N> a) {} in test8()
134 template void test8<2>(matrix1xN<2> a);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp132 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
133 template<int N> void test8(matrix1xN<N> a) {} in test8()
134 template void test8<2>(matrix1xN<2> a);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp132 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
133 template<int N> void test8(matrix1xN<N> a) {} in test8()
134 template void test8<2>(matrix1xN<2> a);
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dclang-abi-compat.cpp132 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
133 template<int N> void test8(matrix1xN<N> a) {} in test8()
134 template void test8<2>(matrix1xN<2> a);
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dclang-abi-compat.cpp132 template<int N> using matrix1xN = int __attribute__((matrix_type(1, N))); typedef
133 template<int N> void test8(matrix1xN<N> a) {} in test8()
134 template void test8<2>(matrix1xN<2> a);