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

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dcommon_type.pass.cpp12 // common_type
30 struct common_type<T, ::S<T> > struct in namespace:std
36 struct common_type< ::S<T>, T> { struct in namespace:std
42 struct common_type< ::S<T>, ::S<T> > { struct in namespace:std
46 template <> struct common_type< ::S<long>, long> {}; struct in namespace:std
47 template <> struct common_type<long, ::S<long> > {}; struct in namespace:std
48 template <> struct common_type< ::X<float> > {}; struct in namespace:std
49 template <> struct common_type< ::X<double>, ::X<double> > {}; struct in namespace:std
59 -> always_bool<typename std::common_type<Args...>::type>
72 using CommonType = typename std::common_type<Arg
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dcommon_type.pass.cpp12 // common_type
30 struct common_type<T, ::S<T> > struct in namespace:std
36 struct common_type< ::S<T>, T> { struct in namespace:std
42 struct common_type< ::S<T>, ::S<T> > { struct in namespace:std
46 template <> struct common_type< ::S<long>, long> {}; struct in namespace:std
47 template <> struct common_type<long, ::S<long> > {}; struct in namespace:std
48 template <> struct common_type< ::X<float> > {}; struct in namespace:std
49 template <> struct common_type< ::X<double>, ::X<double> > {}; struct in namespace:std
59 -> always_bool<typename std::common_type<Args...>::type>
72 using CommonType = typename std::common_type<Arg
[all...]

Completed in 180 milliseconds