HomeSort by: relevance | last modified time | path
    Searched defs:old_unsigned (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/xlint/lint1/
tree.c 498 bool old_unsigned = is_uinteger(otp->t_tspec); local in function:ic_cvt
500 if (new_width >= old_width && new_unsigned == old_unsigned)
502 if (new_width > old_width && old_unsigned)
tree.c 498 bool old_unsigned = is_uinteger(otp->t_tspec); local in function:ic_cvt
500 if (new_width >= old_width && new_unsigned == old_unsigned)
502 if (new_width > old_width && old_unsigned)

Completed in 30 milliseconds