Searched refs:__xnu_is_array (Results 1 – 1 of 1) sorted by relevance
263 #define __xnu_is_array(A) __builtin_types_compatible_p(typeof((A)[0])[], typeof(A)) macro265 #define __xnu_is_array(A) 1267 #define __xnu_assert_is_array(A, MSG) _Static_assert(__xnu_is_array(A), MSG)