Home
last modified time | relevance | path

Searched refs:get_temporary_buffer (Results 1 – 19 of 19) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/cfi/
H A Dcfi_ignorelist.txt2 # The specification of std::get_temporary_buffer mandates a cast to
5 fun:*get_temporary_buffer@.*@std@@*
/openbsd-src/gnu/gcc/libstdc++-v3/include/backward/
H A Dtempbuf.h70 using std::get_temporary_buffer;
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dtempbuf.h70 using std::get_temporary_buffer;
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/20_util/
H A Dtemporary_buffer.cc32 std::pair<junk*,ptrdiff_t> results = std::get_temporary_buffer<junk>(5); in main()
/openbsd-src/gnu/llvm/libcxx/include/__memory/
H A Dtemporary_buffer.h28 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT in get_temporary_buffer() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_tempbuf.h153 pair<pointer, size_type> __p(get_temporary_buffer< in _Temporary_buffer()
/openbsd-src/gnu/llvm/libcxx/include/__algorithm/
H A Dstable_partition.h147 __p = _VSTD::get_temporary_buffer<value_type>(__len); in __stable_partition_impl()
301 __p = _VSTD::get_temporary_buffer<value_type>(__len); in __stable_partition_impl()
H A Dinplace_merge.h230 pair<value_type*, ptrdiff_t> __buf = _VSTD::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge()
H A Dstable_sort.h225 __buf = std::get_temporary_buffer<value_type>(__len); in __stable_sort_impl()
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/
H A Dstd_memory.h105 get_temporary_buffer(ptrdiff_t __len) in get_temporary_buffer() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_memory.h110 get_temporary_buffer(ptrdiff_t __len) in get_temporary_buffer() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dmemory137 * functions get_temporary_buffer() and return_temporary_buffer(), but
148 * Like get_temporary_buffer(), not all the requested memory may be
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dmemory166 * functions get_temporary_buffer() and return_temporary_buffer(), but
177 * Like get_temporary_buffer(), not all the requested memory may be
/openbsd-src/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst394 * ``get_temporary_buffer``
432 * ``ranges::get_temporary_buffer``
/openbsd-src/gnu/llvm/libcxx/include/
H A Dmemory184 template <class T> pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n) noexcept;
/openbsd-src/gnu/lib/libstdc++/libstdc++/
H A DChangeLog5752 * include/backward/tempbuf.h: get_temporary_buffer and
6312 (__get_temporary_buffer, get_temporary_buffer,
7019 * include/bits/stl_tempbuf.h (get_temporary_buffer + helper,
H A DChangeLog-2001181 (get_temporary_buffer): Remove unused nonstandard overload.
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DCHECKLIST835 pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n);
912 pair<T*, ptrdiff_t> get_temporary_buffer(ptrdiff_t n);
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DCHECKLIST835 pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n);
912 pair<T*, ptrdiff_t> get_temporary_buffer(ptrdiff_t n);