Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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@@*
/llvm-project-15.0.7/libcxx/test/std/utilities/memory/temporary.buffer/
H A Ddepr.verify.cpp16 …auto a = std::get_temporary_buffer<int>(1); // expected-warning {{'get_temporary_buffer<int>' is d… in test()
H A Dtemporary_buffer.pass.cpp28 std::pair<int*, std::ptrdiff_t> ip = std::get_temporary_buffer<int>(5); in main()
H A Doveraligned.pass.cpp39 std::pair<A*, std::ptrdiff_t> ip = std::get_temporary_buffer<A>(5); in main()
/llvm-project-15.0.7/libcxx/include/__memory/
H A Dtemporary_buffer.h28 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT in get_temporary_buffer() function
/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dstable_partition.h142 __p = _VSTD::get_temporary_buffer<value_type>(__len); in __stable_partition_impl()
296 __p = _VSTD::get_temporary_buffer<value_type>(__len); in __stable_partition_impl()
H A Dinplace_merge.h224 pair<value_type*, ptrdiff_t> __buf = _VSTD::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge()
H A Dstable_sort.h221 __buf = std::get_temporary_buffer<value_type>(__len); in __stable_sort_impl()
/llvm-project-15.0.7/libcxx/test/libcxx/diagnostics/
H A Dnodiscard_extensions.pass.cpp74 std::get_temporary_buffer<int>(1); // intentional memory leak. in test_algorithms()
H A Dnodiscard_extensions.verify.cpp117 std::get_temporary_buffer<int>(1); in test_algorithms()
/llvm-project-15.0.7/libcxx/docs/
H A DUsingLibcxx.rst393 * ``get_temporary_buffer``
/llvm-project-15.0.7/libcxx/include/
H A Dmemory184 template <class T> pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n) noexcept;