Home
last modified time | relevance | path

Searched defs:STATIC_ASSERT (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dutil.h245 #define STATIC_ASSERT( global() macro
247 #define STATIC_ASSERT( global() macro
253 #define STATIC_ASSERT( global() macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dutil.h247 #define STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) macro
249 #define STATIC_ASSERT(cond, msg) _Static_assert(cond, msg) macro
251 #define STATIC_ASSERT(cond, msg) INSIST(cond) macro
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Doacc-profiling.c42 #define STATIC_ASSERT(expr) _Static_assert (expr, "!(" #expr ")") macro
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-profiling.c42 #define STATIC_ASSERT(expr) _Static_assert (expr, "!(" #expr ")") macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h844 #define STATIC_ASSERT(X) \ macro
847 #define STATIC_ASSERT(X) \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h806 #define STATIC_ASSERT(X) \ macro
809 #define STATIC_ASSERT(X) \ macro
/netbsd-src/external/mit/libuv/dist/src/
H A Duv-common.h60 #define STATIC_ASSERT(expr) \ macro