Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A DPR9908.cpp11 struct allocator_traits struct
16 template <class T> using rebind_traits = allocator_traits<rebind_alloc<T>>; argument
H A 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