Home
last modified time | relevance | path

Searched refs:const_true (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dbits.h24 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h)))
H A Dcompiler.h382 #define const_true(x) __builtin_choose_expr(__is_constexpr(x), x, false) macro