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

/linux-master/lib/
H A Dubsan.h43 struct type_descriptor { struct
62 struct type_descriptor *type;
67 struct type_descriptor *type;
74 struct type_descriptor *type;
81 struct type_descriptor *type;
94 struct type_descriptor *array_type;
95 struct type_descriptor *index_type;
100 struct type_descriptor *lhs_type;
101 struct type_descriptor *rhs_type;
110 struct type_descriptor *typ
[all...]
H A Dubsan.c134 static bool type_is_int(struct type_descriptor *type)
139 static bool type_is_signed(struct type_descriptor *type)
145 static unsigned type_bit_width(struct type_descriptor *type)
150 static bool is_inline_int(struct type_descriptor *type)
160 static s_max get_signed_val(struct type_descriptor *type, void *val)
175 static bool val_is_negative(struct type_descriptor *type, void *val)
180 static u_max get_unsigned_val(struct type_descriptor *type, void *val)
191 static void val_to_string(char *str, size_t size, struct type_descriptor *type,
243 struct type_descriptor *type = data->type;
436 struct type_descriptor *rhs_typ
[all...]

Completed in 170 milliseconds