Searched refs:__destroy_at (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dconstruct_at.h55 // The internal functions are available regardless of the language version (with the exception of the `__destroy_at`
64 void __destroy_at(_Tp* __loc) { function
72 void __destroy_at(_Tp* __loc) { function
82 _VSTD::__destroy_at(_VSTD::addressof(*__first));
91 std::__destroy_at(std::addressof(*__last));
101 _VSTD::__destroy_at(__loc);
108 _VSTD::__destroy_at(__loc);
122 _VSTD::__destroy_at(_VSTD::addressof(*__first));
H A Dranges_construct_at.h58 namespace __destroy_at { namespace in namespace:ranges
68 } // namespace __destroy_at
71 inline constexpr auto destroy_at = __destroy_at::__fn{};

Completed in 63 milliseconds