HomeSort by: relevance | last modified time | path
    Searched defs:_M_this (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
stl_vector.h 1859 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec)
1861 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(),
1867 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); }
1885 vector* _M_this;
unicode.h 256 constexpr ~_Guard() { _M_this->_M_curr() = std::move(_M_orig); }
257 _Utf_iterator* _M_this;
stl_vector.h 1859 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec)
1861 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(),
1867 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); }
1885 vector* _M_this;
unicode.h 256 constexpr ~_Guard() { _M_this->_M_curr() = std::move(_M_orig); }
257 _Utf_iterator* _M_this;
cow_string.h 3781 ~_Terminator() { _M_this->_M_rep()->_M_set_length_and_sharable(_M_r); }
3782 basic_string* _M_this;
cow_string.h 3781 ~_Terminator() { _M_this->_M_rep()->_M_set_length_and_sharable(_M_r); }
3782 basic_string* _M_this;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
stl_vector.h 1833 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec)
1835 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(),
1841 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); }
1859 vector* _M_this;
stl_vector.h 1833 _Temporary_value(vector* __vec, _Args&&... __args) : _M_this(__vec)
1835 _Alloc_traits::construct(_M_this->_M_impl, _M_ptr(),
1841 { _Alloc_traits::destroy(_M_this->_M_impl, _M_ptr()); }
1859 vector* _M_this;

Completed in 104 milliseconds