Home
last modified time | relevance | path

Searched refs:destroy_n (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_construct_at.h97 // destroy_n
106 return std::destroy_n(std::move(__first), __n);
113 inline constexpr auto destroy_n = __destroy_n::__fn{}; in operator()
H A Dconstruct_at.h116 _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 Dlibdispatch.h137 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 Dmemory.cppm
H A Dmemory.inc113 using std::destroy_n;
118 using std::ranges::destroy_n;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dglue_memory_defs.h
H A Dglue_memory_impl.h
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h570 ranges::destroy_n(__ptr_, __size_);
635 ranges::destroy_n(__ptr_, __size_);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory284 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 DStdSymbolMap.inc1039 SYMBOL(destroy_n, std::, <memory>)
3582 SYMBOL(destroy_n, std::ranges::, <memory>)