Home
last modified time | relevance | path

Searched refs:TwoFloats (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp12 using TwoFloats = float __attribute__((ext_vector_type(2))); typedef
24 TwoFloats two_floats;
125 …static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : declval<Tw… 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()
137 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : 5)>); in ResultTypes()
H A Dvector-size-conditional.cpp12 using TwoFloats = float __attribute__((__vector_size__(8))); typedef
25 TwoFloats two_floats;
132 …static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : declval<Tw… 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()
144 static_assert(is_same_v<TwoFloats, decltype(declval<TwoInts>() ? declval<TwoFloats>() : 5)>); in ResultTypes()
H A Dvector-bool.cpp13 using TwoFloats = float __attribute__((__vector_size__(8))); typedef
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dext-vector-type-conditional.cpp10 using TwoFloats = float __attribute__((ext_vector_type(2))); typedef
22 TwoFloats two_floats;
H A Dvector-size-conditional.cpp10 using TwoFloats = float __attribute__((__vector_size__(8))); typedef
22 TwoFloats two_floats;