Searched refs:_Static_assert (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/head/
H A Dassert.h50 #define static_assert _Static_assert
/illumos-gate/usr/src/boot/include/
H A Dassert.h63 * C++ older than C++11, but this breaks if _Static_assert is
67 * parentheses, causing the _Static_assert macro to be invoked with more
71 #define static_assert _Static_assert
/illumos-gate/usr/src/boot/lib/libstand/
H A Dquad.h57 _Static_assert(sizeof(quad_t) == sizeof(int) * 2,
H A Dqdivrem.c51 _Static_assert(sizeof(int) / 2 == sizeof(short),
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h295 #define _Static_assert(x, y) static_assert(x, y) macro
297 /* Nothing, gcc 4.6 and higher has _Static_assert built-in */
299 #define _Static_assert(x, y) __Static_assert(x, __COUNTER__) macro
304 #define _Static_assert(x, y) struct __hack macro

Completed in 62 milliseconds