Home
last modified time | relevance | path

Searched refs:__uninitialized_allocator_copy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Duninitialized_algorithms.h246 __uninitialized_allocator_copy(_Alloc& __alloc, _Iter1 __first1, _Sent1 __last1, _Iter2 __first2) {
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h580 __uninitialized_allocator_copy(_Alloc& __alloc, _Iter1 __first1, _Sent1 __last1, _Iter2 __first2) { in __uninitialized_allocator_copy() function
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector.h945 …__tx.__pos_ = std::__uninitialized_allocator_copy(this->__alloc_, std::move(__first), std::move(__… in __construct_at_end()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dvector951 __tx.__pos_ = std::__uninitialized_allocator_copy(__alloc(), __first, __last, __tx.__pos_);