Lines Matching defs:condition
806 condition, \ argument
820 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
828 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument
831 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
839 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument
1312 #define KUNIT_EXPECT_TRUE(test, condition) \ argument
1315 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument
1331 #define KUNIT_EXPECT_FALSE(test, condition) \ argument
1334 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument
1601 #define KUNIT_ASSERT_TRUE(test, condition) \ argument
1604 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument
1620 #define KUNIT_ASSERT_FALSE(test, condition) \ argument
1623 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ argument