Home
last modified time | relevance | path

Searched refs:_M_set_length_and_sharable (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dcow_string.h244 _M_set_length_and_sharable(size_type __n) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
1014 _M_rep()->_M_set_length_and_sharable(0); in _GLIBCXX_VISIBILITY()
1339 _M_rep()->_M_set_length_and_sharable(__len); in _GLIBCXX_VISIBILITY()
3076 __r->_M_set_length_and_sharable(__len); in _GLIBCXX_VISIBILITY()
3106 __r->_M_set_length_and_sharable(__dnew); in _GLIBCXX_VISIBILITY()
3124 __r->_M_set_length_and_sharable(__n); in _GLIBCXX_VISIBILITY()
3192 _M_rep()->_M_set_length_and_sharable(__n); in _GLIBCXX_VISIBILITY()
3209 _M_rep()->_M_set_length_and_sharable(__len); in _GLIBCXX_VISIBILITY()
3236 _M_rep()->_M_set_length_and_sharable(__len); in _GLIBCXX_VISIBILITY()
3253 _M_rep()->_M_set_length_and_sharable(__len); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20052534 _M_set_length_and_sharable, ignore, eq): Define to XX suffixed
2921 * include/bits/basic_string.h (_Rep::_M_set_length_and_sharable):
DChangeLog-20131565 _M_set_length_and_sharable, _M_dispose]: Likewise.
DChangeLog-20041286 * include/bits/basic_string.h (_M_set_length_and_sharable): New.
DChangeLog-20093252 _M_set_length_and_sharable): Do not write the empty rep.