Searched refs:_Position (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dmacros.h66 /** Verify that we can insert into *this with the iterator _Position.
73 #define __glibcxx_check_insert(_Position) \
74 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
77 ._M_iterator(_Position, #_Position)); \
78 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
81 ._M_iterator(_Position, #_Position))
83 /** Verify that we can insert into *this after the iterator _Position.
90 #define __glibcxx_check_insert_after(_Position) \
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dregex.h2736 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> _Position; typedef in class:regex_token_iterator
2758 if (_M_position != _Position())
2766 _Position _M_position;

Completed in 47 milliseconds