Searched refs:__is_constexpr (Results 1 – 6 of 6) sorted by relevance
23 (__is_constexpr(x) && __is_constexpr(y))
11 #define __is_constexpr(x) \ macro
25 __is_constexpr((l) > (h)), (l) > (h), 0)))
129 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \143 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \144 __is_constexpr(__low) && \164 BUILD_BUG_ON_ZERO(!__is_constexpr(__mask)) + \167 …BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & …