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

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_tleft_type
 The type of the left operand.
 
type_descriptor_tright_type
 The type of the right operand.
 

Detailed Description

Information about a shift out of bounds error.

Definition at line 102 of file ubsan.h.

Member Data Documentation

◆ left_type

type_descriptor_t* MaxOS::runtime::ShiftOutOfBoundsInfo::left_type

The type of the left operand.

Definition at line 105 of file ubsan.h.

◆ location

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().

◆ right_type

type_descriptor_t* MaxOS::runtime::ShiftOutOfBoundsInfo::right_type

The type of the right operand.

Definition at line 106 of file ubsan.h.


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