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

/openbsd-current/gnu/llvm/libcxx/include/__memory/
H A Ddestruct_n.h23 struct __destruct_n struct
46 _LIBCPP_INLINE_VISIBILITY explicit __destruct_n(size_t __s) _NOEXCEPT
/openbsd-current/gnu/llvm/libcxx/include/__algorithm/
H A Dstable_sort.h42 __destruct_n __d(0);
43 unique_ptr<value_type, __destruct_n&> __h(__result, __d);
129 __destruct_n __d(0);
130 unique_ptr<value_type, __destruct_n&> __h2(__first2, __d);
193 __destruct_n __d(0);
194 unique_ptr<value_type, __destruct_n&> __h2(__buff, __d);
H A Dstable_partition.h56 __destruct_n __d(0);
57 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d);
186 __destruct_n __d(0);
187 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d);
H A Dinplace_merge.h101 __destruct_n __d(0);
102 unique_ptr<value_type, __destruct_n&> __h2(__buff, __d);
H A Dsort.h408 __destruct_n __d(0);
409 unique_ptr<value_type, __destruct_n&> __h(__first2, __d);

Completed in 104 milliseconds