Lines Matching defs:condition
520 condition, \ argument
538 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
546 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
692 #define KUNIT_EXPECT_TRUE(test, condition) \ argument
695 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument
711 #define KUNIT_EXPECT_FALSE(test, condition) \ argument
714 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument
1007 #define KUNIT_ASSERT_TRUE(test, condition) \ argument
1010 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument
1026 #define KUNIT_ASSERT_FALSE(test, condition) \ argument
1029 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ argument