Searched refs:destroy_at (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dranges_construct_at.h56 // destroy_at
64 _VSTD::destroy_at(__location);
71 inline constexpr auto destroy_at = __destroy_at::__fn{}; member in namespace:ranges::__cpo
H A Dconstruct_at.h53 // destroy_at
65 _LIBCPP_ASSERT(__loc != nullptr, "null pointer given to destroy_at");
73 _LIBCPP_ASSERT(__loc != nullptr, "null pointer given to destroy_at");
100 void destroy_at(_Tp* __loc) { function
107 void destroy_at(_Tp* __loc) { function
H A Dallocator_traits.h323 _VSTD::destroy_at(__p);
/openbsd-current/gnu/llvm/libcxx/include/__expected/
H A Dexpected.h272 std::destroy_at(std::addressof(__union_.__val_));
274 std::destroy_at(std::addressof(__union_.__unex_));
282 std::destroy_at(std::addressof(__oldval));
286 std::destroy_at(std::addressof(__oldval));
294 std::destroy_at(std::addressof(__oldval));
416 std::destroy_at(std::addressof(__union_.__val_));
418 std::destroy_at(std::addressof(__union_.__unex_));
428 std::destroy_at(std::addressof(__union_.__val_));
430 std::destroy_at(std::addressof(__union_.__unex_));
454 std::destroy_at(st
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__ranges/
H A Dcopyable_box.h150 std::destroy_at(std::addressof(__val_));
160 std::destroy_at(std::addressof(__val_));

Completed in 117 milliseconds