Home
last modified time | relevance | path

Searched refs:__construct_at (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h56 std::__construct_at(__last2, _Ops::__iter_move(__first1)); in __insertion_sort_move()
62 std::__construct_at(__j2, std::move(*__i2)); in __insertion_sort_move()
68 std::__construct_at(__j2, _Ops::__iter_move(__first1)); in __insertion_sort_move()
92 std::__construct_at(__result, _Ops::__iter_move(__first2)); in __merge_move_construct()
98 std::__construct_at(__result, _Ops::__iter_move(__first1)); in __merge_move_construct()
103 std::__construct_at(__result, _Ops::__iter_move(__first2)); in __merge_move_construct()
107 std::__construct_at(__result, _Ops::__iter_move(__first1)); in __merge_move_construct()
165 std::__construct_at(__first2, _Ops::__iter_move(__first1)); in __stable_sort_move()
171 std::__construct_at(__first2, _Ops::__iter_move(__last1)); in __stable_sort_move()
174 std::__construct_at(__first2, _Ops::__iter_move(__first1)); in __stable_sort_move()
[all …]
H A Dstable_partition.h65 std::__construct_at(__t, _Ops::__iter_move(__first)); in __stable_partition_impl()
74 std::__construct_at(__t, _Ops::__iter_move(__i)); in __stable_partition_impl()
183 std::__construct_at(__t, _Ops::__iter_move(__first)); in __stable_partition_impl()
192 std::__construct_at(__t, _Ops::__iter_move(__i)); in __stable_partition_impl()
H A Dinplace_merge.h110 std::__construct_at(__p, _IterOps<_AlgPolicy>::__iter_move(__i)); in __buffered_inplace_merge()
116 std::__construct_at(__p, _IterOps<_AlgPolicy>::__iter_move(__i)); in __buffered_inplace_merge()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h163 std::__construct_at(__r++, __first1, __first2, __result);
187 std::__construct_at(__r++, __compute_chunk(__partitions.__first_chunk_size_));
191 std::__construct_at(__r++, __compute_chunk(__partitions.__chunk_size_));
194 std::__construct_at(__r, __last1, __last2, __result);
241 std::__construct_at(
247 std::__construct_at(__values.get() + __chunk, __transform(__first + __index));
284 std::__construct_at(__values.get(), std::move(*__first));
286 std::__construct_at(__values.get() + __i, std::move(__values.get()[__i - 1]));
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_construct_at.h40 struct __construct_at { struct
48 inline constexpr auto construct_at = __construct_at{}; argument
H A Dconstruct_at.h44 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp* __construct_at(_Tp* __location, _Args&&...… in __construct_at() function
H A Duses_allocator_construction.h200 …[&__ptr](auto&&... __xs) { return std::__construct_at(__ptr, std::forward<decltype(__xs)>(__xs)...…
H A Dallocator_traits.h302 std::__construct_at(__p, std::forward<_Args>(__args)...);
H A Duninitialized_algorithms.h568 std::__construct_at(std::__to_address(__first2), *__first1); in __uninitialized_allocator_copy_impl()
H A Dshared_ptr.h865 std::__construct_at(__control_block, __a, __n, std::forward<_Arg>(__arg)...);
938 std::__construct_at(__control_block, __a, std::forward<_Arg>(__arg)...);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__string/
H A Dconstexpr_c_functions.h179 std::__construct_at(std::addressof(__dest), __src); in __assign_trivially_copyable()
192 std::__construct_at( in __assign_trivially_copyable()
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h188 std::__construct_at(std::addressof(__dest), __src); in __assign_trivially_copyable()
201 std::__construct_at( in __assign_trivially_copyable()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dconstruct_at.h37 _LIBCPP_HIDE_FROM_ABI _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at() function
H A Duninitialized_algorithms.h234 std::__construct_at(std::__to_address(__first2), *__first1);
H A Dallocator_traits.h282 std::__construct_at(__p, std::forward<_Args>(__args)...);
/freebsd/contrib/llvm-project/libcxx/include/
H A D__bit_reference266 std::__construct_at(__word_ + __i, 0);
H A Dvariant818 std::__construct_at(std::addressof(__lhs.__data),
911 …std::__construct_at(std::addressof(this->__data), in_place_index<_Ip>, std::forward<_Args>(__args)…
H A D__hash_table1863 std::__construct_at(std::addressof(*__h), /* next = */ nullptr, /* hash = */ 0);
1880 std::__construct_at(std::addressof(*__h), /* next = */ nullptr, /* hash = */ __hash);
H A Doptional371 std::__construct_at(std::addressof(this->__val_), std::forward<_Args>(__args)...);
H A Dforward_list545 std::__construct_at(std::addressof(*__guard.__get()), __next);
/freebsd/contrib/llvm-project/libcxx/include/__vector/
H A Dvector_bool.h457 std::__construct_at(std::__to_address(__begin_) + __i);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A D__hash_table1608 std::__construct_at(std::addressof(*__h), /* next = */ nullptr, /* hash = */ 0);
1625 std::__construct_at(std::addressof(*__h), /* next = */ nullptr, /* hash = */ __hash);
H A D__bit_reference588 std::__construct_at(__word_ + __i, 0);
H A Dforward_list514 std::__construct_at(std::addressof(*__guard.__get()), __next);
H A Dlist524 std::__construct_at(std::addressof(*__guard.__get()), __prev, __next);

12