![]() |
Max OS 0.3
|
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_t * | array_type |
| The type of the array. | |
| type_descriptor_t * | index_type |
| The type of the index. | |
| type_descriptor_t* MaxOS::runtime::OutOfBoundsInfo::array_type |
| type_descriptor_t* MaxOS::runtime::OutOfBoundsInfo::index_type |
| 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().