Searched defs:utype (Results 1 – 5 of 5) sorted by relevance
44 using utype = std::underlying_type_t<OptionFlags>; variable51 using utype = std::underlying_type_t<OptionFlags>; variable
33 using utype = std::underlying_type_t<AsciiFlags>; in operator |() typedef39 using utype = std::underlying_type_t<AsciiFlags>; in operator &() typedef
66 using utype = std::underlying_type_t<InstFlags>; variable
1213 using utype = std::underlying_type_t<Token::Type>; in TokenToOpcode() typedef
356 PrimType utype = (ssize == k8BitSize) ? PTY_u8 : PTY_u16; in SelectLoadAcquire() local