Searched refs:_S_move (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h116 _S_move(_CharT* __d, const _CharT* __s, size_type __n) function in struct:__vstring_utility
H A Drc_string_base.h704 this->_S_move(_M_data() + __pos,
H A Dsso_string_base.h572 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dvstring_util.h116 _S_move(_CharT* __d, const _CharT* __s, size_type __n) function in struct:__vstring_utility
H A Drc_string_base.h704 this->_S_move(_M_data() + __pos,
H A Dsso_string_base.h572 this->_S_move(_M_data() + __pos, _M_data() + __pos + __n, __how_much);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d965 _S_move(_M_data, __s, __n);
1403 _S_move(_M_data + __pos + __len2, _M_data + __pos + __len1, __how_much);
1731 _S_move(__p + __len2, __p + __len1, __how_much);
1739 _S_move(__p, __s, __len2);
1741 _S_move(__p + __len2, __p + __len1, __how_much);
1745 _S_move(__p, __s, __len2);
1751 _S_move(__p, __s, __nleft);
1778 _S_move(__p + __n2, __p + __n1, __how_much);
1856 static void _S_move(T* __d, const(T)* __s, size_type __n)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h438 _S_move(_CharT* __d, const _CharT* __s, size_type __n) function in class:basic_string
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h363 _S_move(_CharT* __d, const _CharT* __s, size_type __n) function in class:basic_string

Completed in 286 milliseconds