| /third_party/ltp/tools/sparse/sparse-src/validation/ |
| H A D | type-attribute-align.c | 2 #define alignof(X) __alignof__(X) macro
|
| H A D | packed-bitfield0.c | 1 #define alignof(X) __alignof__(X) macro
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| H A D | stdalign.h | 13 #define alignof _Alignof macro
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| H A D | stdalign.h | 13 #define alignof _Alignof macro
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A D | stdalign.h | 13 #define alignof _Alignof macro
|
| /third_party/musl/include/ |
| H A D | stdalign.h | 13 #define alignof _Alignof macro
|
| /third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
| H A D | wgpu_structs.cpp | 28 static_assert(alignof(ChainedStruct) == alignof(WGPUChainedStruct), member
|
| /third_party/skia/third_party/externals/dawn/generator/templates/ |
| H A D | webgpu_cpp.cpp | 58 static_assert(alignof(ChainedStruct) == alignof(WGPUChainedStruct), variable [all...] |
| /third_party/musl/src/misc/ |
| H A D | ioctl.c | 12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | SlabAllocator.h | 167 SlabAllocator(size_t totalObjectBytes, uint32_t objectSize = sizeof(T), uint32_t objectAlignment = alignof(T)) SlabAllocator() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
| H A D | waiter.cc | 317 static_assert(alignof(SRWLOCK) == alignof(void *), member in absl::synchronization_internal::Waiter::WinHelper 324 alignof(CONDITION_VARIABLE) == alignof(void *), member in absl::synchronization_internal::Waiter::WinHelper
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | ident-list.h | 51 IDENT(alignof); IDENT_RESERVED(__alignof); IDENT_RESERVED(__alignof__); variable
|
| /third_party/rust/crates/cxx/src/ |
| H A D | cxx.cc | 402 static_assert(alignof(std::size_t) == alignof(std::uintptr_t), member 406 static_assert(alignof(rust::isize) == alignof(std::intptr_t), member [all...] |
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | keywords.h | 45 int alignof; variable
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
| H A D | fixed_array.h | 413 static_assert(alignof(StorageElement) == alignof(value_type), ""); member in absl::FixedArray
|
| /third_party/mesa3d/src/util/ |
| H A D | macros.h | 415 #define alignof _Alignof macro
|
| /third_party/rust/crates/cxx/tests/ffi/ |
| H A D | tests.cc | 771 ASSERT(rust::align_of<R>() == alignof(size_t)); variable 773 ASSERT(rust::align_of<size_t>() == alignof(size_t)); variable
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-win32.cc | 43 STATIC_ASSERT(alignof(V8_CONDITION_VARIABLE) == alignof(CONDITION_VARIABLE)); variable 45 STATIC_ASSERT(alignof(V8_SRWLOCK) == alignof(SRWLOCK)); variable 47 STATIC_ASSERT(alignof(V8_CRITICAL_SECTION) == alignof(CRITICAL_SECTION)); variable
|
| /third_party/tzdata/ |
| H A D | zic.c | 77 # define alignof(type) offsetof(struct { char a; type b; }, b) macro
|