MOS Source Code
Loading...
Searching...
No Matches
type_mismatch_info Struct Reference
+ Collaboration diagram for type_mismatch_info:

Public Attributes

struct source_location location
 
struct type_descriptortype
 
ptr_t alignment
 
u8 type_check_kind
 

Detailed Description

Definition at line 25 of file ubsan.c.

Member Data Documentation

◆ location

struct source_location location

Definition at line 27 of file ubsan.c.

Referenced by __ubsan_handle_type_mismatch().

◆ type

struct type_descriptor* type

Definition at line 28 of file ubsan.c.

Referenced by __ubsan_handle_type_mismatch().

◆ alignment

ptr_t alignment

Definition at line 29 of file ubsan.c.

Referenced by __ubsan_handle_type_mismatch().

◆ type_check_kind

u8 type_check_kind

Definition at line 30 of file ubsan.c.

Referenced by __ubsan_handle_type_mismatch().


The documentation for this struct was generated from the following file: