Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_del

335 	_Deleter _M_del;         // copy constructor must not throw
337 : _My_alloc_type(__a), _M_del(__d) { }
343 : _M_ptr(__p), _M_del(__d, _Alloc()) { }
347 : _M_ptr(__p), _M_del(__d, __a) { }
351 { _M_del._M_del(_M_ptr); }
356 _My_alloc_type __a(_M_del);
365 return __ti == typeid(_Deleter) ? &_M_del._M_del : 0;
373 _My_Deleter _M_del; // copy constructor must not throw
420 _My_alloc_type __a(_Base_type::_M_del);