• Home
  • Raw
  • Download

Lines Matching refs:ll16

13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) {  in f0_test()  argument
15 f0(ll16); in f0_test()
23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument
25 float &fr1 = f1(ll16); in f1_test()
33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test() argument
35 f2(ll16); in f2_test()
43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() argument
47 __typeof__(Cond? ll16 : ll16) *ll16p1 = &ll16; in conditional()
54 __typeof__(Cond? ll16 : ll16e) *ll16ep2 = &ll16e; in conditional()
55 __typeof__(Cond? ll16e : ll16) *ll16ep3 = &ll16e; in conditional()
58 (void)(Cond? c16 : ll16); in conditional()
64 void casts(longlong16 ll16, longlong16_e ll16e) { in casts() argument
66 (void)(char16)ll16; in casts()
67 (void)(char16_e)ll16; in casts()
68 (void)(longlong16)ll16; in casts()
69 (void)(longlong16_e)ll16; in casts()
76 (void)char16(ll16); in casts()
77 (void)char16_e(ll16); in casts()
78 (void)longlong16(ll16); in casts()
79 (void)longlong16_e(ll16); in casts()
86 (void)static_cast<char16>(ll16); in casts()
87 (void)static_cast<char16_e>(ll16); in casts()
88 (void)static_cast<longlong16>(ll16); in casts()
89 (void)static_cast<longlong16_e>(ll16); in casts()
96 (void)reinterpret_cast<char16>(ll16); in casts()
97 (void)reinterpret_cast<char16_e>(ll16); in casts()
98 (void)reinterpret_cast<longlong16>(ll16); in casts()
99 (void)reinterpret_cast<longlong16_e>(ll16); in casts()
114 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, in test_implicit_conversions() argument