Lines Matching refs:longlong16
3 typedef long long longlong16 __attribute__ ((__vector_size__ (16))); typedef
10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test()
18 float &f1(longlong16); // expected-note 2{{candidate function}}
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test()
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test()
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional()
61 void casts(longlong16 ll16, longlong16_e ll16e) { in casts()
65 (void)(longlong16)ll16; in casts()
69 (void)(longlong16)ll16e; in casts()
75 (void)longlong16(ll16); in casts()
79 (void)longlong16(ll16e); in casts()
85 (void)static_cast<longlong16>(ll16); in casts()
89 (void)static_cast<longlong16>(ll16e); in casts()
95 (void)reinterpret_cast<longlong16>(ll16); in casts()
99 (void)reinterpret_cast<longlong16>(ll16e); in casts()
108 void test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, in test_implicit_conversions()
111 convertible_to<longlong16> to_ll16, in test_implicit_conversions()