Home | History | Annotate | Download | only in bits

Lines Matching defs:_M_del

109         _Deleter _M_del;         // copy constructor must not throw
111 : _My_alloc_type(__a), _M_del(__d) { }
123 : _Base_type(__p), _M_del(__d, _Alloc()) { }
130 : _Base_type(__p), _M_del(__d, __a) { }
134 { _M_del._M_del(_Base_type::_M_ptr); }
139 _My_alloc_type __a(_M_del);
146 { return __ti == typeid(_Deleter) ? &_M_del._M_del : 0; }
149 _My_Deleter _M_del; // copy constructor must not throw
195 _My_alloc_type __a(_Base_type::_M_del);