Home
last modified time | relevance | path

Searched refs:__xnu_is_array (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.61.5/osfmk/libsa/
H A Dstring.h263 #define __xnu_is_array(A) __builtin_types_compatible_p(typeof((A)[0])[], typeof(A)) macro
265 #define __xnu_is_array(A) 1
267 #define __xnu_assert_is_array(A, MSG) _Static_assert(__xnu_is_array(A), MSG)