Searched defs:__CTASSERT (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | common.h | 124 # define __CTASSERT(x) __CTASSERT0(x, __ctassert, __COUNTER__) macro 126 # define __CTASSERT(x) __CTASSERT99(x, __INCLUDE_LEVEL__, __LINE__) macro
|
/netbsd-src/usr.sbin/installboot/arch/ |
H A D | vax.c | 94 #define __CTASSERT(X) macro
|
/netbsd-src/sys/arch/hp300/stand/mkboot/ |
H A D | mkboot.c | 99 #define __CTASSERT(X) macro
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | debug.h | 137 #define __CTASSERT(x, y) \ macro
|
/netbsd-src/sys/sys/ |
H A D | cdefs.h | 172 #define __CTASSERT(x) __CTASSERT0(x, __ctassert, __COUNTER__) macro 174 #define __CTASSERT(x) __CTASSERT99(x, __INCLUDE_LEVEL__, __LINE__) macro
|
/netbsd-src/lib/libc/gen/ |
H A D | vis.c | 155 #define __CTASSERT(x, y) typedef char __assert ## y[(x) ? 1 : -1] macro
|