Home
last modified time | relevance | path

Searched defs:__allocator_traits_rebind (Results 1 – 2 of 2) 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