Searched refs:TwoInts (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | ext-vector-type-conditional.cpp | 6 using TwoInts = int __attribute__((ext_vector_type(2))); typedef 18 TwoInts two_ints; 124 …static_assert(is_same_v<TwoInts, decltype(declval<TwoInts>() ? declval<TwoInts>() : declval<TwoInt… in ResultTypes() 128 …static_assert(is_same_v<TwoUInts, decltype(declval<TwoInts>() ? declval<int>() : declval<unsigned … in ResultTypes() 131 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<float>() : 5u)>); in ResultTypes() 132 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? 5 : declval<float>())>); in ResultTypes() 135 …static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : declval<fl… in ResultTypes() 136 …static_assert(is_same_v<TwoInts, decltype(declval<TwoInts>() ? declval<TwoInts>() : declval<int>()… in ResultTypes() 137 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : 5)>); in ResultTypes() 140 static_assert(is_same_v<TwoInts, decltype(declval<TwoInts>() ?: declval<TwoInts>())>); in ResultTypes() [all …]
|
| H A D | vector-size-conditional.cpp | 6 using TwoInts = int __attribute__((__vector_size__(8))); typedef 19 TwoInts two_ints; 131 …static_assert(is_same_v<TwoInts, decltype(declval<TwoInts>() ? declval<TwoInts>() : declval<TwoInt… in ResultTypes() 135 …static_assert(is_same_v<TwoUInts, decltype(declval<TwoInts>() ? declval<int>() : declval<unsigned … in ResultTypes() 138 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<float>() : 5u)>); in ResultTypes() 139 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? 5 : declval<float>())>); in ResultTypes() 142 …static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : declval<fl… in ResultTypes() 143 …static_assert(is_same_v<TwoInts, decltype(declval<TwoInts>() ? declval<TwoInts>() : declval<int>()… in ResultTypes() 144 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : 5)>); in ResultTypes() 147 static_assert(is_same_v<TwoInts, decltype(declval<TwoInts>() ?: declval<TwoInts>())>); in ResultTypes() [all …]
|
| H A D | vector-bool.cpp | 6 using TwoInts = int __attribute__((__vector_size__(8))); typedef
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ext-vector-type-conditional.cpp | 4 using TwoInts = int __attribute__((ext_vector_type(2))); typedef 16 TwoInts two_ints;
|
| H A D | vector-size-conditional.cpp | 4 using TwoInts = int __attribute__((__vector_size__(8))); typedef 16 TwoInts two_ints;
|