Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/verification/util/
Dtagged_index.h85 using UInt = std::make_unsigned_t<Int>; in GetMask() local
92 using UInt = std::make_unsigned_t<Int>; in GetTagMask() local
103 using UInt = std::make_unsigned_t<Int>; in SetTags() local
122 using UInt = std::make_unsigned_t<Int>; variable