Searched refs:__rc_string_base (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | rc_string_base.h | 83 class __rc_string_base in _GLIBCXX_VISIBILITY() 312 __rc_string_base() in _GLIBCXX_VISIBILITY() 315 __rc_string_base(const _Alloc& __a); in _GLIBCXX_VISIBILITY() 317 __rc_string_base(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY() 320 __rc_string_base(__rc_string_base&& __rcs) in _GLIBCXX_VISIBILITY() 325 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a); in _GLIBCXX_VISIBILITY() 328 __rc_string_base(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY() 331 ~__rc_string_base() in _GLIBCXX_VISIBILITY() 343 _M_swap(__rc_string_base& __rcs); in _GLIBCXX_VISIBILITY() 346 _M_assign(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | vstring_fwd.h | 47 class __rc_string_base; in _GLIBCXX_VISIBILITY() local 59 std::allocator<char>, __rc_string_base> __rc_string; in _GLIBCXX_VISIBILITY() 66 std::allocator<wchar_t>, __rc_string_base> __wrc_string; in _GLIBCXX_VISIBILITY() 74 std::allocator<char16_t>, __rc_string_base> __u16rc_string; in _GLIBCXX_VISIBILITY() 80 std::allocator<char32_t>, __rc_string_base> __u32rc_string; in _GLIBCXX_VISIBILITY()
|
H A D | vstring_util.h | 81 __rc_string_base> > in _GLIBCXX_VISIBILITY() 86 __rc_string_base> > in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | rc_string_base.h | 83 class __rc_string_base in _GLIBCXX_VISIBILITY() 312 __rc_string_base() in _GLIBCXX_VISIBILITY() 315 __rc_string_base(const _Alloc& __a); in _GLIBCXX_VISIBILITY() 317 __rc_string_base(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY() 320 __rc_string_base(__rc_string_base&& __rcs) in _GLIBCXX_VISIBILITY() 325 __rc_string_base(size_type __n, _CharT __c, const _Alloc& __a); in _GLIBCXX_VISIBILITY() 328 __rc_string_base(_InputIterator __beg, _InputIterator __end, in _GLIBCXX_VISIBILITY() 331 ~__rc_string_base() in _GLIBCXX_VISIBILITY() 343 _M_swap(__rc_string_base& __rcs); in _GLIBCXX_VISIBILITY() 346 _M_assign(const __rc_string_base& __rcs); in _GLIBCXX_VISIBILITY() [all …]
|
H A D | vstring_fwd.h | 47 class __rc_string_base; in _GLIBCXX_VISIBILITY() local 59 std::allocator<char>, __rc_string_base> __rc_string; in _GLIBCXX_VISIBILITY() 65 std::allocator<wchar_t>, __rc_string_base> __wrc_string; in _GLIBCXX_VISIBILITY() 72 std::allocator<char16_t>, __rc_string_base> __u16rc_string; in _GLIBCXX_VISIBILITY() 78 std::allocator<char32_t>, __rc_string_base> __u32rc_string; in _GLIBCXX_VISIBILITY()
|
H A D | vstring_util.h | 81 __rc_string_base> > in _GLIBCXX_VISIBILITY() 86 __rc_string_base> > in _GLIBCXX_VISIBILITY()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2005 | 644 * include/ext/rc_string_base.h (__rc_string_base<>::_M_compare): 735 * include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): Also 767 * include/ext/rc_string_base.h (__rc_string_base<>::_M_get_allocator): 771 * include/ext/rc_string_base.h (__rc_string_base<>::_M_erase): Likewise. 787 * include/ext/rc_string_base.h (__rc_string_base<>::_M_mutate): 805 * include/ext/rc_string_base.h (__rc_string_base<>::_M_reserve): 881 (__rc_string_base<>::_M_get_allocator): Return by const ref. 882 (__rc_string_base<>::_M_dispose): Take void, use _M_get_allocator. 883 (__rc_string_base<>::_M_grab): Take one alloc, use _M_get_allocator. 884 (__rc_string_base<>::~__rc_string_base, [all …]
|
H A D | ChangeLog-2006 | 3065 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size): 3067 (__rc_string_base::_M_create): Add early _S_max_size check. 3072 * include/ext/rc_string_base.h (__rc_string_base::_S_max_size): 5745 * include/ext/rc_string_base.h (__rc_string_base<>::_M_swap):
|
H A D | ChangeLog-2008 | 2099 (__rc_string_base<>::__rc_string_base(std::initializer_list<_CharT>,
|
H A D | ChangeLog-2007 | 1570 * include/ext/rc_string_base.h (__rc_string_base(__rc_string_base&&)): 1572 (__rc_string_base()): Use _Alloc_hider(_CharT*).
|
H A D | ChangeLog-2010 | 6732 * include/ext/rc_string_base.h (__rc_string_base<>:: 6733 __rc_string_base(__rc_string_base&&)): Simplify a tad.
|
H A D | ChangeLog-2019 | 1316 * include/ext/rc_string_base.h (__rc_string_base::_Rep): Use
|
H A D | ChangeLog-2021 | 1972 (__rc_string_base<wchar_t>): Define member function.
|
H A D | ChangeLog-2016 | 6131 * include/ext/rc_string_base.h (__rc_string_base::_M_clear()):
|