Searched refs:__alignof (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | packed-struct.c | 13 _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");
|
D | packed-bitfield3.c | 15 _Static_assert(__alignof(struct b) == 1); 23 _Static_assert(__alignof(struct c) == 1);
|
D | reserved.c | 62 static int (__alignof); variable
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | ident-list.h | 51 IDENT(alignof); IDENT_RESERVED(__alignof); IDENT_RESERVED(__alignof__);
|
/third_party/elfutils/libdw/ |
D | libdwP.h | 595 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));\
|
D | dwarf_getmacros.c | 92 __attribute__ ((aligned (__alignof (Dwarf_Macro_Op_Table))));
|
/third_party/FreeBSD/sys/sys/ |
D | cdefs.h | 258 #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/ |
D | v0.4.rst | 24 * Support for '__alignof' (treated like the existing '__alignof__'). 38 * handle __alignof as equivalent of __alignof__
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.cpp | 128 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/ |
D | vk_mem_alloc.h | 3995 #define VMA_ALIGN_OF(type) (__alignof(type))
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 48334 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()
|