Home
last modified time | relevance | path

Searched refs:_M_alt (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dregex_automaton.tcc45 __ostr << "alt next=" << _M_next << " alt=" << _M_alt; in _M_print()
80 << __id << " -> " << _M_alt in _M_dot()
105 << __id << " -> " << _M_alt in _M_dot()
186 while (__it._M_alt >= 0 && (*this)[__it._M_alt]._M_opcode() in _M_eliminate_dummy()
188 __it._M_alt = (*this)[__it._M_alt]._M_next; in _M_eliminate_dummy()
209 if (__dup._M_alt != _S_invalid_state_id in _M_clone()
210 && __m.count(__dup._M_alt) == 0) in _M_clone()
211 __stack.push(__dup._M_alt); in _M_clone()
224 if (__ref._M_has_alt() && __ref._M_alt != _S_invalid_state_id) in _M_clone()
225 __ref._M_alt = __m.find(__ref._M_alt)->second; in _M_clone()
Dregex_automaton.h88 _StateIdT _M_alt; in _GLIBCXX_VISIBILITY() member
250 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
261 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
316 __tmp._M_alt = __alt; in _GLIBCXX_VISIBILITY()
Dregex_executor.tcc185 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
193 _M_dfs(__match_mode, __state._M_alt); in _M_rep_once_more()
312 if (_M_lookahead(__state._M_alt) == !__state._M_neg) in _M_handle_subexpr_lookahead()
488 _M_dfs(__match_mode, __state._M_alt); in _M_handle_alternative()
497 _M_dfs(__match_mode, __state._M_alt); in _M_handle_alternative()
Dregex_compiler.tcc274 std::swap(__tmp._M_next, __tmp._M_alt); in _M_quantifier()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20145636 exchange _M_next and _M_alt for alternative operator,
6522 Do _M_alt before _M_next.