Home
last modified time | relevance | path

Searched refs:has_bitfields (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/Sema/
Doffsetof.c59 struct has_bitfields { struct
64 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset o… argument
/external/clang/test/Sema/
Doffsetof.c59 struct has_bitfields { struct
64 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset o… argument
/external/llvm-project/clang/test/SemaCXX/
Doffsetof.cpp33 struct has_bitfields { struct
38 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset o… argument
/external/clang/test/SemaCXX/
Doffsetof.cpp33 struct has_bitfields { struct
38 int test3 = __builtin_offsetof(struct has_bitfields, j); // expected-error{{cannot compute offset o… argument
/external/rust/crates/bindgen/src/ir/
Dcomp.rs1148 fn has_bitfields(&self) -> bool { in has_bitfields() method
1165 if !self.has_bitfields() { in has_too_large_bitfield_unit()