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