Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dtest_ubsan.c8 #define UBSAN_TEST(config, ...) do { \ macro
19 UBSAN_TEST(CONFIG_UBSAN_DIV_ZERO); in test_ubsan_divrem_overflow()
29 UBSAN_TEST(CONFIG_UBSAN_SHIFT, "negative exponent"); in test_ubsan_shift_out_of_bounds()
32 UBSAN_TEST(CONFIG_UBSAN_SHIFT, "left overflow"); in test_ubsan_shift_out_of_bounds()
45 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "above"); in test_ubsan_out_of_bounds()
48 UBSAN_TEST(CONFIG_UBSAN_BOUNDS, "below"); in test_ubsan_out_of_bounds()
65 UBSAN_TEST(CONFIG_UBSAN_BOOL, "bool"); in test_ubsan_load_invalid_value()
73 UBSAN_TEST(CONFIG_UBSAN_ENUM, "enum"); in test_ubsan_load_invalid_value()
87 UBSAN_TEST(CONFIG_UBSAN_ALIGNMENT); in test_ubsan_misaligned_access()

Completed in 7 milliseconds