Searched defs:ix3x2_t (Results 1 – 1 of 1) sorted by relevance
4 typedef int ix3x2_t __attribute__((matrix_type(3, 2))); typedef12 typedef int [[clang::matrix_type(3, 2)]] ix3x2_t; // expected-warning {{[[]] attributes are a C23 e… typedef15 [[clang::matrix_type(3, 2)]] typedef int ix3x2_t; // expected-warning {{[[]] attributes are a C23 e… typedef