Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/xlint/lint1/
Dtree.c477 bool old_unsigned = is_uinteger(otp->t_tspec); in ic_cvt() local
479 if (new_width >= old_width && new_unsigned == old_unsigned) in ic_cvt()
481 if (new_width > old_width && old_unsigned) in ic_cvt()