Searched defs:common_type (Results 1 – 5 of 5) sorted by relevance
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | common_type.pass.cpp | 31 struct common_type<T, ::S<T> > struct 33 typedef S<T> type; 37 struct common_type< ::S<T>, T> { struct 43 struct common_type< ::S<T>, ::S<T> > { struct 47 template <> struct common_type< ::S<long>, long> {}; struct 48 template <> struct common_type<long, ::S<long> > {}; struct 49 template <> struct common_type< ::X<double>, ::X<double> > {}; struct 59 -> always_bool<typename std::common_type<Args...>::type> in no_common_type_imp()
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
D | common_type.pass.cpp | 37 struct common_type<T, ::S<T> > struct 39 typedef S<T> type; 43 struct common_type< ::S<T>, T> { struct 44 typedef S<T> type; 49 struct common_type< ::S<T>, ::S<T> > { struct 53 template <> struct common_type< ::S<long>, long> {}; struct 54 template <> struct common_type<long, ::S<long> > {}; struct 55 template <> struct common_type< ::X<double>, ::X<double> > {}; struct 71 struct no_common_type : no_common_type_imp<std::common_type<Tp, Up, Vp> > {};
|
/external/clang/test/SemaCXX/ |
D | libstdcxx_common_type_hack.cpp | 14 template<typename...Ts> struct common_type {}; struct 15 template<typename A, typename B> struct common_type<A, B> { struct 28 using T = std::common_type<int, int>::type;
|
/external/llvm-project/clang/test/SemaCXX/ |
D | libstdcxx_common_type_hack.cpp | 14 template<typename...Ts> struct common_type {}; struct 15 template<typename A, typename B> struct common_type<A, B> { struct 28 using T = std::common_type<int, int>::type;
|
/external/mesa3d/src/mesa/main/ |
D | format_utils.c | 288 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local
|