Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dreserved.c53 static int (_Static_assert); variable
/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