Home
last modified time | relevance | path

Searched defs:assert_type (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/include/kunit/
Dtest.h659 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) \ argument
685 assert_type, \ 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
739 assert_type, \ argument
767 assert_type, \ argument
783 assert_type, \ argument
799 assert_type, \ argument
[all …]
Dassert.h69 #define KUNIT_INIT_ASSERT_STRUCT(kunit, assert_type, fmt) { \ argument