Home
last modified time | relevance | path

Searched refs:return_temporary_buffer (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dtemporary_buffer.h74 void return_temporary_buffer(_Tp* __p) _NOEXCEPT in return_temporary_buffer() function
82 _LIBCPP_INLINE_VISIBILITY void operator()(_Tp* __p) const {_VSTD::return_temporary_buffer(__p);} in operator()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmemory175 template <class T> void return_temporary_buffer(T* p) noexcept;