Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc357 if (_M_next_word == max_word_index()) in full()
438 _M_next_word = std::min(next, max_word_index()); in update_next_word()
460 static constexpr size_type max_word_index() noexcept in max_word_index() function
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dmemory_resource.cc322 if (_M_next_word == max_word_index()) in full()
403 _M_next_word = std::min(next, max_word_index()); in update_next_word()
425 static constexpr size_type max_word_index() noexcept in max_word_index() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2018520 (bitset::max_blocks_per_chunk(), bitset::max_word_index()): Use
737 (bitset::max_word_index()): New function.