Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__memory/
H A Dtemporary_buffer.h72 void return_temporary_buffer(_Tp* __p) _NOEXCEPT in return_temporary_buffer() function
81 _LIBCPP_INLINE_VISIBILITY void operator()(_Tp* __p) const {_VSTD::return_temporary_buffer(__p);} in operator()
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/temporary.buffer/
H A Ddepr.verify.cpp17 …std::return_temporary_buffer(a.first); // expected-warning {{'return_temporary_buffer<int>' is dep… in test()
H A Dtemporary_buffer.pass.cpp31 std::return_temporary_buffer(ip.first); in main()
H A Doveraligned.pass.cpp42 std::return_temporary_buffer(ip.first); in main()
/llvm-project-15.0.7/libcxx/include/
H A Dmemory185 template <class T> void return_temporary_buffer(T* p) noexcept;