Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drc_string_base.h132 _M_refcopy() throw() in _GLIBCXX_VISIBILITY() function
198 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_VISIBILITY()
313 : _M_dataplus(_S_empty_rep._M_refcopy()) { } in _GLIBCXX_VISIBILITY()
322 { __rcs._M_data(_S_empty_rep._M_refcopy()); } in _GLIBCXX_VISIBILITY()
362 _M_data(_S_empty_rep._M_refcopy()); in _GLIBCXX_VISIBILITY()
520 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
565 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
593 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dcow_string.h266 ? _M_refcopy() : _M_clone(__alloc1); in _GLIBCXX_VISIBILITY()
303 _M_refcopy() throw() in _GLIBCXX_VISIBILITY() function
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20051278 * include/ext/rc_string_base.h (_M_refcopy): Move inside the
1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
1282 (_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
DChangeLog-20034514 (_Rep::_M_dispose, _Rep::_M_refcopy): Check for the empty string.
4515 (basic_string()): Change to use _M_refdata() in place of _M_refcopy(),
4524 const _Alloc&)): Change to use _M_refdata() in place of _M_refcopy().
DChangeLog-20041787 * include/bits/basic_string.h (_M_dispose, _M_refcopy,
5015 * include/bits/basic_string.h (basic_string::_Rep::_M_refcopy): Same.