Searched refs:_Alloc_traits (Results 1 – 11 of 11) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| D | crash64.C | 12 struct _Alloc_traits struct 18 struct _Alloc_traits<_Tp, allocator<_Tp1> > argument 24 bool y = _Alloc_traits<state, allocator<state> >::_S_instanceless;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/ |
| D | stl_alloc.h | 885 struct _Alloc_traits 892 const bool _Alloc_traits<_Tp, _Allocator>::_S_instanceless; 896 struct _Alloc_traits<_Tp, allocator<_Tp1> > 907 struct _Alloc_traits<_Tp, __malloc_alloc_template<__inst> > 915 struct _Alloc_traits<_Tp, __default_alloc_template<__threads, __inst> > 925 struct _Alloc_traits<_Tp, __debug_alloc<_Alloc> > 937 struct _Alloc_traits<_Tp, 946 struct _Alloc_traits<_Tp, __allocator<_Tp1, __default_alloc_template<__thr, __inst> > > 956 struct _Alloc_traits<_Tp, __allocator<_Tp1, __debug_alloc<_Alloc> > >
|
| D | stl_list.h | 216 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 247 typename _Alloc_traits<_List_node<_Tp>, _Allocator>::allocator_type 258 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 270 typedef typename _Alloc_traits<_List_node<_Tp>, _Allocator>::_Alloc_type 293 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 297 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
| D | stl_vector.h | 80 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 109 typedef typename _Alloc_traits<_Tp, _Allocator>::allocator_type 124 typedef typename _Alloc_traits<_Tp, _Allocator>::_Alloc_type _Alloc_type; 142 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 146 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
| D | stl_bvector.h | 271 typedef typename _Alloc_traits<bool, _Allocator>::allocator_type 287 typename _Alloc_traits<_Bit_type, _Allocator>::allocator_type 298 typedef typename _Alloc_traits<bool, _Allocator>::allocator_type 306 typedef typename _Alloc_traits<_Bit_type, _Allocator>::_Alloc_type 325 _Alloc_traits<bool, _Alloc>::_S_instanceless> 328 _Alloc_traits<bool, _Alloc>::_S_instanceless>
|
| D | stl_deque.h | 352 typedef typename _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type; 361 typedef typename _Alloc_traits<_Tp*, _Alloc>::allocator_type 395 typedef typename _Alloc_traits<_Tp,_Alloc>::allocator_type allocator_type; 403 typedef typename _Alloc_traits<_Tp,_Alloc>::_Alloc_type _Node_alloc_type; 404 typedef typename _Alloc_traits<_Tp*,_Alloc>::_Alloc_type _Map_alloc_type; 445 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 449 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
| D | pthread_allocimpl.h | 494 struct _Alloc_traits<_Tp, _Pthread_alloc_template<_Max_size> > 503 struct _Alloc_traits<_Tp, __allocator<_Atype, _Pthread_alloc_template<_Max> > > 511 struct _Alloc_traits<_Tp, pthread_allocator<_Atype> >
|
| D | stl_tree.h | 525 typedef typename _Alloc_traits<_Tp, _Alloc>::allocator_type allocator_type; 534 typename _Alloc_traits<_Rb_tree_node<_Tp>, _Alloc>::allocator_type 552 typedef typename _Alloc_traits<_Tp, _Alloc>::allocator_type allocator_type; 560 typedef typename _Alloc_traits<_Rb_tree_node<_Tp>, _Alloc>::_Alloc_type 572 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 575 _Alloc, _Alloc_traits<_Tp, _Alloc>::_S_instanceless> _Base;
|
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| D | stl_rope.h | 74 using std::_Alloc_traits; 409 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type 423 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \ 437 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type 448 _Alloc_traits<_Tp,_Allocator>::_Alloc_type __name##Alloc; \ 450 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \ 462 _Alloc_traits<_CharT,_Alloc>::_S_instanceless> 465 _Alloc_traits<_CharT,_Alloc>::_S_instanceless> 1171 typedef typename _Alloc_traits<_CharT,_Allocator>::allocator_type 1186 _Alloc_traits<_Tp,_Allocator>::allocator_type __name##Allocator; \ [all …]
|
| D | slist | 63 using std::_Alloc_traits; 216 typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type 229 typename _Alloc_traits<_Slist_node<_Tp>,_Allocator>::allocator_type 238 typedef typename _Alloc_traits<_Tp,_Allocator>::allocator_type 245 typedef typename _Alloc_traits<_Slist_node<_Tp>, _Allocator>::_Alloc_type 258 _Alloc_traits<_Tp, _Alloc>::_S_instanceless> 261 _Alloc_traits<_Tp, _Alloc>::_S_instanceless>
|
| D | stl_hashtable.h | 80 using std::_Alloc_traits; 244 typedef typename _Alloc_traits<_Val,_Alloc>::allocator_type allocator_type; 247 typename _Alloc_traits<_Node, _Alloc>::allocator_type _M_node_allocator;
|