Searched refs:_M_clone (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h154 _M_clone(const _Alloc&, size_type __res = 0);
196 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
448 _M_clone(const _Alloc& __alloc, size_type __res) function in class:__rc_string_base::_Rep
635 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/
H A Drc_string_base.h159 _M_clone(const _Alloc&, size_type __res = 0);
201 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc);
440 _M_clone(const _Alloc& __alloc, size_type __res) function in class:__gnu_cxx::__rc_string_base::_Rep
626 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(),
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dbasic_string.h219 ? _M_refcopy() : _M_clone(__alloc1);
250 _M_clone(const _Alloc&, size_type __res = 0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dbasic_string.h222 ? _M_refcopy() : _M_clone(__alloc1);
254 _M_clone(const _Alloc&, size_type __res = 0);

Completed in 69 milliseconds