Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/libcxx/include/__memory/
H A Dallocate_at_least.h24 struct allocation_result { struct
28 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(allocation_result); argument
31 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr allocation_result<typename allocator_traits<_Alloc>::…
H A Dallocator.h130 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr allocation_result<_Tp*> allocate_at_least(size_t __n…
210 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr allocation_result<const _Tp*> allocate_at_least(size…
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.inc45 using std::allocation_result;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dmemory104 struct allocation_result {
110 [[nodiscard]] constexpr allocation_result<typename allocator_traits<Allocator>::pointer>
/freebsd-14.2/sys/dev/ixl/
H A Di40e_adminq_cmd.h1492 u8 allocation_result; member
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc604 SYMBOL(allocation_result, std::, <memory>)