Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::runtime::OutOfBoundsInfo Struct Reference

Information about an out of bounds error. More...

#include <ubsan.h>

Public Attributes

source_location_t location
 The location of the out of bounds access.
 
type_descriptor_tarray_type
 The type of the array.
 
type_descriptor_tindex_type
 The type of the index.
 

Detailed Description

Information about an out of bounds error.

Definition at line 117 of file ubsan.h.

Member Data Documentation

◆ array_type

type_descriptor_t* MaxOS::runtime::OutOfBoundsInfo::array_type

The type of the array.

Definition at line 120 of file ubsan.h.

◆ index_type

type_descriptor_t* MaxOS::runtime::OutOfBoundsInfo::index_type

The type of the index.

Definition at line 121 of file ubsan.h.

◆ location

source_location_t MaxOS::runtime::OutOfBoundsInfo::location

The location of the out of bounds access.

Definition at line 119 of file ubsan.h.

Referenced by __ubsan_handle_out_of_bounds().


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