Home
last modified time | relevance | path

Searched defs:_State (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dregex_nfa.h200 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() argument
215 _State(const _Matcher& __m) in _GLIBCXX_VISIBILITY() function
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_automaton.h122 struct _State : _State_base in _GLIBCXX_VISIBILITY() struct
124 typedef _Matcher<_Char_type> _MatcherT; in _GLIBCXX_VISIBILITY()
133 _State(_Opcode __opcode) : _State_base(__opcode) in _GLIBCXX_VISIBILITY() argument
139 _State(const _State& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument
146 _State(_State&& __rhs) : _State_base(__rhs) in _GLIBCXX_VISIBILITY() argument
154 operator=(const _State&) = delete; in _GLIBCXX_VISIBILITY()
156 ~_State() in _GLIBCXX_VISIBILITY()
165 _M_opcode() const in _GLIBCXX_VISIBILITY()
169 _M_matches(_Char_type __char) const in _GLIBCXX_VISIBILITY()
173 _M_get_matcher() in _GLIBCXX_VISIBILITY()
[all …]