Home
last modified time | relevance | path

Searched refs:_M_get_Bit_allocator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h588 _M_get_Bit_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
593 _M_get_Bit_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
599 { return allocator_type(_M_get_Bit_allocator()); } in _GLIBCXX_VISIBILITY()
725 using _Base::_M_get_Bit_allocator; in _GLIBCXX_VISIBILITY()
762 : _Base(_Bit_alloc_traits::_S_select_on_copy(__x._M_get_Bit_allocator())) in _GLIBCXX_VISIBILITY()
852 if (this->_M_get_Bit_allocator() != __x._M_get_Bit_allocator()) in _GLIBCXX_VISIBILITY()
855 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()
856 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()
860 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()
861 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_bvector.h525 _M_get_Bit_allocator() _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
529 _M_get_Bit_allocator() const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() function
534 { return allocator_type(_M_get_Bit_allocator()); } in _GLIBCXX_VISIBILITY()
647 using _Base::_M_get_Bit_allocator; in _GLIBCXX_VISIBILITY()
680 : _Base(_Bit_alloc_traits::_S_select_on_copy(__x._M_get_Bit_allocator())) in _GLIBCXX_VISIBILITY()
747 if (this->_M_get_Bit_allocator() != __x._M_get_Bit_allocator()) in _GLIBCXX_VISIBILITY()
750 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()
751 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()
755 std::__alloc_on_copy(_M_get_Bit_allocator(), in _GLIBCXX_VISIBILITY()
756 __x._M_get_Bit_allocator()); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20065602 (_Bvector_base<>::_M_get_Bit_allocator): Add.