Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dcdefs.h273 #define _Static_assert(x, y) static_assert(x, y) macro
277 #define _Static_assert(x, y) __Static_assert(x, __COUNTER__) macro
282 #define _Static_assert(x, y) struct __hack macro