Searched refs:_Pair_alloc_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_map.h122 _Pair_alloc_type; typedef in class:map
125 key_compare, _Pair_alloc_type> _Rep_type;
133 typedef typename _Pair_alloc_type::pointer pointer;
134 typedef typename _Pair_alloc_type::const_pointer const_pointer;
135 typedef typename _Pair_alloc_type::reference reference;
136 typedef typename _Pair_alloc_type::const_reference const_reference;
H A Dstl_multimap.h122 _Pair_alloc_type; typedef in class:multimap
125 key_compare, _Pair_alloc_type> _Rep_type;
132 typedef typename _Pair_alloc_type::pointer pointer;
133 typedef typename _Pair_alloc_type::const_pointer const_pointer;
134 typedef typename _Pair_alloc_type::reference reference;
135 typedef typename _Pair_alloc_type::const_reference const_reference;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/bits/
H A Dstl_map.h128 _Pair_alloc_type; typedef in class:_GLIBCXX_STD::map
131 key_compare, _Pair_alloc_type> _Rep_type;
139 typedef typename _Pair_alloc_type::pointer pointer;
140 typedef typename _Pair_alloc_type::const_pointer const_pointer;
141 typedef typename _Pair_alloc_type::reference reference;
142 typedef typename _Pair_alloc_type::const_reference const_reference;
H A Dstl_multimap.h143 _Pair_alloc_type; typedef in class:_GLIBCXX_STD::multimap
146 key_compare, _Pair_alloc_type> _Rep_type;
153 typedef typename _Pair_alloc_type::pointer pointer;
154 typedef typename _Pair_alloc_type::const_pointer const_pointer;
155 typedef typename _Pair_alloc_type::reference reference;
156 typedef typename _Pair_alloc_type::const_reference const_reference;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr42337.C55 private: typedef typename _Alloc::template rebind<value_type>::other _Pair_alloc_type; typedef in class:map
56 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, key_compare, _Pair_alloc_type> _Rep_type;
57 public: typedef typename _Pair_alloc_type::pointer pointer;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic98.C362 typedef typename _Alloc::template rebind<value_type>::other _Pair_alloc_type; typedef in class:std::multimap
363 typedef _Rb_tree<key_type, value_type, _Select1st<value_type>, key_compare, _Pair_alloc_type> _Rep_type;
366 typedef typename _Pair_alloc_type::pointer pointer;
367 typedef typename _Pair_alloc_type::const_pointer const_pointer;
368 typedef typename _Pair_alloc_type::reference reference;
369 typedef typename _Pair_alloc_type::const_reference const_reference;

Completed in 89 milliseconds