Searched defs:STATIC_ASSERT (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/os/support/
H A DDebug.h94 # define STATIC_ASSERT(x) _Static_assert(x, "static assert failed!") macro
96 # define STATIC_ASSERT(x) static_assert(x, "static assert failed!") macro
98 # define STATIC_ASSERT(x) \ macro
/haiku/headers/private/kernel/
H A Ddebug.h73 # define STATIC_ASSERT(x) _Static_assert(x, "static assert failed!") macro

Completed in 53 milliseconds