Home
last modified time | relevance | path

Searched defs:matrix_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaObjC/
H A Dmatrix-type-builtins.m3 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 Dmatrix-type-operators.m9 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
/llvm-project/clang/test/CodeGenObjC/
H A Dmatrix-type-builtins.m6 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 Dmatrix-type-operators.m9 typedef double double4x4 __attribute__((matrix_type(4, 4))); typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dmatrix-type-operators.cpp361 using matrix_type = T __attribute__((matrix_type(R, C))); global() typedef
[all...]