Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h165 static _Rep_empty _S_empty_rep; in _GLIBCXX_VISIBILITY() local
313 : _M_dataplus(_S_empty_rep._M_refcopy()) { } in _GLIBCXX_VISIBILITY()
322 { __rcs._M_data(_S_empty_rep._M_refcopy()); } in _GLIBCXX_VISIBILITY()
362 _M_data(_S_empty_rep._M_refcopy()); in _GLIBCXX_VISIBILITY()
372 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; in _GLIBCXX_VISIBILITY()
520 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
565 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
593 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Drc_string_base.h165 static _Rep_empty _S_empty_rep; in _GLIBCXX_VISIBILITY() local
313 : _M_dataplus(_S_empty_rep._M_refcopy()) { } in _GLIBCXX_VISIBILITY()
322 { __rcs._M_data(_S_empty_rep._M_refcopy()); } in _GLIBCXX_VISIBILITY()
362 _M_data(_S_empty_rep._M_refcopy()); in _GLIBCXX_VISIBILITY()
372 __rc_string_base<_CharT, _Traits, _Alloc>::_S_empty_rep; in _GLIBCXX_VISIBILITY()
520 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
565 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
593 return _S_empty_rep._M_refcopy(); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dcow_string.h197 _S_empty_rep() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
247 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY()
277 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY()
306 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY()
475 _S_empty_rep() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
476 { return _Rep::_S_empty_rep(); } in _GLIBCXX_VISIBILITY()
526 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) in _GLIBCXX_VISIBILITY()
632 __str._M_data(_S_empty_rep()._M_refdata()); in _GLIBCXX_VISIBILITY()
664 __str._M_data(_S_empty_rep()._M_refdata()); in _GLIBCXX_VISIBILITY()
1011 _M_data(_S_empty_rep()._M_refdata()); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d911 _M_data = _S_empty_rep()._M_refdata(); in version()
1176 … static ref _Rep _S_empty_rep() nothrow @trusted { return *cast(_Rep*)_S_empty_rep_storage.ptr; } in version()
1185 if (&this != &_S_empty_rep()) in version()
1256 if (&this != &_S_empty_rep()) in version()
1286 if (&this != &_S_empty_rep()) in version()
1344 static ref _Rep _S_empty_rep() nothrow in version()
1346 return _Rep._S_empty_rep(); in version()
1354 return _S_empty_rep()._M_refdata(); in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dbasic_string.tcc525 return _S_empty_rep()._M_refdata();
571 return _S_empty_rep()._M_refdata();
599 return _S_empty_rep()._M_refdata();
902 if (_M_rep() == &_S_empty_rep())
H A Dbasic_string.h3233 _S_empty_rep() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
3283 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY()
3313 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY()
3342 if (__builtin_expect(this != &_S_empty_rep(), false)) in _GLIBCXX_VISIBILITY()
3511 _S_empty_rep() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
3512 { return _Rep::_S_empty_rep(); } in _GLIBCXX_VISIBILITY()
3562 : _M_dataplus(_S_empty_rep()._M_refdata(), _Alloc()) in _GLIBCXX_VISIBILITY()
3660 __str._M_data(_S_empty_rep()._M_refdata()); in _GLIBCXX_VISIBILITY()
3683 __str._M_data(_S_empty_rep()._M_refdata()); in _GLIBCXX_VISIBILITY()
4022 _M_data(_S_empty_rep()._M_refdata()); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A 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.
H A DChangeLog-20131563 * include/bits/basic_string.h (basic_string::_Rep) [_S_empty_rep,
1569 _S_empty_rep, shrink_to_fit, operator[] const, front const, back const]:
H A DChangeLog-20041328 unnecessarily when _M_rep() == &_S_empty_rep() and __new_size
1789 don't deal with _S_empty_rep.
H A DChangeLog-20145949 Add inline specifiers. Remove unused header. Remove _S_empty_rep and
H A DChangeLog-20034511 (_Rep::_S_empty_rep()): New accessor.