Home
last modified time | relevance | path

Searched refs:__max_size (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dmemory_resource192 if (__n > __max_size())
201 _LIBCPP_ASSERT(__n <= __max_size(),
314 size_t __max_size() const _NOEXCEPT
393 if (__bytes > __max_size())
401 _LIBCPP_ASSERT(__bytes <= __max_size(),
414 size_t __max_size() const _NOEXCEPT {
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dsstream.tcc97 const __size_type __max_size = _M_string.max_size(); in overflow() local
99 if (__builtin_expect(!__testput && __capacity == __max_size, false)) in overflow()
118 const __size_type __len = std::min(__opt_len, __max_size); in overflow()
/openbsd/src/gnu/gcc/libstdc++-v3/include/ext/
Dbitmap_allocator.h595 const vector_type::size_type __max_size = 64;
596 if (__free_list.size() >= __max_size)