Home
last modified time | relevance | path

Searched refs:__builtin_offsetof (Results 1 - 15 of 15) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dconstexpr-offsetof.c9 [__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 Dflex-array-error.c15 return __builtin_offsetof(typeof(*s), i) in foo()
16 + __builtin_offsetof(typeof(*u), i); in foo()
H A Dflex-array-nested.c17 return __builtin_offsetof(typeof(*s), f) in foo()
18 + __builtin_offsetof(typeof(*u), f); in foo()
H A Dflex-array-align.c9 return (sizeof(*s) << 16) | __builtin_offsetof(typeof(*s), f); in foo()
H A Dreserved.c78 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 Dhas-builtin.c12 #if __has_builtin(__builtin_offsetof) \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstddef.h20 #define offsetof(type, member) __builtin_offsetof(type, member)
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstddef.h22 #define offsetof(type, member) __builtin_offsetof(type, member)
/third_party/musl/porting/uniproton/kernel/include/
H A Dstddef.h20 #define offsetof(type, member) __builtin_offsetof(type, member)
/third_party/musl/include/
H A Dstddef.h22 #define offsetof(type, member) __builtin_offsetof(type, member)
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt08.c128 (__builtin_offsetof(struct ipt_entry, elems) + match_size); in run()
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h54 IDENT_RESERVED(__builtin_offsetof); variable
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h462 #define __offsetof(type, field) __builtin_offsetof(type, field)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]
/third_party/mksh/
H A Dsh.h122 #define offsetof(s,e) __builtin_offsetof(s, e)

Completed in 37 milliseconds