Home
last modified time | relevance | path

Searched refs:__another (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dsso_string_base.h416 _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 Drc_string_base.h539 _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 Dsso_string_base.h416 _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 Drc_string_base.h539 _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 Dbasic_string.tcc184 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 Dbasic_string.tcc202 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 Dcow_string.h3062 _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()