| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | unordered_set.h | 63 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 69 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 80 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 112 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 118 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 130 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 183 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 189 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 198 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 232 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
| D | unordered_map.h | 63 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 69 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 80 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 114 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 120 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 132 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 190 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 196 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 205 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 242 typedef typename _Base::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | unordered_set.h | 112 typedef typename _Hashtable::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 150 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 172 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 187 unordered_set(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 197 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 207 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 227 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 231 unordered_set(size_type __n, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 236 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 243 const allocator_type& __a) in _GLIBCXX_VISIBILITY() [all …]
|
| D | alloc_traits.h | 93 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() 414 using allocator_type = allocator<_Tp>; in _GLIBCXX_VISIBILITY() 463 allocate(allocator_type& __a, size_type __n) in _GLIBCXX_VISIBILITY() 477 allocate(allocator_type& __a, size_type __n, const_void_pointer __hint) in _GLIBCXX_VISIBILITY() 495 deallocate(allocator_type& __a, pointer __p, size_type __n) in _GLIBCXX_VISIBILITY() 511 construct(allocator_type& __a __attribute__((__unused__)), _Up* __p, in _GLIBCXX_VISIBILITY() 531 destroy(allocator_type& __a __attribute__((__unused__)), _Up* __p) in _GLIBCXX_VISIBILITY() 547 max_size(const allocator_type& __a __attribute__((__unused__))) noexcept in _GLIBCXX_VISIBILITY() 561 static _GLIBCXX20_CONSTEXPR allocator_type in _GLIBCXX_VISIBILITY() 562 select_on_container_copy_construction(const allocator_type& __rhs) in _GLIBCXX_VISIBILITY() [all …]
|
| D | unordered_map.h | 118 typedef typename _Hashtable::allocator_type allocator_type; in _GLIBCXX_VISIBILITY() typedef 156 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 178 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 193 unordered_map(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 203 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 213 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 233 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 237 unordered_map(size_type __n, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 242 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 249 const allocator_type& __a) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_vector.h | 294 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() 307 allocator_type in _GLIBCXX_VISIBILITY() 309 { return allocator_type(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 318 _Vector_base(const allocator_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 330 _Vector_base(size_t __n, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 344 _Vector_base(_Vector_base&& __x, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 358 _Vector_base(const allocator_type& __a, _Vector_base&& __x) in _GLIBCXX_VISIBILITY() 462 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() 539 vector(const allocator_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 553 vector(size_type __n, const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_bvector.h | 584 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 597 allocator_type in _GLIBCXX_VISIBILITY() 599 { return allocator_type(_M_get_Bit_allocator()); } in _GLIBCXX_VISIBILITY() 608 _Bvector_base(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 615 _Bvector_base(_Bvector_base&& __x, const allocator_type& __a) noexcept in _GLIBCXX_VISIBILITY() 714 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() 717 allocator_type in _GLIBCXX_VISIBILITY() 736 vector(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 742 vector(size_type __n, const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 748 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_multiset.h | 125 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 175 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 206 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 242 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 248 multiset(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 253 const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 257 multiset(multiset&& __m, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 263 multiset(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 270 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 332 allocator_type in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_set.h | 126 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 179 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 212 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 247 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 253 set(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 257 set(const set& __x, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 261 set(set&& __x, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 267 set(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 274 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 336 allocator_type in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_deque.h | 449 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 451 allocator_type in _GLIBCXX_VISIBILITY() 453 { return allocator_type(_M_get_Tp_allocator()); } in _GLIBCXX_VISIBILITY() 466 _Deque_base(const allocator_type& __a, size_t __num_elements) in _GLIBCXX_VISIBILITY() 470 _Deque_base(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 483 _Deque_base(_Deque_base&& __x, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 487 _Deque_base(_Deque_base&& __x, const allocator_type& __a, size_t __n) in _GLIBCXX_VISIBILITY() 825 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 865 deque(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 878 deque(size_type __n, const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_multimap.h | 108 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 197 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 232 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 238 multimap(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 243 const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 247 multimap(multimap&& __m, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 253 multimap(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 260 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 293 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 346 allocator_type in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_list.h | 525 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() 670 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() 759 list(const allocator_type& __a) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 772 list(size_type __n, const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 785 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 799 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 835 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 839 list(const list& __x, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 844 list(list&& __x, const allocator_type& __a, true_type) noexcept in _GLIBCXX_VISIBILITY() 848 list(list&& __x, const allocator_type& __a, false_type) in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_map.h | 109 typedef _Alloc allocator_type; in _GLIBCXX_VISIBILITY() typedef 207 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 242 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 248 map(const allocator_type& __a) in _GLIBCXX_VISIBILITY() 252 map(const map& __m, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 256 map(map&& __m, const __type_identity_t<allocator_type>& __a) in _GLIBCXX_VISIBILITY() 262 map(initializer_list<value_type> __l, const allocator_type& __a) in _GLIBCXX_VISIBILITY() 269 const allocator_type& __a) in _GLIBCXX_VISIBILITY() 304 const allocator_type& __a = allocator_type()) in _GLIBCXX_VISIBILITY() 357 allocator_type in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/ |
| D | hash_set | 114 typedef typename _Ht::allocator_type allocator_type; 124 allocator_type 129 : _M_ht(100, hasher(), key_equal(), allocator_type()) {} 133 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 136 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 139 const allocator_type& __a = allocator_type()) 144 : _M_ht(100, hasher(), key_equal(), allocator_type()) 149 : _M_ht(__n, hasher(), key_equal(), allocator_type()) 155 : _M_ht(__n, __hf, key_equal(), allocator_type()) 161 const allocator_type& __a = allocator_type()) [all …]
|
| D | hash_map | 110 typedef typename _Ht::allocator_type allocator_type; 120 allocator_type 125 : _M_ht(100, hasher(), key_equal(), allocator_type()) {} 129 : _M_ht(__n, hasher(), key_equal(), allocator_type()) {} 132 : _M_ht(__n, __hf, key_equal(), allocator_type()) {} 135 const allocator_type& __a = allocator_type()) 140 : _M_ht(100, hasher(), key_equal(), allocator_type()) 145 : _M_ht(__n, hasher(), key_equal(), allocator_type()) 151 : _M_ht(__n, __hf, key_equal(), allocator_type()) 157 const allocator_type& __a = allocator_type()) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | stacktrace | 240 using allocator_type = _Allocator; 246 current(const allocator_type& __alloc = allocator_type()) noexcept 262 const allocator_type& __alloc = allocator_type()) noexcept 281 const allocator_type& __alloc = allocator_type()) noexcept 318 noexcept(is_nothrow_default_constructible_v<allocator_type>) 322 basic_stacktrace(const allocator_type& __alloc) noexcept 337 const allocator_type& __alloc) noexcept 345 const allocator_type& __alloc) noexcept 449 allocator_type get_allocator() const noexcept { return _M_alloc; } 581 _S_max_size(const allocator_type& __alloc) noexcept [all …]
|
| D | syncstream | 62 using allocator_type = _Alloc; 66 : basic_syncbuf(nullptr, allocator_type{}) 71 : basic_syncbuf(__obuf, allocator_type{}) 74 basic_syncbuf(streambuf_type* __obuf, const allocator_type& __alloc) 162 allocator_type 194 basic_stringbuf<char_type, traits_type, allocator_type> _M_impl; 252 using allocator_type = _Alloc; 263 basic_osyncstream(streambuf_type* __buf, const allocator_type& __a) 272 const allocator_type& __a)
|
| D | sstream | 93 // 251. basic_stringbuf missing allocator_type 94 typedef _Alloc allocator_type; 159 basic_stringbuf(const allocator_type& __a) 164 const allocator_type& __a) 177 const allocator_type& __a) 184 const allocator_type& __a) 194 : basic_stringbuf(__s, __mode, allocator_type{}) 197 basic_stringbuf(basic_stringbuf&& __rhs, const allocator_type& __a) 201 allocator_type get_allocator() const noexcept 519 basic_stringbuf(basic_stringbuf&& __rhs, const allocator_type& __a, [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/ |
| D | unordered_set | 94 typedef typename _Base::allocator_type allocator_type; 118 const allocator_type& __a = allocator_type()) 126 const allocator_type& __a = allocator_type()) 140 unordered_set(const allocator_type& __a) 144 const allocator_type& __a) 148 const allocator_type& __a) 157 const allocator_type& __a = allocator_type()) 160 unordered_set(size_type __n, const allocator_type& __a) 165 const allocator_type& __a) 172 const allocator_type& __a) [all …]
|
| D | unordered_map | 96 typedef typename _Base::allocator_type allocator_type; 122 const allocator_type& __a = allocator_type()) 130 const allocator_type& __a = allocator_type()) 144 unordered_map(const allocator_type& __a) 148 const allocator_type& __a) 152 const allocator_type& __a) 161 const allocator_type& __a = allocator_type()) 164 unordered_map(size_type __n, const allocator_type& __a) 170 const allocator_type& __a) 177 const allocator_type& __a) [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/ |
| D | list_update_policy.hpp | 61 typedef _Alloc allocator_type; typedef in __gnu_pbds::lu_move_to_front_policy 95 typedef _Alloc allocator_type; typedef in __gnu_pbds::lu_counter_policy 96 typedef typename allocator_type::size_type size_type;
|
| D | priority_queue.hpp | 91 typedef _Alloc allocator_type; typedef in __gnu_pbds::priority_queue 92 typedef typename allocator_type::size_type size_type; 93 typedef typename allocator_type::difference_type difference_type;
|
| D | trie_policy.hpp | 171 typedef _Alloc allocator_type; typedef in __gnu_pbds::trie_prefix_search_node_update 174 typedef typename allocator_type::size_type size_type; 261 typedef _Alloc allocator_type; typedef in __gnu_pbds::trie_order_statistics_node_update 262 typedef typename allocator_type::size_type size_type;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | rope | 564 typedef _Alloc allocator_type; 566 allocator_type 570 allocator_type& 574 const allocator_type& 578 _Rope_rep_base(size_type __size, const allocator_type&) 617 typedef typename _Rope_rep_base<_CharT, _Alloc>::allocator_type 618 allocator_type; 625 const allocator_type& __a) 644 allocator_type& __a); 735 typedef typename _Rope_rep_base<_CharT,_Alloc>::allocator_type [all …]
|
| D | slist | 225 typedef _Alloc allocator_type; 227 allocator_type 231 _Slist_base(const allocator_type& __a) 255 allocator_type __a = get_allocator(); 256 __alloc_traits<allocator_type>::destroy(__a, &__next->_M_data); 273 allocator_type __a = get_allocator(); 274 __alloc_traits<allocator_type>::destroy(__a, &__tmp->_M_data); 307 typedef typename _Base::allocator_type allocator_type; 309 allocator_type 324 allocator_type __a = get_allocator(); [all …]
|