Searched defs:to_ll16 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dvector.cpp117 convertible_to<longlong16> to_ll16,
123 f0(to_ll16);
127 f2(to_ll16);
191 (void)(Cond? to_ll16e : to_ll16);
194 (void)(Cond? to_c16 : to_ll16);
114 test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e, convertible_to<char16> to_c16, convertible_to<longlong16> to_ll16, convertible_to<char16_e> to_c16e, convertible_to<longlong16_e> to_ll16e, convertible_to<char16&> rto_c16, convertible_to<char16_e&> rto_c16e) argument

Completed in 149 milliseconds