Lines Matching defs:b
89 #define tt_want_(b, msg, fail) \ argument
101 #define tt_want_msg(b, msg) \ argument
105 #define tt_assert_msg(b, msg) \ argument
109 #define tt_want(b) tt_want_msg( (b), "want("#b")") argument
111 #define tt_assert(b) tt_assert_msg((b), "assert("#b")") argument
113 #define tt_assert_test_fmt_type(a,b,str_test,type,test,printf_type,printf_fmt, \ argument
143 #define tt_assert_test_type(a,b,str_test,type,test,fmt,die_on_fail) \ argument
149 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
153 #define tt_int_op(a,op,b) \ argument
157 #define tt_uint_op(a,op,b) \ argument
161 #define tt_ptr_op(a,op,b) \ argument
165 #define tt_str_op(a,op,b) \ argument
169 #define tt_want_int_op(a,op,b) \ argument
172 #define tt_want_uint_op(a,op,b) \ argument
176 #define tt_want_ptr_op(a,op,b) \ argument
180 #define tt_want_str_op(a,op,b) \ argument