Home
last modified time | relevance | path

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

/lib/
Dubsan.c65 static bool type_is_signed(struct type_descriptor *type) in type_is_signed() function
103 return type_is_signed(type) && get_signed_val(type, val) < 0; in val_is_negative()
133 } else if (type_is_signed(type)) { in val_to_string()
177 type_is_signed(type) ? "signed" : "unsigned"); in handle_overflow()
241 if (type_is_signed(data->type) && get_signed_val(data->type, rhs) == -1) in __ubsan_handle_divrem_overflow()