Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c130 int8_t positive4_convert_unsigned_char_to_signed_char(uint8_t x) { in positive4_convert_unsigned_char_to_signed_char() function
158 positive4_convert_unsigned_char_to_signed_char(0); in test_positives()
168 positive4_convert_unsigned_char_to_signed_char(1); in test_positives()
183 positive4_convert_unsigned_char_to_signed_char((uint8_t)UINT8_MAX); in test_positives()
200 positive4_convert_unsigned_char_to_signed_char((uint8_t)INT8_MIN); in test_positives()
213 positive4_convert_unsigned_char_to_signed_char((uint8_t)INT8_MAX); in test_positives()
228 positive4_convert_unsigned_char_to_signed_char((uint8_t)UINT8_MAX); in test_positives()
246 positive4_convert_unsigned_char_to_signed_char((uint8_t)INT8_MIN); in test_positives()
262 positive4_convert_unsigned_char_to_signed_char((uint8_t)(INT8_MIN)); in test_positives()
278 positive4_convert_unsigned_char_to_signed_char((uint8_t)INT8_MIN); in test_positives()