Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dreserved.c53 static int (_Static_assert); variable
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h43 IDENT_RESERVED(_Static_assert); variable
/third_party/FreeBSD/sys/sys/
H A 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

Completed in 2 milliseconds