Searched defs:has_bitfields (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/Sema/
H A Doffsetof.c59 struct has_bitfields { struct
64 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}}
/external/clang/test/SemaCXX/
H A Doffsetof.cpp33 struct has_bitfields { struct
38 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}}

Completed in 111 milliseconds