reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
176 return _M_current == _M_end
usr/include/c++/7.4.0/bits/regex_executor.tcc47 while (_M_begin != _M_end) 134 if (_M_current == _M_end) 154 _Executor __sub(_M_current, _M_end, __what, _M_re, _M_flags); 322 if (_M_current == _M_end) 355 __last != _M_end && __tmp != __submatch.second; 383 _M_has_sol = _M_current == _M_end; 419 if (__match_mode == _Match_mode::_Prefix || _M_current == _M_end) 500 if (_M_current == _M_end && (_M_flags & regex_constants::match_not_eow)) 512 _M_current != _M_end && _M_is_word(*_M_current);