Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable.h220 using __bucket_type = typename __hashtable_alloc::__bucket_type; in _GLIBCXX_VISIBILITY() local
378 __bucket_type* _M_buckets = &_M_single_bucket; in _GLIBCXX_VISIBILITY()
390 __bucket_type _M_single_bucket = nullptr; in _GLIBCXX_VISIBILITY()
393 _M_uses_single_bucket(__bucket_type* __bkts) const in _GLIBCXX_VISIBILITY()
403 __bucket_type* in _GLIBCXX_VISIBILITY()
416 _M_deallocate_buckets(__bucket_type* __bkts, size_type __bkt_count) in _GLIBCXX_VISIBILITY()
1150 __bucket_type* __former_buckets = nullptr; in _GLIBCXX_VISIBILITY()
1162 _M_bucket_count * sizeof(__bucket_type)); in _GLIBCXX_VISIBILITY()
1186 _M_bucket_count * sizeof(__bucket_type)); in _GLIBCXX_VISIBILITY()
1201 __bucket_type* __buckets = nullptr; in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h1978 using __bucket_type = __node_base*; in _GLIBCXX_VISIBILITY()
1980 __alloc_rebind<__node_alloc_type, __bucket_type>; in _GLIBCXX_VISIBILITY()
2018 __bucket_type* in _GLIBCXX_VISIBILITY()
2022 _M_deallocate_buckets(__bucket_type*, std::size_t __bkt_count); in _GLIBCXX_VISIBILITY()
2081 typename _Hashtable_alloc<_NodeAlloc>::__bucket_type* in _GLIBCXX_VISIBILITY()
2087 __bucket_type* __p = std::__to_address(__ptr); in _GLIBCXX_VISIBILITY()
2088 __builtin_memset(__p, 0, __bkt_count * sizeof(__bucket_type)); in _GLIBCXX_VISIBILITY()
2094 _Hashtable_alloc<_NodeAlloc>::_M_deallocate_buckets(__bucket_type* __bkts, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20122982 typedefs, add __node_type, __bucket_type, etc. Push many nested
H A DChangeLog-20144792 * include/bits/hashtable.h (_M_uses_single_bucket(__bucket_type*)): Test
H A DChangeLog-20202341 (_Hashtable_alloc<>::__bucket_type): Rename into...