Searched refs:__is_constexpr (Results 1 – 2 of 2) sorted by relevance
25 #define __is_constexpr(x) \ macro29 (__is_constexpr(x) && __is_constexpr(y))
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)) & …