HomeSort by: relevance | last modified time | path
    Searched defs:__alignof__ (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
obstack.c 51 /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
52 use the already-supplied __alignof__. Otherwise, this must be Gnulib
54 # if !defined __GNUC__ && !defined __IBM__ALIGNOF__ && !defined __alignof__
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2) macro
59 # define __alignof__(type) \ macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
79 __alignof__ (void *)))
  /src/external/gpl3/binutils.old/dist/libiberty/
obstack.c 51 /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
52 use the already-supplied __alignof__. Otherwise, this must be Gnulib
54 # if !defined __GNUC__ && !defined __IBM__ALIGNOF__ && !defined __alignof__
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2) macro
59 # define __alignof__(type) \ macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
79 __alignof__ (void *)))
  /src/external/gpl3/gcc/dist/libiberty/
obstack.c 51 /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
52 use the already-supplied __alignof__. Otherwise, this must be Gnulib
54 # if !defined __GNUC__ && !defined __IBM__ALIGNOF__ && !defined __alignof__
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2) macro
59 # define __alignof__(type) \ macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
79 __alignof__ (void *)))
  /src/external/gpl3/gcc.old/dist/libiberty/
obstack.c 51 /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
52 use the already-supplied __alignof__. Otherwise, this must be Gnulib
54 # if !defined __GNUC__ && !defined __IBM__ALIGNOF__ && !defined __alignof__
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2) macro
59 # define __alignof__(type) \ macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
79 __alignof__ (void *)))
  /src/external/gpl3/gdb/dist/libiberty/
obstack.c 51 /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
52 use the already-supplied __alignof__. Otherwise, this must be Gnulib
54 # if !defined __GNUC__ && !defined __IBM__ALIGNOF__ && !defined __alignof__
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2) macro
59 # define __alignof__(type) \ macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
79 __alignof__ (void *)))
  /src/external/gpl3/gdb.old/dist/libiberty/
obstack.c 51 /* If GCC, or if an oddball (testing?) host that #defines __alignof__,
52 use the already-supplied __alignof__. Otherwise, this must be Gnulib
54 # if !defined __GNUC__ && !defined __IBM__ALIGNOF__ && !defined __alignof__
57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2) macro
59 # define __alignof__(type) \ macro
77 #define DEFAULT_ALIGNMENT MAX (__alignof__ (long double), \
78 MAX (__alignof__ (uintmax_t), \
79 __alignof__ (void *)))
  /src/external/gpl3/gcc/dist/gcc/
bitmap.cc 749 #define __alignof__(type) 0
755 __alignof__ (bitmap_element),
743 #define __alignof__ macro
  /src/external/gpl3/gcc.old/dist/gcc/
bitmap.cc 749 #define __alignof__(type) 0
755 __alignof__ (bitmap_element),
743 #define __alignof__ macro
  /src/sys/compat/netbsd32/
netbsd32.h 171 CTASSERT(__alignof__(netbsd32_uint64) == __alignof__(netbsd32_siginfo_uint64)); variable

Completed in 117 milliseconds