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

Data Fields

struct CSourceLocation mLocation
 
struct CTypeDescriptormLHSType
 
struct CTypeDescriptormRHSType
 

Detailed Description

Definition at line 215 of file kern_ubsan.c.

Field Documentation

◆ mLHSType

struct CTypeDescriptor* CShiftOutOfBoundsData::mLHSType

Definition at line 217 of file kern_ubsan.c.

Referenced by HandleShiftOutOfBounds().

◆ mLocation

struct CSourceLocation CShiftOutOfBoundsData::mLocation

Definition at line 216 of file kern_ubsan.c.

Referenced by HandleShiftOutOfBounds().

◆ mRHSType

struct CTypeDescriptor* CShiftOutOfBoundsData::mRHSType

Definition at line 218 of file kern_ubsan.c.

Referenced by HandleShiftOutOfBounds().


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