Lines Matching refs:c16e
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test() argument
13 f0(c16e); in f0_test()
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument
23 f1(c16e); // expected-error{{call to 'f1' is ambiguous}} in f1_test()
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test() argument
33 f2(c16e); in f2_test()
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() argument
45 __typeof__(Cond? c16e : c16e) *c16ep1 = &c16e; in conditional()
49 __typeof__(Cond? c16 : c16e) *c16ep2 = &c16e; in conditional()
50 __typeof__(Cond? c16e : c16) *c16ep3 = &c16e; in conditional()
56 (void)(Cond? ll16e : c16e); in conditional()
109 char16_e c16e, longlong16_e ll16e, in test_implicit_conversions() argument
125 (void)(c16 == c16e); in test_implicit_conversions()
178 (void)(rto_c16 = c16e); // expected-error{{no viable overloaded '='}} in test_implicit_conversions()