Home
last modified time | relevance | path

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

12345678910>>...121

/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/mesa3d/src/gallium/state_trackers/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/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_seed_N2F62_3.10.49/events/binder/binder_read_done/
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/timer/timer_expire_exit/
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/timer/timer_init/
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_offchannel_tx_cancel_wait/
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/msm_low_power/cpu_idle_enter/
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/cfg80211/cfg80211_sched_scan_stopped/
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/binder/binder_ioctl_done/
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_nowork/
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/printk/console/
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/rcu/rcu_utilization/
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_return_void/
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_gadget/
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/api_sched_scan_stopped/
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/block/block_plug/
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_pages_written/
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/kmem/migrate_pages_start/
Dformat4 field:unsigned short common_type; offset:0; size:2; signed:0;

12345678910>>...121