HomeSort by: relevance | last modified time | path
    Searched refs:_Alignof (Results 1 - 25 of 47) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_349.c 8 unsigned long c11_type = _Alignof(int);
11 unsigned long c11_expr = _Alignof(3);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdalign.h 15 #define alignof _Alignof
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdalign.h 32 #define alignof _Alignof
  /src/sys/sys/
stdalign.h 50 #define alignof _Alignof
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdalign.h 33 #define alignof _Alignof
  /src/external/gpl3/gdb/dist/gnulib/import/
stdalign.in.h 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment
52 and _Alignof that are no better than ours; override them. */
54 #undef _Alignof
56 /* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023
65 # define _Alignof(type) alignof (type)
68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b)
71 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b)
75 # define alignof _Alignof
flexmember.h 26 On older platforms without _Alignof, use a pessimistic bound that is
28 On newer platforms, use _Alignof to get a tighter bound. */
33 # define FLEXALIGNOF(type) _Alignof (type)
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdalign.in.h 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment
52 and _Alignof that are no better than ours; override them. */
54 #undef _Alignof
56 /* GCC releases before GCC 4.9 had a bug in _Alignof. See GCC bug 52023
65 # define _Alignof(type) alignof (type)
68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b)
71 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b)
75 # define alignof _Alignof
flexmember.h 26 On older platforms without _Alignof, use a pessimistic bound that is
28 On newer platforms, use _Alignof to get a tighter bound. */
33 # define FLEXALIGNOF(type) _Alignof (type)
  /src/sys/arch/mips/mips/
sig_machdep.c 95 sizeof(*sf), _Alignof(*sf));
compat_16_machdep.c 100 sizeof(*scp), _Alignof(*scp));
netbsd32_machdep.c 98 sizeof(*sfp), _Alignof(*sfp));
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
scan.l 223 { "_Alignof", C_ALIGNOF, DEFKW },
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
tokens.d 261 _Alignof,
570 TOK._Alignof,
612 _Alignas, _Alignof, _Atomic, _Bool, _Complex, _Generic, _Imaginary, _Noreturn,
868 TOK._Alignof : "_Alignof",
cparse.d 888 * _Alignof ( type-name )
992 case TOK._Alignof:
4370 case TOK._Alignof:
  /src/sys/arch/alpha/alpha/
compat_16_machdep.c 117 fp = getframe(l, sig, &onstack, sizeof(*fp), _Alignof(*fp));
machdep.c 1529 fp = getframe(l, ksi->ksi_signo, &onstack, sizeof(*fp), _Alignof(*fp));
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
general.h 849 mdns_compile_time_check(mdns_sizeof_member(STRUCT_TYPE, _mdns_unused_padding) < _Alignof(STRUCT_TYPE), \
  /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 120 \ _Thread_local thread_local _Alignof alignof sizeof
  /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/
gimple.vim 120 \ _Thread_local thread_local _Alignof alignof sizeof
  /src/sys/ufs/ffs/
ffs_extattr.c 109 (((uintptr_t)(ptr) & (_Alignof(s) - 1)) == 0)
  /src/external/gpl3/gdb/dist/gdb/
c-exp.y 2502 {"_Alignof", ALIGNOF, OP_NULL, 0},
  /src/external/gpl3/gdb/dist/gnulib/
configure 5006 // Check _Alignof.
5009 int_alignment = _Alignof (int),
5010 int_array_alignment = _Alignof (int[100]),
5011 char_alignment = _Alignof (char)
5013 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
33378 char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
33379 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
33380 char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
  /src/external/gpl3/gdb.old/dist/gdb/
c-exp.y 2501 {"_Alignof", ALIGNOF, OP_NULL, 0},
  /src/external/gpl3/gdb.old/dist/gnulib/
configure 5006 // Check _Alignof.
5009 int_alignment = _Alignof (int),
5010 int_array_alignment = _Alignof (int[100]),
5011 char_alignment = _Alignof (char)
5013 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
33378 char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
33379 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
33380 char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];

Completed in 81 milliseconds

1 2