Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dminmax.h23 (__is_constexpr(x) && __is_constexpr(y))
H A Dconst.h11 #define __is_constexpr(x) \ macro
H A Dbits.h25 __is_constexpr((l) > (h)), (l) > (h), 0)))
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dconst.h11 #define __is_constexpr(x) \ macro
H A Dbits.h25 __is_constexpr((l) > (h)), (l) > (h), 0)))
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A 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)) & …