Searched refs:__is_constexpr (Results 1 – 2 of 2) sorted by relevance
138 #define __is_constexpr(x) __builtin_constant_p(x) macro
132 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \146 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \147 __is_constexpr(__low) && \167 BUILD_BUG_ON_ZERO(!__is_constexpr(__mask)) + \170 …BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & …