Home
last modified time | relevance | path

Searched defs:_Alloc_traits (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dshared_ptr_base.h356 rebind_traits<_Sp_counted_deleter> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
417 rebind_traits<_Sp_counted_ptr_inplace> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
471 rebind_traits<_Sp_cd_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
494 rebind_traits<_Sp_cd_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
520 rebind_traits<_Sp_cp_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
1011 typedef allocator_traits<_Alloc> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_vector.h217 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dsafe_container.h87 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; typedef
108 typedef __gnu_cxx::__alloc_traits<_Alloc> _Alloc_traits; in _M_swap() typedef
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_multimap.h151 typedef __gnu_cxx::__alloc_traits<_Pair_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_multiset.h136 typedef __gnu_cxx::__alloc_traits<_Key_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_set.h135 typedef __gnu_cxx::__alloc_traits<_Key_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dbasic_string.h81 typedef __gnu_cxx::__alloc_traits<_Char_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_deque.h466 typedef __gnu_cxx::__alloc_traits<_Tp_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
854 typedef typename _Base::_Alloc_traits _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dstl_map.h153 typedef __gnu_cxx::__alloc_traits<_Pair_alloc_type> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef
H A Dforward_list.h440 typedef allocator_traits<__alloc_rebind<_Alloc, _Tp>> _Alloc_traits; in _GLIBCXX_VISIBILITY() typedef