Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/debug/
H A Dsafe_iterator.tcc99 if (_M_is_begin() || __rhs._M_is_end()) in _M_valid_range()
101 else if (_M_is_end() || __rhs._M_is_begin()) in _M_valid_range()
H A Dsafe_iterator.h347 { return !this->_M_singular() && !_M_is_end(); } in _M_dereferenceable()
405 bool _M_is_end() const in _M_is_end() function
H A Dformatter.h231 bool __is_end = __it._M_is_end();