Lines Matching refs:c16
13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test() argument
14 f0(c16); in f0_test()
23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument
24 int &ir1 = f1(c16); in f1_test()
33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test() argument
34 f2(c16); in f2_test()
43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() argument
46 __typeof__(Cond? c16 : c16) *c16p1 = &c16; in conditional()
52 __typeof__(Cond? c16 : c16e) *c16ep2 = &c16e; in conditional()
53 __typeof__(Cond? c16e : c16) *c16ep3 = &c16e; in conditional()
58 (void)(Cond? c16 : ll16); in conditional()
60 (void)(Cond? ll16e : c16); in conditional()
114 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, in test_implicit_conversions() argument
131 (void)(c16 == c16e); in test_implicit_conversions()
132 (void)(c16 == to_c16); in test_implicit_conversions()