Home
last modified time | relevance | path

Searched refs:_Al (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Dfuture785 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
786 typedef allocator_traits<_Al> _ATraits;
788 _Al __a(__alloc_);
811 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
812 typedef allocator_traits<_Al> _ATraits;
814 _Al __a(__alloc_);
837 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al;
838 typedef allocator_traits<_Al> _ATraits;
840 _Al __a(__alloc_);
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dshared_ptr.h271 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak() typedef
272 typedef allocator_traits<_Al> _ATraits; in __on_zero_shared_weak()
275 _Al __a(__data_.second()); in __on_zero_shared_weak()