Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/util/
Dflags.h32 ConstBit(UInt bit_mask, const UInt &given_flags) : mask {bit_mask}, flags {given_flags} {}; in ConstBit()
49 Bit(UInt bit_mask, UInt &given_flags) : ConstBit {bit_mask, given_flags} {}; in Bit()