Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c115 uint32_t positive1_convert_signed_int_to_unsigned_int(int32_t x) { in positive1_convert_signed_int_to_unsigned_int() function
155 positive1_convert_signed_int_to_unsigned_int(0); in test_positives()
165 positive1_convert_signed_int_to_unsigned_int(1); in test_positives()
177 positive1_convert_signed_int_to_unsigned_int((int32_t)UINT32_MAX); in test_positives()
194 positive1_convert_signed_int_to_unsigned_int((int32_t)INT32_MIN); in test_positives()
210 positive1_convert_signed_int_to_unsigned_int((int32_t)INT32_MAX); in test_positives()
223 positive1_convert_signed_int_to_unsigned_int((int32_t)UINT32_MAX); in test_positives()
240 positive1_convert_signed_int_to_unsigned_int((int32_t)INT32_MIN); in test_positives()
256 positive1_convert_signed_int_to_unsigned_int((int32_t)INT32_MIN); in test_positives()
272 positive1_convert_signed_int_to_unsigned_int((int32_t)INT32_MIN); in test_positives()