Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c120 uint8_t positive2_convert_signed_int_to_unsigned_char(int32_t x) { in positive2_convert_signed_int_to_unsigned_char() function
156 positive2_convert_signed_int_to_unsigned_char(0); in test_positives()
166 positive2_convert_signed_int_to_unsigned_char(1); in test_positives()
179 positive2_convert_signed_int_to_unsigned_char((int32_t)UINT32_MAX); in test_positives()
196 positive2_convert_signed_int_to_unsigned_char((int32_t)INT32_MIN); in test_positives()
211 positive2_convert_signed_int_to_unsigned_char((int32_t)INT32_MAX); in test_positives()
225 positive2_convert_signed_int_to_unsigned_char((int32_t)UINT8_MAX); in test_positives()
242 positive2_convert_signed_int_to_unsigned_char((int32_t)INT8_MIN); in test_positives()
258 positive2_convert_signed_int_to_unsigned_char((int32_t)(~((uint32_t)(uint8_t)INT8_MIN))); in test_positives()
274positive2_convert_signed_int_to_unsigned_char((int32_t)((uint32_t)INT32_MIN | (uint32_t)((uint8_t)… in test_positives()