HomeSort by relevance Sort by last modified time
    Searched refs:__allocator_traits_rebind (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
PR9902.cpp 5 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;
PR9908.cpp 5 struct __allocator_traits_rebind struct
15 __allocator_traits_rebind<allocator_type, T>::type;

Completed in 198 milliseconds