Home
last modified time | relevance | path

Searched refs:_Scratch_list (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dlist.tcc488 using __detail::_Scratch_list; in sort()
497 _Scratch_list __carry; in sort()
498 _Scratch_list __tmp[64]; in sort()
499 _Scratch_list* __fill = __tmp; in sort()
500 _Scratch_list* __counter; in sort()
502 _Scratch_list::_Ptr_cmp<iterator, void> __ptr_comp; in sort()
620 using __detail::_Scratch_list; in sort()
621 _Scratch_list __carry; in sort()
622 _Scratch_list __tmp[64]; in sort()
623 _Scratch_list* __fill = __tmp; in sort()
[all …]
H A Dstl_list.h163 struct _Scratch_list : _List_node_base in _GLIBCXX_VISIBILITY() struct
165 _Scratch_list() { _M_next = _M_prev = this; } in _GLIBCXX_VISIBILITY() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20211339 * include/bits/stl_list.h (_Scratch_list::_Ptr_cmp): Likewise.
2346 * include/bits/list.tcc (list::sort()): Use _Scratch_list
2349 * include/bits/stl_list.h (__detail::_Scratch_list): New type.