Home
last modified time | relevance | path

Searched refs:to_c16e (Results 1 – 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
Dvector.cpp112 convertible_to<char16_e> to_c16e, in test_implicit_conversions() argument
118 f0(to_c16e); in test_implicit_conversions()
122 f2(to_c16e); in test_implicit_conversions()
130 (void)(to_c16 == to_c16e); in test_implicit_conversions()
131 (void)(to_c16 != to_c16e); in test_implicit_conversions()
132 (void)(to_c16 < to_c16e); in test_implicit_conversions()
133 (void)(to_c16 <= to_c16e); in test_implicit_conversions()
134 (void)(to_c16 > to_c16e); in test_implicit_conversions()
135 (void)(to_c16 >= to_c16e); in test_implicit_conversions()
146 (void)+to_c16e; in test_implicit_conversions()
[all …]