Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds