Searched refs:__OS_COMPILETIME_ASSERT__ (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/os/
H A Dassumes.h43 #define __OS_COMPILETIME_ASSERT__(e) __extension__({ \ macro
50 #define __OS_COMPILETIME_ASSERT__(e) (e)
87 __OS_COMPILETIME_ASSERT__(e); \
99 __OS_COMPILETIME_ASSERT__(!e); \
129 __OS_COMPILETIME_ASSERT__(e); \
143 __OS_COMPILETIME_ASSERT__(!e); \
171 __OS_COMPILETIME_ASSERT__(e); \
183 __OS_COMPILETIME_ASSERT__(!e); \
204 __OS_COMPILETIME_ASSERT__(e); \
218 __OS_COMPILETIME_ASSERT__(!
[all...]
H A Ddebug_private.c274 __OS_COMPILETIME_ASSERT__(pfxlen >= timelen);
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dassumes.h16 #define __OSX_COMPILETIME_ASSERT__(e) __OS_COMPILETIME_ASSERT__((e))

Completed in 193 milliseconds