| /external/cronet/buildtools/third_party/libc++/trunk/include/__utility/ | 
| D | cmp.h | 48 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()
  | 
| D | forward.h | 25 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/ | 
| D | arm_acle.h | 142 __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/ | 
| D | reference_wrapper.h | 77 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/ | 
| D | rotate.h | 25 _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()
  | 
| D | countl.h | 56 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()
  | 
| D | countr.h | 38 _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()
  | 
| D | bit_log2.h | 26 _LIBCPP_HIDE_FROM_ABI constexpr _Tp __bit_log2(_Tp __t) noexcept {  in __bit_log2()
  | 
| D | bit_floor.h | 26 _LIBCPP_HIDE_FROM_ABI constexpr _Tp bit_floor(_Tp __t) noexcept {  in bit_floor()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ | 
| D | concepts.h | 47   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()
  | 
| D | single_view.h | 44     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()
  | 
| D | view_interface.h | 71     requires requires (_D2& __t) { ranges::empty(__t); }  in requires() 79     requires requires (const _D2& __t) { ranges::empty(__t); }  in requires()
  | 
| D | access.h | 48     requires(_Tp&& __t) {  in requires() 119     requires(_Tp&& __t) {  in requires()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ | 
| D | iter_move.h | 40   requires (_Tp&& __t) {  in requires() 97   requires requires(_Tp& __t) { { ranges::iter_move(__t) } -> __can_reference; }  in requires()
  | 
| /external/libcxx/src/support/win32/ | 
| D | thread_win32.cpp | 192 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/ | 
| D | max.h | 51 max(initializer_list<_Tp> __t, _Compare __comp)  in max() 60 max(initializer_list<_Tp> __t)  in max()
  | 
| D | min.h | 51 min(initializer_list<_Tp> __t, _Compare __comp)  in min() 60 min(initializer_list<_Tp> __t)  in min()
  | 
| D | minmax.h | 49 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/ | 
| D | test42-PR21296-clanggcc.cc | 55     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/ | 
| D | thread_win32.cpp | 192 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/ | 
| D | swappable.h | 46     requires(_Tp&& __t, _Up&& __u) {  in requires() 110   requires(_Tp&& __t, _Up&& __u) {  in requires()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__random/ | 
| D | binomial_distribution.h | 72         : __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/ | 
| D | auto_ptr.h | 55         _Tp* __t = __ptr_;  in release()  local 68         {auto_ptr_ref<_Up> __t; __t.__ptr_ = release(); return __t;}  variable
  | 
| D | shared_ptr.h | 103 __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/ | 
| D | polymorphic_allocator.h | 177   __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()
  |