Searched defs:two_bits (Results 1 – 4 of 4) sorted by relevance
4 enum TwoBits { Hi1 = 3 } two_bits; variable11 …unsigned two_bits : 2; // expected-note 2 {{widen this field to 3 bits}} expected-note 2 {{… member
29 two_bits: TwoBits, field
83 uint32_t two_bits; in TEST() local