Home
last modified time | relevance | path

Searched refs:__return_temporary_buffer (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/libcxx/include/__memory/
H A Dtemporary_buffer.h64 struct __return_temporary_buffer { struct
/src/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h136 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_partition_impl()
276 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_partition_impl()
H A Dinplace_merge.h218 unique_ptr<value_type, __return_temporary_buffer> __h(__buf.first); in __inplace_merge()
H A Dstable_sort.h245 unique_ptr<value_type, __return_temporary_buffer> __h; in __stable_sort_impl()