Home
last modified time | relevance | path

Searched refs:common_type (Results 1 – 25 of 3063) sorted by relevance

12345678910>>...123

/external/llvm-project/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp37 struct common_type<T, ::S<T> > struct
43 struct common_type< ::S<T>, T> { struct
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> > {}; argument
73 struct no_common_type<Tp, Up> : no_common_type_imp<std::common_type<Tp, Up> > {
76 struct no_common_type<Tp> : no_common_type_imp<std::common_type<Tp> > {};
78 struct no_common_type<> : no_common_type_imp<std::common_type<> > {};
[all …]
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp31 struct common_type<T, ::S<T> > struct
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() argument
72 using CommonType = typename std::common_type<Args...>::type;
240 static_assert((std::is_same<std::common_type<int>::type, int>::value), ""); in main()
241 static_assert((std::is_same<std::common_type<char>::type, char>::value), ""); in main()
[all …]
/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; argument
/external/llvm-project/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; argument
/external/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp39 typename std::common_type<T, S>::type
47 typename std::common_type<T, S>::type
63 typename std::common_type<T, S>::type
71 typename std::common_type<T, S>::type
79 typename std::common_type<T, S>::type
138 typename std::common_type<T, S>::type
/external/clang/www/
Dlibstdc++4.6-clang11.patch6 struct common_type<_Tp, _Up>
11 struct common_type<_Tp, _Up, _Vp...>
Dlibstdc++4.7-clang11.patch8 struct common_type<_Tp, _Up>
13 struct common_type<_Tp, _Up, _Vp...>
/external/llvm-project/clang/www/
Dlibstdc++4.6-clang11.patch6 struct common_type<_Tp, _Up>
11 struct common_type<_Tp, _Up, _Vp...>
Dlibstdc++4.7-clang11.patch8 struct common_type<_Tp, _Up>
13 struct common_type<_Tp, _Up, _Vp...>
/external/llvm-project/libcxx/include/
Dchrono77 constexpr common_type<duration>::type operator+() const;
78 constexpr common_type<duration>::type operator-() const;
142 // common_type traits
144 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>;
147 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>;
159 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type
163 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type
167 duration<typename common_type<Rep1, Rep2>::type, Period>
171 duration<typename common_type<Rep1, Rep2>::type, Period>
175 duration<typename common_type<Rep1, Rep2>::type, Period>
[all …]
Dstring_view626 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
634 bool operator==(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
655 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
664 bool operator!=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
684 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
691 bool operator<(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
709 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
716 bool operator>(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
734 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
741 bool operator<=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
[all …]
/external/libcxx/include/
Dchrono78 constexpr common_type<duration>::type operator+() const;
79 constexpr common_type<duration>::type operator-() const;
143 // common_type traits
145 struct common_type<chrono::duration<Rep1, Period1>, chrono::duration<Rep2, Period2>>;
148 struct common_type<chrono::time_point<Clock, Duration1>, chrono::time_point<Clock, Duration2>>;
160 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type
164 typename common_type<duration<Rep1, Period1>, duration<Rep2, Period2>>::type
168 duration<typename common_type<Rep1, Rep2>::type, Period>
172 duration<typename common_type<Rep1, Rep2>::type, Period>
176 duration<typename common_type<Rep1, Rep2>::type, Period>
[all …]
Dstring_view624 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
632 bool operator==(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
653 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
662 bool operator!=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
682 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
689 bool operator<(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
707 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
714 bool operator>(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
732 typename common_type<basic_string_view<_CharT, _Traits> >::type __rhs) _NOEXCEPT
739 bool operator<=(typename common_type<basic_string_view<_CharT, _Traits> >::type __lhs,
[all …]
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/sched/sched_switch_end/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/writeback/writeback_bdi_register/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/ipi/ipi_exit/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cpufreq_interactive/cpufreq_interactive_boost/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/mac80211/drv_tx_last_beacon/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_get_ringparam/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/writeback/writeback_bdi_register/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/irq/ipi_exit/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/kmem/migrate_retry/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/cfg80211_sched_scan_results/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/dwc3/dwc3_writel/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/cfg80211_sched_scan_results/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;

12345678910>>...123