Searched refs:destroy_n (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | ranges_destroy.h | 63 return std::destroy_n(std::move(__first), __n); in operator() 68 inline constexpr auto destroy_n = __destroy_n{};
|
| H A D | destroy.h | 60 _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 D | PagedVector.h | 137 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 D | libdispatch.h | 140 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 D | memory.cppm | |
| H A D | memory.inc | 116 using std::destroy_n; 121 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 | 623 std::destroy_n(__ptr_, __size_); 688 std::destroy_n(__ptr_, __size_);
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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/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 | 1053 SYMBOL(destroy_n, std::, <memory>) 3665 SYMBOL(destroy_n, std::ranges::, <memory>)
|