Searched refs:_Node (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | hashtable.h | 126 _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 D | slist | 196 _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 D | hashtable | 200 _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 D | hashtable_policy.h | 645 typename _Hashtable::_Node* __p = in _GLIBCXX_BEGIN_NAMESPACE()
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | stl_list.h | 115 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 D | list.tcc | 72 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 D | ChangeLog-2005 | 1576 * include/ext/slist (_Slist_iterator<>::_Slist_iterator(_Node*)):
|
| H A D | ChangeLog-2003 | 245 type _Node*). Use rebinding instead of _Alloc_traits.
|