Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_alloc_type

304       // allocator_type and _Node_alloc_type. The conversion is
307 _Node_alloc_type;
312 : public _Node_alloc_type
317 : _Node_alloc_type(), _M_node()
320 _List_impl(const _Node_alloc_type& __a)
321 : _Node_alloc_type(__a), _M_node()
325 _List_impl(_Node_alloc_type&& __a)
326 : _Node_alloc_type(std::move(__a)), _M_node()
335 { return _M_impl._Node_alloc_type::allocate(1); }
339 { _M_impl._Node_alloc_type::deallocate(__p, 1); }
344 _Node_alloc_type&
346 { return *static_cast<_Node_alloc_type*>(&_M_impl); }
348 const _Node_alloc_type&
350 { return *static_cast<const _Node_alloc_type*>(&_M_impl); }
364 _List_base(const _Node_alloc_type& __a)
445 typedef typename _Base::_Node_alloc_type _Node_alloc_type;
530 : _Base(_Node_alloc_type(__a)) { }
555 : _Base(_Node_alloc_type(__a))
569 : _Base(_Node_alloc_type(__a))
605 : _Base(_Node_alloc_type(__a))
622 : _Base(_Node_alloc_type(__a))
1193 std::__alloc_swap<typename _Base::_Node_alloc_type>::
1556 if (std::__alloc_neq<typename _Base::_Node_alloc_type>::