FreeBSD kernel kern code
CFloatCastOverflowData Struct Reference
Collaboration diagram for CFloatCastOverflowData:

Data Fields

struct CSourceLocation mLocation
 
struct CTypeDescriptormFromType
 
struct CTypeDescriptormToType
 

Detailed Description

Definition at line 240 of file kern_ubsan.c.

Field Documentation

◆ mFromType

struct CTypeDescriptor* CFloatCastOverflowData::mFromType

Definition at line 242 of file kern_ubsan.c.

Referenced by HandleFloatCastOverflow().

◆ mLocation

struct CSourceLocation CFloatCastOverflowData::mLocation

Definition at line 241 of file kern_ubsan.c.

Referenced by HandleFloatCastOverflow().

◆ mToType

struct CTypeDescriptor* CFloatCastOverflowData::mToType

Definition at line 243 of file kern_ubsan.c.

Referenced by HandleFloatCastOverflow().


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