Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c53 static int (_Static_assert); variable
/third_party/glib/glib/gnulib/
Dverify.h215 # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) macro
/third_party/gettext/gettext-runtime/intl/
Dverify.h226 # define _Static_assert(...) \ macro
/third_party/FreeBSD/sys/sys/
Dcdefs.h295 #define _Static_assert(x, y) static_assert(x, y) macro
299 #define _Static_assert(x, y) __Static_assert(x, __COUNTER__) macro
304 #define _Static_assert(x, y) struct __hack macro