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