Searched refs:destroy_at (Results 1 – 8 of 8) sorted by relevance
56 // destroy_at63 std::destroy_at(__location);70 inline constexpr auto destroy_at = __destroy_at::__fn{};
99 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy_at(_Tp* __loc) { in destroy_at() function105 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void destroy_at(_Tp* __loc) { in destroy_at() function
215 std::destroy_at(std::addressof(__holder_.__val_));225 std::destroy_at(std::addressof(__holder_.__val_));
112 using std::destroy_at;117 using std::ranges::destroy_at;
324 std::destroy_at(&__union_.__v);332 std::destroy_at(&__union_.__v);359 std::destroy_at(std::addressof(__union_.__v.__val_));361 std::destroy_at(std::addressof(__union_.__v.__unex_));421 std::destroy_at(&__repr_.__v);1258 std::destroy_at(&__union_.__v);1265 std::destroy_at(&__union_.__v);1291 std::destroy_at(std::addressof(__union_.__v.__unex_));1331 std::destroy_at(&__repr_.__v);
264 void destroy_at(T* location); // constexpr in C++20268 constexpr void destroy_at(T* location) noexcept; // since C++20
1038 SYMBOL(destroy_at, std::, <memory>)3581 SYMBOL(destroy_at, std::ranges::, <memory>)