OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 2589 milliseconds