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