Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dfuture664 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
665 typedef allocator_traits<_Al> _ATraits;
667 _Al __a(__alloc_);
685 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
686 typedef allocator_traits<_Al> _ATraits;
688 _Al __a(__alloc_);
706 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al;
707 typedef allocator_traits<_Al> _ATraits;
709 _Al __a(__alloc_);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture719 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
720 typedef allocator_traits<_Al> _ATraits;
722 _Al __a(__alloc_);
740 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
741 typedef allocator_traits<_Al> _ATraits;
743 _Al __a(__alloc_);
761 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al;
762 typedef allocator_traits<_Al> _ATraits;
764 _Al __a(__alloc_);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dshared_ptr.h231 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak() typedef
232 typedef allocator_traits<_Al> _ATraits; in __on_zero_shared_weak()
235 _Al __a(__data_.second()); in __on_zero_shared_weak()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h129 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak() typedef
130 typedef allocator_traits<_Al> _ATraits; in __on_zero_shared_weak()
133 _Al __a(__alloc_); in __on_zero_shared_weak()