| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | regex_scanner.tcc | 61 _M_current(__begin), _M_end(__end), in _Scanner() 73 if (_M_current == _M_end) in _M_advance() 99 auto __c = *_M_current++; in _M_scan_normal() 109 if (_M_current == _M_end) in _M_scan_normal() 115 || (*_M_current != '(' in _M_scan_normal() 116 && *_M_current != ')' in _M_scan_normal() 117 && *_M_current != '{')) in _M_scan_normal() 122 __c = *_M_current++; in _M_scan_normal() 126 if (_M_is_ecma() && *_M_current == '?') in _M_scan_normal() 128 if (++_M_current == _M_end) in _M_scan_normal() [all …]
|
| D | regex_executor.tcc | 134 if (_M_current == _M_end) in _M_main_dispatch() 136 ++_M_current; in _M_main_dispatch() 154 _Executor __sub(_M_current, _M_end, __what, _M_re, _M_flags); in _M_lookahead() 179 if (__rep_count.second == 0 || __rep_count.first != _M_current) in _M_rep_once_more() 182 __rep_count.first = _M_current; in _M_rep_once_more() 253 __res.first = _M_current; in _M_handle_subexpr_begin() 267 __res.second = _M_current; in _M_handle_subexpr_end() 322 if (_M_current == _M_end) in _M_handle_match() 326 if (__state._M_matches(*_M_current)) in _M_handle_match() 328 ++_M_current; in _M_handle_match() [all …]
|
| D | stl_iterator.h | 767 _Iterator _M_current; 780 : _M_current(_Iterator()) { } 784 : _M_current(__i) { } 792 : _M_current(__i.base()) { } 797 { return *_M_current; } 801 { return _M_current; } 806 ++_M_current; 812 { return __normal_iterator(_M_current++); } 818 --_M_current; 824 { return __normal_iterator(_M_current--); } [all …]
|
| D | regex_executor.h | 92 _M_current = _M_begin; in _GLIBCXX_VISIBILITY() 100 _M_current = _M_begin; in _GLIBCXX_VISIBILITY() 168 return _M_current == _M_begin in _GLIBCXX_VISIBILITY() 176 return _M_current == _M_end in _GLIBCXX_VISIBILITY() 240 _BiIter _M_current; in _GLIBCXX_VISIBILITY()
|
| D | regex_scanner.h | 260 _IterT _M_current; in _GLIBCXX_VISIBILITY() local
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | regex_compiler.h | 105 : _M_current(__begin) , _M_end(__end) , _M_flags(__flags), in _GLIBCXX_VISIBILITY() 145 _IteratorT _M_current; in _GLIBCXX_VISIBILITY() 159 if (_M_current == _M_end) in _GLIBCXX_VISIBILITY() 165 _CharT __c = *_M_current; in _GLIBCXX_VISIBILITY() 182 ++_M_current; in _GLIBCXX_VISIBILITY() 188 ++_M_current; in _GLIBCXX_VISIBILITY() 195 ++_M_current; in _GLIBCXX_VISIBILITY() 201 ++_M_current; in _GLIBCXX_VISIBILITY() 207 ++_M_current; in _GLIBCXX_VISIBILITY() 213 ++_M_current; in _GLIBCXX_VISIBILITY() [all …]
|
| D | stl_iterator.h | 713 _Iterator _M_current; in _GLIBCXX_VISIBILITY() 725 _GLIBCXX_CONSTEXPR __normal_iterator() : _M_current(_Iterator()) { } in _GLIBCXX_VISIBILITY() 728 __normal_iterator(const _Iterator& __i) : _M_current(__i) { } in _GLIBCXX_VISIBILITY() 736 : _M_current(__i.base()) { } in _GLIBCXX_VISIBILITY() 741 { return *_M_current; } in _GLIBCXX_VISIBILITY() 745 { return _M_current; } in _GLIBCXX_VISIBILITY() 750 ++_M_current; in _GLIBCXX_VISIBILITY() 756 { return __normal_iterator(_M_current++); } in _GLIBCXX_VISIBILITY() 762 --_M_current; in _GLIBCXX_VISIBILITY() 768 { return __normal_iterator(_M_current--); } in _GLIBCXX_VISIBILITY() [all …]
|
| D | regex_cursor.h | 56 _M_current() const in _GLIBCXX_VISIBILITY()
|
| D | regex_nfa.h | 135 return _M_traits.translate(__c._M_current()) == _M_c; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
| D | iterator_tracker.h | 45 _Iterator _M_current; in _GLIBCXX_VISIBILITY() local 60 : _M_current(), _M_ds(0) { } in _GLIBCXX_VISIBILITY() 63 : _M_current(__i), _M_ds(__seq) { } in _GLIBCXX_VISIBILITY() 66 : _M_current(__x._M_current), _M_ds(__x._M_ds) { } in _GLIBCXX_VISIBILITY() 74 : _M_current(__x.base()), _M_ds(__x._M_get_sequence()) { } in _GLIBCXX_VISIBILITY() 77 base() const { return _M_current; } in _GLIBCXX_VISIBILITY() 83 operator _Iterator() const { return _M_current; } in _GLIBCXX_VISIBILITY() 86 operator->() const { return &*_M_current; } in _GLIBCXX_VISIBILITY() 92 ++_M_current; in _GLIBCXX_VISIBILITY() 101 ++_M_current; in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/profile/ |
| D | iterator_tracker.h | 44 _Iterator _M_current; in _GLIBCXX_VISIBILITY() local 59 : _M_current(), _M_ds(0) { } in _GLIBCXX_VISIBILITY() 63 : _M_current(__i), _M_ds(__seq) { } in _GLIBCXX_VISIBILITY() 66 : _M_current(__x._M_current), _M_ds(__x._M_ds) { } in _GLIBCXX_VISIBILITY() 74 : _M_current(__x.base()), _M_ds(__x._M_get_sequence()) { } in _GLIBCXX_VISIBILITY() 77 base() const _GLIBCXX_NOEXCEPT { return _M_current; } in _GLIBCXX_VISIBILITY() 83 operator _Iterator() const _GLIBCXX_NOEXCEPT { return _M_current; } in _GLIBCXX_VISIBILITY() 86 operator->() const _GLIBCXX_NOEXCEPT { return &*_M_current; } in _GLIBCXX_VISIBILITY() 92 ++_M_current; in _GLIBCXX_VISIBILITY() 101 ++_M_current; in _GLIBCXX_VISIBILITY() [all …]
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
| D | safe_local_iterator.h | 58 _Iterator _M_current; variable 82 _Safe_local_iterator() : _M_current() { } in _Safe_local_iterator() 93 : _Safe_local_iterator_base(__seq, _M_constant()), _M_current(__i), in _Safe_local_iterator() 106 _M_current(__x._M_current), _M_bucket(__x._M_bucket) in _Safe_local_iterator() 111 || __x._M_current == _Iterator(), in _Safe_local_iterator() 129 _M_current(__x.base()), _M_bucket(__x._M_bucket) in _Safe_local_iterator() 149 || __x._M_current == _Iterator(), 153 _M_current = __x._M_current; 169 return *_M_current; 184 return &*_M_current; [all …]
|
| D | safe_iterator.h | 123 _Iterator _M_current; variable 144 _Safe_iterator() : _M_current() { } in _Safe_iterator() 154 : _Safe_iterator_base(__seq, _M_constant()), _M_current(__i) in _Safe_iterator() 165 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x._M_current) in _Safe_iterator() 170 || __x._M_current == _Iterator(), in _Safe_iterator() 181 _Safe_iterator(_Safe_iterator&& __x) : _M_current() in _Safe_iterator() 184 || __x._M_current == _Iterator(), in _Safe_iterator() 188 std::swap(_M_current, __x._M_current); in _Safe_iterator() 204 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base()) in _Safe_iterator() 224 || __x._M_current == _Iterator(), [all …]
|
| /dragonfly/contrib/gcc-4.7/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 …]
|
| /dragonfly/contrib/gcc-8.0/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 …]
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| D | rope | 970 _CharT _M_current; 975 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 978 : _M_pos(__x._M_pos), _M_current(__x._M_current), 986 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { }
|
| D | ropeimpl.h | 1514 return _M_current; in _GLIBCXX_VISIBILITY()
|
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| D | rope | 971 _CharT _M_current; 976 : _M_pos(__p), _M_current(), _M_current_valid(false), _M_root(__r) { } 979 : _M_pos(__x._M_pos), _M_current(__x._M_current), 987 : _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) { }
|
| D | ropeimpl.h | 1515 return _M_current; in _GLIBCXX_VISIBILITY()
|