Searched defs:matrix1_t (Results 1 – 2 of 2) sorted by relevance
8 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
5 …using matrix1_t = float __attribute__((matrix_type(T, T))); // expected-error{{'T' does not refer … in matrix_template_1() typedef10 …using matrix1_t = float __attribute__((matrix_type(C, C))); // expected-error{{'C' does not refer … in matrix_template_2() typedef15 …using matrix1_t = float __attribute__((matrix_type(Rows, Cols))); // expected-error{{zero matrix s… in matrix_template_3() typedef25 …using matrix1_t = float __attribute__((matrix_type(Rows, Cols))); // expected-error{{matrix row si… in matrix_template_4() typedef