Home
last modified time | relevance | path

Searched defs:__alloc_traits (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h48 struct __alloc_traits in _GLIBCXX_VISIBILITY() struct
53 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
55 typedef std::allocator_traits<_Alloc> _Base_type; in _GLIBCXX_VISIBILITY()
56 typedef typename _Base_type::value_type value_type; in _GLIBCXX_VISIBILITY()
57 typedef typename _Base_type::pointer pointer; in _GLIBCXX_VISIBILITY()
58 typedef typename _Base_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()
59 typedef typename _Base_type::size_type size_type; in _GLIBCXX_VISIBILITY()
60 typedef typename _Base_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()
62 typedef value_type& reference; in _GLIBCXX_VISIBILITY()
63 typedef const value_type& const_reference; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dalloc_traits.h48 struct __alloc_traits in _GLIBCXX_VISIBILITY() struct
53 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY()
55 typedef std::allocator_traits<_Alloc> _Base_type; in _GLIBCXX_VISIBILITY()
56 typedef typename _Base_type::value_type value_type; in _GLIBCXX_VISIBILITY()
57 typedef typename _Base_type::pointer pointer; in _GLIBCXX_VISIBILITY()
58 typedef typename _Base_type::const_pointer const_pointer; in _GLIBCXX_VISIBILITY()
59 typedef typename _Base_type::size_type size_type; in _GLIBCXX_VISIBILITY()
60 typedef typename _Base_type::difference_type difference_type; in _GLIBCXX_VISIBILITY()
62 typedef value_type& reference; in _GLIBCXX_VISIBILITY()
63 typedef const value_type& const_reference; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__memory/
H A Dshared_ptr.h49 typedef _LIBCPP_NODEBUG_TYPE allocator_traits<_Alloc> __alloc_traits; typedef
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dstring.d2232 alias __alloc_traits = allocator_traits!allocator_type; in version() local