Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
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() argument
167 bool empty() const { return _M_next == this; } in _GLIBCXX_VISIBILITY()
169 void swap(_List_node_base& __l) { _List_node_base::swap(*this, __l); } in _GLIBCXX_VISIBILITY()
172 struct _Ptr_cmp in _GLIBCXX_VISIBILITY()