Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

291       // allocator_type and _Node_alloc_type. The conversion is
294 _Node_alloc_type;
299 : public _Node_alloc_type
304 : _Node_alloc_type(), _M_node()
307 _List_impl(const _Node_alloc_type& __a)
308 : _Node_alloc_type(__a), _M_node()
316 { return _M_impl._Node_alloc_type::allocate(1); }
320 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
325 _Node_alloc_type&
327 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
329 const _Node_alloc_type&
331 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
1115 std::__alloc_swap<typename _Base::_Node_alloc_type>::
1462 if (std::__alloc_neq<typename _Base::_Node_alloc_type>::