Searched refs:get_temporary_buffer (Results 1 – 19 of 19) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/cfi/ |
| H A D | cfi_ignorelist.txt | 2 # 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 D | tempbuf.h | 70 using std::get_temporary_buffer;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/backward/ |
| H A D | tempbuf.h | 70 using std::get_temporary_buffer;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/20_util/ |
| H A D | temporary_buffer.cc | 32 std::pair<junk*,ptrdiff_t> results = std::get_temporary_buffer<junk>(5); in main()
|
| /openbsd-src/gnu/llvm/libcxx/include/__memory/ |
| H A D | temporary_buffer.h | 28 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT in get_temporary_buffer() function
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/bits/ |
| H A D | stl_tempbuf.h | 153 pair<pointer, size_type> __p(get_temporary_buffer< in _Temporary_buffer()
|
| /openbsd-src/gnu/llvm/libcxx/include/__algorithm/ |
| H A D | stable_partition.h | 147 __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 D | inplace_merge.h | 230 pair<value_type*, ptrdiff_t> __buf = _VSTD::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge()
|
| H A D | stable_sort.h | 225 __buf = std::get_temporary_buffer<value_type>(__len); in __stable_sort_impl()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/std/ |
| H A D | std_memory.h | 105 get_temporary_buffer(ptrdiff_t __len) in get_temporary_buffer() function
|
| /openbsd-src/gnu/gcc/libstdc++-v3/include/std/ |
| H A D | std_memory.h | 110 get_temporary_buffer(ptrdiff_t __len) in get_temporary_buffer() function
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/ |
| H A D | memory | 137 * 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 D | memory | 166 * 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 D | UsingLibcxx.rst | 394 * ``get_temporary_buffer`` 432 * ``ranges::get_temporary_buffer``
|
| /openbsd-src/gnu/llvm/libcxx/include/ |
| H A D | memory | 184 template <class T> pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n) noexcept;
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/ |
| H A D | ChangeLog | 5752 * 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 D | ChangeLog-2001 | 181 (get_temporary_buffer): Remove unused nonstandard overload.
|
| /openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/ |
| H A D | CHECKLIST | 835 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 D | CHECKLIST | 835 pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n); 912 pair<T*, ptrdiff_t> get_temporary_buffer(ptrdiff_t n);
|