reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/regex_executor.h
  169 	  && !(_M_flags & (regex_constants::match_not_bol
  177 	  && !(_M_flags & regex_constants::match_not_eol);
usr/include/c++/7.4.0/bits/regex_executor.tcc
   44       if (_M_flags & regex_constants::match_continuous)
   46       _M_flags |= regex_constants::match_prev_avail;
  154       _Executor __sub(_M_current, _M_end, __what, _M_re, _M_flags);
  387 	      && (_M_flags & regex_constants::match_not_null))
  417 	      && (_M_flags & regex_constants::match_not_null))
  498       if (_M_current == _M_begin && (_M_flags & regex_constants::match_not_bow))
  500       if (_M_current == _M_end && (_M_flags & regex_constants::match_not_eow))
  505 	  || (_M_flags & regex_constants::match_prev_avail))