Home
last modified time | relevance | path

Searched defs:matrix3_t (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dmatrix-type.cpp10 …using matrix3_t = int __attribute__((matrix_type(C, C))); // expected-error{{matrix_type att… in matrix_var_dimensions() typedef
29 …using matrix3_t = bool __attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix e… in matrix_unsupported_element_type() typedef
/dports/games/netradiant/netradiant-20150621-src/tools/quake2/qdata_heretic2/qcommon/
H A Dq_typedef.h31 typedef float matrix3_t[3][3]; typedef
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake2/qdata_heretic2/qcommon/
H A Dq_typedef.h31 typedef float matrix3_t[3][3]; typedef
/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.h35 typedef vec3_t vec3pair_t[2], matrix3_t[3]; typedef