Searched refs:_M_current (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | regex_scanner.tcc | 60 _M_current(__begin), _M_end(__end), in _Scanner() 72 if (_M_current == _M_end) in _M_advance() 98 auto __c = *_M_current++; in _M_scan_normal() 108 if (_M_current == _M_end) in _M_scan_normal() 114 || (*_M_current != '(' in _M_scan_normal() 115 && *_M_current != ')' in _M_scan_normal() 116 && *_M_current != '{')) in _M_scan_normal() 121 __c = *_M_current++; in _M_scan_normal() 125 if (_M_is_ecma() && *_M_current == '?') in _M_scan_normal() 127 if (++_M_current == _M_end) in _M_scan_normal() [all …]
|
| D | regex_executor.tcc | 135 if (_M_current == _M_end) in _M_main_dispatch() 137 ++_M_current; in _M_main_dispatch() 155 _Executor __sub(_M_current, _M_end, __what, _M_re, _M_flags); in _M_lookahead() 180 if (__rep_count.second == 0 || __rep_count.first != _M_current) in _M_rep_once_more() 183 __rep_count.first = _M_current; in _M_rep_once_more() 254 __res.first = _M_current; in _M_handle_subexpr_begin() 268 __res.second = _M_current; in _M_handle_subexpr_end() 323 if (_M_current == _M_end) in _M_handle_match() 327 if (__state._M_matches(*_M_current)) in _M_handle_match() 329 ++_M_current; in _M_handle_match() [all …]
|
| D | stl_iterator.h | 1046 _Iterator _M_current; 1069 : _M_current(_Iterator()) { } 1073 : _M_current(__i) { } 1090 : _M_current(__i.base()) { } 1096 { return *_M_current; } 1101 { return _M_current; } 1107 ++_M_current; 1114 { return __normal_iterator(_M_current++); } 1121 --_M_current; 1128 { return __normal_iterator(_M_current--); } [all …]
|
| D | regex_executor.h | 93 _M_current = _M_begin; in _GLIBCXX_VISIBILITY() 101 _M_current = _M_begin; in _GLIBCXX_VISIBILITY() 169 if (_M_current == _M_begin) in _GLIBCXX_VISIBILITY() 180 return _M_is_line_terminator(*std::prev(_M_current)); in _GLIBCXX_VISIBILITY() 188 return _M_is_line_terminator(*std::prev(_M_current)); in _GLIBCXX_VISIBILITY() 196 if (_M_current == _M_end) in _GLIBCXX_VISIBILITY() 199 return _M_is_line_terminator(*_M_current); in _GLIBCXX_VISIBILITY() 294 _BiIter _M_current; in _GLIBCXX_VISIBILITY()
|
| D | regex_scanner.h | 259 const _CharT* _M_current; in _GLIBCXX_VISIBILITY() local
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | ranges | 1516 _Vp_iter _M_current = _Vp_iter(); 1529 : _M_current(std::move(__current)), 1535 { return _M_current; } 1539 { return std::move(_M_current); } 1543 { return *_M_current; } 1549 { return _M_current; } 1554 _M_current = ranges::find_if(std::move(++_M_current), 1576 --_M_current; 1577 while (!std::__invoke(*_M_parent->_M_pred, *_M_current)); 1592 { return __x._M_current == __y._M_current; } [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| D | multiway_merge.h | 77 _RAIter _M_current; 92 : _M_current(__begin), _M_end(__end), __comp(__comp) in _GuardedIterator() 100 ++_M_current; 108 { return *_M_current; } 113 { return _M_current; } in _RAIter() 123 if (__bi1._M_current == __bi1._M_end) // __bi1 is sup 124 return __bi2._M_current == __bi2._M_end; // __bi2 is not sup 125 if (__bi2._M_current == __bi2._M_end) // __bi2 is sup 138 if (__bi2._M_current == __bi2._M_end) // __bi1 is sup 139 return __bi1._M_current != __bi1._M_end; // __bi2 is not sup [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | rope | 986 _CharT _M_current; 991 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 994 : _M_pos(__x._M_pos), _M_current(__x._M_current), 1002 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { }
|
| D | ropeimpl.h | 1519 return _M_current; in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2001 | 126 current to _M_current. 1297 member from _M_current, and change all uses; thus sayeth $24.4.1.1.
|
| D | ChangeLog-2021 | 4737 type of _M_current. 4738 (split_view::_M_current): Wrap it in a __non_propagating_cache.
|
| D | ChangeLog-2020 | 7015 instead of _M_current. 8315 when initializing _M_current.
|
| D | ChangeLog-2002 | 5084 * include/bits/stl_iterator.h (reverse_iterator::_M_current):
|
| D | ChangeLog-2014 | 1267 _Executor::_M_word_boundary): Avoid dereferecing _M_current at _M_end
|