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