/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | stddef_h.m4 | 14 dnl Persuade OpenBSD <stddef.h> to declare max_align_t. 19 dnl Test whether the type max_align_t exists and whether its alignment 21 AC_CACHE_CHECK([for good max_align_t], 26 unsigned int s = sizeof (max_align_t); 28 int check1[2 * (__alignof__ (double) <= __alignof__ (max_align_t)) - 1]; 29 int check2[2 * (__alignof__ (long double) <= __alignof__ (max_align_t)) - 1]; 31 typedef struct { char a; max_align_t b; } max_helper;
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __stddef_max_align_t.h | 14 typedef double max_align_t; typedef 16 typedef long double max_align_t; typedef 24 } max_align_t; typedef
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
H A D | stddef.in.h | 66 # define max_align_t rpl_max_align_t 69 typedef long max_align_t; 139 # define max_align_t rpl_max_align_t
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Allocator.h | 175 AllocatorT::Allocate(PaddedSize, alignof(std::max_align_t)); in Allocate() 335 AllocatorT::Allocate(AllocatedSlabSize, alignof(std::max_align_t)); in StartNewSlab() 351 AllocatorT::Deallocate(*I, AllocatedSlabSize, alignof(std::max_align_t)); in DeallocateSlabs() 360 AllocatorT::Deallocate(Ptr, Size, alignof(std::max_align_t)); in DeallocateCustomSizedSlabs() 438 alignof(std::max_align_t))); in new()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
H A D | memory_resource | 41 #include <cstddef> // max_align_t 89 static constexpr size_t _S_max_align = alignof(max_align_t); 415 // Cannot use max_align_t on 32-bit Solaris x86, see PR libstdc++/77691 417 if (__alignment == alignof(max_align_t)) 418 return _M_allocate<alignof(max_align_t)>(__bytes); 443 if (__alignment == alignof(max_align_t)) 444 return (void) _M_deallocate<alignof(max_align_t)>(__ptr, __bytes);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
H A D | memory_resource | 42 #include <cstddef> // max_align_t 90 static constexpr size_t _S_max_align = alignof(max_align_t); 416 // Cannot use max_align_t on 32-bit Solaris x86, see PR libstdc++/77691 418 if (__alignment == alignof(max_align_t)) 419 return _M_allocate<alignof(max_align_t)>(__bytes); 444 if (__alignment == alignof(max_align_t)) 445 return (void) _M_deallocate<alignof(max_align_t)>(__ptr, __bytes);
|
/netbsd-src/include/ |
H A D | stddef.h |
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | cstddef | 28 max_align_t // C++11 53 using ::max_align_t;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/riscv64/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|
/netbsd-src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/malloc/ |
H A D | scratch_buffer.gl.h | 74 union { max_align_t __align; char __c[1024]; } __space;
|