Home
last modified time | relevance | path

Searched refs:ICE_P (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dinteger-const-expr.c24 #define ICE_P(x) \ macro
27 #define CHX_P(X) __builtin_choose_expr(ICE_P(X), 1, 0)
28 #define CST_P(X) __builtin_constant_p(ICE_P(X))
30 #define TEST(R, X) _Static_assert(ICE_P(X) == R, "ICE_P(" #X ") => " #R); \
31 _Static_assert(ICE_P(ICE_P(X)), "ICE_P2(" #X ")"); \
H A Dvla-sizeof-ice.c1 // credit goes to Martin Uecker for the awesome ICE_P macro
3 #define ICE_P(x) \ macro
6 #define T(x) __builtin_choose_expr(ICE_P(x), 1, 0)

Completed in 1 milliseconds