Home
last modified time | relevance | path

Searched defs:Utype (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Denumbitops.h42 using Utype = std::underlying_type_t<T>; variable
50 using Utype = std::underlying_type_t<T>; variable
58 using Utype = std::underlying_type_t<T>; variable
66 using Utype = std::underlying_type_t<T>; variable
74 using Utype = std::underlying_type_t<T>; variable
89 using Utype = std::underlying_type_t<T>; variable
Doptions.h47 using Utype = std::underlying_type_t<OptionFlags>; variable
54 using Utype = std::underlying_type_t<OptionFlags>; variable
/arkcompiler/ets_frontend/ets2panda/lexer/
DkeywordsUtil.cpp32 using Utype = std::underlying_type_t<AsciiFlags>; in operator |() typedef
38 using Utype = std::underlying_type_t<AsciiFlags>; in operator &() typedef
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.h66 using Utype = std::underlying_type_t<InstFlags>; variable
Dassembly-parser.cpp1280 using Utype = std::underlying_type_t<Token::Type>; in TokenToOpcode() typedef
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1581 using Utype = std::underlying_type_t<PropertySearchFlags>; in ValidateResolvedProperty() typedef