Home
last modified time | relevance | path

Searched refs:__alignof__ (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12-stable/contrib/libstdc++/src/
Dlocale_init.cc49 __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 …]
Dglobals_io.cc57 __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/
Dlibelf_align.c42 .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.h21 __attribute__((__aligned__(__alignof__(long long))));
23 __attribute__((__aligned__(__alignof__(long double))));
/freebsd-12-stable/contrib/gcc/
Dunwind-dw2-fde.h146 } __attribute__ ((packed, aligned (__alignof__ (void *))));
154 } __attribute__ ((packed, aligned (__alignof__ (void *))));
Dlibgcov.c296 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()
Dbitmap.c206 #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/
Dd_alignof.c5 return __alignof__(short); in main()
/freebsd-12-stable/contrib/binutils/gas/
Dsubsegs.c42 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++/
Dguard.cc50 __attribute__ ((aligned(__alignof__(__gnu_cxx::__recursive_mutex))));
/freebsd-12-stable/lib/libc/stdio/
Dfindfp.c104 align = __alignof__(FILE); in moreglue()
/freebsd-12-stable/contrib/gcclibs/include/
Dansidecl.h358 # define ATTRIBUTE_ALIGNED_ALIGNOF(m) __attribute__ ((__aligned__ (__alignof__ (m))))
/freebsd-12-stable/contrib/binutils/include/
Dansidecl.h358 # define ATTRIBUTE_ALIGNED_ALIGNOF(m) __attribute__ ((__aligned__ (__alignof__ (m))))
/freebsd-12-stable/contrib/libstdc++/include/ext/
Dmt_allocator.h482 const static size_t __a = (__alignof__(_Tp) >= sizeof(_Block_record)
483 ? __alignof__(_Tp) : sizeof(_Block_record));
/freebsd-12-stable/contrib/libstdc++/include/tr1/
Dfunctional846 static const std::size_t _M_max_align = __alignof__(_Nocopy_types);
855 && __alignof__(_Functor) <= _M_max_align
856 && (_M_max_align % __alignof__(_Functor) == 0));
Dtype_traits392 : public integral_constant<std::size_t, __alignof__(_Tp)> { };
/freebsd-12-stable/contrib/binutils/libiberty/
Dmd5.c230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes()
Dregex.c622 # 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/
Dmd5.c230 # define UNALIGNED_P(p) (((md5_uintptr) p) % __alignof__ (md5_uint32) != 0) in md5_process_bytes()
Dregex.c622 # 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/
Dcp-tree.def337 /* Represents an '__alignof__' expression during template
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DTokenKinds.def629 ALIAS("__alignof__" , __alignof , KEYALL)
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
D__config585 #define __alignof__ __alignof
/freebsd-12-stable/contrib/gcc/doc/
Dextend.texi2975 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)}.
Dtm.texi4708 with @code{sizeof} and @code{__alignof__}.

12