clang 19.0.0git
Public Member Functions | Public Attributes | List of all members
DereferenceInfo Struct Reference

Public Member Functions

 DereferenceInfo (const TypedValueRegion *R, bool NCB, bool IC)
 

Public Attributes

const TypedValueRegionR
 
const bool NeedsCastBack
 
const bool IsCyclic
 

Detailed Description

Definition at line 115 of file UninitializedPointee.cpp.

Constructor & Destructor Documentation

◆ DereferenceInfo()

DereferenceInfo::DereferenceInfo ( const TypedValueRegion R,
bool  NCB,
bool  IC 
)
inline

Definition at line 119 of file UninitializedPointee.cpp.

Member Data Documentation

◆ IsCyclic

const bool DereferenceInfo::IsCyclic

Definition at line 118 of file UninitializedPointee.cpp.

◆ NeedsCastBack

const bool DereferenceInfo::NeedsCastBack

Definition at line 117 of file UninitializedPointee.cpp.

◆ R

const TypedValueRegion* DereferenceInfo::R

Definition at line 116 of file UninitializedPointee.cpp.


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