Searched defs:__must_be_array (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/include/linux/ | ||
D | compiler-intel.h | 27 #define __must_be_array(a) 0 macro |
D | compiler-gcc.h | 38 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) macro |