Lines Matching defs:_State
200 struct _State in _GLIBCXX_VISIBILITY() struct
202 typedef int _OpcodeT; in _GLIBCXX_VISIBILITY()
204 _OpcodeT _M_opcode; // type of outgoing transition in _GLIBCXX_VISIBILITY()
205 _StateIdT _M_next; // outgoing transition in _GLIBCXX_VISIBILITY()
206 _StateIdT _M_alt; // for _S_opcode_alternative in _GLIBCXX_VISIBILITY()
207 unsigned int _M_subexpr; // for _S_opcode_subexpr_* in _GLIBCXX_VISIBILITY()
208 _Tagger _M_tagger; // for _S_opcode_subexpr_* in _GLIBCXX_VISIBILITY()
209 _Matcher _M_matches; // for _S_opcode_match in _GLIBCXX_VISIBILITY()
211 explicit _State(_OpcodeT __opcode) in _GLIBCXX_VISIBILITY() function
215 _State(const _Matcher& __m) in _GLIBCXX_VISIBILITY() argument
219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t) in _GLIBCXX_VISIBILITY() function
224 _State(_StateIdT __next, _StateIdT __alt) in _GLIBCXX_VISIBILITY() function