Searched refs:__is_constexpr (Results 1 – 6 of 6) sorted by relevance
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), \
297 #define __is_constexpr(x) \ macro336 #define const_true(x) __builtin_choose_expr(__is_constexpr(x), x, false)
258 __builtin_choose_expr(__is_constexpr(__builtin_strlen(p)), \
25 __is_constexpr((l) > (h)), (l) > (h), 0)))
81 #define __is_constexpr(x) \ macro