Lines Matching refs:UBSAN_TEST
8 #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()
98 UBSAN_TEST(CONFIG_UBSAN_BOOL, "bool"); in test_ubsan_load_invalid_value()
106 UBSAN_TEST(CONFIG_UBSAN_ENUM, "enum"); in test_ubsan_load_invalid_value()
120 UBSAN_TEST(CONFIG_UBSAN_ALIGNMENT); in test_ubsan_misaligned_access()