Home
last modified time | relevance | path

Searched refs:__swap_allocator (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dswap_allocator.h25 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _Alloc& __a… in __swap_allocator() function
38 __swap_allocator(_Alloc&, _Alloc&, false_type) _NOEXCEPT {} in __swap_allocator() function
41 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _All… in __swap_allocator() function
48 std::__swap_allocator( in __swap_allocator()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer428 std::__swap_allocator(__alloc(), __x.__alloc());
H A D__hash_table2005 …std::__swap_allocator(__bucket_list_.get_deleter().__alloc(), __u.__bucket_list_.get_deleter().__a…
2006 std::__swap_allocator(__node_alloc(), __u.__node_alloc());
H A Dvector1825 std::__swap_allocator(
2824 std::__swap_allocator(
H A Dforward_list623 std::__swap_allocator(
H A Dlist649 std::__swap_allocator(__node_alloc(), __c.__node_alloc());
H A D__tree1558 std::__swap_allocator(__node_alloc(), __t.__node_alloc());
H A Ddeque2496 std::__swap_allocator(__alloc(), __c.__alloc());
H A Dstring3452 std::__swap_allocator(__alloc(), __str.__alloc());