HomeSort by relevance Sort by last modified time
    Searched full:has_bitfields (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
offsetof.cpp 33 struct has_bitfields { struct
38 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}}
  /external/clang/test/Sema/
offsetof.c 59 struct has_bitfields { struct
64 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset of bit-field 'j'}}

Completed in 262 milliseconds