Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:char16

5 typedef char char16 __attribute__ ((__vector_size__ (16)));
11 void f0(char16);
13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
20 int &f1(char16); // expected-note 2{{candidate function}}
23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
66 (void)(char16)ll16;
70 (void)(char16)ll16e;
76 (void)char16(ll16);
80 (void)char16(ll16e);
86 (void)static_cast<char16>(ll16);
90 (void)static_cast<char16>(ll16e);
96 (void)reinterpret_cast<char16>(ll16);
100 (void)reinterpret_cast<char16>(ll16e);
114 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16,
116 convertible_to<char16> to_c16,
120 convertible_to<char16&> rto_c16,