Searched refs:__is_constexpr (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_reg_defs.h | 22 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \ 35 BUILD_BUG_ON_ZERO(__is_constexpr(__n) && \ 49 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \ 50 __is_constexpr(__low) && \ 64 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \ 65 __is_constexpr(__low) && \ 79 BUILD_BUG_ON_ZERO(__is_constexpr(__high) && \ 80 __is_constexpr(__low) && \ 100 BUILD_BUG_ON_ZERO(!__is_constexpr(__mask)) + \ 173 __is_constexpr(__low) && \ [all …]
|
| /linux/include/linux/ |
| A D | overflow.h | 237 __builtin_choose_expr(__is_constexpr(n), \ 253 __builtin_choose_expr(__is_constexpr(n), \ 355 __builtin_choose_expr(__is_constexpr(count), \ 371 __builtin_choose_expr(__is_constexpr(count), \
|
| A D | bits.h | 25 __is_constexpr((l) > (h)), (l) > (h), 0)))
|
| A D | compiler.h | 292 #define __is_constexpr(x) \ macro
|
| A D | minmax.h | 114 static_assert(__builtin_choose_expr(__is_constexpr((lo) > (hi)), \
|
| A D | fortify-string.h | 258 __builtin_choose_expr(__is_constexpr(__builtin_strlen(p)), \
|
| /linux/tools/include/linux/ |
| A D | bits.h | 25 __is_constexpr((l) > (h)), (l) > (h), 0)))
|
| A D | compiler.h | 81 #define __is_constexpr(x) \ macro
|
| /linux/drivers/hwtracing/coresight/ |
| A D | coresight-etm4x.h | 495 if (__is_constexpr((offset))) \
|
Completed in 21 milliseconds