Searched refs:_S_empty_rep (Results 1 – 6 of 6) sorted by relevance
168 static _Rep_empty _S_empty_rep; in _GLIBCXX_BEGIN_NAMESPACE() local302 : _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()
180 _S_empty_rep() in _GLIBCXX_BEGIN_NAMESPACE() function234 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()
96 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()
817 * include/bits/basic_string.h (_Rep::_S_empty_rep): Avoid894 * 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.
1328 unnecessarily when _M_rep() == &_S_empty_rep() and __new_size1789 don't deal with _S_empty_rep.
4511 (_Rep::_S_empty_rep()): New accessor.