Searched defs:static_assert (Results 1 – 2 of 2) sorted by relevance
| /bionic/libc/include/ | ||
| D | assert.h | 70 # define static_assert _Static_assert macro |
| /bionic/libc/tzcode/ | ||
| D | private.h | 47 # define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1] macro |