Home
last modified time | relevance | path

Searched refs:_S_create (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Drc_string_base.h153 _S_create(size_type, size_type, const _Alloc&); in _GLIBCXX_BEGIN_NAMESPACE()
357 _S_create(size_type __capacity, size_type __old_capacity, in _S_create() function
445 _Rep* __r = _Rep::_S_create(__requested_cap, _M_info._M_capacity, in _M_clone()
510 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); in _S_construct()
519 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _S_construct()
555 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); in _S_construct()
576 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a); in _S_construct()
643 _Rep* __r = _Rep::_S_create(_M_length() + __len2 - __len1, in _M_mutate()
669 _Rep* __r = _Rep::_S_create(__new_size, _M_capacity(), in _M_erase()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dbasic_string.tcc90 _Rep* __r = _Rep::_S_create(__i, __a); in _S_construct()
117 _Rep* __another = _Rep::_S_create(__len + 1, __a); in _S_construct()
150 _Rep* __r = _Rep::_S_create(__dnew, __a); in _S_construct()
173 _Rep* __r = _Rep::_S_create(__n, __a);
418 __r = _Rep::_S_create(__new_size > 2*capacity() ? in _M_mutate()
421 __r = _Rep::_S_create(__new_size, __a); in _M_mutate()
494 _S_create(size_t __capacity, const _Alloc& __alloc) in _S_create() function in std::basic_string::_Rep
579 __r = _Rep::_S_create(__requested_cap > 2*_M_capacity ?
582 __r = _Rep::_S_create(__requested_cap, __alloc);
Dbasic_string.h201 _S_create(size_t, const _Alloc&);
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dbasic_string.tcc106 _Rep* __r = _Rep::_S_create(__len, size_type(0), __a); in _S_construct()
115 _Rep* __another = _Rep::_S_create(__len + 1, __len, __a); in _S_construct()
151 _Rep* __r = _Rep::_S_create(__dnew, size_type(0), __a); in _S_construct()
173 _Rep* __r = _Rep::_S_create(__n, size_type(0), __a);
461 _Rep* __r = _Rep::_S_create(__new_size, this->capacity(), __a); in _M_mutate()
528 _S_create(size_type __capacity, size_type __old_capacity, in _S_create() function in basic_string::_Rep
610 _Rep* __r = _Rep::_S_create(__requested_cap, this->_M_capacity,
Dbasic_string.h228 _S_create(size_type, size_type, const _Alloc&); in _GLIBCXX_BEGIN_NAMESPACE()
/openbsd/src/gnu/lib/libstdc++/libstdc++/
DChangeLog-2001483 (_S_create): Adjust comment.
699 * include/bits/basic_string.tcc (basic_string::_Rep::_S_create):
5203 (string::_S_create): Same.
DChangeLog-20004210 * src/string-inst: consolidate _S_create,
7259 * bits/string.tcc: In _M_clone by the call of _S_create add the
7365 * bits/string.tcc(basic_string<>::_Rep::_S_create): Fixed