Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture707 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
708 typedef allocator_traits<_Al> _ATraits;
710 _Al __a(__alloc_);
728 typedef typename __allocator_traits_rebind<_Alloc, __assoc_state_alloc>::type _Al;
729 typedef allocator_traits<_Al> _ATraits;
731 _Al __a(__alloc_);
749 typedef typename __allocator_traits_rebind<_Alloc, __assoc_sub_state_alloc>::type _Al;
750 typedef allocator_traits<_Al> _ATraits;
752 _Al __a(__alloc_);
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h233 typedef typename __allocator_traits_rebind<_Alloc, __shared_ptr_pointer>::type _Al; in __on_zero_shared_weak() typedef
234 typedef allocator_traits<_Al> _ATraits; in __on_zero_shared_weak()
237 _Al __a(__data_.second()); in __on_zero_shared_weak()