Lines Matching defs:condition
815 condition, \ argument
829 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
837 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument
840 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
848 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument
1321 #define KUNIT_EXPECT_TRUE(test, condition) \ argument
1324 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument
1340 #define KUNIT_EXPECT_FALSE(test, condition) \ argument
1343 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument
1610 #define KUNIT_ASSERT_TRUE(test, condition) \ argument
1613 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument
1629 #define KUNIT_ASSERT_FALSE(test, condition) \ argument
1632 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ argument