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

Information about an invalid value error. More...

#include <ubsan.h>

Public Attributes

source_location_t location
 The location of the invalid value.
 
type_descriptor_ttype
 The type of the invalid value.
 

Detailed Description

Information about an invalid value error.

Definition at line 145 of file ubsan.h.

Member Data Documentation

◆ location

source_location_t MaxOS::runtime::InvaildValueInfo::location

The location of the invalid value.

Definition at line 147 of file ubsan.h.

Referenced by __ubsan_handle_load_invalid_value().

◆ type

type_descriptor_t* MaxOS::runtime::InvaildValueInfo::type

The type of the invalid value.

Definition at line 148 of file ubsan.h.


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