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

Public Attributes

struct source_location location
 
struct type_descriptorarray_type
 
struct type_descriptorindex_type
 

Detailed Description

Definition at line 33 of file ubsan.c.

Member Data Documentation

◆ location

struct source_location location

Definition at line 35 of file ubsan.c.

Referenced by __ubsan_handle_out_of_bounds().

◆ array_type

struct type_descriptor* array_type

Definition at line 36 of file ubsan.c.

Referenced by __ubsan_handle_out_of_bounds().

◆ index_type

struct type_descriptor* index_type

Definition at line 37 of file ubsan.c.

Referenced by __ubsan_handle_out_of_bounds().


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