Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/libstdc++/include/debug/
Dmacros.h69 #define __glibcxx_check_insert(_Position) \ argument
70 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
73 ._M_iterator(_Position, #_Position)); \
74 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
77 ._M_iterator(_Position, #_Position))
92 #define __glibcxx_check_insert_range(_Position,_First,_Last) \ argument
94 _GLIBCXX_DEBUG_VERIFY(!_Position._M_singular(), \
97 ._M_iterator(_Position, #_Position)); \
98 _GLIBCXX_DEBUG_VERIFY(_Position._M_attached_to(this), \
101 ._M_iterator(_Position, #_Position))
[all …]
/freebsd-10-stable/contrib/libc++/include/
Dregex6210 typedef regex_iterator<_BidirectionalIterator, _CharT, _Traits> _Position;
6212 _Position __position_;
6319 if (__position_ != _Position())
6446 _Position __prev = __position_;
6458 if (__position_ != _Position())