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

References

usr/include/c++/7.4.0/bits/regex_automaton.h
  135 	if (_M_opcode() == _S_opcode_match)
  141 	if (__rhs._M_opcode() == _S_opcode_match)
  148 	if (__rhs._M_opcode() == _S_opcode_match)
  158 	if (_M_opcode() == _S_opcode_match)
usr/include/c++/7.4.0/bits/regex_automaton.tcc
  182 	  while (__it._M_next >= 0 && (*this)[__it._M_next]._M_opcode()
  186 	    while (__it._M_alt >= 0 && (*this)[__it._M_alt]._M_opcode()
usr/include/c++/7.4.0/bits/regex_executor.tcc
  463       switch (_M_nfa[__i]._M_opcode())