Searched refs:get_temporary_buffer (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/
H A Dtemporary_buffer.cc32 pair_type results = std::get_temporary_buffer<junk>(5);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dtempbuf.h51 using __STD::get_temporary_buffer;
H A Dstl_tempbuf.h57 inline pair<_Tp*, ptrdiff_t> get_temporary_buffer(ptrdiff_t __len) { function
67 // version of get_temporary_buffer.
69 inline pair<_Tp*, ptrdiff_t> get_temporary_buffer(ptrdiff_t __len, _Tp*) { function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/headers/memory/
H A Dsynopsis.cc36 pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_tempbuf.h85 get_temporary_buffer(ptrdiff_t __len) _GLIBCXX_NOEXCEPT
104 * @brief The companion to get_temporary_buffer().
105 * @param __p A buffer previously allocated by get_temporary_buffer.
250 std::pair<pointer, size_type> __p(std::get_temporary_buffer<

Completed in 129 milliseconds