Searched refs:__allocator_traits_rebind (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/SemaCXX/ |
D | 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; argument
|
D | PR9908.cpp | 5 struct __allocator_traits_rebind struct 15 __allocator_traits_rebind<allocator_type, T>::type; argument
|
/external/libcxx/include/ |
D | __node_handle | 71 typedef typename __allocator_traits_rebind<
|
D | memory | 1272 struct __allocator_traits_rebind 1280 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> 1286 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> 1294 struct __allocator_traits_rebind<_Alloc<_Tp>, _Up, true> 1300 struct __allocator_traits_rebind<_Alloc<_Tp>, _Up, false> 1306 struct __allocator_traits_rebind<_Alloc<_Tp, _A0>, _Up, true> 1312 struct __allocator_traits_rebind<_Alloc<_Tp, _A0>, _Up, false> 1319 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1>, _Up, true> 1326 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1>, _Up, false> 1333 struct __allocator_traits_rebind<_Alloc<_Tp, _A0, _A1, _A2>, _Up, true> [all …]
|
D | future | 794 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al; 820 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al; 846 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al; 1432 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1594 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1724 typedef typename __allocator_traits_rebind<_Alloc, _State>::type _A2; 1809 typedef typename __allocator_traits_rebind<_Alloc, __packaged_task_func>::type _Ap; 1913 typedef typename __allocator_traits_rebind<_Alloc, _FF>::type _Ap;
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test-libandroid.so.abi | 6910 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_value_type&… 6915 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_value_type&… 6920 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_value_type&… 6925 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<unsigned int>, std::__1::… 27904 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<android::sp<android::Surf… 27909 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<long long>, std::__1::__h… 27914 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_node<std… 27919 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_value_type&… 27924 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_value_type&… 27929 …<class-decl name='__allocator_traits_rebind<std::__1::allocator<std::__1::__hash_value_type&… [all …]
|