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

/xnu-2422.115.4/EXTERNAL_HEADERS/
H A DAssertMacros.h1196 * __Check_Compile_Time(expr)
1211 * __Check_Compile_Time( sizeof( int ) == 4 );
1212 * __Check_Compile_Time( offsetof( MyStruct, myField ) == 4 );
1213 * __Check_Compile_Time( ( kMyBufferSize % 512 ) == 0 );
1218 #ifndef __Check_Compile_Time
1220 #define __Check_Compile_Time( expr ) \ macro
1223 #define __Check_Compile_Time( expr ) \ macro
1278 replace "check_compile_time(<b args>)" with "__Check_Compile_Time(<args>)" \
1419 #define check_compile_time( expr ) __Check_Compile_Time( expr )

Completed in 70 milliseconds