Home
last modified time | relevance | path

Searched defs:rebind_alloc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A DPR9902.cpp19 template <class T> using rebind_alloc = typename __allocator_traits_rebind<Alloc, T>::type; typedef
H A DPR9908.cpp14 template <class T> using rebind_alloc = typename typedef
/llvm-project/clang/test/Frontend/
H A Dftime-report-template-decl.cpp142 using rebind_alloc = _Other; global() typedef
147 using rebind_alloc = typename Foo<_Alloc>::template rebind_alloc<_Other>; global() typedef