HomeSort by: relevance | last modified time | path
    Searched refs:_M_opcode (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_automaton.h 76 _Opcode _M_opcode; // type of outgoing transition
99 : _M_opcode(__opcode), _M_next(_S_invalid_state_id)
106 return _M_opcode == _S_opcode_alternative
107 || _M_opcode == _S_opcode_repeat
108 || _M_opcode == _S_opcode_subexpr_lookahead;
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)
162 // Since correct ctor and dtor rely on _M_opcode, it's better not t
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_automaton.h 76 _Opcode _M_opcode; // type of outgoing transition
99 : _M_opcode(__opcode), _M_next(_S_invalid_state_id)
106 return _M_opcode == _S_opcode_alternative
107 || _M_opcode == _S_opcode_repeat
108 || _M_opcode == _S_opcode_subexpr_lookahead;
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)
162 // Since correct ctor and dtor rely on _M_opcode, it's better not t
    [all...]

Completed in 19 milliseconds