Searched defs:matrix_type (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/test/SemaObjC/ |
H A D | matrix-type-builtins.m | 3 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef 4 typedef unsigned u4x4 __attribute__((matrix_type(4, 4))); typedef 16 typedef double double3x3 __attribute__((matrix_type(3, 3))); typedef
|
H A D | matrix-type-operators.m | 9 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | matrix-type-builtins.m | 6 typedef double double4x2 __attribute__((matrix_type(4, 2))); typedef 7 typedef double double2x4 __attribute__((matrix_type(2, 4))); typedef 19 typedef unsigned u3x4 __attribute__((matrix_type(3, 4))); typedef 20 typedef unsigned u4x3 __attribute__((matrix_type(4, 3))); typedef
|
H A D | matrix-type-operators.m | 9 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | matrix-type-operators.cpp | 361 using matrix_type = T __attribute__((matrix_type(R, C))); global() typedef [all...] |