Searched defs:static_assert (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dassert.h24 #define static_assert _Static_assert macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dassert.h24 #define static_assert _Static_assert macro
/netbsd-current/include/
H A Dassert.h100 #define static_assert _Static_assert macro
/netbsd-current/sys/external/bsd/common/include/linux/
H A Dbuild_bug.h39 #define static_assert(EXPR) CTASSERT(EXPR) macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dverify.h230 # define static_assert _Static_assert /* C11 requires this #define. */ macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dverify.h230 # define static_assert _Static_assert /* C11 requires this #define. */ macro
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Duniform_int_dist.h286 static_assert( __urngmin < __urngmax, function
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-gen.c35 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-gen.c35 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-gen.c35 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-gen.c35 #define static_assert(e) ((void)sizeof (struct { int _:1 - 2 * !(e); })) macro
/netbsd-current/lib/libc/time/
H A Dprivate.h63 # undef static_assert macro
64 # define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1] macro

Completed in 430 milliseconds