Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dgslice.h108 size_t _M_count; in _GLIBCXX_VISIBILITY() member
115 : _M_count(1), _M_start(0), _M_size(), _M_stride(), _M_index() {} in _GLIBCXX_VISIBILITY()
122 { ++_M_count; } in _GLIBCXX_VISIBILITY()
126 { return --_M_count; } in _GLIBCXX_VISIBILITY()
Dlocale_conv.h342 _M_count)) in _GLIBCXX_VISIBILITY()
378 _M_count)) in _GLIBCXX_VISIBILITY()
389 size_t converted() const noexcept { return _M_count; } in _GLIBCXX_VISIBILITY()
399 size_t _M_count = 0; in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
Dmutex444 unsigned _M_count = 0;
452 { return _M_mx->_M_count == 0 || _M_mx->_M_owner == _M_caller; }
461 ~recursive_timed_mutex() { __glibcxx_assert( _M_count == 0 ); }
473 if (_M_count == -1u)
476 ++_M_count;
487 if (_M_count == -1u)
490 ++_M_count;
503 if (_M_count == -1u)
506 ++_M_count;
519 if (_M_count == -1u)
[all …]
Dranges2137 range_difference_t<_Vp> _M_count = 0;
2144 : _M_base(std::move(base)), _M_count(std::move(__count))
2169 return counted_iterator(ranges::begin(_M_base), _M_count);
2186 return counted_iterator(ranges::begin(_M_base), _M_count);
2221 return std::min(__n, static_cast<decltype(__n)>(_M_count));
2228 return std::min(__n, static_cast<decltype(__n)>(_M_count));
2450 range_difference_t<_Vp> _M_count = 0;
2466 : _M_base(std::move(__base)), _M_count(__count)
2489 _M_count, ranges::end(_M_base));
2501 return ranges::next(ranges::begin(_M_base), _M_count,
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dbase.h372 : _M_val(__val), _M_count(__count) { }
382 { return iterator(_M_val, _M_count); }
386 _DifferenceType _M_count;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Dropeimpl.h867 std::size_t _M_count; // Number of nonmatching characters in _GLIBCXX_VISIBILITY()
870 : _M_pattern(__p), _M_count(0) {} in _GLIBCXX_VISIBILITY()
882 _M_count += __i; in _GLIBCXX_VISIBILITY()
886 _M_count += __n; return true; in _GLIBCXX_VISIBILITY()
1065 size_type __result_pos = __start + __c._M_count; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-200042 * include/bits/localefwd.h (_Count_ones): Change _S_count to _M_count.