| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| assert.h | 24 #define static_assert _Static_assert macro
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| assert.h | 24 #define static_assert _Static_assert macro
|
| /src/include/ |
| assert.h | 99 #ifndef static_assert 100 #define static_assert _Static_assert macro 101 #endif /* static_assert */
|
| /src/sys/external/bsd/common/include/linux/ |
| build_bug.h | 39 #define static_assert(EXPR) CTASSERT(EXPR) macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| verify.h | 211 # define _GL_VERIFY(R, DIAGNOSTIC, ...) static_assert (R, DIAGNOSTIC) 229 # if __cpp_static_assert < 201411 && !defined static_assert 230 # define static_assert _Static_assert /* C11 requires this #define. */ macro 268 trailing ';'. verify (R) acts like static_assert (R) except that
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| verify.h | 211 # define _GL_VERIFY(R, DIAGNOSTIC, ...) static_assert (R, DIAGNOSTIC) 229 # if __cpp_static_assert < 201411 && !defined static_assert 230 # define static_assert _Static_assert /* C11 requires this #define. */ macro 268 trailing ';'. verify (R) acts like static_assert (R) except that
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| uniform_int_dist.h | 90 static_assert(std::is_integral<_IntType>::value, 261 static_assert(!_Up_traits::__is_signed_val, "U must be unsigned"); 262 static_assert(!_Wp_traits::__is_signed_val, "W must be unsigned"); 263 static_assert(_Wp_traits::__digits == (2 * _Up_traits::__digits), 297 static_assert( __urngmin < __urngmax, function 390 static_assert( __urng.min() < __urng.max(),
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| uniform_int_dist.h | 79 static_assert(std::is_integral<_IntType>::value, 250 static_assert(!_Up_traits::__is_signed_val, "U must be unsigned"); 251 static_assert(!_Wp_traits::__is_signed_val, "W must be unsigned"); 252 static_assert(_Wp_traits::__digits == (2 * _Up_traits::__digits), 286 static_assert( __urngmin < __urngmax, function 379 static_assert( __urng.min() < __urng.max(),
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-gen.c | 33 #ifndef static_assert 34 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 2339 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2); 2344 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 1); 2355 static_assert (CpuAttrEnums <= (1u << CpuIsaBits)); 2364 static_assert (ARRAY_SIZE (opcode_modifiers) == Opcode_Modifier_Num); 2368 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH 2371 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH
|
| s390-opc.c | 39 #ifndef static_assert 40 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 258 static_assert (ARRAY_SIZE (s390_operands) - 1 == J32_16);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-gen.c | 33 #ifndef static_assert 34 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 2319 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2); 2324 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 1); 2335 static_assert (CpuAttrEnums <= (1u << CpuIsaBits)); 2344 static_assert (ARRAY_SIZE (opcode_modifiers) == Opcode_Modifier_Num); 2348 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH 2351 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH
|
| s390-opc.c | 39 #ifndef static_assert 40 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 258 static_assert (ARRAY_SIZE (s390_operands) - 1 == J32_16);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-gen.c | 33 #ifndef static_assert 34 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 2275 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2); 2280 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 1); 2291 static_assert (CpuAttrEnums <= (1u << CpuIsaBits)); 2300 static_assert (ARRAY_SIZE (opcode_modifiers) == Opcode_Modifier_Num); 2304 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH 2307 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH
|
| s390-opc.c | 39 #ifndef static_assert 40 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 258 static_assert (ARRAY_SIZE (s390_operands) - 1 == J32_16);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-gen.c | 33 #ifndef static_assert 34 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 2305 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 2); 2310 static_assert (ARRAY_SIZE (cpu_flags) == CpuMax + 1); 2321 static_assert (CpuAttrEnums <= (1u << CpuIsaBits)); 2330 static_assert (ARRAY_SIZE (opcode_modifiers) == Opcode_Modifier_Num); 2334 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH 2337 static_assert (ARRAY_SIZE (operand_types) + CLASS_WIDTH + INSTANCE_WIDTH
|
| s390-opc.c | 39 #ifndef static_assert 40 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro 258 static_assert (ARRAY_SIZE (s390_operands) - 1 == J32_16);
|
| /src/lib/libc/time/ |
| private.h | 97 /* For pre-C23 compilers, a substitute for static_assert. 99 #if __STDC_VERSION__ < 202311 && !defined static_assert 100 # define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1] macro 1028 static_assert(! TYPE_SIGNED(time_t) || ! SIGNED_PADDING_CHECK_NEEDED
|