Lines Matching defs:condition
686 condition, \ argument
700 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
708 #define KUNIT_TRUE_ASSERTION(test, assert_type, condition) \ argument
711 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument
719 #define KUNIT_FALSE_ASSERTION(test, assert_type, condition) \ argument
1193 #define KUNIT_EXPECT_TRUE(test, condition) \ argument
1196 #define KUNIT_EXPECT_TRUE_MSG(test, condition, fmt, ...) \ argument
1212 #define KUNIT_EXPECT_FALSE(test, condition) \ argument
1215 #define KUNIT_EXPECT_FALSE_MSG(test, condition, fmt, ...) \ argument
1482 #define KUNIT_ASSERT_TRUE(test, condition) \ argument
1485 #define KUNIT_ASSERT_TRUE_MSG(test, condition, fmt, ...) \ argument
1501 #define KUNIT_ASSERT_FALSE(test, condition) \ argument
1504 #define KUNIT_ASSERT_FALSE_MSG(test, condition, fmt, ...) \ argument