Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dsafe_local_iterator.h315 { return !this->_M_singular() && !_M_is_end(); } in _M_dereferenceable()
320 { return !this->_M_singular() && !_M_is_end(); } in _M_incrementable()
342 bool _M_is_end() const in _M_is_end() function
462 if (__last._M_is_end()) in __get_distance()
472 if (__first._M_is_end()) in __get_distance()
487 if (__last._M_is_end()) in __get_distance()
H A Dsafe_iterator.h427 { return !this->_M_singular() && !_M_is_end() && !_M_is_before_begin(); } in _M_dereferenceable()
444 { return !this->_M_singular() && !_M_is_end(); } in _M_incrementable()
476 _M_is_end() const in _M_is_end() function
787 if (__last._M_is_end()) in __get_distance()
793 if (__first._M_is_end()) in __get_distance()
810 if (__last._M_is_end()) in __get_distance()
828 if (__it._M_is_end()) in __get_distance_from_begin()
852 if (__it._M_is_end()) in __get_distance_to_end()
H A Dformatter.h260 else if (__it._M_is_end()) in _Parameter()
288 if (__it._M_is_end()) in _Parameter()
H A Dmacros.h98 _GLIBCXX_DEBUG_VERIFY(!_Position._M_is_end(), \
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dsafe_local_iterator.tcc65 if (_M_is_begin() || __rhs._M_is_end()) in _M_valid_range()
67 if (_M_is_end() || __rhs._M_is_begin()) in _M_valid_range()
H A Dsafe_iterator.tcc96 if (_M_is_beginnest() || __rhs._M_is_end()) in _M_valid_range()
98 if (_M_is_end() || __rhs._M_is_beginnest()) in _M_valid_range()
H A Dsafe_local_iterator.h249 { return !this->_M_singular() && !_M_is_end(); } in _M_dereferenceable()
254 { return !this->_M_singular() && !_M_is_end(); } in _M_incrementable()
272 bool _M_is_end() const in _M_is_end() function
H A Dformatter.h236 else if (__it._M_is_end()) in _Parameter()
272 if (__it._M_is_end()) in _Parameter()
H A Dsafe_iterator.h420 { return !this->_M_singular() && !_M_is_end() && !_M_is_before_begin(); } in _M_dereferenceable()
437 { return !this->_M_singular() && !_M_is_end(); } in _M_incrementable()
462 bool _M_is_end() const in _M_is_end() function
H A Dmacros.h93 _GLIBCXX_DEBUG_VERIFY(!_Position._M_is_end(), \