Home | History | Annotate | Download | only in bits

Lines Matching refs:__del

1013           _Deleter<_Alloc2> __del = { _Alloc2(__a) };
1014 _M_ptr = __del._M_alloc.allocate(1);
1017 __del._M_alloc.construct(_M_ptr, std::forward<_Args>(__args)...);
1021 __del._M_alloc.deallocate(_M_ptr, 1);
1024 __shared_count<_Lp> __count(_M_ptr, __del, __del._M_alloc);