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

/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Ddestruct_n.h23 struct __destruct_n { struct
43 _LIBCPP_HIDE_FROM_ABI explicit __destruct_n(size_t __s) _NOEXCEPT : __size_(__s) {}
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h47 __destruct_n __d(0);
48 unique_ptr<value_type, __destruct_n&> __h(__first2, __d);
81 __destruct_n __d(0);
82 unique_ptr<value_type, __destruct_n&> __h(__result, __d);
160 __destruct_n __d(0);
161 unique_ptr<value_type, __destruct_n&> __h2(__first2, __d);
217 __destruct_n __d(0);
218 unique_ptr<value_type, __destruct_n&> __h2(__buff, __d);
H A Dstable_partition.h58 __destruct_n __d(0);
59 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d);
178 __destruct_n __d(0);
179 unique_ptr<value_type, __destruct_n&> __h(__p.first, __d);
H A Dinplace_merge.h104 __destruct_n __d(0);
105 unique_ptr<value_type, __destruct_n&> __h2(__buff, __d);

Completed in 133 milliseconds