/external/cronet/buildtools/third_party/libc++/trunk/include/__compare/ |
D | ordering.h | 55 : __value_(_ValueT(__v)) {} in partial_ordering() 59 : __value_(_ValueT(__v)) {} in partial_ordering() 63 return __value_ != _ValueT(_NCmpResult::__unordered); in __is_ordered() 78 return __v.__is_ordered() && __v.__value_ == 0; 83 return __v.__is_ordered() && __v.__value_ < 0; 88 return __v.__is_ordered() && __v.__value_ <= 0; 93 return __v.__is_ordered() && __v.__value_ > 0; 98 return __v.__is_ordered() && __v.__value_ >= 0; 103 return __v.__is_ordered() && 0 < __v.__value_; 108 return __v.__is_ordered() && 0 <= __v.__value_; [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ |
D | iota_view.h | 112 _Start __value_ = _Start(); 118 constexpr explicit __iterator(_Start __value) : __value_(std::move(__value)) {} 122 return __value_; 127 ++__value_; 143 --__value_; 160 __value_ += static_cast<_Start>(__n); 162 __value_ -= static_cast<_Start>(-__n); 165 __value_ += __n; 176 __value_ -= static_cast<_Start>(__n); 178 __value_ += static_cast<_Start>(-__n); [all …]
|
D | non_propagating_cache.h | 54 optional<__wrapper> __value_ = nullopt; variable 61 : __value_(nullopt) in __non_propagating_cache() 66 : __value_(nullopt) in __non_propagating_cache() 68 __other.__value_.reset(); in __non_propagating_cache() 74 __value_.reset(); 81 __value_.reset(); 82 __other.__value_.reset(); 87 constexpr _Tp& operator*() { return __value_->__t_; } 89 constexpr _Tp const& operator*() const { return __value_->__t_; } 92 constexpr bool __has_value() const { return __value_.has_value(); } in __has_value() [all …]
|
D | single_view.h | 37 __copyable_box<_Tp> __value_; variable 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() 53 : __value_{in_place, std::forward<_Args>(__args)...} {} in single_view() 71 constexpr _Tp* data() noexcept { return __value_.operator->(); } in data() 74 constexpr const _Tp* data() const noexcept { return __value_.operator->(); } in data()
|
D | istream_view.h | 49 *__stream_ >> __value_; in begin() 57 _LIBCPP_NO_UNIQUE_ADDRESS _Val __value_ = _Val(); variable 79 *__parent_->__stream_ >> __parent_->__value_; 85 _LIBCPP_HIDE_FROM_ABI _Val& operator*() const { return __parent_->__value_; }
|
/external/libcxx/include/ |
D | compare | 85 constexpr explicit weak_equality(_EqResult __val) noexcept : __value_(__val) {} 102 _EqResult __value_; 110 return __v.__value_ == _EqResult::__zero; 115 return __v.__value_ == _EqResult::__zero; 120 return __v.__value_ != _EqResult::__zero; 125 return __v.__value_ != _EqResult::__zero; 142 explicit constexpr strong_equality(_EqResult __val) noexcept : __value_(__val) {} 152 return __value_ == _EqResult::__zero ? weak_equality::equivalent 167 _EqResult __value_; 177 return __v.__value_ == _EqResult::__zero; [all …]
|
D | forward_list | 277 value_type __value_; 332 reference operator*() const {return __get_unsafe_node_pointer()->__value_;} 335 return pointer_traits<pointer>::pointer_to(__get_unsafe_node_pointer()->__value_); 417 reference operator*() const {return __get_unsafe_node_pointer()->__value_;} 420 __get_unsafe_node_pointer()->__value_);} 617 __node_traits::destroy(__a, _VSTD::addressof(__p->__value_)); 759 reference front() {return base::__before_begin()->__next_->__value_;} 761 const_reference front() const {return base::__before_begin()->__next_->__value_;} 901 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); 923 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); [all …]
|
D | __tree | 751 __node_value_type __value_; 787 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_)); 832 {return __get_np()->__value_;} 834 {return pointer_traits<pointer>::pointer_to(__get_np()->__value_);} 913 {return __get_np()->__value_;} 915 {return pointer_traits<pointer>::pointer_to(__get_np()->__value_);} 1624 __cache->__value_ = *__first; 1670 __cache->__value_ = *__first; 1794 __cache->__value_ = _VSTD::move(__t.remove(__t.begin())->__value_); 1817 __insert_multi(__e, _NodeTypes::__move(__t.remove(__t.begin())->__value_)); [all …]
|
D | list | 271 _Tp __value_; 361 return __ptr_->__as_node()->__value_; 370 return pointer_traits<pointer>::pointer_to(__ptr_->__as_node()->__value_); 488 return __ptr_->__as_node()->__value_; 497 return pointer_traits<pointer>::pointer_to(__ptr_->__as_node()->__value_); 762 __node_alloc_traits::destroy(__na, _VSTD::addressof(__np->__value_)); 974 return base::__end_.__next_->__as_node()->__value_; 980 return base::__end_.__next_->__as_node()->__value_; 986 return base::__end_.__prev_->__as_node()->__value_; 992 return base::__end_.__prev_->__as_node()->__value_; [all …]
|
D | __hash_table | 104 __node_value_type __value_; 332 return __node_->__upcast()->__value_; 339 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 449 return __node_->__upcast()->__value_; 455 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 559 return __node_->__upcast()->__value_; 566 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 700 return __node_->__upcast()->__value_; 707 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 845 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_)); [all …]
|
D | __node_handle | 163 return static_cast<_Derived const*>(this)->__ptr_->__value_; 177 __ptr_->__value_.__ref().first; 184 __ptr_->__value_.__ref().second;
|
D | algorithm | 888 find(_InputIterator __first, _InputIterator __last, const _Tp& __value_) 891 if (*__first == __value_) 1138 count(_InputIterator __first, _InputIterator __last, const _Tp& __value_) 1142 if (*__first == __value_) 1484 _Size __count, const _Tp& __value_, _BinaryPredicate __pred, forward_iterator_tag) 1490 // Find first element in sequence that matchs __value_, with a mininum of loop checks 1493 if (__first == __last) // return __last if no element matches __value_ 1495 if (__pred(*__first, __value_)) 1499 // *__first matches __value_, now match elements after here 1508 if (!__pred(*__m, __value_)) // if there is a mismatch, restart with a new __first [all …]
|
D | iterator | 807 …_INLINE_VISIBILITY back_insert_iterator& operator=(const typename _Container::value_type& __value_) 808 {container->push_back(__value_); return *this;} 810 …IBCPP_INLINE_VISIBILITY back_insert_iterator& operator=(typename _Container::value_type&& __value_) 811 {container->push_back(_VSTD::move(__value_)); return *this;} 840 …INLINE_VISIBILITY front_insert_iterator& operator=(const typename _Container::value_type& __value_) 841 {container->push_front(__value_); return *this;} 843 …BCPP_INLINE_VISIBILITY front_insert_iterator& operator=(typename _Container::value_type&& __value_) 844 {container->push_front(_VSTD::move(__value_)); return *this;} 875 …IBCPP_INLINE_VISIBILITY insert_iterator& operator=(const typename _Container::value_type& __value_) 876 {iter = container->insert(iter, __value_); ++iter; return *this;} [all …]
|
D | tuple | 173 _Hp __value_; 187 _NOEXCEPT_(is_nothrow_default_constructible<_Hp>::value) : __value_() 194 : __value_() 201 : __value_(allocator_arg_t(), __a) 208 : __value_(__a) 222 : __value_(_VSTD::forward<_Tp>(__t)) 229 : __value_(_VSTD::forward<_Tp>(__t)) 236 : __value_(allocator_arg_t(), __a, _VSTD::forward<_Tp>(__t)) 243 : __value_(_VSTD::forward<_Tp>(__t), __a) 255 __value_ = _VSTD::forward<_Tp>(__t); [all …]
|
D | optional | 363 __raw_type* __value_; 383 : __value_(nullptr) {} 388 : __value_(_VSTD::addressof(__uarg)) 396 void reset() noexcept { __value_ = nullptr; } 400 { return __value_ != nullptr; } 404 { return *__value_; } 408 { return _VSTD::forward<value_type>(*__value_); } 418 __value_ = _VSTD::addressof(__val); 436 *__value_ = _VSTD::forward<_That>(__opt).__get();
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
D | format_arg.h | 102 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__monostate_); in decltype() 104 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__boolean_); in decltype() 106 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__char_type_); in decltype() 108 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__int_); in decltype() 110 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__long_long_); in decltype() 113 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__i128_); in decltype() 118 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__unsigned_); in decltype() 120 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__unsigned_long_long_); in decltype() 123 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__u128_); in decltype() 128 return _VSTD::invoke(_VSTD::forward<_Visitor>(__vis), __arg.__value_.__float_); in decltype() [all …]
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ |
D | istream_iterator.h | 47 _Tp __value_; variable 49 …IBCPP_INLINE_VISIBILITY _LIBCPP_CONSTEXPR istream_iterator() : __in_stream_(nullptr), __value_() {} in istream_iterator() 55 if (!(*__in_stream_ >> __value_)) in istream_iterator() 59 _LIBCPP_INLINE_VISIBILITY const _Tp& operator*() const {return __value_;} 63 if (!(*__in_stream_ >> __value_))
|
D | common_iterator.h | 51 return _VSTD::addressof(__value_); 53 iter_value_t<_Iter> __value_; member 58 return __value_; 60 iter_value_t<_Iter> __value_; member
|
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
D | compressed_pair.h | 47 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR explicit __compressed_pair_elem(__value_init_tag) : __value_() {} in __compressed_pair_elem() 51 explicit __compressed_pair_elem(_Up&& __u) : __value_(std::forward<_Up>(__u)) {} in __compressed_pair_elem() 57 : __value_(std::forward<_Args>(std::get<_Indices>(__args))...) {} in __compressed_pair_elem() 60 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 reference __get() _NOEXCEPT { return __value_;… in __get() 61 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR const_reference __get() const _NOEXCEPT { return __value_;… in __get() 64 _Tp __value_;
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | forward_list | 310 value_type __value_; 365 reference operator*() const {return __get_unsafe_node_pointer()->__value_;} 368 return pointer_traits<pointer>::pointer_to(__get_unsafe_node_pointer()->__value_); 450 reference operator*() const {return __get_unsafe_node_pointer()->__value_;} 453 __get_unsafe_node_pointer()->__value_);} 644 __node_traits::destroy(__a, _VSTD::addressof(__p->__value_)); 797 reference front() {return base::__before_begin()->__next_->__value_;} 799 const_reference front() const {return base::__before_begin()->__next_->__value_;} 941 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); 963 __node_traits::construct(__a, _VSTD::addressof(__h->__value_)); [all …]
|
D | __tree | 775 __node_value_type __value_; 814 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_)); 859 {return __get_np()->__value_;} 861 {return pointer_traits<pointer>::pointer_to(__get_np()->__value_);} 940 {return __get_np()->__value_;} 942 {return pointer_traits<pointer>::pointer_to(__get_np()->__value_);} 1670 __cache.__get()->__value_ = *__first; 1770 __cache.__get()->__value_ = _VSTD::move(__t.remove(__t.begin())->__value_); 1776 __insert_multi(__e, _NodeTypes::__move(__t.remove(__t.begin())->__value_)); 1811 __node_traits::destroy(__na, _NodeTypes::__get_ptr(__nd->__value_)); [all …]
|
D | list | 309 _Tp __value_; 391 return __ptr_->__as_node()->__value_; 398 return pointer_traits<pointer>::pointer_to(__ptr_->__as_node()->__value_); 506 return __ptr_->__as_node()->__value_; 513 return pointer_traits<pointer>::pointer_to(__ptr_->__as_node()->__value_); 749 __node_alloc_traits::destroy(__na, _VSTD::addressof(__np->__value_)); 973 return base::__end_.__next_->__as_node()->__value_; 979 return base::__end_.__next_->__as_node()->__value_; 985 return base::__end_.__prev_->__as_node()->__value_; 991 return base::__end_.__prev_->__as_node()->__value_; [all …]
|
D | __hash_table | 121 __node_value_type __value_; 342 return __node_->__upcast()->__value_; 349 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 457 return __node_->__upcast()->__value_; 463 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 563 return __node_->__upcast()->__value_; 570 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 696 return __node_->__upcast()->__value_; 703 return pointer_traits<pointer>::pointer_to(__node_->__upcast()->__value_); 831 __alloc_traits::destroy(__na_, _NodeTypes::__get_ptr(__p->__value_)); [all …]
|
D | __node_handle | 209 return static_cast<_Derived const*>(this)->__ptr_->__value_; 223 __ptr_->__value_.__ref().first; 230 __ptr_->__value_.__ref().second;
|
/external/llvm/test/Transforms/LoopRotate/ |
D | nosimplifylatch.ll | 9 …0_(i64 %__first.coerce, i64 %__last.coerce, i32* nocapture readonly dereferenceable(4) %__value_) { 22 %1 = load i32, i32* %__value_, align 4
|