Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompiler.h446 #ifndef __same_type
447 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro
H A Dcompiler-gcc.h66 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))