Lines Matching refs:char16
7 typedef char char16 __attribute__ ((__vector_size__ (16))); typedef
13 void f0(char16); // expected-note 0+{{candidate}}
15 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test()
28 int &f1(char16);
31 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test()
40 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test()
53 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional()
81 (void)(char16)ll16; in casts()
85 (void)(char16)ll16e; in casts()
91 (void)char16(ll16); in casts()
95 (void)char16(ll16e); in casts()
101 (void)static_cast<char16>(ll16); in casts()
109 (void)static_cast<char16>(ll16e); in casts()
118 (void)reinterpret_cast<char16>(ll16); in casts()
122 (void)reinterpret_cast<char16>(ll16e); in casts()
136 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, in test_implicit_conversions()
138 convertible_to<char16> to_c16, in test_implicit_conversions()
142 convertible_to<char16&> rto_c16, in test_implicit_conversions()
490 void use(char16 c) { in use()