Searched defs:assert_type (Results 1 – 2 of 2) sorted by relevance
| /linux/include/kunit/ |
| H A D | test.h | 732 #define _KUNIT_FAILED(test, assert_type, assert_class, assert_format, INITIALIZER, fmt, ...) do { \ argument 747 #define KUNIT_FAIL_ASSERTION(test, assert_type, fmt, ...) do { \ argument 779 assert_type, \ argument 799 #define KUNIT_TRUE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 807 #define KUNIT_FALSE_MSG_ASSERTION(test, assert_type, condition, fmt, ...) \ argument 832 assert_type, \ argument 863 assert_type, \ argument 878 assert_type, \ argument 893 assert_type, \ argument 925 assert_type, \ argument [all …]
|
| /linux/lib/tests/ |
| H A D | test_bits.c | 10 #define assert_type(t, x) _Generic(x, t: x, default: 0) macro
|