Searched refs:__another (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 416 _CharT* __another = _M_create(__capacity, __len); in _GLIBCXX_VISIBILITY() local 417 this->_S_copy(__another, _M_data(), __len); in _GLIBCXX_VISIBILITY() 419 _M_data(__another); in _GLIBCXX_VISIBILITY()
|
H A D | rc_string_base.h | 539 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _GLIBCXX_VISIBILITY() local 540 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _GLIBCXX_VISIBILITY() 542 __r = __another; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | sso_string_base.h | 416 _CharT* __another = _M_create(__capacity, __len); in _GLIBCXX_VISIBILITY() local 417 this->_S_copy(__another, _M_data(), __len); in _GLIBCXX_VISIBILITY() 419 _M_data(__another); in _GLIBCXX_VISIBILITY()
|
H A D | rc_string_base.h | 539 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _GLIBCXX_VISIBILITY() local 540 _S_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _GLIBCXX_VISIBILITY() 542 __r = __another; in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 184 pointer __another = _M_create(__capacity, __len); in _M_construct() 185 this->_S_copy(__another, _M_data(), __len); in _M_construct() 187 _M_data(__another); in _M_construct() 544 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); 545 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); 547 __r = __another;
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | basic_string.tcc | 202 pointer __another = _M_create(__capacity, __len); in _M_construct() local 203 this->_S_copy(__another, _M_data(), __len); in _M_construct() 205 _M_data(__another); in _M_construct()
|
H A D | cow_string.h | 3062 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _GLIBCXX_VISIBILITY() local 3063 _M_copy(__another->_M_refdata(), __r->_M_refdata(), __len); in _GLIBCXX_VISIBILITY() 3065 __r = __another; in _GLIBCXX_VISIBILITY()
|