Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator.h123 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr allocation_result<_Tp*> allocate_at_least(size_t __n…
204 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr allocation_result<const _Tp*> allocate_at_least(size…
H A Dallocator_traits.h237 struct allocation_result {
241 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(allocation_result);
300 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI static constexpr allocation_result<pointer, size_type>
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dmemory.cppm
H A Dmemory.inc45 using std::allocation_result;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmemory91 [[nodiscard]] static constexpr allocation_result<pointer, size_type>
107 struct allocation_result {
/freebsd/sys/dev/ixl/
H A Di40e_adminq_cmd.h1492 u8 allocation_result; member
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc604 SYMBOL(allocation_result, std::, <memory>)