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

/macosx-10.10/shell_cmds-179/who/
H A Dutmpentry.c65 #define COMPILE_ASSERT(x) ((void)sizeof(struct { unsigned : ((x) ? 1 : -1); })) macro
/macosx-10.10/WTF-7600.1.24/wtf/
H A DAssertions.h321 #define COMPILE_ASSERT(exp, name) _Static_assert((exp), #name) macro
323 #define COMPILE_ASSERT(exp, name) static_assert((exp), #name) macro

Completed in 152 milliseconds