Lines Matching refs:type_descriptor
134 static bool type_is_int(struct type_descriptor *type) in type_is_int()
139 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()
145 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()
150 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()
160 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val()
175 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative()
180 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
191 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()
243 struct type_descriptor *type = data->type; in handle_overflow()
436 struct type_descriptor *rhs_type = data->rhs_type; in __ubsan_handle_shift_out_of_bounds()
437 struct type_descriptor *lhs_type = data->lhs_type; in __ubsan_handle_shift_out_of_bounds()