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

References

usr/include/c++/7.4.0/bits/regex_compiler.tcc
   75       _M_scanner(__b, __e, _M_flags, __loc),
   76       _M_nfa(make_shared<_RegexT>(__loc, _M_flags)),
  184       bool __neg = (_M_flags & regex_constants::ECMAScript);
  316 	  if (!(_M_flags & regex_constants::ECMAScript))
  317 	    __INSERT_REGEX_MATCHER(_M_insert_any_matcher_posix);
  319 	    __INSERT_REGEX_MATCHER(_M_insert_any_matcher_ecma);
  322 	__INSERT_REGEX_MATCHER(_M_insert_char_matcher);
  327 	__INSERT_REGEX_MATCHER(_M_insert_character_class_matcher);
  363       __INSERT_REGEX_MATCHER(_M_insert_bracket_matcher, __neg);
  428       if (!(_M_flags & regex_constants::ECMAScript))
  511 	      if (!(_M_flags & regex_constants::ECMAScript))