Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dext-vector-type-conditional.cpp5 using TwoUInts = unsigned __attribute__((ext_vector_type(2))); typedef
17 TwoUInts two_uints;
H A Dvector-size-conditional.cpp5 using TwoUInts = unsigned __attribute__((__vector_size__(8))); typedef
17 TwoUInts two_uints;
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dext-vector-type-conditional.cpp7 using TwoUInts = unsigned __attribute__((ext_vector_type(2))); typedef
19 TwoUInts two_uints;
128 …static_assert(is_same_v<TwoUInts, decltype(declval<TwoInts>() ? declval<int>() : declval<unsigned … in ResultTypes()
H A Dvector-size-conditional.cpp7 using TwoUInts = unsigned __attribute__((__vector_size__(8))); typedef
20 TwoUInts two_uints;
135 …static_assert(is_same_v<TwoUInts, decltype(declval<TwoInts>() ? declval<int>() : declval<unsigned … in ResultTypes()
H A Dvector-bool.cpp8 using TwoUInts = unsigned __attribute__((__vector_size__(8))); typedef