Searched refs:ll16e (Results 1 – 1 of 1) sorted by relevance
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test() argument14 f0(ll16e); in f0_test()20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument24 f1(ll16e); // 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() argument34 f2(ll16e); // expected-error{{no matching function}} in f2_test()41 longlong16_e ll16e) { in conditional() argument46 __typeof__(Cond? ll16e : ll16e) *ll16ep1 = &ll16e; in conditional()51 __typeof__(Cond? ll16 : ll16e) *ll16ep2 = &ll16e; in conditional()52 __typeof__(Cond? ll16e : ll16) *ll16ep3 = &ll16e; in conditional()[all …]