BUILD_BUG_ON_ZERO   33 include/asm-generic/bitops/const_hweight.h #define HWEIGHT8(w)  (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight8(w))
BUILD_BUG_ON_ZERO   34 include/asm-generic/bitops/const_hweight.h #define HWEIGHT16(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight16(w))
BUILD_BUG_ON_ZERO   35 include/asm-generic/bitops/const_hweight.h #define HWEIGHT32(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight32(w))
BUILD_BUG_ON_ZERO   36 include/asm-generic/bitops/const_hweight.h #define HWEIGHT64(w) (BUILD_BUG_ON_ZERO(!__builtin_constant_p(w)) + __const_hweight64(w))
BUILD_BUG_ON_ZERO   47 include/linux/compiler-gcc.h #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0]))
BUILD_BUG_ON_ZERO  136 include/linux/genl_magic_func.h #define BUILD_BUG_ON(condition) ((void)BUILD_BUG_ON_ZERO(condition))
BUILD_BUG_ON_ZERO  809 include/linux/kernel.h 	(BUILD_BUG_ON_ZERO((perms) < 0) +				\
BUILD_BUG_ON_ZERO  810 include/linux/kernel.h 	 BUILD_BUG_ON_ZERO((perms) > 0777) +				\
BUILD_BUG_ON_ZERO  812 include/linux/kernel.h 	 BUILD_BUG_ON_ZERO(((perms) >> 6) < (((perms) >> 3) & 7)) +	\
BUILD_BUG_ON_ZERO  813 include/linux/kernel.h 	 BUILD_BUG_ON_ZERO((((perms) >> 3) & 7) < ((perms) & 7)) +	\
BUILD_BUG_ON_ZERO  815 include/linux/kernel.h 	 BUILD_BUG_ON_ZERO((perms) & 2) +				\
BUILD_BUG_ON_ZERO  108 include/linux/syscalls.h #define __SC_TEST(t, a) (void)BUILD_BUG_ON_ZERO(!__TYPE_IS_LL(t) && sizeof(t) > sizeof(long))