Home
last modified time | relevance | path

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

/lib/
Dubsan.c59 static bool type_is_signed(struct type_descriptor *type) in type_is_signed() function
97 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()