Lines Matching refs:_int
68 int _int; member
239 T_SYM(temp1)._int = (int)(!!(expr));\
243 T_SYM(testcase)(T_SYM(temp1)._int);\
260 T_SYM(temp1)._int = (int)(!!(expr));\
264 T_SYM(temp1)._int ? "<NOTNULL>" : "NULL");\
267 T_SYM(testcase)(T_SYM(temp1)._int);\
272 T_SYM(temp1)._int = (int)(!(expr));\
276 T_SYM(temp1)._int ? "NULL" : "<NOTNULL>");\
279 T_SYM(testcase)(T_SYM(temp1)._int);\
444 T_EXPECT_BLOCK2(_int, "%d", ==, lhs, rhs, msg, ## __VA_ARGS__)
446 T_EXPECT_BLOCK2(_int, "%d", !=, lhs, rhs, msg, ## __VA_ARGS__)
448 T_EXPECT_BLOCK2(_int, "%d", <, lhs, rhs, msg, ## __VA_ARGS__)
450 T_EXPECT_BLOCK2(_int, "%d", >, lhs, rhs, msg, ## __VA_ARGS__)
452 T_EXPECT_BLOCK2(_int, "%d", <=, lhs, rhs, msg, ## __VA_ARGS__)
454 T_EXPECT_BLOCK2(_int, "%d", >=, lhs, rhs, msg, ## __VA_ARGS__)
457 T_ASSERT_BLOCK2(_int, "%d", ==, lhs, rhs, msg, ## __VA_ARGS__)
459 T_ASSERT_BLOCK2(_int, "%d", !=, lhs, rhs, msg, ## __VA_ARGS__)
461 T_ASSERT_BLOCK2(_int, "%d", <, lhs, rhs, msg, ## __VA_ARGS__)
463 T_ASSERT_BLOCK2(_int, "%d", >, lhs, rhs, msg, ## __VA_ARGS__)
465 T_ASSERT_BLOCK2(_int, "%d", <=, lhs, rhs, msg, ## __VA_ARGS__)
467 T_ASSERT_BLOCK2(_int, "%d", >=, lhs, rhs, msg, ## __VA_ARGS__)