Home | History | Annotate | Download | only in bits

Lines Matching defs:_Alloc2

245           typedef std::allocator<_Sp_cd_type> _Alloc2;
246 _Alloc2 __a2;
265 typedef typename _Alloc::template rebind<_Sp_cd_type>::other _Alloc2;
266 _Alloc2 __a2(__a);
286 typedef typename _Alloc::template rebind<_Sp_cp_type>::other _Alloc2;
287 _Alloc2 __a2(__a);