HomeSort by relevance Sort by last modified time
    Searched refs:_OpcodeT (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 213 typedef int _OpcodeT;
215 _OpcodeT _M_opcode; // type of outgoing transition
222 explicit _State(_OpcodeT __opcode)
230 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h 213 typedef int _OpcodeT;
215 _OpcodeT _M_opcode; // type of outgoing transition
222 explicit _State(_OpcodeT __opcode)
230 _State(_OpcodeT __opcode, unsigned int __s, const _Tagger& __t)

Completed in 50 milliseconds