Searched refs:UBSAN_TEST (Results 1 – 1 of 1) sorted by relevance
8 #define UBSAN_TEST(config, ...) do { \ macro18 UBSAN_TEST(CONFIG_UBSAN_INTEGER_WRAP); in test_ubsan_add_overflow()27 UBSAN_TEST(CONFIG_UBSAN_INTEGER_WRAP); in test_ubsan_sub_overflow()35 UBSAN_TEST(CONFIG_UBSAN_INTEGER_WRAP); in test_ubsan_mul_overflow()43 UBSAN_TEST(CONFIG_UBSAN_INTEGER_WRAP); in test_ubsan_negate_overflow()52 UBSAN_TEST(CONFIG_UBSAN_DIV_ZERO); in test_ubsan_divrem_overflow()61 UBSAN_TEST(CONFIG_UBSAN_INTEGER_WRAP); in test_ubsan_truncate_signed()71 UBSAN_TEST(CONFIG_UBSAN_SHIFT, "negative exponent"); in test_ubsan_shift_out_of_bounds()74 UBSAN_TEST(CONFIG_UBSAN_SHIFT, "left overflow"); in test_ubsan_shift_out_of_bounds()91 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "above"); in test_ubsan_out_of_bounds()[all …]