Searched refs:__opcode (Results 1 – 5 of 5) sorted by relevance
98 explicit _State_base(_Opcode __opcode) in _GLIBCXX_VISIBILITY()99 : _M_opcode(__opcode), _M_next(_S_invalid_state_id) in _GLIBCXX_VISIBILITY()133 _State(_Opcode __opcode) : _State_base(__opcode) in _GLIBCXX_VISIBILITY()
211 explicit _State(_OpcodeT __opcode) in _GLIBCXX_VISIBILITY()212 : _M_opcode(__opcode), _M_next(_S_invalid_state_id) in _GLIBCXX_VISIBILITY()219 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t) in _GLIBCXX_VISIBILITY()220 : _M_opcode(__opcode), _M_next(_S_invalid_state_id), _M_subexpr(__s), in _GLIBCXX_VISIBILITY()
37 unsigned int __opcode:11; member
70 unsigned int __opcode:11; member
128 unsigned int __opcode:11; member