Home
last modified time | relevance | path

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

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp205 struct IntBitfield { struct
206 int i : 17; // expected-note 3 {{bit-field is declared here}}
Dp5-var.cpp103 struct IntBitfield { struct
107 void test_bitfield(IntBitfield ib) { in test_bitfield() argument