Searched refs:_x (Results 1 – 1 of 1) sorted by relevance
21 #define CHECK_EMPTY(_x) UTIL_BOOL(IS_EMPTY(_x)) argument22 #define COND_CODE_EMPTY(_x, _if_any_code, _else_code) \ argument23 COND_CODE_1(CHECK_EMPTY(_x), _if_any_code, _else_code)
Completed in 3 milliseconds