Home
last modified time | relevance | path

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

/linux/lib/
H A Dubsan.h43 struct type_descriptor { struct
62 struct type_descriptor *type; argument
67 struct type_descriptor *from_type;
68 struct type_descriptor *to_type;
74 struct type_descriptor *type;
81 struct type_descriptor *type;
88 struct type_descriptor *type;
101 struct type_descriptor *array_type;
102 struct type_descriptor *index_type;
107 struct type_descriptor *lhs_typ
[all...]
H A Dubsan.c136 static bool type_is_int(struct type_descriptor *type) in type_is_int()
141 static bool type_is_signed(struct type_descriptor *type) in type_is_signed()
147 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width()
152 static bool is_inline_int(struct type_descriptor *type) in is_inline_int()
162 static s_max get_signed_val(struct type_descriptor *type, void *val) in get_signed_val()
177 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative()
182 static u_max get_unsigned_val(struct type_descriptor *type, void *val) in get_unsigned_val()
193 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string()
245 struct type_descriptor *type = data->type; in handle_overflow()
462 struct type_descriptor *rhs_typ in __ubsan_handle_shift_out_of_bounds()
[all...]