Searched refs:return_temporary_buffer (Results 1 – 5 of 5) sorted by relevance
72 void return_temporary_buffer(_Tp* __p) _NOEXCEPT in return_temporary_buffer() function81 _LIBCPP_INLINE_VISIBILITY void operator()(_Tp* __p) const {_VSTD::return_temporary_buffer(__p);} in operator()
17 …std::return_temporary_buffer(a.first); // expected-warning {{'return_temporary_buffer<int>' is dep… in test()
31 std::return_temporary_buffer(ip.first); in main()
42 std::return_temporary_buffer(ip.first); in main()
185 template <class T> void return_temporary_buffer(T* p) noexcept;