Home
last modified time | relevance | path

Searched refs:_Static_assert (Results 1 – 25 of 70) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dverify.h56 # 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 Dcdefs.h437 #if (!defined _Static_assert && !defined __cplusplus \
440 # define _Static_assert(expr, diagnostic) \ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dverify.h56 # 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 Dcdefs.h437 #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.h45 _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 Dc23.c27 _Static_assert(1 > 0, "string");
28 _Static_assert(1 > 0);
H A Dc11.c46 _Static_assert(1 > 0, "string");
48 _Static_assert(1 > 0);
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dswap.h70 #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 Dassert.h24 #define static_assert _Static_assert
/netbsd/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dassert.h24 #define static_assert _Static_assert
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-sassert.h44 # define MPFR_STAT_STATIC_ASSERT(c) _Static_assert((c), #c )
/netbsd/usr.sbin/fstyp/
H A Dexfat.c119 _Static_assert(sizeof(struct exfat_dirent) == 32, "spec");
127 _Static_assert(sizeof(struct exfat_de_label) == 32, "spec");
H A Dhfsplus.c99 _Static_assert(sizeof(struct hfsp_vol_hdr) == 512, "");
/netbsd/include/
H A Dassert.h110 #define static_assert _Static_assert
/netbsd/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h247 #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 Dstd-gnu11.m4385 # _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 Dstd-gnu11.m4385 # _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 Dtokens.d268 _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 Dstring.c245 _Static_assert (sizeof(GFC_UINTEGER_LARGEST) <= 2 * sizeof(uint64_t), in gfc_itoa()
/netbsd/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dsoft-fp.h67 _Static_assert ((expr), msg)
/netbsd/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Dsoft-fp.h67 _Static_assert ((expr), msg)
/netbsd/external/gpl3/gcc.old/dist/libgfortran/config/
H A Dfpu-aix.h42 _Static_assert (sizeof(fenv_t) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
H A Dfpu-glibc.h36 _Static_assert (sizeof(fenv_t) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
/netbsd/external/gpl3/gcc/dist/libgfortran/config/
H A Dfpu-aix.h42 _Static_assert (sizeof(fenv_t) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,
H A Dfpu-aarch64.h58 _Static_assert (sizeof(struct fenv) <= (size_t) GFC_FPE_STATE_BUFFER_SIZE,

123