Searched refs:__builtin_offsetof (Results 1 - 15 of 15) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | constexpr-offsetof.c | 9 [__builtin_offsetof(struct A, b)] = 0, // OK 10 [__builtin_offsetof(struct A, a[0])] = 0, // OK 11 [__builtin_offsetof(struct A, a[0*0])] = 0, // OK 12 [__builtin_offsetof(struct A, a[c])] = 0 // KO 16 * check-name: constexprness __builtin_offsetof()
|
H A D | flex-array-error.c | 15 return __builtin_offsetof(typeof(*s), i) in foo() 16 + __builtin_offsetof(typeof(*u), i); in foo()
|
H A D | flex-array-nested.c | 17 return __builtin_offsetof(typeof(*s), f) in foo() 18 + __builtin_offsetof(typeof(*u), f); in foo()
|
H A D | flex-array-align.c | 9 return (sizeof(*s) << 16) | __builtin_offsetof(typeof(*s), f); in foo()
|
H A D | reserved.c | 78 static int (__builtin_offsetof); variable 154 reserved.c:78:12: error: Trying to use reserved word '__builtin_offsetof' as identifier
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | has-builtin.c | 12 #if __has_builtin(__builtin_offsetof) \
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stddef.h | 20 #define offsetof(type, member) __builtin_offsetof(type, member)
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stddef.h | 22 #define offsetof(type, member) __builtin_offsetof(type, member)
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stddef.h | 20 #define offsetof(type, member) __builtin_offsetof(type, member)
|
/third_party/musl/include/ |
H A D | stddef.h | 22 #define offsetof(type, member) __builtin_offsetof(type, member)
|
/third_party/ltp/testcases/kernel/syscalls/setsockopt/ |
H A D | setsockopt08.c | 128 (__builtin_offsetof(struct ipt_entry, elems) + match_size); in run()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ident-list.h | 54 IDENT_RESERVED(__builtin_offsetof); variable
|
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 462 #define __offsetof(type, field) __builtin_offsetof(type, field)
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
/third_party/mksh/ |
H A D | sh.h | 122 #define offsetof(s,e) __builtin_offsetof(s, e)
|
Completed in 37 milliseconds