Home
last modified time | relevance | path

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

/lib/
Dtest_ubsan.c18 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
[all …]