Searched refs:_S_create (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/gcc/libstdc++-v3/include/ext/ |
| D | rc_string_base.h | 153 _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/ |
| D | basic_string.tcc | 90 _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);
|
| D | basic_string.h | 201 _S_create(size_t, const _Alloc&);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/bits/ |
| D | basic_string.tcc | 106 _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,
|
| D | basic_string.h | 228 _S_create(size_type, size_type, const _Alloc&); in _GLIBCXX_BEGIN_NAMESPACE()
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/ |
| D | ChangeLog-2001 | 483 (_S_create): Adjust comment. 699 * include/bits/basic_string.tcc (basic_string::_Rep::_S_create): 5203 (string::_S_create): Same.
|
| D | ChangeLog-2000 | 4210 * 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
|