Searched refs:destroy_n (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | ranges_construct_at.h | 97 // destroy_n 106 return std::destroy_n(std::move(__first), __n); 113 inline constexpr auto destroy_n = __destroy_n::__fn{}; in operator()
|
H A D | construct_at.h | 116 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _ForwardIterator destroy_n(_ForwardIterator __f… in destroy_n() function
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/ |
H A D | libdispatch.h | 137 std::destroy_n(__ptr, __n_ranges); 222 std::destroy_n(__ptr, __count); 272 std::destroy_n(__ptr, __size);
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory.cppm |
|
H A D | memory.inc | 113 using std::destroy_n; 118 using std::ranges::destroy_n;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | glue_memory_defs.h |
|
H A D | glue_memory_impl.h |
|
/freebsd/contrib/llvm-project/libcxx/include/__format/ |
H A D | buffer.h | 570 ranges::destroy_n(__ptr_, __size_); 635 ranges::destroy_n(__ptr_, __size_);
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | memory | 284 ForwardIterator destroy_n(ForwardIterator first, Size n); // constexpr in C++20 289 …constexpr InputIterator destroy_n(InputIterator first, iter_difference_t<InputIterator> n) noexcep…
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 1039 SYMBOL(destroy_n, std::, <memory>) 3582 SYMBOL(destroy_n, std::ranges::, <memory>)
|