Searched refs:__node_base (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | hashtable.h | 219 using __node_base = typename __hashtable_alloc::__node_base; in _GLIBCXX_VISIBILITY() local 380 __node_base _M_before_begin; in _GLIBCXX_VISIBILITY() 734 __node_base* in _GLIBCXX_VISIBILITY() 741 __node_base* __before_n = _M_find_before_node(__bkt, __key, __c); in _GLIBCXX_VISIBILITY() 757 __node_base* in _GLIBCXX_VISIBILITY() 758 _M_get_previous_node(size_type __bkt, __node_base* __n); in _GLIBCXX_VISIBILITY() 829 _M_erase(size_type __bkt, __node_base* __prev_n, __node_type* __n); in _GLIBCXX_VISIBILITY() 925 _M_extract_node(size_t __bkt, __node_base* __prev_n) in _GLIBCXX_VISIBILITY() 961 if (__node_base* __prev_node = _M_find_before_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() 1034 __node_base* __n = _M_buckets[__bkt]; in _GLIBCXX_VISIBILITY() [all …]
|
H A D | hashtable_policy.h | 1858 using __node_base = typename __hashtable::__node_base; in _GLIBCXX_VISIBILITY() 1867 __node_base* __prev_n = __other._M_buckets[__ybkt]; in _GLIBCXX_VISIBILITY() 1910 using __node_base = typename __hashtable::__node_base; in _GLIBCXX_VISIBILITY() 1927 __node_base* __y_prev_n = __other._M_buckets[__ybkt]; in _GLIBCXX_VISIBILITY() 1977 using __node_base = __detail::_Hash_node_base; in _GLIBCXX_VISIBILITY() 1978 using __bucket_type = __node_base*; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | list | 552 typedef __list_node_base<value_type, __void_pointer> __node_base; 565 typedef typename __rebind_alloc_helper<__alloc_traits, __node_base>::type __node_base_allocator; 571 __node_base __end_; 577 const_cast<__node_base&>(__end_).__self()); 844 typedef typename base::__node_base __node_base;
|
H A D | __tree | 1004 typedef typename _NodeTypes::__node_base_type __node_base; 1022 typedef typename __rebind_alloc_helper<__node_traits, __node_base>::type
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | hashtable_policy.h | 1897 using __node_base = _Hash_node_base; in _GLIBCXX_VISIBILITY() 1898 using __node_base_ptr = __node_base*; in _GLIBCXX_VISIBILITY()
|
H A D | hashtable.h | 225 using __node_base = typename __hashtable_alloc::__node_base; in _GLIBCXX_VISIBILITY() local 390 __node_base _M_before_begin; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2012 | 1956 * include/bits/hashtable.h (_M_erase(size_type, __node_base*,
|
H A D | ChangeLog-2019 | 2927 (_Hashtable::_M_extract_node(size_t, __node_base*)): New function.
|