Home
last modified time | relevance | path

Searched refs:__self (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__iterator/
H A Dbounded_iter.h138 operator+(__bounded_iter const& __self, difference_type __n) _NOEXCEPT {
139 __bounded_iter __tmp(__self);
144 operator+(difference_type __n, __bounded_iter const& __self) _NOEXCEPT {
145 __bounded_iter __tmp(__self);
155 operator-(__bounded_iter const& __self, difference_type __n) _NOEXCEPT {
156 __bounded_iter __tmp(__self);
/openbsd-src/gnu/llvm/libcxx/include/__ranges/
H A Ddrop_view.h115 static constexpr auto __size(auto& __self) { in __size() argument
116 const auto __s = ranges::size(__self.__base_); in __size()
117 const auto __c = static_cast<decltype(__s)>(__self.__count_); in __size()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__bit_reference53 friend typename _Cp::__self;
58 using __container = typename _Cp::__self;
155 friend typename _Cp::__self;
1270 friend typename _Cp::__self;
H A Darray153 typedef array __self;
256 typedef array __self;
H A Dlist281 __list_node_base() : __prev_(_NodeTraits::__unsafe_link_pointer_cast(__self())),
282 __next_(_NodeTraits::__unsafe_link_pointer_cast(__self())) {}
285 __base_pointer __self() {
291 return static_cast<__node_pointer>(__self());
306 return static_cast<__link_pointer>(__base::__self());
577 const_cast<__node_base&>(__end_).__self());
H A Dbitset160 typedef __bitset __self;
459 typedef __bitset __self;
618 typedef __bitset __self;
H A Dvector353 typedef vector __self;
2043 typedef vector __self;
H A Dstring660 typedef basic_string __self;