Home
last modified time | relevance | path

Searched refs:UBSAN_TEST (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/lib/
Dtest_ubsan.c8 #define UBSAN_TEST(config, ...) do { \ macro
18 UBSAN_TEST(CONFIG_UBSAN_SIGNED_WRAP); in test_ubsan_add_overflow()
27 UBSAN_TEST(CONFIG_UBSAN_SIGNED_WRAP); in test_ubsan_sub_overflow()
35 UBSAN_TEST(CONFIG_UBSAN_SIGNED_WRAP); in test_ubsan_mul_overflow()
43 UBSAN_TEST(CONFIG_UBSAN_SIGNED_WRAP); in test_ubsan_negate_overflow()
52 UBSAN_TEST(CONFIG_UBSAN_DIV_ZERO); in test_ubsan_divrem_overflow()
62 UBSAN_TEST(CONFIG_UBSAN_SHIFT, "negative exponent"); in test_ubsan_shift_out_of_bounds()
65 UBSAN_TEST(CONFIG_UBSAN_SHIFT, "left overflow"); in test_ubsan_shift_out_of_bounds()
78 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "above"); in test_ubsan_out_of_bounds()
81 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "below"); in test_ubsan_out_of_bounds()
[all …]