Home
last modified time | relevance | path

Searched refs:__hashtable_alloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable.h213 using __hashtable_alloc = __detail::_Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY() local
216 typename __hashtable_alloc::__value_alloc_traits; in _GLIBCXX_VISIBILITY()
218 typename __hashtable_alloc::__node_alloc_traits; in _GLIBCXX_VISIBILITY()
219 using __node_base = typename __hashtable_alloc::__node_base; in _GLIBCXX_VISIBILITY()
220 using __bucket_type = typename __hashtable_alloc::__bucket_type; in _GLIBCXX_VISIBILITY()
279 _Scoped_node(__node_type* __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY()
284 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY()
295 __hashtable_alloc* _M_h; in _GLIBCXX_VISIBILITY()
400 __hashtable_alloc& in _GLIBCXX_VISIBILITY()
412 return __hashtable_alloc::_M_allocate_buckets(__bkt_count); in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h107 using __hashtable_alloc = _Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY() member
109 typename __hashtable_alloc::__node_alloc_traits; in _GLIBCXX_VISIBILITY()
110 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
113 _ReuseOrAllocNode(__node_type* __nodes, __hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
148 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()
157 using __hashtable_alloc = _Hashtable_alloc<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
158 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
161 _AllocNode(__hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
170 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable.h216 using __hashtable_alloc = __detail::_Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY() local
220 using __node_ptr = typename __hashtable_alloc::__node_ptr; in _GLIBCXX_VISIBILITY()
222 typename __hashtable_alloc::__value_alloc_traits; in _GLIBCXX_VISIBILITY()
224 typename __hashtable_alloc::__node_alloc_traits; in _GLIBCXX_VISIBILITY()
225 using __node_base = typename __hashtable_alloc::__node_base; in _GLIBCXX_VISIBILITY()
226 using __node_base_ptr = typename __hashtable_alloc::__node_base_ptr; in _GLIBCXX_VISIBILITY()
227 using __buckets_ptr = typename __hashtable_alloc::__buckets_ptr; in _GLIBCXX_VISIBILITY()
301 _Scoped_node(__node_ptr __n, __hashtable_alloc* __h) in _GLIBCXX_VISIBILITY()
306 _Scoped_node(__hashtable_alloc* __h, _Args&&... __args) in _GLIBCXX_VISIBILITY()
317 __hashtable_alloc* _M_h; in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h150 using __hashtable_alloc = _Hashtable_alloc<__node_alloc_type>; in _GLIBCXX_VISIBILITY()
152 typename __hashtable_alloc::__node_alloc_traits; in _GLIBCXX_VISIBILITY()
155 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
157 _ReuseOrAllocNode(__node_type* __nodes, __hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
192 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()
201 using __hashtable_alloc = _Hashtable_alloc<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
204 using __node_type = typename __hashtable_alloc::__node_type; in _GLIBCXX_VISIBILITY()
206 _AllocNode(__hashtable_alloc& __h) in _GLIBCXX_VISIBILITY()
215 __hashtable_alloc& _M_h; in _GLIBCXX_VISIBILITY()
855 using __hashtable_alloc = _Hashtable_alloc< in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20202305 (_Insert_base<>::__hashtable_alloc): New.