Home
last modified time | relevance | path

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

/trusty/kernel/lib/ubsan/
Dubsan_value.h45 struct type_descriptor { struct
61 const struct type_descriptor* type; argument
78 static inline bool type_is_integer(const struct type_descriptor* type) { in type_is_integer()
82 static inline bool type_is_float(const struct type_descriptor* type) { in type_is_float()
86 static inline size_t type_width_bits(const struct type_descriptor* type) { in type_width_bits()
94 static inline bool type_is_inline(const struct type_descriptor* type) { in type_is_inline()
98 static inline bool type_is_signed_integer(const struct type_descriptor* type) { in type_is_signed_integer()
103 const struct type_descriptor* type) { in type_is_unsigned_integer()
Dubsan.h52 const struct type_descriptor* type;
60 const struct type_descriptor* type;
65 const struct type_descriptor* type;
70 const struct type_descriptor* lhs_type;
71 const struct type_descriptor* rhs_type;
76 const struct type_descriptor* array_type;
77 const struct type_descriptor* index_type;
86 const struct type_descriptor* type;
91 const struct type_descriptor* from_type;
92 const struct type_descriptor* to_type;
[all …]
Dubsan.c78 static int64_t val_signed(const struct type_descriptor* type, in val_signed()
99 static uint64_t val_unsigned(const struct type_descriptor* type, in val_unsigned()
111 const struct type_descriptor* type, in render_val()
203 const struct type_descriptor* type = data->type; in handle_overflow()
358 static bool is_negative(const struct type_descriptor* type, in is_negative()