Home
last modified time | relevance | path

Searched refs:__allocator_traits_rebind (Results 1 – 25 of 284) sorted by relevance

12345678910>>...12

/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__memory/
Dallocator_traits.h166 struct __allocator_traits_rebind {
171 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> {
175 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> {
181 using __allocator_traits_rebind_t = typename __allocator_traits_rebind<_Alloc, _Tp>::type;
Dshared_ptr.h234 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak()
263 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, __remove_cv_t<_Tp> >::type; in __shared_ptr_emplace()
282 using _TpAlloc = typename __allocator_traits_rebind<_Allocator, __remove_cv_t<_Tp> >::type; in __on_zero_shared_impl()
290 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak()
482 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
528 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
824 using _ControlBlockAllocator = typename __allocator_traits_rebind<_Alloc, _ControlBlock>::type;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__memory/
Dallocator_traits.h165 struct __allocator_traits_rebind {
170 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> {
174 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> {
180 using __allocator_traits_rebind_t = typename __allocator_traits_rebind<_Alloc, _Tp>::type;
Dshared_ptr.h233 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak()
262 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, __remove_cv_t<_Tp> >::type; in __shared_ptr_emplace()
281 using _TpAlloc = typename __allocator_traits_rebind<_Allocator, __remove_cv_t<_Tp> >::type; in __on_zero_shared_impl()
289 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak()
481 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
527 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
823 using _ControlBlockAllocator = typename __allocator_traits_rebind<_Alloc, _ControlBlock>::type;
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__memory/
Dallocator_traits.h166 struct __allocator_traits_rebind {
171 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> {
175 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> {
181 using __allocator_traits_rebind_t = typename __allocator_traits_rebind<_Alloc, _Tp>::type;
Dshared_ptr.h240 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak()
271 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, __value_type>::type; in __shared_ptr_emplace()
290 using _TpAlloc = typename __allocator_traits_rebind<_Allocator, __remove_cv_t<_Tp> >::type; in __on_zero_shared_impl()
298 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak()
491 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
546 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
842 using _ControlBlockAllocator = typename __allocator_traits_rebind<_Alloc, _ControlBlock>::type;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__memory/
Dallocator_traits.h165 struct __allocator_traits_rebind {
170 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> {
174 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> {
180 using __allocator_traits_rebind_t = typename __allocator_traits_rebind<_Alloc, _Tp>::type;
Dshared_ptr.h231 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak()
260 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, _Tp>::type; in __shared_ptr_emplace()
279 using _TpAlloc = typename __allocator_traits_rebind<_Allocator, _Tp>::type; in __on_zero_shared_impl()
287 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak()
478 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
524 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
816 using _ControlBlockAllocator = typename __allocator_traits_rebind<_Alloc, _ControlBlock>::type;
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__memory/
H A Dallocator_traits.h165 struct __allocator_traits_rebind {
170 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> {
174 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> {
180 using __allocator_traits_rebind_t = typename __allocator_traits_rebind<_Alloc, _Tp>::type;
H A Dshared_ptr.h234 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak()
263 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, _Tp>::type; in __shared_ptr_emplace()
282 using _TpAlloc = typename __allocator_traits_rebind<_Allocator, _Tp>::type; in __on_zero_shared_impl()
290 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak()
482 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
528 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
824 using _ControlBlockAllocator = typename __allocator_traits_rebind<_Alloc, _ControlBlock>::type;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__memory/
Dallocator_traits.h166 struct __allocator_traits_rebind {
171 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, true> {
175 struct __allocator_traits_rebind<_Alloc<_Tp, _Args...>, _Up, false> {
181 using __allocator_traits_rebind_t = typename __allocator_traits_rebind<_Alloc, _Tp>::type;
Dshared_ptr.h234 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak()
263 using _TpAlloc = typename __allocator_traits_rebind<_Alloc, _Tp>::type; in __shared_ptr_emplace()
282 using _TpAlloc = typename __allocator_traits_rebind<_Allocator, _Tp>::type; in __on_zero_shared_impl()
290 …using _ControlBlockAlloc = typename __allocator_traits_rebind<_Alloc, __shared_ptr_emplace>::typ… in __on_zero_shared_weak()
482 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
528 typedef typename __allocator_traits_rebind<_Alloc, _CntrlBlk>::type _A2;
824 using _ControlBlockAllocator = typename __allocator_traits_rebind<_Alloc, _ControlBlock>::type;
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/
Dmemory1272 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 …]
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/
Dmemory1272 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 …]

12345678910>>...12