Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:c16

10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
11 f0(c16);
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
21 int &ir1 = f1(c16);
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {
31 f2(c16);
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e,
43 __typeof__(Cond? c16 : c16) *c16p1 = &c16;
49 __typeof__(Cond? c16 : c16e) *c16ep2 = &c16e;
50 __typeof__(Cond? c16e : c16) *c16ep3 = &c16e;
55 (void)(Cond? c16 : ll16);
57 (void)(Cond? ll16e : c16);
108 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16,
125 (void)(c16 == c16e);
126 (void)(c16 == to_c16);