Searched defs:IntBitfield (Results 1 – 2 of 2) sorted by relevance
205 struct IntBitfield { struct206 int i : 17; // expected-note 3 {{bit-field is declared here}}
103 struct IntBitfield { struct107 void test_bitfield(IntBitfield ib) { in test_bitfield() argument