![]() |
Max OS 0.3
|
Information about a shift out of bounds error. More...
#include <ubsan.h>
Public Attributes | |
| source_location_t | location |
| The location of the shift out of bounds. | |
| type_descriptor_t * | left_type |
| The type of the left operand. | |
| type_descriptor_t * | right_type |
| The type of the right operand. | |
| type_descriptor_t* MaxOS::runtime::ShiftOutOfBoundsInfo::left_type |
| source_location_t MaxOS::runtime::ShiftOutOfBoundsInfo::location |
The location of the shift out of bounds.
Definition at line 104 of file ubsan.h.
Referenced by __ubsan_handle_shift_out_of_bounds().
| type_descriptor_t* MaxOS::runtime::ShiftOutOfBoundsInfo::right_type |