Searched refs:is_char_array (Results 1 – 1 of 1) sorted by relevance
113 #define is_char_array(x) __builtin_types_compatible_p(typeof(x), char[]) macro117 BUILD_BUG_ON(!is_char_array(d)); \121 BUILD_BUG_ON(!is_char_array(d)); \
Completed in 4 milliseconds