Searched refs:BUILD_BUG_ON_ZERO (Results 1 – 3 of 3) sorted by relevance
99 #define ULEB128_7(x) (BUILD_BUG_ON_ZERO ((x) >= (1U << 7)) + (x))101 #define BUILD_BUG_ON_ZERO(x) (sizeof (char [(x) ? -1 : 1]) - 1) macro
31 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); })) macro
99 #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + …