Searched refs:type_descriptor (Results 1 – 2 of 2) sorted by relevance
11 struct type_descriptor { struct30 struct type_descriptor *type; argument35 struct type_descriptor *type;42 struct type_descriptor *type;49 struct type_descriptor *type;62 struct type_descriptor *type;67 struct type_descriptor *array_type;68 struct type_descriptor *index_type;73 struct type_descriptor *lhs_type;74 struct type_descriptor *rhs_type;[all …]
63 static bool type_is_int(struct type_descriptor *type) in type_is_int()68 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()74 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()79 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()89 static s_max get_signed_val(struct type_descriptor *type, unsigned long val) in get_signed_val()102 static bool val_is_negative(struct type_descriptor *type, unsigned long val) in val_is_negative()107 static u_max get_unsigned_val(struct type_descriptor *type, unsigned long val) in get_unsigned_val()118 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()170 struct type_descriptor *type = data->type; in handle_overflow()394 struct type_descriptor *rhs_type = data->rhs_type; in __ubsan_handle_shift_out_of_bounds()[all …]