Searched refs:_M_opcode (Results 1 - 2 of 2) 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.h215 _OpcodeT _M_opcode; // type of outgoing transition member in struct:__detail::_State
223 : _M_opcode(__opcode), _M_next(_S_invalid_state_id)
227 : _M_opcode(_S_opcode_match), _M_next(_S_invalid_state_id), _M_matches(__m)
231 : _M_opcode(__opcode), _M_next(_S_invalid_state_id), _M_subexpr(__s),
236 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)
/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.h204 _OpcodeT _M_opcode; // type of outgoing transition member in struct:__regex::_State
212 : _M_opcode(__opcode), _M_next(_S_invalid_state_id)
216 : _M_opcode(_S_opcode_match), _M_next(_S_invalid_state_id), _M_matches(__m)
220 : _M_opcode(__opcode), _M_next(_S_invalid_state_id), _M_subexpr(__s),
225 : _M_opcode(_S_opcode_alternative), _M_next(__next), _M_alt(__alt)

Completed in 125 milliseconds