Searched refs:type_is_signed (Results 1 – 1 of 1) sorted by relevance
59 static bool type_is_signed(struct type_descriptor *type) in type_is_signed() function97 return type_is_signed(type) && get_signed_val(type, val) < 0; in val_is_negative()127 } else if (type_is_signed(type)) { in val_to_string()172 if (type_is_signed(data->type) && get_signed_val(data->type, rhs) == -1) in __ubsan_handle_divrem_overflow()