Searched refs:__alignof (Results 1 – 5 of 5) sorted by relevance
195 #define Z_DECL_ALIGN(type) __aligned(__alignof(type)) type201 #define IS_PTR_ALIGNED(ptr, type) IS_PTR_ALIGNED_BYTES(ptr, __alignof(type))
2 …sm__|__attribute__|__typeof__|__builtin_types_compatible_p|__volatile__|__alignof|__alignof__|__co…
21 …__alignof: see \"6.48 Alternate Keywords\" and \"6.44 Determining the Alignment of Functions, Typ…30 …sm__|__attribute__|__typeof__|__builtin_types_compatible_p|__volatile__|__alignof|__alignof__|__co…
160 #define __alignof(x) alignof(x) macro162 #define __alignof(x) _Alignof(x) macro
214 ret = __alignof(struct dyn_obj); in obj_align_get()218 ret = __alignof(struct dyn_obj); in obj_align_get()