Searched defs:ConvertibleTo (Results 1 – 12 of 12) sorted by relevance
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() function51 assert((ConvertibleTo<SV>(v[i]) <= v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) == v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) >= v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) != v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) < v[j]) == expected); in test() argument
26 struct ConvertibleTo { struct28 TEST_CONSTEXPR explicit ConvertibleTo(T t) : t_(t) {} in ConvertibleTo() argument51 assert((ConvertibleTo<SV>(v[i]) > v[j]) == expected); in test() argument
21 class ConvertibleTo class35 explicit constexpr ConvertibleTo(int *it) : it_(it) {} in ConvertibleTo() function in ConvertibleTo
64 template <typename T> struct ConvertibleTo { operator T(); }; struct
48 struct ConvertibleTo { struct57 template<typename T> ConvertibleTo<T> makeConvertible(); argument
56 struct ConvertibleTo { struct71 template<typename T> ConvertibleTo<T> makeConvertible(); argument
111 struct ConvertibleTo { global() struct
7 template <typename T> struct ConvertibleTo { struct