Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c140 int8_t positive6_convert_unsigned_int_to_signed_char(uint32_t x) { in positive6_convert_unsigned_int_to_signed_char() function
160 positive6_convert_unsigned_int_to_signed_char(0); in test_positives()
170 positive6_convert_unsigned_int_to_signed_char(1); in test_positives()
187 positive6_convert_unsigned_int_to_signed_char((uint32_t)UINT32_MAX); in test_positives()
204 positive6_convert_unsigned_int_to_signed_char((uint32_t)INT32_MIN); in test_positives()
215 positive6_convert_unsigned_int_to_signed_char((uint32_t)INT32_MAX); in test_positives()
232 positive6_convert_unsigned_int_to_signed_char((uint32_t)UINT8_MAX); in test_positives()
249 positive6_convert_unsigned_int_to_signed_char((uint32_t)INT8_MIN); in test_positives()
265 positive6_convert_unsigned_int_to_signed_char(~((uint32_t)(uint8_t)INT8_MIN)); in test_positives()
282positive6_convert_unsigned_int_to_signed_char((uint32_t)((uint32_t)INT32_MIN | (uint32_t)((uint8_t… in test_positives()