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

References

usr/include/c++/7.4.0/bits/regex.tcc
  378       if (__flags & regex_constants::format_sed)
  469 	  if (!(__flags & regex_constants::format_no_copy))
  478 	      if (!(__flags & regex_constants::format_no_copy))
  483 	      if (__flags & regex_constants::format_first_only)
  486 	  if (!(__flags & regex_constants::format_no_copy))
usr/include/c++/7.4.0/bits/regex_constants.h
  400   { return __a = __a & __b; }
usr/include/c++/7.4.0/bits/regex_executor.h
   81       _M_flags((__flags & regex_constants::match_prev_avail)
   83 		  & ~regex_constants::match_not_bol
   84 		  & ~regex_constants::match_not_bow)
  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)
  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))