Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c125 uint8_t positive3_convert_signed_char_to_unsigned_char(int8_t x) { in positive3_convert_signed_char_to_unsigned_char() function
157 positive3_convert_signed_char_to_unsigned_char(0); in test_positives()
167 positive3_convert_signed_char_to_unsigned_char(1); in test_positives()
181 positive3_convert_signed_char_to_unsigned_char((int8_t)UINT8_MAX); in test_positives()
198 positive3_convert_signed_char_to_unsigned_char((int8_t)INT8_MIN); in test_positives()
212 positive3_convert_signed_char_to_unsigned_char((int8_t)INT8_MAX); in test_positives()
226 positive3_convert_signed_char_to_unsigned_char((int8_t)UINT8_MAX); in test_positives()
244 positive3_convert_signed_char_to_unsigned_char((int8_t)INT8_MIN); in test_positives()
260 positive3_convert_signed_char_to_unsigned_char((int8_t)(INT8_MIN)); in test_positives()
276 positive3_convert_signed_char_to_unsigned_char((int8_t)INT8_MIN); in test_positives()