Home | History | Annotate | Download | only in bits

Lines Matching full:__a2

495 	  typename _Alloc_traits::allocator_type __a2(__a);
499 __mem = _Alloc_traits::allocate(__a2, 1);
500 _Alloc_traits::construct(__a2, __mem,
508 _Alloc_traits::deallocate(__a2, __mem, 1);
521 typename _Alloc_traits::allocator_type __a2(__a);
522 _Sp_cp_type* __mem = _Alloc_traits::allocate(__a2, 1);
525 _Alloc_traits::construct(__a2, __mem, std::move(__a),
531 _Alloc_traits::deallocate(__a2, __mem, 1);