Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

322       // allocator_type and _Node_alloc_type. The conversion is
325 _Node_alloc_type;
330 : public _Node_alloc_type
335 : _Node_alloc_type(), _M_node()
338 _List_impl(const _Node_alloc_type& __a)
339 : _Node_alloc_type(__a), _M_node()
347 { return _M_impl._Node_alloc_type::allocate(1); }
351 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
356 _Node_alloc_type&
358 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
360 const _Node_alloc_type&
362 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
1204 std::__alloc_swap<typename _Base::_Node_alloc_type>::
1566 if (std::__alloc_neq<typename _Base::_Node_alloc_type>::