Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:char16

2 typedef char char16 __attribute__ ((__vector_size__ (16)));
8 void f0(char16);
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
17 int &f1(char16); // expected-note 2{{candidate function}}
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
63 (void)(char16)ll16;
67 (void)(char16)ll16e;
73 (void)char16(ll16);
77 (void)char16(ll16e);
83 (void)static_cast<char16>(ll16);
87 (void)static_cast<char16>(ll16e);
93 (void)reinterpret_cast<char16>(ll16);
97 (void)reinterpret_cast<char16>(ll16e);
108 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16,
110 convertible_to<char16> to_c16,
114 convertible_to<char16&> rto_c16,