Lines Matching refs:operator
114 #define ASSERT_BASE(a, operator, b, type, conv) \ argument
118 if (!(eval_a operator eval_b)) { \
125 #operator, \
128 #operator, \
134 #define ASSERT_BASE_STR(expr, a, operator, b, type, conv) \ argument
143 #operator, \
146 #operator, \
152 #define ASSERT_BASE_LEN(expr, a, operator, b, conv, len) \ argument
161 #operator, \
165 #operator, \
172 #define ASSERT_BASE_HEX(expr, a, operator, b, size) \ argument
183 #operator, \
189 fprintf(stderr, " %s ", #operator); \