Home
last modified time | relevance | path

Searched refs:__allocator_traits_rebind (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
DPR9902.cpp5 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
DPR9908.cpp5 struct __allocator_traits_rebind struct
15 __allocator_traits_rebind<allocator_type, T>::type; argument
/external/libcxx/include/
Dmemory1164 struct __allocator_traits_rebind
1172 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true>
1178 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false>
1186 struct __allocator_traits_rebind<_Alloc<_Tp>, _Up, true>
1192 struct __allocator_traits_rebind<_Alloc<_Tp>, _Up, false>
1198 struct __allocator_traits_rebind<_Alloc<_Tp, _A0>, _Up, true>
1204 struct __allocator_traits_rebind<_Alloc<_Tp, _A0>, _Up, false>
1211 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1>, _Up, true>
1218 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1>, _Up, false>
1225 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1, _A2>, _Up, true>
[all …]