Home
last modified time | relevance | path

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

/include/linux/
A Dbits.h34 #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)))
A Dcompiler.h382 #define const_true(x) __builtin_choose_expr(__is_constexpr(x), x, false) macro

Completed in 3 milliseconds