Searched refs:const_true (Results 1 – 2 of 2) sorted by relevance
36 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h)))67 BUILD_BUG_ON_ZERO(const_true((nr) >= BITS_PER_TYPE(type)))
104 #define const_true(x) __builtin_choose_expr(__is_constexpr(x), x, false) macro
Completed in 18 milliseconds