Home
last modified time | relevance | path

Searched refs:__next (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/src/experimental/
H A Dtime_zone.cpp513 …auto __next = chrono::__next_rule(__rule_begin, __continuation.__stdoff, __rule->__save.__time, __… in __get_sys_info_rule() local
531 …if (sys_seconds __begin = __rule->__save.__time != 0s ? __rule_begin : __next.first; __time < __be… in __get_sys_info_rule()
534 … __continuation_begin, __rule_begin, __next.first, __continuation, __rules, __rule), in __get_sys_info_rule()
549 sys_seconds __sys_info_end = std::min(__continuation_end(__save), __next.first); in __get_sys_info_rule()
561 if (__rule->__save.__time == 0s && __time < __next.first) { in __get_sys_info_rule()
564 __next.first, in __get_sys_info_rule()
575 if (__continuation_begin >= __rule_begin - __save && __time < __next.first) { in __get_sys_info_rule()
578 __next.first, in __get_sys_info_rule()
587 while (__next.second != __rules.end()) { in __get_sys_info_rule()
594 __next.first, in __get_sys_info_rule()
[all …]
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dhashtable.h137 const struct lkpi_hash_entry *__next = \
140 (__next != NULL ? container_of((const void *)__next, type, member) : NULL); \
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dnext.h44 namespace __next {
72 } // namespace __next
75 inline constexpr auto next = __next::__fn{};
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dmonotonic_buffer_resource.h93 __chunk_footer* __next = __chunks_->__next_; in release() local
95 __chunks_ = __next; in release()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dchunk_by_view.h147 chunk_by_view& __parent, iterator_t<_View> __current, iterator_t<_View> __next) in __iterator() argument
148 : __parent_(std::addressof(__parent)), __current_(__current), __next_(__next) {} in __iterator()
H A Dsplit_view.h142 …t_view<_View, _Pattern>& __parent, iterator_t<_View> __current, subrange<iterator_t<_View>> __next)
143 … : __parent_(std::addressof(__parent)), __cur_(std::move(__current)), __next_(std::move(__next)) {}
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dparallel_backend_tbb.h
/freebsd/contrib/llvm-project/libcxx/include/
H A Dforward_list338 _LIBCPP_HIDE_FROM_ABI explicit __forward_list_node(_NodePtr __next) : _Base(__next) {}
539 _LIBCPP_HIDE_FROM_ABI __node_pointer __create_node(__node_pointer __next, _Args&&... __args) {
548 std::__construct_at(std::addressof(*__guard.__get()), __next);
632 __node_pointer __next = __p->__next_;
634 __p = __next;
1133 __node_pointer __next = __first->__next_;
1135 __first = __next;
1173 __node_pointer __next = __first->__next_;
1175 __first = __next;
H A D__hash_table100 …_LIBCPP_HIDE_FROM_ABI explicit __hash_node_base(__next_pointer __next) _NOEXCEPT : __next_(__next)…
131 …_LIBCPP_HIDE_FROM_ABI explicit __hash_node(__next_pointer __next, size_t __hash) : _Base(__next), …
1137 __next_pointer __next = __np->__next_;
1142 __np = __next;
1195 __next_pointer __next = __cache->__next_;
1197 __cache = __next;
1240 __next_pointer __next = __cache->__next_;
1242 __cache = __next;
1272 __next_pointer __next = __cache->__next_;
1274 __cache = __next;
H A Dlist304 _LIBCPP_HIDE_FROM_ABI explicit __list_node_base(__link_pointer __prev, __link_pointer __next)
305 : __prev_(__prev), __next_(__next) {}
337 …_ABI explicit __list_node(__link_pointer __prev, __link_pointer __next) : __base(__prev, __next) {}
551 …_LIBCPP_HIDE_FROM_ABI __node_pointer __create_node(__link_pointer __prev, __link_pointer __next, _…
560 std::__construct_at(std::addressof(*__guard.__get()), __prev, __next);
H A D__tree1736 const_iterator __next = std::next(__hint);
1737 if (__next == end() || value_comp()(__v, *__next)) {
1743 __parent = static_cast<__parent_pointer>(__next.__ptr_);
H A Dregex2147 const _CharT* __next = std::next(__s.__current_);
2148 if (__next != __s.__last_) {
2149 pair<_CharT, _CharT> __ch2(*__s.__current_, *__next);
/freebsd/sys/contrib/openzfs/lib/libuutil/
H A Dlibuutil.abi1599 <var-decl name='__next' type-id='4d98cd5a' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs_core/
H A Dlibzfs_core.abi2418 <var-decl name='__next' type-id='4d98cd5a' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libnvpair/
H A Dlibnvpair.abi2097 <var-decl name='__next' type-id='4d98cd5a' visibility='default'/>
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi2195 <var-decl name='__next' type-id='4d98cd5a' visibility='default'/>