Searched refs:__destroy (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Dranges_construct_at.h76 namespace __destroy { namespace in namespace:ranges
83 return _VSTD::__destroy(_VSTD::move(__first), _VSTD::move(__last));
94 } // namespace __destroy
97 inline constexpr auto destroy = __destroy::__fn{};
H A Dconstruct_at.h60 _ForwardIterator __destroy(_ForwardIterator, _ForwardIterator);
74 _VSTD::__destroy(_VSTD::begin(*__loc), _VSTD::end(*__loc));
80 _ForwardIterator __destroy(_ForwardIterator __first, _ForwardIterator __last) { function
115 (void)_VSTD::__destroy(_VSTD::move(__first), _VSTD::move(__last));
H A Duninitialized_algorithms.h68 _VSTD::__destroy(__ofirst, __idx);
100 _VSTD::__destroy(__ofirst, __idx);
134 _VSTD::__destroy(__first, __idx);
167 _VSTD::__destroy(__first, __idx);
198 _VSTD::__destroy(__first, __idx);
227 _VSTD::__destroy(__first, __idx);
255 _VSTD::__destroy(__first, __idx);
284 _VSTD::__destroy(__first, __idx);
315 _VSTD::__destroy(__ofirst, __idx);
348 _VSTD::__destroy(__ofirs
[all...]
/openbsd-current/gnu/llvm/libcxx/include/__functional/
H A Dfunction.h598 void (*const __destroy)(void*);
806 if (__policy_->__destroy)
816 if (__policy_->__destroy)
817 __policy_->__destroy(__buf_.__large);
838 if (__p->__destroy)
839 __p->__destroy(__buf_.__large);

Completed in 188 milliseconds