Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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@@*
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dtemporary_buffer.h26 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT { in get_temporary_buffer() function
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h138 // TODO: Remove the use of std::get_temporary_buffer in __stable_partition_impl()
140 __p = std::get_temporary_buffer<value_type>(__len); in __stable_partition_impl()
278 // TODO: Remove the use of std::get_temporary_buffer in __stable_partition_impl()
280 __p = std::get_temporary_buffer<value_type>(__len); in __stable_partition_impl()
H A Dinplace_merge.h216 pair<value_type*, ptrdiff_t> __buf = std::get_temporary_buffer<value_type>(__buf_size); in __inplace_merge()
H A Dstable_sort.h249 __buf = std::get_temporary_buffer<value_type>(__len); in __stable_sort_impl()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsyncstream361 // the now deprecated get_temporary_buffer
H A Dmemory185 template <class T> pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n) noexcept;
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1420 SYMBOL(get_temporary_buffer, std::, <memory>)