Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

302       // allocator_type and _Node_alloc_type. The conversion is
305 _Node_alloc_type;
310 : public _Node_alloc_type
315 : _Node_alloc_type(), _M_node()
318 _List_impl(const _Node_alloc_type& __a)
319 : _Node_alloc_type(__a), _M_node()
327 { return _M_impl._Node_alloc_type::allocate(1); }
331 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
336 _Node_alloc_type&
338 { return *static_cast<_Node_alloc_type*>(&this->_M_impl); }
340 const _Node_alloc_type&
342 { return *static_cast<const _Node_alloc_type*>(&this->_M_impl); }
1184 std::__alloc_swap<typename _Base::_Node_alloc_type>::
1546 if (std::__alloc_neq<typename _Base::_Node_alloc_type>::