/netbsd/external/gpl3/gdb/dist/gnulib/import/ |
H A D | verify.h | 56 # undef _Static_assert 197 _Static_assert (R, DIAGNOSTIC); \ 216 # define _GL_VERIFY(R, DIAGNOSTIC, ...) _Static_assert (R, DIAGNOSTIC) 225 # if !defined _GL_HAVE__STATIC_ASSERT1 && !defined _Static_assert 226 # define _Static_assert(...) \ macro 230 # define static_assert _Static_assert /* C11 requires this #define. */
|
H A D | cdefs.h | 437 #if (!defined _Static_assert && !defined __cplusplus \ 440 # define _Static_assert(expr, diagnostic) \ macro
|
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/ |
H A D | verify.h | 56 # undef _Static_assert 197 _Static_assert (R, DIAGNOSTIC); \ 216 # define _GL_VERIFY(R, DIAGNOSTIC, ...) _Static_assert (R, DIAGNOSTIC) 225 # if !defined _GL_HAVE__STATIC_ASSERT1 && !defined _Static_assert 226 # define _Static_assert(...) \ macro 230 # define static_assert _Static_assert /* C11 requires this #define. */
|
H A D | cdefs.h | 437 #if (!defined _Static_assert && !defined __cplusplus \ 440 # define _Static_assert(expr, diagnostic) \ macro
|
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 45 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 46 _Static_assert(sizeof(__Bits) == 2 * sizeof(int)); \ 57 _Static_assert(sizeof(long) == sizeof(long long) || \ 80 _Static_assert(sizeof(__tmp) == sizeof(__val)); \ 129 _Static_assert(sizeof(__val) == sizeof(__Bits)); \ 130 _Static_assert(sizeof(__Bits) == 2 * sizeof(int)); \ 147 _Static_assert(sizeof(long) == sizeof(long long) || \ 166 _Static_assert(sizeof(__tmp) == sizeof(__val)); \
|
/netbsd/tests/usr.bin/xlint/lint1/ |
H A D | c23.c | 27 _Static_assert(1 > 0, "string"); 28 _Static_assert(1 > 0);
|
H A D | c11.c | 46 _Static_assert(1 > 0, "string"); 48 _Static_assert(1 > 0);
|
/netbsd/external/gpl3/binutils/dist/libctf/ |
H A D | swap.h | 70 #define _Static_assert(cond, err) macro 78 _Static_assert (sizeof (x) == 1 || (sizeof (x) % 2 == 0 \
|
/netbsd/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
H A D | assert.h | 24 #define static_assert _Static_assert
|
/netbsd/external/gpl3/gcc/dist/fixincludes/tests/base/ |
H A D | assert.h | 24 #define static_assert _Static_assert
|
/netbsd/external/lgpl3/mpfr/dist/src/ |
H A D | mpfr-sassert.h | 44 # define MPFR_STAT_STATIC_ASSERT(c) _Static_assert((c), #c )
|
/netbsd/usr.sbin/fstyp/ |
H A D | exfat.c | 119 _Static_assert(sizeof(struct exfat_dirent) == 32, "spec"); 127 _Static_assert(sizeof(struct exfat_de_label) == 32, "spec");
|
H A D | hfsplus.c | 99 _Static_assert(sizeof(struct hfsp_vol_hdr) == 512, "");
|
/netbsd/include/ |
H A D | assert.h | 110 #define static_assert _Static_assert
|
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | util.h | 247 #define STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) 249 #define STATIC_ASSERT(cond, msg) _Static_assert(cond, msg)
|
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | std-gnu11.m4 | 385 # _Alignof, _Noreturn, _Static_assert, UTF-8 string literals, 403 _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); 408 // Check _Static_assert. 412 _Static_assert (sizeof (int) <= sizeof (long int), 413 "_Static_assert does not work in struct"); 439 _Static_assert ((offsetof (struct anonymous, i) 449 dnl compiling the C99 test instead, since it enables _Static_assert and
|
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/ |
H A D | std-gnu11.m4 | 385 # _Alignof, _Noreturn, _Static_assert, UTF-8 string literals, 403 _Static_assert (0 < -_Alignof (int), "_Alignof is signed"); 408 // Check _Static_assert. 412 _Static_assert (sizeof (int) <= sizeof (long int), 413 "_Static_assert does not work in struct"); 439 _Static_assert ((offsetof (struct anonymous, i) 449 dnl compiling the C99 test instead, since it enables _Static_assert and
|
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | tokens.d | 268 _Static_assert, enumerator 577 TOK._Static_assert, 613 … _Static_assert, _Thread_local, _import, __cdecl, __declspec, __stdcall, __attribute__ ]; in with() 875 TOK._Static_assert : "_Static_assert",
|
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | string.c | 245 _Static_assert (sizeof(GFC_UINTEGER_LARGEST) <= 2 * sizeof(uint64_t), in gfc_itoa()
|
/netbsd/external/gpl3/gcc/dist/libgcc/soft-fp/ |
H A D | soft-fp.h | 67 _Static_assert ((expr), msg)
|
/netbsd/external/gpl3/gcc.old/dist/libgcc/soft-fp/ |
H A D | soft-fp.h | 67 _Static_assert ((expr), msg)
|
/netbsd/external/gpl3/gcc.old/dist/libgfortran/config/ |
H A D | fpu-aix.h | 42 _Static_assert (sizeof(fenv_t) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
|
H A D | fpu-glibc.h | 36 _Static_assert (sizeof(fenv_t) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
|
/netbsd/external/gpl3/gcc/dist/libgfortran/config/ |
H A D | fpu-aix.h | 42 _Static_assert (sizeof(fenv_t) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
|
H A D | fpu-aarch64.h | 58 _Static_assert (sizeof(struct fenv) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
|