Searched refs:__same_type (Results 1 – 2 of 2) sorted by relevance
446 #ifndef __same_type447 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
66 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))