Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconstexpr-shift.c1 #define __is_constexpr(x) \ macro
6 [__builtin_choose_expr(__is_constexpr(1 << 1), 1, x)] = 0, in test()