coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ubsan_float_cast_overflow_data Struct Reference
Collaboration diagram for ubsan_float_cast_overflow_data:
Collaboration graph

Data Fields

struct ubsan_source_location location
 
struct ubsan_type_descriptorfrom_type
 
struct ubsan_type_descriptorto_type
 

Detailed Description

Definition at line 247 of file ubsan.c.

Field Documentation

◆ from_type

struct ubsan_type_descriptor* ubsan_float_cast_overflow_data::from_type

Definition at line 249 of file ubsan.c.

◆ location

struct ubsan_source_location ubsan_float_cast_overflow_data::location

Definition at line 233 of file ubsan.c.

Referenced by __ubsan_handle_float_cast_overflow().

◆ to_type

struct ubsan_type_descriptor* ubsan_float_cast_overflow_data::to_type

Definition at line 250 of file ubsan.c.


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