Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dminmax.h25 #define __is_constexpr(x) \ macro
29 (__is_constexpr(x) && __is_constexpr(y))
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_reg.h129 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)) & …