| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | stable_sort.h | 56 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 D | stable_partition.h | 65 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 D | inplace_merge.h | 110 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 D | libdispatch.h | 163 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 D | ranges_construct_at.h | 40 struct __construct_at { struct 48 inline constexpr auto construct_at = __construct_at{}; argument
|
| H A D | construct_at.h | 44 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _Tp* __construct_at(_Tp* __location, _Args&&...… in __construct_at() function
|
| H A D | uses_allocator_construction.h | 200 …[&__ptr](auto&&... __xs) { return std::__construct_at(__ptr, std::forward<decltype(__xs)>(__xs)...…
|
| H A D | allocator_traits.h | 302 std::__construct_at(__p, std::forward<_Args>(__args)...);
|
| H A D | uninitialized_algorithms.h | 568 std::__construct_at(std::__to_address(__first2), *__first1); in __uninitialized_allocator_copy_impl()
|
| H A D | shared_ptr.h | 865 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 D | constexpr_c_functions.h | 179 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 D | constexpr_c_functions.h | 188 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 D | construct_at.h | 37 _LIBCPP_HIDE_FROM_ABI _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at() function
|
| H A D | uninitialized_algorithms.h | 234 std::__construct_at(std::__to_address(__first2), *__first1);
|
| H A D | allocator_traits.h | 282 std::__construct_at(__p, std::forward<_Args>(__args)...);
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __bit_reference | 266 std::__construct_at(__word_ + __i, 0);
|
| H A D | variant | 818 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_table | 1863 std::__construct_at(std::addressof(*__h), /* next = */ nullptr, /* hash = */ 0); 1880 std::__construct_at(std::addressof(*__h), /* next = */ nullptr, /* hash = */ __hash);
|
| H A D | optional | 371 std::__construct_at(std::addressof(this->__val_), std::forward<_Args>(__args)...);
|
| H A D | forward_list | 545 std::__construct_at(std::addressof(*__guard.__get()), __next);
|
| /freebsd/contrib/llvm-project/libcxx/include/__vector/ |
| H A D | vector_bool.h | 457 std::__construct_at(std::__to_address(__begin_) + __i);
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __hash_table | 1608 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_reference | 588 std::__construct_at(__word_ + __i, 0);
|
| H A D | forward_list | 514 std::__construct_at(std::addressof(*__guard.__get()), __next);
|
| H A D | list | 524 std::__construct_at(std::addressof(*__guard.__get()), __prev, __next);
|