HomeSort by relevance Sort by last modified time
    Searched refs:no_common_type (Results 1 - 2 of 2) sorted by null

  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
common_type.pass.cpp 37 struct no_common_type : std::true_type {}; struct in inherits:std::true_type
40 struct no_common_type<T, U, typename std::conditional<false, struct in inherits:std::false_type
93 static_assert((no_common_type<void, int>::value), "");
94 static_assert((no_common_type<int, void>::value), "");
95 static_assert((no_common_type<int, E>::value), "");
96 static_assert((no_common_type<int, X<int> >::value), "");
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
common_type.pass.cpp 58 using no_common_type = std::integral_constant<bool, no_common_type_imp<Args...>(0)>;
80 static_assert(no_common_type<>::value, "");
122 static_assert(no_common_type<T1, T2>::value, "");
123 static_assert(no_common_type<T2, T1>::value, "");
162 static_assert(no_common_type<T1, T2>::value, "");
163 static_assert(no_common_type<T2, T1>::value, "");
168 static_assert(no_common_type<T1, T2>::value, "");
169 static_assert(no_common_type<T2, T1>::value, "");
190 static_assert(no_common_type<int, E>::value, "");
191 static_assert(no_common_type<int, int, E>::value, "")
    [all...]

Completed in 2018 milliseconds