Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dswap_allocator.h24 …FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX11 void __swap_allocator(_Alloc& __a1, _Alloc& __a2, true_type) in __swap_allocator() argument
32 swap(__a1, __a2); in __swap_allocator()
40 …IBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_AFTER_CXX11 void __swap_allocator(_Alloc& __a1, _Alloc& __a2) in __swap_allocator() argument
48 …__a1, __a2, integral_constant<bool, allocator_traits<_Alloc>::propagate_on_container_swap::value>(… in __swap_allocator()
H A Dshared_ptr.h504 _A2 __a2(__a);
505 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
562 _A2 __a2(__a);
563 unique_ptr<_CntrlBlk, _D2> __hold2(__a2.allocate(1), _D2(__a2, 1));
/llvm-project-15.0.7/libcxx/include/__functional/
H A Dfunction.h1654 __func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::operator()(_A0 __a0, _A1 __a1, _A2 __a2)
1657 return _Invoker::__call(__f_.first(), __a0, __a1, __a2);
2753 function<_Rp(_A0, _A1, _A2)>::operator()(_A0 __a0, _A1 __a1, _A2 __a2) const
2757 return (*__f_)(__a0, __a1, __a2);