Home
last modified time | relevance | path

Searched refs:_M_clone (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Drc_string_base.h159 _M_clone(const _Alloc&, size_type __res = 0); in _GLIBCXX_BEGIN_NAMESPACE()
201 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_BEGIN_NAMESPACE()
441 _M_clone(const _Alloc& __alloc, size_type __res) in _M_clone() function
628 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), in _M_reserve()
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_string.tcc492 _CharT* __tmp = _M_rep()->_M_clone(__a, __res - this->size()); in reserve()
606 _M_clone(const _Alloc& __alloc, size_type __res)
Dbasic_string.h223 ? _M_refcopy() : _M_clone(__alloc1); in _GLIBCXX_BEGIN_NAMESPACE()
255 _M_clone(const _Alloc&, size_type __res = 0); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dfunctional871 _M_clone(_Any_data& __dest, const _Any_data& __source, true_type)
879 _M_clone(_Any_data& __dest, const _Any_data& __source, false_type)
915 _M_clone(__dest, __source, _Local_storage());
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dbasic_string.tcc461 _CharT* __tmp = _M_rep()->_M_clone(__a, __res - this->size()); in reserve()
565 _M_clone(const _Alloc& __alloc, size_type __res)
Dbasic_string.h196 ? _M_refcopy() : _M_clone(__alloc1); in _M_grab()
221 _M_clone(const _Alloc&, size_type __res = 0);
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-2001480 * include/bits/basic_string.tcc (_M_mutate, _M_clone): Implement
5246 (string::_M_clone): Same.
DChangeLog-20007257 * bits/basic_string.h: Add a size_type parameter to _M_clone with
7259 * bits/string.tcc: In _M_clone by the call of _S_create add the
7261 _M_state and use _M_clone instead of _M_mutate.
DChangeLog174 * include/bits/basic_string.tcc (_M_clone): Null-terminate.