Home | History | Annotate | Download | only in bits

Lines Matching refs:_Sp_cp_type

512 	  typedef _Sp_counted_ptr_inplace<_Tp, _Alloc, _Lp> _Sp_cp_type;
513 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
518 ::new(static_cast<void*>(_M_pi)) _Sp_cp_type(__a,
524 __a2.deallocate(static_cast<_Sp_cp_type*>(_M_pi), 1);