Home
last modified time | relevance | path

Searched refs:BUILD_BUG_ON_ZERO (Results 1 – 4 of 4) sorted by relevance

/tools/arch/x86/include/asm/
Ddisabled-features.h63 #define DISABLED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 19)
Drequired-features.h104 #define REQUIRED_MASK_CHECK BUILD_BUG_ON_ZERO(NCAPINTS != 19)
/tools/include/linux/
Dkernel.h31 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); })) macro
/tools/perf/util/
Dparse-options.h107 #define check_vtype(v, type) ( BUILD_BUG_ON_ZERO(!__builtin_types_compatible_p(typeof(v), type)) + …