Searched refs:__alignof__ (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | locale_init.cc | 49 __attribute__ ((aligned(__alignof__(locale::_Impl)))); 53 __attribute__ ((aligned(__alignof__(locale)))); 57 __attribute__ ((aligned(__alignof__(char*)))); 61 __attribute__ ((aligned(__alignof__(char[2])))); 65 __attribute__ ((aligned(__alignof__(locale::facet*)))); 69 __attribute__ ((aligned(__alignof__(locale::facet*)))); 73 __attribute__ ((aligned(__alignof__(std::ctype<char>)))); 77 __attribute__ ((aligned(__alignof__(std::collate<char>)))); 81 __attribute__ ((aligned(__alignof__(numpunct<char>)))); 85 __attribute__ ((aligned(__alignof__(num_get<char>)))); [all …]
|
| D | globals_io.cc | 57 __attribute__ ((aligned(__alignof__(istream)))); 59 __attribute__ ((aligned(__alignof__(ostream)))); 67 __attribute__ ((aligned(__alignof__(wistream)))); 69 __attribute__ ((aligned(__alignof__(wostream)))); 86 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>)))); 92 __attribute__ ((aligned(__alignof__(stdio_filebuf<char>)))); 99 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>)))); 105 __attribute__ ((aligned(__alignof__(stdio_filebuf<wchar_t>))));
|
| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| D | libelf_align.c | 42 .a32 = __alignof__(Elf32_##N), \ 43 .a64 = __alignof__(Elf64_##N) \ 47 .a64 = __alignof__(Elf64_##V) \ 50 .a32 = __alignof__(int32_t), \ 51 .a64 = __alignof__(int64_t) \ 54 #error Need the __alignof__ builtin.
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/ |
| D | __stddef_max_align_t.h | 21 __attribute__((__aligned__(__alignof__(long long)))); 23 __attribute__((__aligned__(__alignof__(long double))));
|
| /freebsd-12-stable/contrib/gcc/ |
| D | unwind-dw2-fde.h | 146 } __attribute__ ((packed, aligned (__alignof__ (void *)))); 154 } __attribute__ ((packed, aligned (__alignof__ (void *))));
|
| D | libgcov.c | 296 if (__alignof__ (struct gcov_fn_info) > sizeof (unsigned)) in gcov_exit() 298 fi_stride += __alignof__ (struct gcov_fn_info) - 1; in gcov_exit() 299 fi_stride &= ~(__alignof__ (struct gcov_fn_info) - 1); in gcov_exit()
|
| D | bitmap.c | 206 #define __alignof__(type) 0 in bitmap_obstack_initialize() macro 212 __alignof__ (bitmap_element), in bitmap_obstack_initialize()
|
| /freebsd-12-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/ |
| D | d_alignof.c | 5 return __alignof__(short); in main()
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | subsegs.c | 42 obstack_alignment_mask (&frchains) = __alignof__ (frchainS) - 1; in subsegs_begin() 112 obstack_alignment_mask (&newP->frch_obstack) = __alignof__ (fragS) - 1; in subseg_set_rest()
|
| /freebsd-12-stable/contrib/libstdc++/libsupc++/ |
| D | guard.cc | 50 __attribute__ ((aligned(__alignof__(__gnu_cxx::__recursive_mutex))));
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | findfp.c | 104 align = __alignof__(FILE); in moreglue()
|
| /freebsd-12-stable/contrib/gcclibs/include/ |
| D | ansidecl.h | 358 # define ATTRIBUTE_ALIGNED_ALIGNOF(m) __attribute__ ((__aligned__ (__alignof__ (m))))
|
| /freebsd-12-stable/contrib/binutils/include/ |
| D | ansidecl.h | 358 # define ATTRIBUTE_ALIGNED_ALIGNOF(m) __attribute__ ((__aligned__ (__alignof__ (m))))
|
| /freebsd-12-stable/contrib/libstdc++/include/ext/ |
| D | mt_allocator.h | 482 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record) 483 ? __alignof__(_Tp) : sizeof(_Block_record));
|
| /freebsd-12-stable/contrib/libstdc++/include/tr1/ |
| D | functional | 846 static const std::size_t _M_max_align = __alignof__(_Nocopy_types); 855 && __alignof__(_Functor) <= _M_max_align 856 && (_M_max_align % __alignof__(_Functor) == 0));
|
| D | type_traits | 392 : public integral_constant<std::size_t, __alignof__(_Tp)> { };
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | md5.c | 230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes()
|
| D | regex.c | 622 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1) 2838 + __alignof__(wctype_t) - 1) in PREFIX() 2839 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in PREFIX() 6207 + __alignof__(wctype_t) - 1) in wcs_re_match_2_internal() 6208 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in wcs_re_match_2_internal()
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | md5.c | 230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes()
|
| D | regex.c | 622 # define CHAR_CLASS_SIZE ((__alignof__(wctype_t)+sizeof(wctype_t))/sizeof(CHAR_T)+1) 2838 + __alignof__(wctype_t) - 1) in PREFIX() 2839 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in PREFIX() 6207 + __alignof__(wctype_t) - 1) in wcs_re_match_2_internal() 6208 & ~(uintptr_t)(__alignof__(wctype_t) - 1); in wcs_re_match_2_internal()
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | cp-tree.def | 337 /* Represents an '__alignof__' expression during template
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | TokenKinds.def | 629 ALIAS("__alignof__" , __alignof , KEYALL)
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/ |
| D | __config | 585 #define __alignof__ __alignof
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | extend.texi | 2975 The keyword @code{__alignof__} allows you to inquire about how an object 2980 aligned on an 8-byte boundary, then @code{__alignof__ (double)} is 8. 2982 designs, @code{__alignof__ (double)} is 4 or even 2. 2985 data type even at an odd address. For these machines, @code{__alignof__} 2988 If the operand of @code{__alignof__} is an lvalue rather than a type, 2999 the value of @code{__alignof__ (foo1.y)} is 1, even though its actual 3000 alignment is probably 2 or 4, the same as @code{__alignof__ (int)}.
|
| D | tm.texi | 4708 with @code{sizeof} and @code{__alignof__}.
|
12