Home
last modified time | relevance | path

Searched defs:__t (Results 1 – 25 of 64) sorted by relevance

123

/external/cronet/buildtools/third_party/libc++/trunk/include/__utility/
Dcmp.h48 bool cmp_equal(_Tp __t, _Up __u) noexcept in cmp_equal()
60 bool cmp_not_equal(_Tp __t, _Up __u) noexcept in cmp_not_equal()
67 bool cmp_less(_Tp __t, _Up __u) noexcept in cmp_less()
79 bool cmp_greater(_Tp __t, _Up __u) noexcept in cmp_greater()
86 bool cmp_less_equal(_Tp __t, _Up __u) noexcept in cmp_less_equal()
93 bool cmp_greater_equal(_Tp __t, _Up __u) noexcept in cmp_greater_equal()
Dforward.h25 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>& __t) _NOEXCEPT { in forward()
31 forward(_LIBCPP_LIFETIMEBOUND __libcpp_remove_reference_t<_Tp>&& __t) _NOEXCEPT { in forward()
/external/clang/lib/Headers/
Darm_acle.h142 __clz(uint32_t __t) { in __clz()
147 __clzl(unsigned long __t) { in __clzl()
152 __clzll(uint64_t __t) { in __clzll()
158 __rev(uint32_t __t) { in __rev()
163 __revl(unsigned long __t) { in __revl()
172 __revll(uint64_t __t) { in __revll()
178 __rev16(uint32_t __t) { in __rev16()
183 __rev16ll(uint64_t __t) { in __rev16ll()
188 __rev16l(unsigned long __t) { in __rev16l()
198 __revsh(int16_t __t) { in __revsh()
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dreference_wrapper.h77 ref(_Tp& __t) _NOEXCEPT in ref()
85 ref(reference_wrapper<_Tp> __t) _NOEXCEPT in ref()
93 cref(const _Tp& __t) _NOEXCEPT in cref()
101 cref(reference_wrapper<_Tp> __t) _NOEXCEPT in cref()
/external/cronet/buildtools/third_party/libc++/trunk/include/__bit/
Drotate.h25 _Tp __rotr(_Tp __t, unsigned int __cnt) _NOEXCEPT in __rotr()
37 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotl(_Tp __t, unsigned int __cnt) noexcept { in rotl()
45 _LIBCPP_HIDE_FROM_ABI constexpr _Tp rotr(_Tp __t, unsigned int __cnt) noexcept { in rotr()
Dcountl.h56 int __countl_zero(_Tp __t) _NOEXCEPT in __countl_zero()
89 _LIBCPP_HIDE_FROM_ABI constexpr int countl_zero(_Tp __t) noexcept { in countl_zero()
94 _LIBCPP_HIDE_FROM_ABI constexpr int countl_one(_Tp __t) noexcept { in countl_one()
Dcountr.h38 _LIBCPP_HIDE_FROM_ABI constexpr int countr_zero(_Tp __t) noexcept { in countr_zero()
60 _LIBCPP_HIDE_FROM_ABI constexpr int countr_one(_Tp __t) noexcept { in countr_one()
Dbit_log2.h26 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __bit_log2(_Tp __t) noexcept { in __bit_log2()
Dbit_floor.h26 _LIBCPP_HIDE_FROM_ABI constexpr _Tp bit_floor(_Tp __t) noexcept { in bit_floor()
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dconcepts.h47 concept range = requires(_Tp& __t) { in requires()
81 concept sized_range = range<_Tp> && requires(_Tp& __t) { ranges::size(__t); }; in requires()
123 requires(_Tp& __t) { in requires()
Dsingle_view.h44 constexpr explicit single_view(const _Tp& __t) : __value_(in_place, __t) {} in single_view()
47 constexpr explicit single_view(_Tp&& __t) : __value_(in_place, std::move(__t)) {} in single_view()
Dview_interface.h71 requires requires (_D2& __t) { ranges::empty(__t); } in requires()
79 requires requires (const _D2& __t) { ranges::empty(__t); } in requires()
Daccess.h48 requires(_Tp&& __t) { in requires()
119 requires(_Tp&& __t) { in requires()
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/
Diter_move.h40 requires (_Tp&& __t) { in requires()
97 requires requires(_Tp& __t) { { ranges::iter_move(__t) } -> __can_reference; } in requires()
/external/libcxx/src/support/win32/
Dthread_win32.cpp192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull()
196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create()
217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id()
222 int __libcpp_thread_join(__libcpp_thread_t *__t) in __libcpp_thread_join()
231 int __libcpp_thread_detach(__libcpp_thread_t *__t) in __libcpp_thread_detach()
/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dmax.h51 max(initializer_list<_Tp> __t, _Compare __comp) in max()
60 max(initializer_list<_Tp> __t) in max()
Dmin.h51 min(initializer_list<_Tp> __t, _Compare __comp) in min()
60 min(initializer_list<_Tp> __t) in min()
Dminmax.h49 pair<_Tp, _Tp> minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax()
60 minmax(initializer_list<_Tp> __t) in minmax()
/external/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc55 forward(typename std::remove_reference<_Tp>::type& __t) noexcept in forward()
66 forward(typename std::remove_reference<_Tp>::type&& __t) noexcept in forward()
78 move(_Tp&& __t) noexcept in move()
203 __get_helper(const _Tuple_impl<__i, _Head, _Tail...>& __t) noexcept in __get_helper()
213 get(const tuple<_Elements...>& __t) noexcept in get()
/external/cronet/buildtools/third_party/libc++/trunk/src/support/win32/
Dthread_win32.cpp192 bool __libcpp_thread_isnull(const __libcpp_thread_t *__t) { in __libcpp_thread_isnull()
196 int __libcpp_thread_create(__libcpp_thread_t *__t, void *(*__func)(void *), in __libcpp_thread_create()
217 __libcpp_thread_id __libcpp_thread_get_id(const __libcpp_thread_t *__t) in __libcpp_thread_get_id()
222 int __libcpp_thread_join(__libcpp_thread_t *__t) in __libcpp_thread_join()
231 int __libcpp_thread_detach(__libcpp_thread_t *__t) in __libcpp_thread_detach()
/external/cronet/buildtools/third_party/libc++/trunk/include/__concepts/
Dswappable.h46 requires(_Tp&& __t, _Up&& __u) { in requires()
110 requires(_Tp&& __t, _Up&& __u) { in requires()
/external/cronet/buildtools/third_party/libc++/trunk/include/__random/
Dbinomial_distribution.h72 : __p_(param_type(__t, __p)) {} in __p_()
131 binomial_distribution<_IntType>::param_type::param_type(result_type __t, double __p) in param_type()
217 result_type __t; variable
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dauto_ptr.h55 _Tp* __t = __ptr_; in release() local
68 {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;} variable
Dshared_ptr.h103 __libcpp_atomic_refcount_increment(_Tp& __t) _NOEXCEPT in __libcpp_atomic_refcount_increment()
114 __libcpp_atomic_refcount_decrement(_Tp& __t) _NOEXCEPT in __libcpp_atomic_refcount_decrement()
250 __shared_ptr_pointer<_Tp, _Dp, _Alloc>::__get_deleter(const type_info& __t) const _NOEXCEPT in __get_deleter()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
Dpolymorphic_allocator.h177 __transform_tuple(integral_constant<int, 0>, tuple<_Args...>&& __t, __tuple_indices<_Is...>) { in __transform_tuple()
183 __transform_tuple(integral_constant<int, 1>, tuple<_Args...>&& __t, __tuple_indices<_Is...>) { in __transform_tuple()
190 __transform_tuple(integral_constant<int, 2>, tuple<_Args...>&& __t, __tuple_indices<_Is...>) { in __transform_tuple()

123