Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/i915/
Di915_reg_defs.h22 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \
36 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \
37 __is_constexpr(__low) && \
51 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \
52 __is_constexpr(__low) && \
72 BUILD_BUG_ON_ZERO(!__is_constexpr(__mask)) + \
75 …BUILD_BUG_ON_ZERO(__builtin_choose_expr(__is_constexpr(__val), (~((__mask) >> __bf_shf(__mask)) & …
/linux-6.1.9/include/linux/
Dminmax.h23 (__is_constexpr(x) && __is_constexpr(y))
Doverflow.h229 __builtin_choose_expr(__is_constexpr(count), \
245 __builtin_choose_expr(__is_constexpr(count), \
Dconst.h11 #define __is_constexpr(x) \ macro
Dbits.h25 __is_constexpr((l) > (h)), (l) > (h), 0)))
Dfortify-string.h186 __builtin_choose_expr(__is_constexpr(__builtin_strlen(p)), \
/linux-6.1.9/tools/include/linux/
Dconst.h11 #define __is_constexpr(x) \ macro
Dbits.h25 __is_constexpr((l) > (h)), (l) > (h), 0)))
/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h519 if (__is_constexpr((offset))) \