Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drc_string_base.h156 _M_clone(const _Alloc&, size_type __res = 0); in _GLIBCXX_VISIBILITY()
198 ? _M_rep()->_M_refcopy() : _M_rep()->_M_clone(__alloc); in _GLIBCXX_VISIBILITY()
461 _M_clone(const _Alloc& __alloc, size_type __res) in _GLIBCXX_VISIBILITY()
648 _CharT* __tmp = _M_rep()->_M_clone(_M_get_allocator(), in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dstacktrace305 _Impl __tmp = __ret._M_impl._M_clone(__ret._M_alloc);
341 _M_impl = __other._M_impl._M_clone(_M_alloc);
353 _M_impl = __other._M_impl._M_clone(_M_alloc);
385 _M_impl = __other._M_impl._M_clone(_M_alloc);
427 _M_impl = __other._M_impl._M_clone(_M_alloc);
676 _M_clone(allocator_type& __alloc) const noexcept
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_compiler.tcc241 __e._M_append(__r._M_clone()); in _M_quantifier()
245 auto __tmp = __r._M_clone(); in _M_quantifier()
263 auto __tmp = __r._M_clone(); in _M_quantifier()
Dregex_automaton.tcc195 _StateSeq<_TraitsT>::_M_clone() in _M_clone() function in std::__detail::_StateSeq
Dregex_automaton.h386 _M_clone(); in _GLIBCXX_VISIBILITY()
Dcow_string.h266 ? _M_refcopy() : _M_clone(__alloc1); in _GLIBCXX_VISIBILITY()
313 _M_clone(const _Alloc&, size_type __res = 0); in _GLIBCXX_VISIBILITY()
3442 _CharT* __tmp = _M_rep()->_M_clone(__a, __res - this->size()); in _GLIBCXX_VISIBILITY()
3556 _M_clone(const _Alloc& __alloc, size_type __res) in _GLIBCXX_VISIBILITY()
3632 _CharT* __tmp = _M_rep()->_M_clone(__a); in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dfunctional1615 _M_clone(_Any_data& __dest, const _Any_data& __source, true_type)
1623 _M_clone(_Any_data& __dest, const _Any_data& __source, false_type)
1661 _M_clone(__dest, __source, _Local_storage());
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20131103 _DFSExecutor<>::_M_clone,
1104 _BFSExecutor<>::_M_clone): Let _M_clone to choose which executor to
1242 (_StateSeq<>::_M_clone): Add _S_opcode_subexpr_lookahead branch.
DChangeLog-19991612 * bits/basic_string.h: Add a size_type parameter to _M_clone with
1614 * bits/string.tcc: In _M_clone by the call of _S_create add the
1616 _M_state and use _M_clone instead of _M_mutate.
DChangeLog-20041288 size_type), _M_mutate, _M_clone): Use it.
5919 (_M_clone(const _Alloc&, size_type)): Likewise.
6277 (_M_clone(const _Alloc&, size_type)): Ditto.
6283 * include/bits/basic_string.tcc (_M_clone): Null-terminate.
DChangeLog-20151550 * include/bits/regex_automaton.tcc (_StateSeq::_M_clone): Likewise.
2316 _State_base<>::_M_dot, _StateSeq<>::_M_clone):
2318 _M_clone as _State<>::_M_has_alt.
DChangeLog-20145623 * include/bits/regex_automaton.tcc (_StateSeq<>::_M_clone): Use
6469 _StateSeq<>::_M_clone): Likewise.
6521 * include/bits/regex_automaton.tcc (_StateSeq<>::_M_clone()):
7329 * include/bits/regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not
DChangeLog3838 * include/std/stacktrace (basic_stacktrace): Use _Impl::_M_clone
3847 (basic_stacktrace::_Impl::_M_clone): New function.
DChangeLog-2001480 * include/bits/basic_string.tcc (_M_mutate, _M_clone): Implement
5246 (string::_M_clone): Same.
DChangeLog-20181778 * include/bits/regex_automaton.tcc (_StateSeq<_TraitsT>::_M_clone()):
5269 (_Base_manager::_M_clone(_Any_data&, const _Any_data&, true_type)):
DChangeLog-20213476 * include/bits/regex_automaton.tcc (_StateSeq:_M_clone): Use
DChangeLog-20167375 * include/std/functional (_Function_base::_Base_manager::_M_clone):