Home
last modified time | relevance | path

Searched defs:matrix1_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dmatrix-type.cpp8 using matrix1_t = int __attribute__((matrix_type(Rows, 1))); // expected-error{{matrix_type attribute requires an integer constant}} in matrix_var_dimensions() typedef
27 using matrix1_t = char *__attribute__((matrix_type(1, 1))); // expected-error{{invalid matrix element type 'char *'}} in matrix_unsupported_element_type() typedef
/llvm-project/clang/test/SemaTemplate/
H A Dmatrix-type.cpp5 …using matrix1_t = float __attribute__((matrix_type(T, T))); // expected-error{{'T' does not refer … in matrix_template_1() typedef
10 …using matrix1_t = float __attribute__((matrix_type(C, C))); // expected-error{{'C' does not refer … in matrix_template_2() typedef
15 …using matrix1_t = float __attribute__((matrix_type(Rows, Cols))); // expected-error{{zero matrix s… in matrix_template_3() typedef
25 …using matrix1_t = float __attribute__((matrix_type(Rows, Cols))); // expected-error{{matrix row si… in matrix_template_4() typedef