Searched refs:return_temporary_buffer (Results 1 – 4 of 4) sorted by relevance
28 std::return_temporary_buffer(ip.first); in main()
73 inline void _STLP_CALL return_temporary_buffer(_Tp* __p) { in return_temporary_buffer() function
162 template <class T> void return_temporary_buffer(T* p) noexcept;1846 void return_temporary_buffer(_Tp* __p) _NOEXCEPT {::operator delete(__p);}
3344 _LIBCPP_INLINE_VISIBILITY void operator()(_Tp* __p) const {_VSTD::return_temporary_buffer(__p);}