Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c110 int32_t positive0_convert_unsigned_int_to_signed_int(uint32_t x) { in positive0_convert_unsigned_int_to_signed_int() function
154 positive0_convert_unsigned_int_to_signed_int(0); in test_positives()
164 positive0_convert_unsigned_int_to_signed_int(1); in test_positives()
175 positive0_convert_unsigned_int_to_signed_int((uint32_t)UINT32_MAX); in test_positives()
192 positive0_convert_unsigned_int_to_signed_int((uint32_t)INT32_MIN); in test_positives()
209 positive0_convert_unsigned_int_to_signed_int((uint32_t)INT32_MAX); in test_positives()
221 positive0_convert_unsigned_int_to_signed_int((uint32_t)UINT32_MAX); in test_positives()
238 positive0_convert_unsigned_int_to_signed_int((uint32_t)INT32_MIN); in test_positives()
254 positive0_convert_unsigned_int_to_signed_int((uint32_t)INT32_MIN); in test_positives()
270 positive0_convert_unsigned_int_to_signed_int((uint32_t)INT32_MIN); in test_positives()