Lines Matching refs:char16_e
4 typedef char char16_e __attribute__ ((__ext_vector_type__ (16))); typedef
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test()
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test()
27 void f2(char16_e); // expected-note{{no known conversion from 'longlong16_e' (vector of 2 'long lon…
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test()
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional()
64 (void)(char16_e)ll16; in casts()
68 (void)(char16_e)ll16e; in casts()
74 (void)char16_e(ll16); in casts()
78 (void)char16_e(ll16e); in casts()
84 (void)static_cast<char16_e>(ll16); in casts()
88 …(void)static_cast<char16_e>(ll16e); // expected-error{{static_cast from 'longlong16_e' (vector of … in casts()
94 (void)reinterpret_cast<char16_e>(ll16); in casts()
98 (void)reinterpret_cast<char16_e>(ll16e); in casts()
109 char16_e c16e, longlong16_e ll16e, in test_implicit_conversions()
112 convertible_to<char16_e> to_c16e, in test_implicit_conversions()
115 convertible_to<char16_e&> rto_c16e) { in test_implicit_conversions()