Home
last modified time | relevance | path

Searched defs:__max_size (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h60 …[[nodiscard]] _LIBCPP_HIDE_FROM_ABI explicit __max_output_size(size_t __max_size) : __max_size_{__… in __max_output_size()
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h213 _LIBCPP_HIDE_FROM_ABI size_t __max_size() const noexcept { in __max_size() function