Searched refs:_M_set_length_and_sharable (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dcompatibility.cc40 #define _M_set_length_and_sharable(a) _M_set_length_and_sharableXX(a) macro
293 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t);
340 basic_string<wchar_t>::_Rep::_M_set_length_and_sharable(size_t);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dcompatibility.cc40 #define _M_set_length_and_sharable(a) _M_set_length_and_sharableXX(a) macro
309 basic_string<char>::_Rep::_M_set_length_and_sharable(size_t);
356 basic_string<wchar_t>::_Rep::_M_set_length_and_sharable(size_t);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h242 _M_set_length_and_sharable(size_type __n) _GLIBCXX_NOEXCEPT
1012 _M_rep()->_M_set_length_and_sharable(0);
1337 _M_rep()->_M_set_length_and_sharable(__len);
3074 __r->_M_set_length_and_sharable(__len);
3104 __r->_M_set_length_and_sharable(__dnew);
3122 __r->_M_set_length_and_sharable(__n);
3190 _M_rep()->_M_set_length_and_sharable(__n);
3207 _M_rep()->_M_set_length_and_sharable(__len);
3234 _M_rep()->_M_set_length_and_sharable(__len);
3251 _M_rep()->_M_set_length_and_sharable(__le
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h3280 _M_set_length_and_sharable(size_type __n) _GLIBCXX_NOEXCEPT
4025 _M_rep()->_M_set_length_and_sharable(0);
4350 _M_rep()->_M_set_length_and_sharable(__len);

Completed in 245 milliseconds