Home
last modified time | relevance | path

Searched defs:allocator_traits (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
DPR9908.cpp11 struct allocator_traits struct
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument
DPR9902.cpp17 struct allocator_traits struct
19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; argument
20 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument