Home
last modified time | relevance | path

Searched defs:common_type (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp31 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/clang/test/SemaCXX/
Dlibstdcxx_common_type_hack.cpp14 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/v8/src/torque/
Dimplementation-visitor.cc363 const Type* common_type = GetCommonType(left.type(), right.type()); in Visit() local
876 const Type* common_type = GetCommonType(begin.type(), end.type()); in Visit() local
1322 const Type* common_type; in GetCommonType() local
/external/mesa3d/src/mesa/main/
Dformat_utils.c277 enum mesa_array_format_datatype src_type = 0, dst_type = 0, common_type; in _mesa_format_convert() local