Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable.h220 using __node_ptr = typename __hashtable_alloc::__node_ptr; in _GLIBCXX_VISIBILITY() local
301 _Scoped_node(__node_ptr __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY()
318 __node_ptr _M_node; in _GLIBCXX_VISIBILITY()
410 _M_update_bbegin(__node_ptr __n) in _GLIBCXX_VISIBILITY()
461 __node_ptr in _GLIBCXX_VISIBILITY()
464 __node_ptr in _GLIBCXX_VISIBILITY()
466 { return static_cast<__node_ptr>(_M_before_begin._M_nxt); } in _GLIBCXX_VISIBILITY()
812 __node_ptr in _GLIBCXX_VISIBILITY()
818 return static_cast<__node_ptr>(__before_n->_M_nxt); in _GLIBCXX_VISIBILITY()
823 __node_ptr in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h1896 using __node_ptr = __node_type*; in _GLIBCXX_VISIBILITY()
1923 __node_ptr in _GLIBCXX_VISIBILITY()
1928 _M_deallocate_node(__node_ptr __n); in _GLIBCXX_VISIBILITY()
1932 _M_deallocate_node_ptr(__node_ptr __n); in _GLIBCXX_VISIBILITY()
1937 _M_deallocate_nodes(__node_ptr __n); in _GLIBCXX_VISIBILITY()
1952 -> __node_ptr in _GLIBCXX_VISIBILITY()
1955 __node_ptr __n = std::__to_address(__nptr); in _GLIBCXX_VISIBILITY()
1973 _Hashtable_alloc<_NodeAlloc>::_M_deallocate_node(__node_ptr __n) in _GLIBCXX_VISIBILITY()
1981 _Hashtable_alloc<_NodeAlloc>::_M_deallocate_node_ptr(__node_ptr __n) in _GLIBCXX_VISIBILITY()
1991 _Hashtable_alloc<_NodeAlloc>::_M_deallocate_nodes(__node_ptr __n) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20202307 (_Insert_base<>::__node_ptr): New.
2340 (_Hashtable_alloc<>::__node_ptr): New.