Searched refs:_StateIdT (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/arm-none-eabi/include/c++/4.8.1/bits/
H A Dregex_nfa.h195 typedef int _StateIdT; typedef in namespace:__detail
198 static const _StateIdT _S_invalid_state_id = -1;
216 _StateIdT _M_next; // outgoing transition
217 _StateIdT _M_alt; // for _S_opcode_alternative
235 _State(_StateIdT __next, _StateIdT __alt)
245 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
251 typedef std::set<_StateIdT> _StateSet;
288 _StateIdT
300 _StateIdT
[all...]
H A Dregex_grep_matcher.h105 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
120 _M_e_closure(_StateIdT __i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/arm-none-eabi/include/c++/4.6.1/bits/
H A Dregex_nfa.h187 typedef int _StateIdT; typedef in namespace:__regex
190 static const _StateIdT _S_invalid_state_id = -1;
205 _StateIdT _M_next; // outgoing transition
206 _StateIdT _M_alt; // for _S_opcode_alternative
224 _State(_StateIdT __next, _StateIdT __alt)
234 _M_dot(std::ostream& __ostr, _StateIdT __id) const;
240 typedef std::set<_StateIdT> _StateSet;
275 _StateIdT
287 _StateIdT
[all...]
H A Dregex_grep_matcher.h99 typedef std::stack<_StateIdT, std::vector<_StateIdT> > _StateStack;
114 _M_e_closure(_StateIdT __i);

Completed in 171 milliseconds