Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/ext/
H A 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()
/openbsd/gnu/gcc/libstdc++-v3/include/bits/
H A 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()
400 _S_empty_rep() in _GLIBCXX_BEGIN_NAMESPACE()
401 { return _Rep::_S_empty_rep(); } in _GLIBCXX_BEGIN_NAMESPACE()
2057 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) { } in basic_string()
H A 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()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dbasic_string.tcc81 return _S_empty_rep()._M_refcopy(); in _S_construct()
141 return _S_empty_rep()._M_refcopy(); in _S_construct()
170 return _S_empty_rep()._M_refcopy();
H A Dbasic_string.h324 _S_empty_rep() in _S_empty_rep() function
862 : _M_dataplus(_S_empty_rep()._M_refcopy(), _Alloc()) { } in basic_string()