Searched refs:__allocator_traits_rebind (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/SemaCXX/ |
D | PR9902.cpp | 5 struct __allocator_traits_rebind struct 11 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> struct 19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; argument
|
D | PR9908.cpp | 5 struct __allocator_traits_rebind struct 15 __allocator_traits_rebind<allocator_type, T>::type; argument
|
/external/libcxx/include/ |
D | memory | 1202 struct __allocator_traits_rebind 1210 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> 1216 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> 1224 struct __allocator_traits_rebind<_Alloc<_Tp>, _Up, true> 1230 struct __allocator_traits_rebind<_Alloc<_Tp>, _Up, false> 1236 struct __allocator_traits_rebind<_Alloc<_Tp, _A0>, _Up, true> 1242 struct __allocator_traits_rebind<_Alloc<_Tp, _A0>, _Up, false> 1249 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1>, _Up, true> 1256 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1>, _Up, false> 1263 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1, _A2>, _Up, true> [all …]
|
D | future | 782 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al; 808 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al; 834 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al; 1423 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1597 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1734 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1819 typedef typename __allocator_traits_rebind<_Alloc, __packaged_task_func>::type _Ap; 1922 typedef typename __allocator_traits_rebind<_Alloc, _FF>::type _Ap;
|