Home
last modified time | relevance | path

Searched refs:_M_node_allocator (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h175 _Node_allocator_type _M_node_allocator; in _GLIBCXX_VISIBILITY() local
256 { return allocator_type(_M_node_allocator); } in _GLIBCXX_VISIBILITY()
260 { return _Value_allocator_type(_M_node_allocator); } in _GLIBCXX_VISIBILITY()
266 return _Traits::max_size(_M_node_allocator); in _GLIBCXX_VISIBILITY()
435 _Node* __n = _M_node_allocator.allocate(1); in _GLIBCXX_VISIBILITY()
446 _M_node_allocator.deallocate(__n, 1); in _GLIBCXX_VISIBILITY()
463 _M_node_allocator.deallocate(__n, 1); in _GLIBCXX_VISIBILITY()
499 _Bucket_allocator_type __alloc(_M_node_allocator); in _GLIBCXX_VISIBILITY()
518 _Bucket_allocator_type __alloc(_M_node_allocator); in _GLIBCXX_VISIBILITY()
537 _M_node_allocator(__a), in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h175 _Node_allocator_type _M_node_allocator; in _GLIBCXX_VISIBILITY() local
256 { return allocator_type(_M_node_allocator); } in _GLIBCXX_VISIBILITY()
260 { return _Value_allocator_type(_M_node_allocator); } in _GLIBCXX_VISIBILITY()
266 return _Traits::max_size(_M_node_allocator); in _GLIBCXX_VISIBILITY()
435 _Node* __n = _M_node_allocator.allocate(1); in _GLIBCXX_VISIBILITY()
446 _M_node_allocator.deallocate(__n, 1); in _GLIBCXX_VISIBILITY()
463 _M_node_allocator.deallocate(__n, 1); in _GLIBCXX_VISIBILITY()
499 _Bucket_allocator_type __alloc(_M_node_allocator); in _GLIBCXX_VISIBILITY()
518 _Bucket_allocator_type __alloc(_M_node_allocator); in _GLIBCXX_VISIBILITY()
537 _M_node_allocator(__a), in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dhashtable.h507 : _Hashtable(std::move(__ht), std::move(__ht._M_node_allocator()), in _GLIBCXX_VISIBILITY()
623 { return allocator_type(this->_M_node_allocator()); } in _GLIBCXX_VISIBILITY()
627 { return __node_alloc_traits::max_size(this->_M_node_allocator()); } in _GLIBCXX_VISIBILITY()
941 return { __n, this->_M_node_allocator() }; in _GLIBCXX_VISIBILITY()
1103 auto& __this_alloc = this->_M_node_allocator(); in _GLIBCXX_VISIBILITY()
1104 auto& __that_alloc = __ht._M_node_allocator(); in _GLIBCXX_VISIBILITY()
1281 std::__alloc_on_move(this->_M_node_allocator(), __ht._M_node_allocator()); in _GLIBCXX_VISIBILITY()
1299 if (__ht._M_node_allocator() == this->_M_node_allocator()) in _GLIBCXX_VISIBILITY()
1320 __node_alloc_traits::_S_select_on_copy(__ht._M_node_allocator())), in _GLIBCXX_VISIBILITY()
1405 if (__ht._M_node_allocator() == this->_M_node_allocator()) in _GLIBCXX_VISIBILITY()
[all …]
H A Dhashtable_policy.h129 auto& __a = _M_h._M_node_allocator(); in _GLIBCXX_VISIBILITY()
1993 _M_node_allocator() in _GLIBCXX_VISIBILITY()
1997 _M_node_allocator() const in _GLIBCXX_VISIBILITY()
2033 auto __nptr = __node_alloc_traits::allocate(_M_node_allocator(), 1); in _GLIBCXX_VISIBILITY()
2038 __node_alloc_traits::construct(_M_node_allocator(), in _GLIBCXX_VISIBILITY()
2045 __node_alloc_traits::deallocate(_M_node_allocator(), __nptr, 1); in _GLIBCXX_VISIBILITY()
2054 __node_alloc_traits::destroy(_M_node_allocator(), __n->_M_valptr()); in _GLIBCXX_VISIBILITY()
2065 __node_alloc_traits::deallocate(_M_node_allocator(), __ptr, 1); in _GLIBCXX_VISIBILITY()
2084 __bucket_alloc_type __alloc(_M_node_allocator()); in _GLIBCXX_VISIBILITY()
2099 __bucket_alloc_type __alloc(_M_node_allocator()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
H A Dhashtable.h289 { return _M_node_allocator; } in _GLIBCXX_VISIBILITY()
299 _Node_Alloc _M_node_allocator; in _GLIBCXX_VISIBILITY() local
303 { return _M_node_allocator.allocate(1); } in _GLIBCXX_VISIBILITY()
307 { _M_node_allocator.deallocate(__p, 1); } in _GLIBCXX_VISIBILITY()
335 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql), in _GLIBCXX_VISIBILITY()
342 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql), in _GLIBCXX_VISIBILITY()
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
H A Dhashtable.h289 { return _M_node_allocator; } in _GLIBCXX_VISIBILITY()
299 _Node_Alloc _M_node_allocator; in _GLIBCXX_VISIBILITY() local
303 { return _M_node_allocator.allocate(1); } in _GLIBCXX_VISIBILITY()
307 { _M_node_allocator.deallocate(__p, 1); } in _GLIBCXX_VISIBILITY()
335 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql), in _GLIBCXX_VISIBILITY()
342 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql), in _GLIBCXX_VISIBILITY()
347 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash), in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dhashtable_policy.h173 auto& __a = _M_h._M_node_allocator(); in _GLIBCXX_VISIBILITY()
1914 _M_node_allocator() in _GLIBCXX_VISIBILITY()
1918 _M_node_allocator() const in _GLIBCXX_VISIBILITY()
1954 auto __nptr = __node_alloc_traits::allocate(_M_node_allocator(), 1); in _GLIBCXX_VISIBILITY()
1959 __node_alloc_traits::construct(_M_node_allocator(), in _GLIBCXX_VISIBILITY()
1966 __node_alloc_traits::deallocate(_M_node_allocator(), __nptr, 1); in _GLIBCXX_VISIBILITY()
1975 __node_alloc_traits::destroy(_M_node_allocator(), __n->_M_valptr()); in _GLIBCXX_VISIBILITY()
1986 __node_alloc_traits::deallocate(_M_node_allocator(), __ptr, 1); in _GLIBCXX_VISIBILITY()
2006 __buckets_alloc_type __alloc(_M_node_allocator()); in _GLIBCXX_VISIBILITY()
2022 __buckets_alloc_type __alloc(_M_node_allocator()); in _GLIBCXX_VISIBILITY()
H A Dhashtable.h546 : _Hashtable(std::move(__ht), std::move(__ht._M_node_allocator()), in _GLIBCXX_VISIBILITY()
657 { return allocator_type(this->_M_node_allocator()); } in _GLIBCXX_VISIBILITY()
661 { return __node_alloc_traits::max_size(this->_M_node_allocator()); } in _GLIBCXX_VISIBILITY()
1055 return { __n, this->_M_node_allocator() }; in _GLIBCXX_VISIBILITY()
1253 auto& __this_alloc = this->_M_node_allocator(); in _GLIBCXX_VISIBILITY()
1254 auto& __that_alloc = __ht._M_node_allocator(); in _GLIBCXX_VISIBILITY()
1434 std::__alloc_on_move(this->_M_node_allocator(), __ht._M_node_allocator()); in _GLIBCXX_VISIBILITY()
1450 if (__ht._M_node_allocator() == this->_M_node_allocator()) in _GLIBCXX_VISIBILITY()
1471 __node_alloc_traits::_S_select_on_copy(__ht._M_node_allocator())), in _GLIBCXX_VISIBILITY()
1554 if (__ht._M_node_allocator() == this->_M_node_allocator()) in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2012914 * include/bits/hashtable.h (_Hashtable<>::_M_node_allocator): Remove.
917 (_Hashtable<>::_M_node_allocator()): New, get the node allocator