HomeSort by relevance Sort by last modified time
    Searched refs:__same_type (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/linux/
compiler-gcc.h 64 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
compiler.h 446 #ifndef __same_type
447 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) macro

Completed in 53 milliseconds