Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/SemaCXX/
H A 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
H A DPR9908.cpp5 struct __allocator_traits_rebind struct
15 __allocator_traits_rebind<allocator_type, T>::type; argument