Lines Matching refs:val2
18 volatile int val2 = 2; in test_ubsan_sub_overflow() local
20 val -= val2; in test_ubsan_sub_overflow()
40 volatile int val2 = 0; in test_ubsan_divrem_overflow() local
42 val /= val2; in test_ubsan_divrem_overflow()
48 int val2 = 10; in test_ubsan_shift_out_of_bounds() local
50 val2 <<= val; in test_ubsan_shift_out_of_bounds()
64 bool val, val2, *ptr; in test_ubsan_load_invalid_value() local
71 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
99 val2 = *ptr; in test_ubsan_object_size_mismatch()