OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_clone
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
rc_string_base.h
158
_M_clone
(const _Alloc&, size_type __res = 0);
200
? _M_rep()->_M_refcopy() : _M_rep()->
_M_clone
(__alloc);
463
_M_clone
(const _Alloc& __alloc, size_type __res)
650
_CharT* __tmp = _M_rep()->
_M_clone
(_M_get_allocator(),
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
rc_string_base.h
156
_M_clone
(const _Alloc&, size_type __res = 0);
198
? _M_rep()->_M_refcopy() : _M_rep()->
_M_clone
(__alloc);
461
_M_clone
(const _Alloc& __alloc, size_type __res)
648
_CharT* __tmp = _M_rep()->
_M_clone
(_M_get_allocator(),
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
cow_string.h
258
? _M_refcopy() :
_M_clone
(__alloc1);
305
_M_clone
(const _Alloc&, size_type __res = 0);
3539
_CharT* __tmp = _M_rep()->
_M_clone
(__a, __res - this->size());
3653
_M_clone
(const _Alloc& __alloc, size_type __res)
3729
_CharT* __tmp = _M_rep()->
_M_clone
(__a);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
cow_string.h
266
? _M_refcopy() :
_M_clone
(__alloc1);
313
_M_clone
(const _Alloc&, size_type __res = 0);
3449
_CharT* __tmp = _M_rep()->
_M_clone
(__a, __res - this->size());
3563
_M_clone
(const _Alloc& __alloc, size_type __res)
3639
_CharT* __tmp = _M_rep()->
_M_clone
(__a);
Completed in 35 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026