MOS Source Code
|
Public Attributes | |
struct source_location | location |
struct type_descriptor * | type |
ptr_t | alignment |
u8 | type_check_kind |
struct source_location location |
Definition at line 27 of file ubsan.c.
Referenced by __ubsan_handle_type_mismatch().
struct type_descriptor* type |
Definition at line 28 of file ubsan.c.
Referenced by __ubsan_handle_type_mismatch().
ptr_t alignment |
Definition at line 29 of file ubsan.c.
Referenced by __ubsan_handle_type_mismatch().
u8 type_check_kind |
Definition at line 30 of file ubsan.c.
Referenced by __ubsan_handle_type_mismatch().