Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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 _VSTD::__swap_allocator( in __swap_allocator()
/openbsd-src/gnu/llvm/libcxx/include/
H A D__split_buffer439 _VSTD::__swap_allocator(__alloc(), __x.__alloc());
H A D__hash_table2635 _VSTD::__swap_allocator(__bucket_list_.get_deleter().__alloc(),
2637 _VSTD::__swap_allocator(__node_alloc(), __u.__node_alloc());
H A Dvector1945 std::__swap_allocator(this->__alloc(), __x.__alloc(),
3132 std::__swap_allocator(this->__alloc(), __x.__alloc(),
H A Dforward_list626 _VSTD::__swap_allocator(__alloc(), __x.__alloc(),
H A Ddeque2308 _VSTD::__swap_allocator(__alloc(), __c.__alloc());
H A Dlist761 _VSTD::__swap_allocator(__node_alloc(), __c.__node_alloc());
H A D__tree1834 _VSTD::__swap_allocator(__node_alloc(), __t.__node_alloc());
H A Dstring3461 std::__swap_allocator(__alloc(), __str.__alloc());