| /dflybsd-src/lib/libc/locale/ |
| H A D | xlocale_private.h | 66 _Static_assert(XLC_LAST - XLC_COLLATE == 6, "XLC values should be contiguous"); 67 _Static_assert(XLC_COLLATE == LC_COLLATE - 1, 69 _Static_assert(XLC_CTYPE == LC_CTYPE - 1, 71 _Static_assert(XLC_MONETARY == LC_MONETARY - 1, 73 _Static_assert(XLC_NUMERIC == LC_NUMERIC - 1, 75 _Static_assert(XLC_TIME == LC_TIME - 1, 77 _Static_assert(XLC_MESSAGES == LC_MESSAGES - 1,
|
| H A D | cXXrtomb_iconv.h | 51 _Static_assert(sizeof(_ConversionState) <= sizeof(mbstate_t),
|
| H A D | mbrtocXX_iconv.h | 54 _Static_assert(sizeof(_ConversionState) <= sizeof(mbstate_t),
|
| /dflybsd-src/contrib/grep/lib/ |
| 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
|
| /dflybsd-src/sys/dev/netif/iwm/ |
| H A D | if_iwm_sf.c | 217 _Static_assert(sizeof(sf_full_timeout) == sizeof(uint32_t) * in iwm_fill_sf_command() 224 _Static_assert(sizeof(sf_full_timeout_def) == sizeof(uint32_t) * in iwm_fill_sf_command()
|
| H A D | if_iwm_fw.c | 231 _Static_assert((1 << IWM_BLOCK_2_EXP_SIZE) == IWM_PAGING_BLOCK_SIZE, in iwm_alloc_fw_paging_mem()
|
| /dflybsd-src/stand/lib/ |
| H A D | quad.h | 44 _Static_assert(sizeof(quad_t) == sizeof(int) * 2,
|
| H A D | qdivrem.c | 56 _Static_assert(sizeof(int) / 2 == sizeof(short),
|
| /dflybsd-src/sys/sys/ |
| H A D | cdefs.h | 578 #define _Static_assert(x, y) static_assert(x, y) macro 580 #define _Static_assert(x, y) struct __hack macro 604 #define CTASSERT(x) _Static_assert(x, \
|
| H A D | ttydefaults.h | 109 _Static_assert(sizeof(ttydefchars) / sizeof(cc_t) == NCCS,
|
| /dflybsd-src/include/ |
| H A D | assert.h | 81 #define static_assert _Static_assert
|
| /dflybsd-src/usr.sbin/fstyp/ |
| H A D | exfat.c | 115 _Static_assert(sizeof(struct exfat_dirent) == 32, "spec"); 123 _Static_assert(sizeof(struct exfat_de_label) == 32, "spec");
|
| H A D | hfsplus.c | 99 _Static_assert(sizeof(struct hfsp_vol_hdr) == 512, "");
|
| /dflybsd-src/sys/dev/powermng/amdtemp/ |
| H A D | amdtemp.c | 991 _Static_assert((int)NUM_CCDS >= 8, ""); in amdtemp_probe_ccd_sensors17h() 995 _Static_assert((int)NUM_CCDS >= 8, ""); in amdtemp_probe_ccd_sensors17h() 1046 _Static_assert((int)NUM_CCDS >= 8, ""); in amdtemp_probe_ccd_sensors19h() 1051 _Static_assert((int)NUM_CCDS >= 12, ""); in amdtemp_probe_ccd_sensors19h()
|
| /dflybsd-src/lib/libc/net/ |
| H A D | linkaddr.c | 123 _Static_assert(sizeof(obuf) >= IFNAMSIZ + 20, "obuf is too small"); in link_ntoa()
|
| /dflybsd-src/bin/dd/ |
| H A D | position.c | 61 _Static_assert(sizeof(io->offset) == sizeof(int64_t), "64-bit off_t"); in seek_offset()
|
| /dflybsd-src/contrib/gcc-8.0/libgcc/soft-fp/ |
| H A D | soft-fp.h | 67 _Static_assert ((expr), msg)
|
| /dflybsd-src/usr.bin/who/ |
| H A D | utmpentry.c | 48 #define COMPILE_ASSERT(x) _Static_assert(x, "assertion failed")
|
| /dflybsd-src/sys/dev/misc/evdev/ |
| H A D | evdev.h | 124 _Static_assert(offsetof(union evdev_mt_slot, tool_y) ==
|
| H A D | evdev_private.h | 58 _Static_assert(sizeof(bitstr_t) == sizeof(unsigned long),
|
| H A D | evdev_mt.c | 64 _Static_assert(MAX_MT_SLOTS < sizeof(slotset_t) * 8, "MAX_MT_SLOTS too big");
|
| /dflybsd-src/sys/dev/disk/sdhci/ |
| H A D | sdhci.h | 349 _Static_assert(SDHCI_ADMA2_DESC_COUNT >= MAXPHYS / PAGE_SIZE + 1,
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/ |
| H A D | Base.h | 774 #define STATIC_ASSERT _Static_assert
|
| /dflybsd-src/contrib/binutils-2.34/libctf/ |
| H A D | ctf-open.c | 940 #define _Static_assert(cond, err) macro 947 _Static_assert (sizeof (x) == 1 || (sizeof (x) % 2 == 0 \
|