Home
last modified time | relevance | path

Searched refs:__alignof (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dpacked-struct.c13 _Static_assert(__alignof(struct a) == 1, "align struct");
20 _Static_assert(__alignof(struct b) == 1, "align struct");
27 _Static_assert(__alignof(struct c) == 1, "align struct");
Dpacked-bitfield3.c15 _Static_assert(__alignof(struct b) == 1);
23 _Static_assert(__alignof(struct c) == 1);
Dreserved.c62 static int (__alignof); variable
/third_party/ltp/tools/sparse/sparse-src/
Dident-list.h51 IDENT(alignof); IDENT_RESERVED(__alignof); IDENT_RESERVED(__alignof__);
/third_party/elfutils/libdw/
DlibdwP.h595 size_t _padding = ((__alignof (type) \
596 - ((uintptr_t) _result & (__alignof (type) - 1))) \
597 & (__alignof (type) - 1)); \
599 _result = (type *) __libdw_allocate (dbg, _required, __alignof (type));\
Ddwarf_getmacros.c92 __attribute__ ((aligned (__alignof (Dwarf_Macro_Op_Table))));
/third_party/FreeBSD/sys/sys/
Dcdefs.h258 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b) macro
280 #define _Alignof(x) __alignof(x)
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.rst24 * Support for '__alignof' (treated like the existing '__alignof__').
38 * handle __alignof as equivalent of __alignof__
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.cpp128 return (T*)Malloc(allocs, sizeof(T), __alignof(T)); in Allocate()
133 return (T*)Malloc(allocs, sizeof(T) * count, __alignof(T)); in AllocateArray()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h3995 #define VMA_ALIGN_OF(type) (__alignof(type))
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp48334 reinterpret_cast<void *>(-__alignof(_M_i))); in is_lock_free()
48342 reinterpret_cast<void *>(-__alignof(_M_i))); in is_lock_free()
48649 reinterpret_cast<void *>(-__alignof(_M_p))); in is_lock_free()
48657 reinterpret_cast<void *>(-__alignof(_M_p))); in is_lock_free()
48945 reinterpret_cast<void *>(-__alignof(_M_i))); in is_lock_free()
48953 reinterpret_cast<void *>(-__alignof(_M_i))); in is_lock_free()