Searched refs:val2 (Results 1 – 1 of 1) sorted by relevance
18 volatile int val2 = 2; in test_ubsan_sub_overflow() local20 val -= val2; in test_ubsan_sub_overflow()40 volatile int val2 = 0; in test_ubsan_divrem_overflow() local42 val /= val2; in test_ubsan_divrem_overflow()48 int val2 = 10; in test_ubsan_shift_out_of_bounds() local50 val2 <<= val; in test_ubsan_shift_out_of_bounds()64 bool val, val2, *ptr; in test_ubsan_load_invalid_value() local71 ptr = &val2; in test_ubsan_load_invalid_value()72 val2 = val; in test_ubsan_load_invalid_value()96 volatile long long *ptr, val2; in test_ubsan_object_size_mismatch() local[all …]