Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_del

332 	_Deleter _M_del;        // copy constructor must not throw
334 : _Alloc(__a), _M_del(__d) { }
340 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
344 : _M_ptr(__p), _M_del(__d, __a) { }
350 { _M_del._M_del(_M_ptr); }
357 typename _Alloc_traits::allocator_type __a(_M_del);
366 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0;
374 _My_Deleter _M_del; // copy constructor must not throw