Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dtemporary_buffer.h61 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_DEPRECATED_IN_CXX17 void return_temporary_buffer(_Tp* __p) _NO… in return_temporary_buffer() function
69 std::return_temporary_buffer(__p); in operator()
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmemory187 template <class T> void return_temporary_buffer(T* p) noexcept;
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2510 SYMBOL(return_temporary_buffer, std::, <memory>)