Searched refs:_M_singular (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/libstdc++/include/debug/ |
| D | safe_iterator.h | 54 { return __x->_M_singular(); } in __check_singular_aux() 116 _GLIBCXX_DEBUG_VERIFY(! this->_M_singular(), in _Safe_iterator() 128 _GLIBCXX_DEBUG_VERIFY(!__x._M_singular(), in _Safe_iterator() 148 _GLIBCXX_DEBUG_VERIFY(!__x._M_singular(), in _Safe_iterator() 161 _GLIBCXX_DEBUG_VERIFY(!__x._M_singular(), 347 { return !this->_M_singular() && !_M_is_end(); } in _M_dereferenceable() 355 _M_decrementable() const { return !_M_singular() && !_M_is_begin(); } in _M_decrementable() 414 _GLIBCXX_DEBUG_VERIFY(! __lhs._M_singular() && ! __rhs._M_singular(), 430 _GLIBCXX_DEBUG_VERIFY(! __lhs._M_singular() && ! __rhs._M_singular(), 446 _GLIBCXX_DEBUG_VERIFY(! __lhs._M_singular() && ! __rhs._M_singular(), [all …]
|
| D | safe_sequence.h | 136 if (!__victim->_M_singular()) in _M_invalidate_if() 147 if (!__victim->_M_singular()) in _M_invalidate_if() 173 if (!__victim->_M_singular() && __victim->base() == __x.base()) in _M_transfer_iter() 182 if (!__victim->_M_singular() && __victim->base() == __x.base()) in _M_transfer_iter()
|
| D | bitset | 76 _GLIBCXX_DEBUG_VERIFY(! this->_M_singular(), 86 _GLIBCXX_DEBUG_VERIFY(! __x._M_singular(), 89 _GLIBCXX_DEBUG_VERIFY(! this->_M_singular(), 99 _GLIBCXX_DEBUG_VERIFY(! this->_M_singular(), 107 _GLIBCXX_DEBUG_VERIFY(! this->_M_singular(), 116 _GLIBCXX_DEBUG_VERIFY(! this->_M_singular(),
|
| D | safe_iterator.tcc | 47 if (this->_M_singular()) in _M_can_advance() 125 if (!this->_M_singular()) in _M_invalidate_single()
|
| D | macros.h | 70 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \ 94 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
|
| D | safe_base.h | 139 bool _M_singular() const;
|
| D | functions.h | 69 { return __x._M_singular(); } in __check_singular()
|
| D | formatter.h | 226 if (__it._M_singular())
|
| /freebsd-11-stable/contrib/libstdc++/src/ |
| D | debug.cc | 138 if (__old->_M_singular()) in _M_detach_singular() 146 if (__old->_M_singular()) in _M_detach_singular() 260 _M_singular() const in _M_singular() function in __gnu_debug::_Safe_iterator_base 267 return (!_M_singular() in _M_can_compare() 268 && !__x._M_singular() && _M_sequence == __x._M_sequence); in _M_can_compare()
|