Home | History | Annotate | Download | only in bits

Lines Matching refs:_M_automaton

386         _M_automaton(__regex::__compile<const _Ch_type*, _Rx_traits>(0, 0,
405 _M_automaton(__regex::__compile(__p, __p + _Rx_traits::length(__p),
423 _M_automaton(__regex::__compile(__p, __p + __len, _M_traits, _M_flags))
433 _M_automaton(__rhs._M_automaton)
443 _M_automaton(std::move(__rhs._M_automaton))
461 _M_automaton(__regex::__compile(__s.begin(), __s.end(),
482 _M_automaton(__regex::__compile(__first, __last, _M_traits, _M_flags))
496 _M_automaton(__regex::__compile(__l.begin(), __l.end(),
667 { return _M_automaton->_M_sub_count() - 1; }
706 std::swap(_M_automaton, __rhs._M_automaton);
712 { _M_automaton->_M_dot(__ostr); }
717 { return _M_automaton; }
722 __regex::_AutomatonPtr _M_automaton;