Home
last modified time | relevance | path

Searched refs:_S_empty_rep (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/libstdc++/include/ext/
Drc_string_base.h168 static _Rep_empty _S_empty_rep; in _GLIBCXX_BEGIN_NAMESPACE() local
302 : _M_dataplus(_Alloc(), _S_empty_rep._M_refcopy()) { } in _GLIBCXX_BEGIN_NAMESPACE()
352 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep;
500 return _S_empty_rep._M_refcopy(); in _S_construct()
545 return _S_empty_rep._M_refcopy(); in _S_construct()
573 return _S_empty_rep._M_refcopy(); in _S_construct()
/trueos/contrib/libstdc++/include/bits/
Dbasic_string.h180 _S_empty_rep() in _GLIBCXX_BEGIN_NAMESPACE() function
234 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_BEGIN_NAMESPACE()
248 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_BEGIN_NAMESPACE()
410 _S_empty_rep() in _GLIBCXX_BEGIN_NAMESPACE()
411 { return _Rep::_S_empty_rep(); } in _GLIBCXX_BEGIN_NAMESPACE()
2067 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { } in basic_string()
Dbasic_string.tcc96 return _S_empty_rep()._M_refdata(); in _S_construct()
142 return _S_empty_rep()._M_refdata(); in _S_construct()
170 return _S_empty_rep()._M_refdata();
440 if (_M_rep() == &_S_empty_rep()) in _M_leak_hard()
/trueos/contrib/libstdc++/
DChangeLog-2005817 * include/bits/basic_string.h (_Rep::_S_empty_rep): Avoid
894 * include/ext/rc_string_base.h (__rc_string_base<>::_S_empty_rep()):
1280 (__rc_string_base()): Construct with _S_empty_rep()._M_refcopy().
1282 (_S_construct): Return _S_empty_rep()._M_refcopy() for empty string.
4683 check for this == &_S_empty_rep, it's always false, here.
DChangeLog-20041328 unnecessarily when _M_rep() == &_S_empty_rep() and __new_size
1789 don't deal with _S_empty_rep.
DChangeLog-20034511 (_Rep::_S_empty_rep()): New accessor.