Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h25 …FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _Alloc& __a2, true_type) in __swap_allocator() argument
33 swap(__a1, __a2); in __swap_allocator()
41 …IBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _Alloc& __a2) in __swap_allocator() argument
49 …__a1, __a2, integral_constant<bool, allocator_traits<_Alloc>::propagate_on_container_swap::value>(… in __swap_allocator()
H A Dshared_ptr.h492 _A2 __a2(__a);
493 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
547 _A2 __a2(__a);
548 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));