Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable.h226 using __node_base_ptr = typename __hashtable_alloc::__node_base_ptr; in _GLIBCXX_VISIBILITY() local
400 __node_base_ptr _M_single_bucket = nullptr; in _GLIBCXX_VISIBILITY()
800 __node_base_ptr in _GLIBCXX_VISIBILITY()
805 __node_base_ptr in _GLIBCXX_VISIBILITY()
809 __node_base_ptr in _GLIBCXX_VISIBILITY()
816 __node_base_ptr __before_n = _M_find_before_node(__bkt, __key, __c); in _GLIBCXX_VISIBILITY()
843 __node_base_ptr in _GLIBCXX_VISIBILITY()
943 _M_erase(size_type __bkt, __node_base_ptr __prev_n, __node_ptr __n); in _GLIBCXX_VISIBILITY()
1039 _M_extract_node(size_t __bkt, __node_base_ptr __prev_n) in _GLIBCXX_VISIBILITY()
1089 if (__node_base_ptr __prev_node = _M_find_before_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h1898 using __node_base_ptr = __node_base*; in _GLIBCXX_VISIBILITY()
1900 __alloc_rebind<__node_alloc_type, __node_base_ptr>; in _GLIBCXX_VISIBILITY()
1902 using __buckets_ptr = __node_base_ptr*; in _GLIBCXX_VISIBILITY()
2010 __builtin_memset(__p, 0, __bkt_count * sizeof(__node_base_ptr)); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20202342 (_Hashtable_alloc<>::__node_base_ptr): ...this.