Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/libsa/
H A Dstring.h264 #define __xnu_is_array(A) __builtin_types_compatible_p(typeof((A)[0])[], typeof(A)) macro
266 #define __xnu_is_array(A) 1
268 #define __xnu_assert_is_array(A, MSG) _Static_assert(__xnu_is_array(A), MSG)