Home
last modified time | relevance | path

Searched refs:static_assert (Results 1 – 4 of 4) sorted by relevance

/titanic_53/usr/src/boot/include/
H A Dassert.h71 #define static_assert _Static_assert macro
/titanic_53/usr/src/head/
H A Dassert.h51 #define static_assert _Static_assert macro
/titanic_53/usr/src/test/libc-tests/cfg/symbols/
H A Dassert_h.cfg23 define | static_assert | | assert.h | -ALL +C11
/titanic_53/usr/src/boot/sys/sys/
H A Dcdefs.h295 #define _Static_assert(x, y) static_assert(x, y)