Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dhashtable.h126 _Node* _M_cur;
178 const _Node* _M_cur;
295 _Node*
512 _Node* __first;
524 const _Node* __first;
602 _Node*
627 _M_erase_bucket(const size_type __n, _Node* __first, _Node* __last);
697 typedef typename hashtable<_Val, _Key, _HF, _Ex, _Eq, _All>::_Node _Node;
877 _Node* __cur = __first;
1037 _M_erase_bucket(const size_type __n, _Node* __first, _Node* __last)
[all …]
H A Dslist196 _Slist_iterator(_Node* __x)
326 _Node*
343 _Node*
493 _Node* __node = (_Node*) this->_M_head._M_next;
510 _Node*
514 _Node*
736 _Node* __n1 = (_Node*) this->_M_head._M_next;
737 const _Node* __n2 = (const _Node*) __x._M_head._M_next;
759 _Node* __node = (_Node*) this->_M_head._M_next;
780 _Node* __node = (_Node*) this->_M_head._M_next;
[all …]
/freebsd-12.1/contrib/libstdc++/include/tr1/
H A Dhashtable200 _Node*
209 _Node**
376 _Node*
391 _M_erase_node(_Node*, _Node**);
446 __chc, __cit, __uk>::_Node*
489 _Node* __p = __array[__i];
492 _Node* __tmp = __p;
784 _Node* __p1 = __p->_M_next;
972 _M_erase_node(_Node* __p, _Node** __b)
974 _Node* __cur = *__b;
[all …]
H A Dhashtable_policy.h645 typename _Hashtable::_Node* __p = in _GLIBCXX_BEGIN_NAMESPACE()
/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_list.h115 typedef _List_node<_Tp> _Node; typedef
133 { return static_cast<_Node*>(_M_node)->_M_data; }
137 { return &static_cast<_Node*>(_M_node)->_M_data; }
192 typedef const _List_node<_Tp> _Node; typedef
215 { return static_cast<_Node*>(_M_node)->_M_data; }
219 { return &static_cast<_Node*>(_M_node)->_M_data; }
442 typedef _List_node<_Tp> _Node; typedef
457 _Node*
460 _Node* __p = this->_M_get_node(); in _M_create_node()
1172 _Node* __tmp = _M_create_node(__x); in _M_insert()
[all …]
H A Dlist.tcc72 typedef _List_node<_Tp> _Node; in _GLIBCXX_BEGIN_NESTED_NAMESPACE() typedef
73 _Node* __cur = static_cast<_Node*>(this->_M_impl._M_node._M_next); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
76 _Node* __tmp = __cur; in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
77 __cur = static_cast<_Node*>(__cur->_M_next); in _GLIBCXX_BEGIN_NESTED_NAMESPACE()
88 _Node* __tmp = _M_create_node(__x); in insert()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20051576 * include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
H A DChangeLog-2003245 type _Node*). Use rebinding instead of _Alloc_traits.