Lines Matching full:signed
18 * - Perform signed v unsigned type-checking (to generate compile
20 * - Unsigned char/short are always promoted to signed int and can be
21 * compared against signed or unsigned arguments.
22 * - Unsigned arguments can be compared against non-negative signed constants.
23 * - Comparison of a signed argument against an unsigned constant fails
32 * bit #1 set if ok for signed comparisons
34 * In particular, statically non-negative signed integer
39 * signed conversions for now. This is debatable.
66 * This does not work for 128-bit signed integers since
72 * from when values that aren't signed integer types.
140 * Signed types are zero extended to match a larger unsigned type.
286 * type and @lo and @hi are literals that will otherwise be assigned a signed