Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dranges_destroy.h63 return std::destroy_n(std::move(__first), __n); in operator()
68 inline constexpr auto destroy_n = __destroy_n{};
H A Ddestroy.h60 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _ForwardIterator destroy_n(_ForwardIterator __f… in destroy_n() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPagedVector.h137 std::destroy_n(Page, PageSize); in resize()
155 std::destroy_n(Page, PageSize); in clear()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h140 std::destroy_n(__ptr, __n_ranges);
225 std::destroy_n(__ptr, __count);
275 std::destroy_n(__ptr, __size);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc116 using std::destroy_n;
121 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.h623 std::destroy_n(__ptr_, __size_);
688 std::destroy_n(__ptr_, __size_);
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
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/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.inc1053 SYMBOL(destroy_n, std::, <memory>)
3665 SYMBOL(destroy_n, std::ranges::, <memory>)