Searched refs:expr (Results 1 – 2 of 2) sorted by relevance
/libuv/test/ |
H A D | task.h | 102 #define ASSERT(expr) \ argument 104 if (!(expr)) { \ 109 #expr); \ 134 #define ASSERT_BASE_STR(expr, a, operator, b, type, conv) \ argument 136 if (!(expr)) { \ 152 #define ASSERT_BASE_LEN(expr, a, operator, b, conv, len) \ argument 154 if (!(expr)) { \ 172 #define ASSERT_BASE_HEX(expr, a, operator, b, size) \ argument 174 if (!(expr)) { \
|
/libuv/src/ |
H A D | uv-common.h | 62 #define STATIC_ASSERT(expr) static_assert(expr, #expr) argument 64 #define STATIC_ASSERT(expr) \ argument 65 void uv__static_assert(int static_assert_failed[1 - 2 * !(expr)])
|
Completed in 10 milliseconds