Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dnode_handle.h51 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY() local
86 if (_AllocTraits::propagate_on_container_move_assignment::value in _GLIBCXX_VISIBILITY()
103 _Node_handle_common(typename _AllocTraits::pointer __ptr, in _GLIBCXX_VISIBILITY()
112 if (_AllocTraits::propagate_on_container_swap::value in _GLIBCXX_VISIBILITY()
130 _AllocTraits::deallocate(*_M_alloc, _M_ptr, 1); in _GLIBCXX_VISIBILITY()
135 typename _AllocTraits::pointer _M_ptr; in _GLIBCXX_VISIBILITY()
188 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
190 _Node_handle(typename _AllocTraits::pointer __ptr, in _GLIBCXX_VISIBILITY()
209 = __ptr_rebind<typename _AllocTraits::pointer, in _GLIBCXX_VISIBILITY()
266 using _AllocTraits = allocator_traits<_NodeAlloc>; in _GLIBCXX_VISIBILITY()
[all …]