Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/libcxx/include/__memory/
H A Dtemporary_buffer.h30 get_temporary_buffer(ptrdiff_t __n) _NOEXCEPT in get_temporary_buffer() function
/freebsd-13.1/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_partition.h137 __p = _VSTD::get_temporary_buffer<value_type>(__len); in __stable_partition()
285 __p = _VSTD::get_temporary_buffer<value_type>(__len); in __stable_partition()
H A Dinplace_merge.h211 pair<value_type*, ptrdiff_t> __buf = _VSTD::get_temporary_buffer<value_type>(__buf_size); in inplace_merge()
H A Dstable_sort.h216 __buf = _VSTD::get_temporary_buffer<value_type>(__len); in stable_sort()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dmemory174 template <class T> pair<T*,ptrdiff_t> get_temporary_buffer(ptrdiff_t n) noexcept;