Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/ubsan/TestCases/ImplicitConversion/
Dinteger-sign-change.c48 uint8_t negative4_convert_unsigned_int_to_unsigned_char(uint32_t x) { in negative4_convert_unsigned_int_to_unsigned_char() function
70 negative4_convert_unsigned_int_to_unsigned_char(0); in test_negatives()
80 negative4_convert_unsigned_int_to_unsigned_char(1); in test_negatives()
90 negative4_convert_unsigned_int_to_unsigned_char((uint32_t)UINT32_MAX); in test_negatives()
100 negative4_convert_unsigned_int_to_unsigned_char((uint32_t)INT32_MIN); in test_negatives()